Mir

lp:~raof/mir/+git/surface-output-events

Get this repository:
git clone https://git.launchpad.net/~raof/mir/+git/surface-output-events
Only Chris Halse Rogers can upload to this repository. If you are Chris Halse Rogers please log in for upload directions.

Branches

Name Last Modified Last Commit
fully-loaded-dpi 2015-09-14 12:06:48 UTC
REBASE AWAY: Add test for surface-output event on construction

Author: Chris Halse Rogers
Author Date: 2015-09-14 12:06:48 UTC

REBASE AWAY: Add test for surface-output event on construction

surface-event-ordering 2015-09-12 10:34:27 UTC
BufferingMessageSender: Split uncork() and drain().

Author: Chris Halse Rogers
Author Date: 2015-09-11 07:34:25 UTC

BufferingMessageSender: Split uncork() and drain().

We actually want to send messages *out of order*; the create_surface reply first,
*then* the buffered messages (which possibly reference that surface).

To do this we need to first uncork(), so that the reply can be sent, *then* drain(),
sending any events that were buffered up.

master 2015-09-09 08:16:28 UTC
Remove unnecessary server wakeups from TimeoutApplicationNotRespondingDetector.

Author: Chris Halse Rogers
Author Date: 2015-09-09 08:16:28 UTC

Remove unnecessary server wakeups from TimeoutApplicationNotRespondingDetector.

We don't need to wake up when either
a) There are no active sessions, or
b) All sessions we're aware of are unresponsive.

Approved by PS Jenkins bot, Alexandros Frantzis, Kevin DuBois.

close-client-surface-event-race 2015-09-09 03:13:35 UTC
client: Add mir_surface_spec_set_event_handler.

Author: Chris Halse Rogers
Author Date: 2015-09-04 04:17:07 UTC

client: Add mir_surface_spec_set_event_handler.

This allows the client to set the event handler for a surface before it is
constructed, (half-)closing the race between the server sending an event and
the client installing an event handler for the surface.

wayland-spike 2015-08-25 07:05:55 UTC
Wrap display in a unique_ptr, ensuring it's destroyed *after* the other globals

Author: Chris Halse Rogers
Author Date: 2015-08-25 07:05:55 UTC

Wrap display in a unique_ptr, ensuring it's destroyed *after* the other globals

15 of 5 results
This repository contains Public information 
Everyone can see this information.