lp://staging/~oif-team/ginn/scroll-pointer-fixes
Created by
Chase Douglas
and last modified
- Get this branch:
- bzr branch lp://staging/~oif-team/ginn/scroll-pointer-fixes
Members of
Open Input Framework Team
can upload to this branch. Log in for directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Mohamed IKBEL Boulabiar (community): Approve
-
Diff: 1451 lines (+695/-639)6 files modifiedetc/wishes.xml (+2/-2)
src/bamf.c (+27/-30)
src/config.c (+162/-137)
src/config.h (+17/-17)
src/ginn.c (+409/-402)
src/xt.c (+78/-51)
Related bugs
Bug #736210: Buttons 4 and 5 should be used for scrolling instead of up/down keys | High | Fix Committed | |
Bug #736212: The cursor should be moved to where gestures occur | High | Fix Committed |
Related blueprints
Branch information
Recent revisions
- 86. By Chase Douglas
-
Move the cursor to the location of the focus coords when a gesture starts
This prevents bad event interpretation on touchscreens. Many applications
perform different actions for a scroll event depending on where the
cursor is on screen, for example. - 85. By Chase Douglas
-
Reindent source code to be a uniform style
I picked Kernighan & Ritchie style without tabs. I ran "indent -nut -kr"
on each source file. - 84. By Chase Douglas
-
Use pointer buttons 4 and 5 for scrolling
X uses buttons 4 and 5 for scrolling, so the mapping is more correct than
using the up and down keys. For example, in most terminals up and down
keys are used to go back and forth in the command history instead of
scrolling. (LP: #736210)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/ginn