mbox

[PULL,0/4] cocoa queue

Message ID 1404132595-32651-1-git-send-email-peter.maydell@linaro.org
State Not Applicable
Headers show

Pull-request

git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-cocoa-20140630

Message

Peter Maydell June 30, 2014, 12:49 p.m. UTC
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(-)

Comments

Peter Maydell June 30, 2014, 2:55 p.m. UTC | #1
On 30 June 2014 13:49, Peter Maydell <peter.maydell@linaro.org> wrote:
> 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)

Applied, thanks.

-- PMM