summaryrefslogtreecommitdiff
path: root/src/ui/sidebarwidget.c
AgeCommit message (Collapse)Author
2020-11-27SidebarWidget: "Refresh Feeds" button in empty Feeds tabJaakko Keränen
2020-11-27Feeds: Separate timestamps for posting and discoveryJaakko Keränen
The discovery time is needed for knowing how long the entry can be retained in the history.
2020-11-27Feeds: Marking all as read; time check improvementsJaakko Keränen
For some unknown reason, the parsing of the entry dates is sometimes (randomly?) off by 3600 seconds (one hour). This need a closer investigation; maybe a DST thing? For now check the date instead.
2020-11-27Subscribing via menu; cleanup after unsubscribeJaakko Keränen
2020-11-27SidebarWidget: Adding bookmarks, edit feedsJaakko Keränen
2020-11-27SidebarWidget: Unsubscribe from feed; toggling read statusJaakko Keränen
2020-11-26SidebarWidget: Open entries, feed index pagesJaakko Keränen
2020-11-26Feeds: Manual refreshJaakko Keränen
2020-11-26Color for passively selected sidebar itemJaakko Keränen
2020-11-26SidebarWidget: Fixed "about:" URLs in historyJaakko Keränen
2020-11-26Feeds: Working on menu itemsJaakko Keränen
2020-11-26SidebarWidget: Update bookmark tag menu itemsJaakko Keränen
2020-11-26SidebarWidget: Added menus; adjusted separatorsJaakko Keränen
Added context menus for Feeds.
2020-11-25SidebarWidget: Feed items show bookmark iconJaakko Keränen
2020-11-25SidebarWidget: Tagging bookmarks via menuJaakko Keränen
2020-11-25SidebarWidget: Bookmark tag icons; Feeds presentationJaakko Keränen
Special tags of bookmarks are now visualized with icons. Feed items show an indicator if the currently open document matches the entry URL.
2020-11-25Sidebar: Changed tab order, Bookmarks is first tabJaakko Keränen
2020-11-24SidebarWidget: Tweaked date formattingJaakko Keränen
2020-11-23SidebarWidget: Improved feed entry appearanceJaakko Keränen
2020-11-23SidebarWidget: Date separators in FeedsJaakko Keränen
2020-11-23Sidebar: Populate with feed entriesJaakko Keränen
2020-11-16Closing the sidebar with EscapeJaakko Keränen
2020-11-04SidebarWidget: Document size while resizingJaakko Keränen
Ensure that the document size gets updated at least when the sidebar resize finishes. During the resize the updates are limited because document layout is done in the UI thread presently; it would get choppy with long documents.
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-30Updating LabelWidget command keyJaakko Keränen
If the key bindings have a key for a command, LabelWidget will use it.
2020-10-30SidebarWidget: Adjusted layoutJaakko Keränen
2020-10-29CleanupJaakko 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-27Update history after response receivedJaakko Keränen
IssueID #13
2020-10-18Added the "Colorful Light" document themeJaakko Keränen
2020-10-12SidebarWidget: Improved list scroll barJaakko Keränen
Sometimes the sidebar's scroll bar would not get updated correctly. There still remains an issue where the scroll maximum is incorrect if the sidebar is hidden at launch.
2020-09-28SidebarWidget: Max limit for sidebar widthJaakko Keränen
Must leave some space for the document.
2020-09-25Document side elements; hover outlineJaakko Keränen
2020-09-14Default sidebar modeJaakko Keränen
Logically the default should be the first sidebar tab.
2020-09-10SidebarWidget: Show menu only for itemsJaakko Keränen
2020-09-06LookupWidget: Keyboard focus and cursorJaakko Keränen
2020-09-06Added a LookupWidget with background threadJaakko Keränen
2020-09-06CleanupJaakko Keränen
2020-09-06Toggling sidebar visibility with mode keysJaakko Keränen
2020-09-05List scrolling using visbuffer; draw press statesJaakko Keränen
2020-09-05SidebarWidget: List item for the context menuJaakko Keränen
2020-09-05CleanupJaakko Keränen
2020-09-05Fixed issues with the refactored sidebarJaakko Keränen
2020-09-05Refactor: ListWidget for a general purpose listJaakko Keränen
The sidebar uses a ListWidget now, but the layout needs fixing.
2020-09-03SidebarWidget: Faster hover change redrawJaakko Keränen
Don't redraw all the items, only the affected ones.
2020-08-31SidebarWidget: Fixed setting the mouse cursorJaakko Keränen
2020-08-30InputWidget: Undo, copy/cut, select allJaakko Keränen
2020-08-29Adjusted paddings: history separators, navbarJaakko Keränen
2020-08-29SidebarWidget: Improved appearance of identitiesJaakko Keränen
2020-08-29SidebarWidget: Identity use improvementsJaakko Keränen