From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43780) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1b1w-0007k6-Mt for qemu-devel@nongnu.org; Mon, 30 Jun 2014 08:49:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1b1v-0006qs-Pz for qemu-devel@nongnu.org; Mon, 30 Jun 2014 08:49:56 -0400 Received: from mnementh.archaic.org.uk ([2001:8b0:1d0::1]:48767) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1b1v-0006qf-JV for qemu-devel@nongnu.org; Mon, 30 Jun 2014 08:49:55 -0400 Received: from pm215 by mnementh.archaic.org.uk with local (Exim 4.80) (envelope-from ) id 1X1b1v-0008V7-1i for qemu-devel@nongnu.org; Mon, 30 Jun 2014 13:49:55 +0100 From: Peter Maydell Date: Mon, 30 Jun 2014 13:49:51 +0100 Message-Id: <1404132595-32651-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PULL 0/4] cocoa queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cocoa queue to go in before hardfreeze: this is just the patchset I sent recently. thanks -- PMM The following changes since commit 9328cfd2fe4a7ff86a41b2c26ea33974241d7d4e: Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2014-06-29 18:09:51 +0100) are available in the git repository at: git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-cocoa-20140630 for you to fetch changes up to 13aefd303cf996c2d183e94082413885bf1d15bf: ui/cocoa: Honour -show-cursor command line option (2014-06-29 22:00:33 +0100) ---------------------------------------------------------------- cocoa.next: * Honour -show-cursor option * Fix handling of absolute positioning devices * Cope with first surface being same as initial window size ---------------------------------------------------------------- Peter Maydell (4): ui/cocoa: Cope with first surface being same as initial window size ui/cocoa: Add utility method to check if point is within window ui/cocoa: Fix handling of absolute positioning devices ui/cocoa: Honour -show-cursor command line option ui/cocoa.m | 108 ++++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 75 insertions(+), 33 deletions(-)