lp://staging/~joshfee/ginn/subscribe-necessary
- Get this branch:
- bzr branch lp://staging/~joshfee/ginn/subscribe-necessary
Branch merges
- Chase Douglas (community): Approve
- Stephen M. Webb (community): Approve
-
Diff: 256 lines (+129/-117)1 file modifiedsrc/ginn.c (+129/-117)
Recent revisions
- 90. By Josh Fee
-
Fixed comments and indentation to adhere to convention
Moved variable declarations to the top of their scopes
Changed fprintf(...) to printf(...)
Added code to check for NULL pointer before attempting to fprint(...) as a string to avoid segmentation faults - 89. By Chase Douglas
-
Check the loaded wishes to see which gestures are used
and add these gestures to a NULL terminated list "sub_gestures_list"This list is used to subscribe only the necessary gestures
to GEIS. This will avoid issues with 2 finger scrolls and other gestues
being dropped when not accounted for in the wishes file. - 88. By Chase Douglas
-
Fix segfault if bamf returns empty name
Patch is from Martin Luder. Thanks Martin!
- 86. By Mohamed IKBEL Boulabiar
-
Fix styling issues in the man file,
Add an examples of using the accumulator and the firing time features. - 85. By Mohamed IKBEL Boulabiar
-
Added Stephen merge for .desktop file to allow ginn to run
once the session starts
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/ginn