summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-01Updated the_FoundationJaakko Keränen
2020-11-01Updated the_FoundationJaakko Keranen
2020-11-01App: Compiling on "Other" platformsJaakko Keranen
Testing on OpenBSD.
2020-11-01Fixed app cleanup at shutdownJaakko Keranen
Should clear the garbage before quitting SDL because widgets may be in the garbage and have SDL resources to release.
2020-10-31Updated release notesJaakko Keränen
2020-10-31Bumped version number to 0.8Jaakko Keränen
2020-10-31Updated HelpJaakko Keränen
2020-10-31Saving and loading key bindingsJaakko Keränen
2020-10-31CleanupJaakko Keränen
2020-10-31Preferences: Basic key bindings UIJaakko Keränen
One can now bind keys in Preferences. The configured keys aren't yet saved, though.
2020-10-31Preferences: Changed apperance of tabsJaakko Keränen
2020-10-31Window: Dismiss sidebar with EscapeJaakko Keränen
2020-10-30Updating LabelWidget command keyJaakko Keränen
If the key bindings have a key for a command, LabelWidget will use it.
2020-10-30CleanupJaakko Keränen
2020-10-30Added a key binding mechanismJaakko Keränen
The document scrolling keys are now handled via bindings.
2020-10-30SidebarWidget: Adjusted layoutJaakko Keränen
2020-10-29CleanupJaakko Keränen
2020-10-29DocumentWidget: Clear buffered icon/headingJaakko Keränen
2020-10-29Updated release notesJaakko Keränen
2020-10-29SidebarWidget: Improving blank Identities tabJaakko Keränen
If there are no identities, the Identities tab now shows a button for creating one, and a link to the Help documentation.
2020-10-29Added a large UI fontJaakko Keränen
2020-10-29LabelWidget: Flag for wrapping textJaakko 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-10-29CleanupJaakko Keränen
2020-10-29TextBuf: Fixed garbage in the backgroundJaakko Keränen
2020-10-28Fixed: Blend TextBuf only once when drawingJaakko Keränen
2020-10-28Updated release notesJaakko Keränen
2020-10-28DocumentWidget: Current heading on the sideJaakko Keränen
Redraw the side icon and heading when the current top heading changes.
2020-10-28DocumentWidget: Working on buffering the side iconJaakko Keränen
2020-10-28InputWidget: Buffer contents of unfocused input fieldsJaakko Keränen
No need to redraw the text string on every frame.
2020-10-28Updated release notesJaakko Keränen
2020-10-28Reporting TLS/SSL errorsJaakko Keränen
A proper error page is now shown if there is an error during the TLS request.
2020-10-27Added a network/TLS error pageJaakko Keränen
There is now an error page shown when the TLS request fails for some reason. Error page theming is also updated at the time when the error page is composed.
2020-10-27Update history after response receivedJaakko Keränen
IssueID #13
2020-10-27Updated the_FoundationJaakko Keränen
2020-10-27Updated the_FoundationJaakko Keränen
TCP socket connection improvements.
2020-10-26Updated the_FoundationJaakko Keränen
IssueID #15
2020-10-26Updated release notesJaakko Keränen
2020-10-25Updated the_FoundationJaakko Keränen
2020-10-25Window: Workaround for a key handling issueJaakko Keränen
Likely a rare situation, but this workaround should be relatively safe -- ignore keydown events if they occur less than 10 milliseconds after the window has received input focus. IssueID #10
2020-10-25Window: Ensure window is redrawn after expose eventsJaakko Keränen
A window expose event should be treated as a refresh trigger. IssueID #11
2020-10-25Window: Ensure window is redrawn after expose eventJaakko Keränen
2020-10-25Updated the_FoundationJaakko Keränen
2020-10-25Updated HelpJaakko Keränen
2020-10-25Added missing copyright/license noticeJaakko Keränen
2020-10-24Bumped version number to 0.7Jaakko Keränen
2020-10-24Updated Help: color themesJaakko Keränen
2020-10-24Updated READMEJaakko Keränen
Clarifications to build instructions.
2020-10-24Updated release notes (typo)Jaakko Keränen
2020-10-24Updated release notesJaakko Keränen
2020-10-24Adjusted smooth scroll speed when using mouse wheelJaakko Keränen