lp://staging/~fginther/geis/geis-2.2.9.1
- Get this branch:
- bzr branch lp://staging/~fginther/geis/geis-2.2.9.1
Branch merges
Related bugs
Related blueprints
Branch information
Recent revisions
- 264. By Daniel d'Andrada
-
Fix crash when accepting gesture under certain circunstances
The following situation leads to a crash:
- Geis processed the end event of a grail gesture
- Geis has a number of geis events pending delivery to application
- Application accepts that ended grail gestureThat bug was introduced in revision 265.
- 263. By Chase Douglas
-
Don't add device filter if all devices are to be subscribed for
Without a filter, all devices will match. This works around a bug where
a filter with device ID of 0 doesn't match newly added devices. I don't
know what the real issue is there, but this seems like the proper thing
to do anyway.Merge updates and fixes from upstream xorg-gtest changes
- 261. By Stephen M. Webb
-
Avoid trying to start a DBus session if there is none already (lp: #997630)
Fixed an invalid failure condition during back end fallback.
Early rejection of the default back end (in this case, if no DBus session was running) did not trigger the fallback back end to be initialized, so the various xorg-gtest integration tests were segfaulting on a partially-
initialized geis object. - 260. By Daniel d'Andrada
-
When a gesture is accepted, remove queued events from all overlapping ones.
We don't want to send outdated, invalid, events to clients since all overlapping
gestures get canceled in GRAIL when a gesture is accepted.Includes test.
Changed grail gesture type constants to latest API.
- 259. By Daniel d'Andrada
-
testsuite/geis2 - Move some test code to the base class
So that it can be used by other tests
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/geis