Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-29 | Lighter separators in Light mode | Jaakko Keränen | |
2020-09-29 | GmDocument: List bullets use a different color | Jaakko Keränen | |
More distinctive. | |||
2020-09-28 | Bumped version number to 0.4 | Jaakko Keränen | |
2020-09-28 | Cleanup | Jaakko Keränen | |
2020-09-28 | SidebarWidget: Max limit for sidebar width | Jaakko Keränen | |
Must leave some space for the document. | |||
2020-09-28 | GmDocument: Tweaks in the dark color theme | Jaakko Keränen | |
2020-09-28 | Adjusted light mode color palette | Jaakko Keränen | |
The accent color hues weren't quite right. | |||
2020-09-27 | macOS: 10.13 should use OpenGL renderer | Jaakko Keränen | |
There appears to be a problem with SDL's Metal renderer under 10.13 (segfault on window creation). | |||
2020-09-27 | DocumentWidget: Side icon animation glitches | Jaakko Keränen | |
2020-09-27 | macOS: Robust system appearance check | Jaakko Keränen | |
This API does not exist on 10.13, so prepare for an exception. | |||
2020-09-27 | macOS: Allow dark mode on 10.13 builds | Jaakko Keränen | |
2020-09-26 | Updated Help | Jaakko Keränen | |
2020-09-26 | Fixed menu item label in error message | Jaakko Keränen | |
2020-09-26 | Cleanup | Jaakko Keränen | |
2020-09-26 | DocumentWidget: Show top heading on the side | Jaakko Keränen | |
2020-09-26 | Preferences: Added side icon, hover outline | Jaakko Keränen | |
2020-09-25 | Document side elements; hover outline | Jaakko Keränen | |
2020-09-22 | DocumentWidget: Drawing side elements | Jaakko Keränen | |
The banner appears on the left, if there is room in the margin. Also added a document timestamp in the bottom to see when the data was received. | |||
2020-09-22 | Drawing with alpha blending | Jaakko Keränen | |
2020-09-22 | Added an animation utility | Jaakko Keränen | |
2020-09-21 | App: Saving the "Big 1st paragraph" setting | Jaakko Keränen | |
2020-09-21 | Preferences: Line width, 1st paragraph; tab switch keys | Jaakko Keränen | |
2020-09-21 | Radio button widget flag | Jaakko Keränen | |
2020-09-21 | Merge branch 'release' into dev | Jaakko Keränen | |
Window state bug fixes from the release branch. | |||
2020-09-21 | macOS: Window size/mode restoration tweaks | Jaakko Keränen | |
Don't bother with maximized mode, it causes a needless animation at launch. | |||
2020-09-21 | Updated release notes | Jaakko Keränen | |
2020-09-21 | Restoring maximized windows | Jaakko Keränen | |
Window position and size are stored when move/resize events are received, not only when the window is closed. | |||
2020-09-21 | Bumped version to 0.2.1 | Jaakko Keränen | |
2020-09-21 | Reload fonts when renderer is reset | Jaakko Keränen | |
For some reason, SDL deletes the contents of render targets when the window is resized. IssueID #6 | |||
2020-09-21 | Document theme color saturation preference | Jaakko Keränen | |
2020-09-21 | Added Prefs; placeholders for new options | Jaakko Keränen | |
2020-09-21 | Updated release notes | Jaakko Keränen | |
2020-09-21 | Text: Using Unicode symbols in monospace | Jaakko Keränen | |
If the regular monospace font is missing a Unicode character, one is used from Symbola. However, these replacements were taken from the wrong sized font. Also, since the replacements are not monospace (Symbola isn't) they are now centered in their location for a better alignment. | |||
2020-09-20 | Updated release notes | Jaakko Keränen | |
2020-09-20 | Improved text selection starting on empty space | Jaakko Keränen | |
IssueID #4 | |||
2020-09-20 | Text: Japanese font sized for UI text | Jaakko Keränen | |
This font is needed for example for tab titles where there are japanese glyphs. | |||
2020-09-20 | Opening links in a new background tab | Jaakko Keränen | |
2020-09-20 | Updated release notes | 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 | macOS: No fixed deployment target | Jaakko Keränen | |
Let the user decide. | |||
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-20 | Added tabs to make room for more preferences | Jaakko Keränen | |
The Preferences sheet now has tabs (General, Proxies) so that more options can fit there in the future. | |||
2020-09-20 | Updated release notes | Jaakko Keränen | |
2020-09-20 | Text: Slightly smaller first paragraph font size | Jaakko Keränen | |
Added a new 1.2x font size and use it for first paragraphs. | |||
2020-09-19 | Update README | Jaakko Keränen | |
Added link to Project Gemini. | |||
2020-09-19 | Reload fonts when renderer is reset | Jaakko Keränen | |
For some reason, SDL deletes the contents of render targets when the window is resized. IssueID #6 | |||
2020-09-19 | Bumped version number to 0.3 | Jaakko Keränen | |
2020-09-19 | Merge branch 'dev' into release | Jaakko Keränen | |
2020-09-19 | macOS: Compile for 10.14 | Jaakko Keränen | |
2020-09-19 | Cleanup | Jaakko Keränen | |
Merge glitch. |