aboutsummaryrefslogtreecommitdiff
path: root/src/ui
AgeCommit message (Collapse)Author
2024-04-17Resolve animation defaults during parsingIvan Molodetskikh
2024-04-10Use clamped animations where it makes senseIvan Molodetskikh
2024-03-24Make screenshot UI render target-awareIvan Molodetskikh
2024-03-23Implement TouchpadScroll bindsIvan Molodetskikh
2024-03-23[cfg-breaking] Rename Wheel* to WheelScroll* bindingsIvan Molodetskikh
Less confusion, and clearer that they are affected by natural-scroll.
2024-03-22input: Make functions return the whole bindIvan Molodetskikh
2024-03-22Make binds accept wheel namesIvan Molodetskikh
2024-03-05Implement spring animationsIvan Molodetskikh
2024-03-01Correctly handle parsing of Binds and DefaultColumnWidth (#234)sodiboo
* add dev dependencies to flake * parse only one default-column-width * require exactly one action per bind, and unique keys for binds * use proper filename for config errors if possible * fix duplicate keybinds after invalid action, lose some sanity
2024-02-21Move UI elements into submoduleIvan Molodetskikh