Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Change scroll units from pixels to lines | Ben Bridle | 5 days |
| | | | | | The input device now uses lines instead of pixels as the scroll unit. Reverts commit 2db5707. | ||
* | Sandbox the file device | Ben Bridle | 5 days |
| | | | | | | Unless the --trust-files switch is used, the file device will be sandboxed to a program-specific config folder placed according to the conventions of the operating system. | ||
* | Fix scale factor used when scrolling by lines | Ben Bridle | 8 days |
| | | | | Each line scrolled should be equivalent to 20 pixels, not 1/20 pixels. | ||
* | Initial commit | Ben Bridle | 9 days |