Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-25 | Theme tuning | Jaakko Keränen | |
2020-08-25 | It's called a "scheme" | Jaakko Keränen | |
2020-08-25 | Window: Avoid setting cursor multiple times per event | Jaakko Keränen | |
2020-08-25 | Added sidebar context menu items; cursor setting | Jaakko Keränen | |
2020-08-25 | Cleanup | Jaakko Keränen | |
2020-08-25 | Posting global commands | Jaakko Keränen | |
2020-08-25 | GmDocument: Fixed source line parsing issue | Jaakko Keränen | |
Extra newlines were introduced because the line splitter's position was tampered with. | |||
2020-08-24 | SidebarWidget: Hand cursor over links | Jaakko Keränen | |
2020-08-24 | SidebarWidget: List identities as sidebar items | Jaakko Keränen | |
2020-08-24 | Updated for the_Foundation API changes | Jaakko Keränen | |
2020-08-24 | Initialize RegExpMatches | Jaakko Keränen | |
2020-08-24 | DocumentWidget: ⇧Space scrolls up a page | Jaakko Keränen | |
2020-08-23 | Checking identity creation input values | Jaakko Keränen | |
2020-08-23 | Working on New Identity dialog | Jaakko Keränen | |
2020-08-23 | DocumentWidget: Marked ranges in dark mode | Jaakko Keränen | |
2020-08-23 | Build option to disable kerning; other optimizations | Jaakko Keränen | |
2020-08-23 | Widget: Keep-on-top widgets have an order | Jaakko Keränen | |
2020-08-23 | InputWidget: Improved hint text | Jaakko Keränen | |
2020-08-23 | Widget: Optional padding for child arrangement | Jaakko Keränen | |
2020-08-23 | InputWidget: Hint text on empty content | Jaakko Keränen | |
2020-08-23 | Menu improvements | Jaakko Keränen | |
2020-08-23 | Added an identity creation dialog | Jaakko Keränen | |
2020-08-23 | Cleanup: Use ".binary" for binary files | Jaakko Keränen | |
2020-08-23 | Create bookmarks using a dialog | Jaakko Keränen | |
2020-08-23 | GmCerts: Identity management | Jaakko Keränen | |
Loading and creating client certificates. | |||
2020-08-22 | Cleanup | Jaakko Keränen | |
2020-08-22 | Added BSD 2-clause license and copyright notices | Jaakko Keränen | |
2020-08-21 | Experimenting with text art | Jaakko Keränen | |
Convert glyph bitmaps to Unicode block characters | |||
2020-08-20 | SidebarWidget: Creating a bookmark from history | Jaakko Keränen | |
2020-08-20 | SidebarWidget: Added history items; context menu | Jaakko Keränen | |
2020-08-20 | Cleanup | Jaakko Keränen | |
2020-08-20 | Added system theme setting | 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-19 | Cleanup: Helper for DocumentWidget vis-buffers | Jaakko Keränen | |
2020-08-19 | Fixed document scrolling issue; copy links | Jaakko Keränen | |
There was a discrepancy between scrollMax and the actual height of the document. This site banner dependent document size is a bit of a pain, should DRY it up a little. | |||
2020-08-19 | Help: Elaborate on link navigation via keyboard | Jaakko Keränen | |
2020-08-19 | SidebarWidget: Tweaked default config | Jaakko Keränen | |
2020-08-18 | DocumentWidget: Render marks transparently | Jaakko Keränen | |
2020-08-18 | Handle image metadata overlapping the link | Jaakko Keränen | |
2020-08-18 | Adjusted UI content text size | Jaakko Keränen | |
2020-08-18 | SidebarWidget: Bookmark heights; theme changes | Jaakko Keränen | |
2020-08-18 | SidebarWidget: Faster redraws | Jaakko Keränen | |
Reuse previous contents if they are still valid. | |||
2020-08-18 | Minor tweaks | Jaakko Keränen | |
2020-08-18 | Added a larger content-friendly UI font | Jaakko Keränen | |
Mostly for sidebar contents. | |||
2020-08-18 | DocumentWidget: Faster redraw of the document | Jaakko Keränen | |
Keep static content in a buffer. The marked ranges still need to be drawn in a better way. | |||
2020-08-18 | Render target switching | Jaakko Keränen | |
2020-08-17 | Minor tweaks | Jaakko Keränen | |
Don’t disable screensaver, and the default site icon should be “no icon”. | |||
2020-08-16 | Tweaked default color themes | Jaakko Keränen | |
2020-08-16 | Keyboard-based link navigation; general improvements | 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. |