lp://staging/~oif-team/grail/one-touch-indirect
- Get this branch:
- bzr branch lp://staging/~oif-team/grail/one-touch-indirect
Branch merges
Branch information
Recent revisions
- 111. By Chase Douglas
-
Don't treat key events differently anymore
Left over from grail pointer emulation.
- 110. By Chase Douglas
-
Add in time boundaries for recognition
50 ms: Minimum time waiting for touch configuration to settle before
flushing touch events to X. We don't want a two finger gesture
triggering X events for the first finger before the second finger
lands.200 ms: Maximum time for touches to begin a gesture. If no gesture is
found within this time period, the events are flushed to X.If after 50 ms there are no possible gestures for the number of active
touches, the events are immediately flushed to X.If events are flushed to X, no more gesture recognition is possible until
all touches are lifted. Likewise, if any gesture is recognized, no events
may be flushed to X until all touches are lifted. - 107. By Henrik Rydberg
-
Bump to v1.0.18
The grail symbols are intact and abi compatible, whereas the remaining
symbols, which should not really be present, have all been
removed. Since the remaining symbols represent the actual official
API, this is not considered an ABI breakage. - 106. By Henrik Rydberg
-
Only export the intended grail symbols
In the making of grail1, the intention was never that the
gin, gru and touch symbols be exported. Rectify this by adding
an explicit symbols file used during linking. - 105. By Henrik Rydberg
-
Replace touch logic with utouch frame engine
The original grail uses an internal touch framework and exports some
touch information as extended attributes to gesture events. This was
never quite the intention, but rather to expose gestures and touches
on a similar footing, such that grail can be input agnostic. This
patch starts off by replacing the internal touch framework with the
utouch-frame engine. - 104. By Henrik Rydberg
-
Prepare for queued event handling
The current grail operates via callbacks. In order to make grail work
as a pipe, where input and output can be controlled externally, add
the missing event queue for gestures, and align the code to simplify a
switch. - 103. By Henrik Rydberg
-
Move test program to tools directory
The current test programs are tools rather than automatic tests. To
conform better to the the usage of "make check", move the current
tools over the appropriate directory. Also drop the grail-touch
program, as it will be replaced by the utouch-frame package.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)