Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-26 | SidebarWidget: Added menus; adjusted separators | Jaakko Keränen | |
Added context menus for Feeds. | |||
2020-11-25 | SidebarWidget: Feed items show bookmark icon | Jaakko Keränen | |
2020-11-25 | SidebarWidget: Tagging bookmarks via menu | Jaakko Keränen | |
2020-11-25 | SidebarWidget: Bookmark tag icons; Feeds presentation | Jaakko 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-25 | Sidebar: Changed tab order, Bookmarks is first tab | Jaakko Keränen | |
2020-11-24 | SidebarWidget: Tweaked date formatting | Jaakko Keränen | |
2020-11-23 | SidebarWidget: Improved feed entry appearance | Jaakko Keränen | |
2020-11-23 | SidebarWidget: Date separators in Feeds | Jaakko Keränen | |
2020-11-23 | Sidebar: Populate with feed entries | Jaakko Keränen | |
2020-11-16 | Closing the sidebar with Escape | Jaakko Keränen | |
2020-11-04 | SidebarWidget: Document size while resizing | Jaakko 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-31 | Preferences: Basic key bindings UI | Jaakko Keränen | |
One can now bind keys in Preferences. The configured keys aren't yet saved, though. | |||
2020-10-30 | Updating LabelWidget command key | Jaakko Keränen | |
If the key bindings have a key for a command, LabelWidget will use it. | |||
2020-10-30 | SidebarWidget: Adjusted layout | Jaakko Keränen | |
2020-10-29 | Cleanup | Jaakko Keränen | |
2020-10-29 | SidebarWidget: Improving blank Identities tab | Jaakko 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-27 | Update history after response received | Jaakko Keränen | |
IssueID #13 | |||
2020-10-18 | Added the "Colorful Light" document theme | Jaakko Keränen | |
2020-10-12 | SidebarWidget: Improved list scroll bar | Jaakko 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-28 | SidebarWidget: Max limit for sidebar width | Jaakko Keränen | |
Must leave some space for the document. | |||
2020-09-25 | Document side elements; hover outline | Jaakko Keränen | |
2020-09-14 | Default sidebar mode | Jaakko Keränen | |
Logically the default should be the first sidebar tab. | |||
2020-09-10 | SidebarWidget: Show menu only for items | Jaakko Keränen | |
2020-09-06 | LookupWidget: Keyboard focus and cursor | Jaakko Keränen | |
2020-09-06 | Added a LookupWidget with background thread | Jaakko Keränen | |
2020-09-06 | Cleanup | Jaakko Keränen | |
2020-09-06 | Toggling sidebar visibility with mode keys | Jaakko Keränen | |
2020-09-05 | List scrolling using visbuffer; draw press states | Jaakko Keränen | |
2020-09-05 | SidebarWidget: List item for the context menu | Jaakko Keränen | |
2020-09-05 | Cleanup | Jaakko Keränen | |
2020-09-05 | Fixed issues with the refactored sidebar | Jaakko Keränen | |
2020-09-05 | Refactor: ListWidget for a general purpose list | Jaakko Keränen | |
The sidebar uses a ListWidget now, but the layout needs fixing. | |||
2020-09-03 | SidebarWidget: Faster hover change redraw | Jaakko Keränen | |
Don't redraw all the items, only the affected ones. | |||
2020-08-31 | SidebarWidget: Fixed setting the mouse cursor | Jaakko Keränen | |
2020-08-30 | InputWidget: Undo, copy/cut, select all | Jaakko Keränen | |
2020-08-29 | Adjusted paddings: history separators, navbar | Jaakko Keränen | |
2020-08-29 | SidebarWidget: Improved appearance of identities | Jaakko Keränen | |
2020-08-29 | SidebarWidget: Identity use improvements | Jaakko Keränen | |
2020-08-29 | Visualize identity in nav bar | Jaakko Keränen | |
2020-08-28 | macOS: Revealing files of an identity | Jaakko Keränen | |
Finder is accessed via AppleScript. | |||
2020-08-28 | Deleting identities | Jaakko Keränen | |
2020-08-27 | SidebarWidget: Working on identity commands | Jaakko Keränen | |
2020-08-26 | SidebarWidget: Working on identity selection | Jaakko Keränen | |
2020-08-26 | SidebarWidget: Working on identity commands | 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-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 | |