summaryrefslogtreecommitdiff
path: root/src/ui/util.c
AgeCommit message (Collapse)Author
2020-08-20SidebarWidget: Creating a bookmark from historyJaakko Keränen
2020-08-20Added system theme settingJaakko Keränen
2020-08-16Added Pure Black and Pure White themesJaakko Keränen
Font changes cause window redrawing to pause so document layout doesn’t get an intermediate update with a different width. Sheets are mouse-modal.
2020-08-16Palette has UI colors; defined Light theme colorsJaakko Keränen
2020-08-14Editing bookmarksJaakko Keränen
2020-08-14Bookmarks: Store in a hash with unique IDsJaakko Keränen
2020-08-14Menu cancel action is only enabled when menu shownJaakko Keränen
2020-08-11Fixed centering a sheet not under rootJaakko Keränen
2020-08-10Add a sidebar next to the current tabJaakko Keränen
The sidebar is inside the tabs widget, as a sibling to the current page.
2020-08-10Tab bar is hidden when there is a single tabJaakko Keränen
Needed some fixes in the widget arrangement behavior.
2020-08-09Closing and duplicating tabsJaakko Keränen
2020-08-09Tab button labels fitted to available spaceJaakko Keränen
2020-08-09Closing tabs/windowJaakko Keränen
2020-08-07CleanupJaakko Keränen
2020-08-07Fixed popup menu positioning near window edgesJaakko Keränen
2020-08-06Tabs: Changing the tab button labelJaakko Keränen
2020-08-01Fixed premature recyclingJaakko Keränen
Processing events outside event loop lead to recycler being called when a refresh was requested.
2020-07-28Loading and rendering images in the documentJaakko Keränen
There can be multiple inline media requests on the page. Images are always associated with a link.
2020-07-26Asking the user for inputJaakko Keränen
2020-07-25Right/center-aligned text; fixed menu shortcutsJaakko Keränen
2020-07-25Fixed event processing for menus and dialogsJaakko Keränen
2020-07-21Initial commitJaakko Keränen
Borrowing the app skeleton from Bitwise Harmony.