Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-09 | Fixed memory leak on tab close | Jaakko Keränen | |
The DocumentWidget was not actually deleted when a tab was closed, only hidden. | |||
2020-09-21 | Radio button widget flag | Jaakko Keränen | |
2020-09-20 | Widget: Expanded flags to 64 bits | Jaakko Keränen | |
Ran out of room in 32 bits, more flags needed for arranging. | |||
2020-09-20 | Centering widgets and sheet contents | Jaakko Keränen | |
Added a new arrange flag for centering a child horizontally. The two-column layout in Preferences has expanding vertical paddings so the page contents are vertically centered. | |||
2020-09-16 | Dismiss menus when clicking outside them | Jaakko Keränen | |
Added a new widget flag for notifying about missed mouse clicks. Only used in popup menus at the moment. IssueID #2 | |||
2020-09-10 | Fixed switching focus with Tab key | Jaakko Keränen | |
Focus should go from URL bar to lookup results, and only then to the find bar. | |||
2020-09-10 | Cleanup | Jaakko Keränen | |
2020-09-07 | Widget: Fixed arranging where widgets uncollapse | Jaakko Keränen | |
2020-09-07 | Updating URL after selecting lookup item | Jaakko Keränen | |
2020-09-06 | Widget: API convenience; fixed position flag | Jaakko Keränen | |
2020-09-05 | Widget: More granularity for drawing widgets | Jaakko Keränen | |
Allow draw background and children separately. | |||
2020-09-05 | Refactor: ListWidget for a general purpose list | Jaakko Keränen | |
The sidebar uses a ListWidget now, but the layout needs fixing. | |||
2020-08-24 | SidebarWidget: List identities as sidebar items | Jaakko Keränen | |
2020-08-23 | Widget: Keep-on-top widgets have an order | Jaakko Keränen | |
2020-08-23 | Widget: Optional padding for child arrangement | Jaakko Keränen | |
2020-08-22 | Added BSD 2-clause license and copyright notices | Jaakko Keränen | |
2020-08-19 | Manage mouse cursors at window level | Jaakko Keränen | |
The modal sheets switch mouse cursor to the default arrow. | |||
2020-08-16 | Added Pure Black and Pure White themes | Jaakko 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-14 | Deleting bookmarks | Jaakko Keränen | |
2020-08-14 | Bookmarks: Store in a hash with unique IDs | Jaakko Keränen | |
2020-08-13 | Toggle sidebar visibility; save width and mode | Jaakko Keränen | |
2020-08-12 | Working on sidebar resizing | Jaakko Keränen | |
2020-08-11 | Fixed widget arrangement issue | Jaakko Keränen | |
2020-08-10 | Tab bar is hidden when there is a single tab | Jaakko Keränen | |
Needed some fixes in the widget arrangement behavior. | |||
2020-08-09 | Closing and duplicating tabs | Jaakko Keränen | |
2020-08-09 | Closing tabs/window | Jaakko Keränen | |
2020-08-08 | Creating new tabs; cleaned up DocumentWidget | Jaakko Keränen | |
2020-07-27 | Widget: Added flag for collapsing during arrange | Jaakko Keränen | |
2020-07-25 | Right/center-aligned text; fixed menu shortcuts | Jaakko Keränen | |
2020-07-25 | Widget: Drawing optional frames | Jaakko Keränen | |
2020-07-25 | Basic navigation history; Back and Forward are working | Jaakko Keränen | |
2020-07-23 | DocumentWidget: Scrolling via scrollbar and keys | Jaakko Keränen | |
2020-07-23 | Added ScrollWidget for scroll bars | Jaakko Keränen | |
2020-07-21 | Initial commit | Jaakko Keränen | |
Borrowing the app skeleton from Bitwise Harmony. |