| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add ui to packages and format code | Florian Fischer | 2025-09-03 | 1 | -23/+21 |
| | | |||||
| * | restore touch detection conditions | Florian Fischer | 2025-08-20 | 1 | -3/+4 |
| | | |||||
| * | simplify touch detection logic and adapt thresholds | Florian Fischer | 2025-08-20 | 1 | -14/+14 |
| | | |||||
| * | add specialized longtap hover detector | Florian Fischer | 2025-08-20 | 1 | -1/+1 |
| | | |||||
| * | rework hover detection | Florian Fischer | 2025-08-20 | 1 | -2/+28 |
| | | |||||
| * | ui: include touch inputs in the input queue | Florian Fischer | 2025-08-20 | 1 | -28/+30 |
| | | |||||
| * | make input events consumable | Florian Fischer | 2025-08-20 | 1 | -0/+8 |
| | | | | | | | Having a input queue of consumable input events allow widgets to prevent the further handling of the same event by different collections by consuming the event. | ||||
| * | add a singleton to handle touch inputs | Florian Fischer | 2025-08-20 | 1 | -0/+220 |
