summaryrefslogtreecommitdiff
path: root/src/ui/sidebarwidget.c
AgeCommit message (Collapse)Author
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
2020-12-29Added a bold UI fontJaakko Keränen
The bold UI label font is used for highlighted sidebar items and default buttons.
2020-12-28SidebarWidget: Opening feed entries in new tabJaakko Keränen
2020-12-27SidebarWidget: Fixed editing identity notesJaakko Keränen
2020-12-19Changed the remote bookmark iconJaakko Keränen
The cloud character U+2601 is already used as a site icon.
2020-12-19Duplicating a bookmark; cloud icon colorJaakko Keränen
2020-12-19SidebarWidget: Disable menu items for remote bookmarksJaakko Keränen
2020-12-19Remote bookmark sourcesJaakko Keränen
Bookmarks tagged "remotesource" are fetched and all links are treated as remote bookmarks. Remote bookmarks are not saved locally.
2020-12-19Open links from sidebar in new tabsJaakko Keränen
Added context menu items for opening in new tabs, and the modifier keys work like in DocumentWidget. IssueID #77
2020-12-19"Edit Feed..." opens Feed SettingsJaakko Keränen
2020-12-19SidebarWidget: Hide unimplemented menu itemsJaakko Keränen
IssueID #80
2020-12-16Fixed link to Help from the Identities sidebar tabJaakko Keränen
2020-12-12Added option to show URL paths as encoded or decodedJaakko Keränen
IssueID #73
2020-12-10SidebarWidget: Cleanup; Identities context menuJaakko Keränen
2020-12-10Feeds: Show entries in lookup resultsJaakko Keränen
2020-12-09SidebarWidget: Fixed layout issueJaakko Keränen
After launching with the sidebar closed, it would open with an incorrect height.
2020-12-04SidebarWidget: Confirmation dialogs vs. which sidebarJaakko Keränen
Identify the owner of the dialog using the normal widget "ptr:" argument.