summaryrefslogtreecommitdiff
path: root/src/ui/paint.c
AgeCommit message (Collapse)Author
2021-05-17SidebarWidget: Animate show/hideJaakko Keränen
Also addressed clipping issues when using multiple roots.
2021-05-03Paint: Fixed build with older SDL versionsJaakko Keränen
IssueID #259
2021-04-27Refactor: Update event processing to not assume a single UI rootJaakko Keränen
Most actions should occur in the context of the current UI root.
2021-04-27Refactor: Added a proper Root objectJaakko Keränen
`Root` encapsulates the root widget and the associated UI state.
2021-03-29Paint: Fixed clipping of negative X regionsJaakko Keränen
2021-03-18Draw soft popup menu border shadowsJaakko Keränen
2020-11-27Paint: Negative clipping rectangle positionJaakko Keränen
2020-09-22Drawing with alpha blendingJaakko Keränen
2020-09-12Paint: Keeping track of the set render targetJaakko Keränen
2020-08-22Added BSD 2-clause license and copyright noticesJaakko Keränen
2020-08-18SidebarWidget: Faster redrawsJaakko Keränen
Reuse previous contents if they are still valid.
2020-08-18Render target switchingJaakko Keränen
2020-08-11Document outline; jumping to clicked headingJaakko Keränen
2020-07-21Initial commitJaakko Keränen
Borrowing the app skeleton from Bitwise Harmony.