Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark overridden virtual functions | Pierre Ossman | 2024-06-24 | 1 | -5/+5 |
| | | | | | Use the new "override" keyword to properly differentiate between new virtual methods, and existing virtual methods being overridden. | ||||
* | Support touch gestures on Windows | Samuel Mannehed | 2020-05-29 | 1 | -0/+60 |
This adds the same touch gesture support for Windows as already added for Unix. Note that it uses Windows gesture detection instead of our own here though to give the user a familiar experience. Unfortunately that means we lose the three finger tap. This also raises the base requirements to Windows 7 as that's when Windows got proper touch support. |