lp:~jpakkane/grail/glue-reworking
Created by
Jussi Pakkanen
on
2011-06-08
and last modified on
2011-08-17
- Get this branch:
- bzr branch lp:~jpakkane/grail/glue-reworking
Only
Jussi Pakkanen
can upload to this branch. If you are
Jussi Pakkanen
please log in for upload directions.
Branch merges
Propose for merging
- Chase Douglas (community): Disapprove on 2012-03-20
-
Diff: 47441 lines (+45627/-1225)36 files modifiedinclude/grail-bits.h (+2/-0)
include/grail.h (+29/-25)
src/Makefile.am (+0/-7)
src/gestures-drag.c (+0/-135)
src/gestures-pinch.c (+0/-131)
src/gestures-rotate.c (+0/-130)
src/gestures-tapping.c (+0/-100)
src/gestures-touch.c (+0/-98)
src/grail-api.c (+7/-180)
src/grail-bits.c (+10/-0)
src/grail-frame.c (+98/-3)
src/grail-gestures.c (+0/-223)
src/grail-gestures.h (+0/-115)
src/grail-impl.h (+30/-0)
src/grail-init.c (+16/-3)
src/grail-inserter.c (+0/-33)
src/grail-inserter.h (+31/-2)
src/grail-legacy.c (+105/-0)
src/grail-recognizer.c (+344/-15)
src/grail-recognizer.h (+89/-5)
test/Makefile.am (+3/-0)
test/check-gestures.c (+230/-0)
test/check-grail.c (+3/-1)
test/check-mapping.c (+4/-2)
test/check-transform.c (+4/-2)
test/io/functional/drag-1.evemu (+3988/-0)
test/io/functional/drag-2.evemu (+3849/-0)
test/io/functional/drag-3.evemu (+16278/-0)
test/io/functional/drag-4.evemu (+8032/-0)
test/io/functional/hold-1.evemu (+1375/-0)
test/io/functional/pinch-2.evemu (+2457/-0)
test/io/functional/pinch-3.evemu (+4971/-0)
test/io/functional/rotate-2.evemu (+3073/-0)
test/io/functional/tap-1.evemu (+94/-0)
test/io/functional/tap-4.evemu (+388/-0)
tools/grail-gesture.c (+117/-15)
Branch information
Recent revisions
- 171. By Jussi Pakkanen on 2011-06-14
-
Renamed variables now that we live IN THE FUTURE and can use over 8 characters per name.
- 169. By Jussi Pakkanen on 2011-06-14
-
Unit tests now work if the build directory is different from the source directory.
- 167. By Jussi Pakkanen on 2011-06-01
-
Merged trunk changes to this branch. Some tests fail still and slot_center might be missing some work.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:grail