Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-05 | Keybindings for Back/Forward navigation | Jaakko Keränen | |
2020-10-30 | Updating LabelWidget command key | Jaakko Keränen | |
If the key bindings have a key for a command, LabelWidget will use it. | |||
2020-10-29 | LabelWidget: Flag for wrapping text | Jaakko Keränen | |
Widgets now have an optional virtual method that gets called when the size of the widget changes during arranging. Wrapped text in LabelWidget uses this to update its height. | |||
2020-09-21 | Radio button widget flag | Jaakko Keränen | |
2020-09-17 | Working on "Save Page" | Jaakko Keränen | |
Suggest saving the content on the Unsupported MIME type error page. | |||
2020-09-01 | Text: Fixed color escape ASCII overflow | Jaakko Keränen | |
2020-08-26 | LabelWidget: Separate color for disabled buttons | Jaakko Keränen | |
2020-08-23 | Added an identity creation dialog | Jaakko Keränen | |
2020-08-23 | Create bookmarks using a dialog | Jaakko Keränen | |
2020-08-22 | Added BSD 2-clause license and copyright notices | Jaakko Keränen | |
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-16 | Palette has UI colors; defined Light theme colors | Jaakko Keränen | |
2020-08-11 | Document outline; jumping to clicked heading | Jaakko Keränen | |
2020-08-04 | Changing the document content text size | Jaakko Keränen | |
The glyph cache is purged whenever font sizes change. UI fonts are deliberately not changed in size so that UI metrics don't have to be recomputed. | |||
2020-08-02 | Flag for tight label padding; aligning labels visually | Jaakko Keränen | |
2020-08-02 | LabelWidget: Styling of pressed buttons | Jaakko Keränen | |
2020-07-26 | Window: Create a search bar | Jaakko Keränen | |
2020-07-25 | Right/center-aligned text; fixed menu shortcuts | Jaakko Keränen | |
2020-07-25 | Reload, Stop, and Home navbar buttons | Jaakko Keränen | |
2020-07-23 | Entering URLs and updating the navbar | Jaakko Keränen | |
2020-07-21 | Initial commit | Jaakko Keränen | |
Borrowing the app skeleton from Bitwise Harmony. |