summaryrefslogtreecommitdiff
path: root/src/ui/sidebarwidget.c
AgeCommit message (Collapse)Author
2021-03-26SidebarWidget: Use a translated stringJaakko Keränen
2021-03-25Lang: Plural stringsJaakko Keränen
IssueID #192
2021-03-23Lang: Added a sidebar string; Finnish templateJaakko Keränen
IssueID #192
2021-03-23Lang: Applied string IDs everywhereJaakko Keränen
More or less everywhere? IssueID #192
2021-03-23Lang: Applied more string IDsJaakko Keränen
IssueID #192
2021-03-20Show unread entry count in sidebarJaakko Keränen
2021-03-18Mobile improvementsJaakko Keränen
Seeing if a few forced redraws will take care of the squished view issue. On the phone, showing and hiding the sidebar is not supposed to resize any documents.
2021-03-18Scrollbar fading and periodic commandsJaakko Keränen
Added a new mechanism to issue periodic but not per-frame commands. This is used for main-thread operations like checking if it's time to fade away the scrollbars. Scrollbars are faded away completely on Apple platforms. Adjusted list right margins accordingly.
2021-03-18SidebarWidget: Today's date says "Today"Jaakko Keränen
2021-03-18SidebarWidget: Unread entry appearanceJaakko Keränen
The bold font is a sufficient indicator than the edge line, and the edge line introducing visual noise.
2021-03-17SidebarWidget: Crash when deleting identityJaakko Keränen
Refer to the context menu item and not the hover item, since hover state may have been lost.
2021-03-15SidebarWidget: Command to update contentsJaakko Keränen
2021-03-13SidebarWidget: Added "Import..." to empty Identities tabJaakko Keränen
Fixed visual issues with the Help link in the bottom.
2021-03-13Mobile: Showing identities via navbarJaakko Keränen
2021-03-10Mobile: Adjusting sidebar appearanceJaakko Keränen
2021-03-10Mobile: Working on the phone preferencesJaakko Keränen
2021-03-07SidebarWidget: Mobile fontsJaakko Keränen
2021-03-06SidebarWidget: Keeping track of edited bookmarkJaakko Keränen
2021-03-05Menu item iconsJaakko Keränen
2021-03-05Defined a set of UI icons; use in menusJaakko Keränen
2021-03-04Save identity usage changes immediatelyJaakko Keränen
2021-03-04Changing UI scaling at runtimeJaakko Keränen
UI scaling factor is applied when closing the Preferences dialog. IssueID #83
2021-03-03CapsLock as a modifier key; adding a modifier mapping tableJaakko Keränen
IssueID #87
2021-02-25SidebarWidget: Skip future-dated feed entriesJaakko Keränen
2021-02-24SidebarWidget: Draw a borderJaakko Keränen
2021-02-23SidebarWidget: Improved appearanceJaakko Keränen
Added a color for sidebar background. Removed the right-edge separator line; instead, use color to separate. Page outline uses bold font for level 1 headings.
2021-02-23Option to auto-reload a tab at a given intervalJaakko Keränen
IssueID #116
2021-02-23SidebarWidget: Bold headings; item spacingJaakko Keränen
2021-02-23Editing bookmark iconsJaakko Keränen
IssueID #140
2021-02-22Allow user to set any character as bookmark iconJaakko Keränen
The custom icons only appear in bookmark and feed lists, though.
2021-02-22Dialog buttons on the rightJaakko Keränen
Follow typical GUI conventions by placing dialog buttons on the right edge. This leaves space for additional actions on the left.
2021-02-22iOS: Font adjustmentsJaakko Keränen
2021-02-22SidebarWidget: Feed entry appearanceJaakko Keränen
2021-02-21iOS: Working on menu stylingJaakko Keränen
2021-02-21Animated widget offsets; phone sidebarsJaakko Keränen
2021-02-20Revising sidebar placement for phonesJaakko Keränen
In portrait mode, phones have no room for sidebars so need to use a different widget arrangement.
2021-02-20iOS: Removed 2nd sidebar; background tweaksJaakko Keränen
2021-02-19iOS: Adjusting the UI for a tablet screenJaakko Keränen
2021-02-18iOS: Working on touch event handlingJaakko Keränen
Handle finger down, motion, and up events to implement basic taps, long presses, and inertia scrolling. Much finetuning still to be done, and certain widgets like input fields and scrollbars need a direct drag mode (they were working fine via the "mouse" events already).
2021-02-14SidebarWidget: Handling feed entry URLs with spacesJaakko Keränen
The sidebar failed to realize that an entry was the current one and/or already read, because URL encoding is not consistently applied. This needs addressing soon — internally, all URLs should have a consistent format (fully encoded or decoded, NFC normalized).
2021-01-29SidebarWidget: Fixed word wrapping issue in unread feed titlesJaakko Keränen
Text width was measured with the wrong font.
2021-01-18Fixed opening heading feed entries in a tabJaakko Keränen
The heading goto fragment wasn't being stripped appropriately from the URLs.
2021-01-18SidebarWidget: New color for feed namesJaakko Keränen
Separate the entry titles from the feed titles.
2021-01-16SidebarWidget: Added "Copy Fingerprint" for identitiesJaakko Keränen
2021-01-12SidebarWidget: Limit to 100 feed entriesJaakko Keränen
Not including separators.
2021-01-12Fixed: Percent-encode spaces when copyingJaakko Keränen
IssueID #112
2021-01-10SidebarWidget: Feed unread status vs. context menuJaakko Keränen
2021-01-02SidebarWidget: Background color for remote bookmarksJaakko Keränen
2021-01-02Bookmarks: Remote bookmarks grouped under sourceJaakko Keränen
Rather than mix remote bookmarks with local ones, group them under the source bookmark in "pseudo-folder" fashion. The source is shown as bold.
2020-12-29SidebarWidget: Finetuning the secondary item colorsJaakko Keränen