Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-11 | macOS: Handling launch URLs and drop'n'drop | Jaakko Keränen | |
Improved drop and drop event handling: multiple dropped files/URLs open in new tabs. The application registers gemini: as a handled URL scheme. | |||
2020-09-10 | Fixed switching focus with Tab key | Jaakko Keränen | |
Focus should go from URL bar to lookup results, and only then to the find bar. | |||
2020-09-10 | Linux: Tweaking shortcut keys | Jaakko Keränen | |
2020-09-10 | Cleanup | Jaakko Keränen | |
2020-09-09 | Added header file for keyboard shortcuts | Jaakko Keränen | |
2020-09-09 | Cleanup | Jaakko Keränen | |
2020-09-08 | Cleanup | Jaakko Keränen | |
2020-09-08 | Cleanup | Jaakko Keränen | |
2020-09-07 | Updating URL after selecting lookup item | 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 | Toggling sidebar visibility with mode keys | Jaakko Keränen | |
2020-09-05 | Option to force break very long lines | Jaakko Keränen | |
Even preformatted lines may need to be wrapped so the content remains visible, since there is no horizontal scrolling. However, this is off by default so ASCII art isn't broken in narrow windows. | |||
2020-09-03 | Window: Print more renderer info | Jaakko Keränen | |
2020-09-02 | DocumentWidget: Dynamic context menu | Jaakko Keränen | |
2020-09-02 | Window: Working on adding an option for software rendering | Jaakko Keränen | |
2020-08-30 | InputWidget: Marking, deleting, word skipping | Jaakko Keränen | |
2020-08-29 | Adjusted paddings: history separators, navbar | Jaakko Keränen | |
2020-08-29 | Visualize identity in nav bar | Jaakko Keränen | |
2020-08-29 | Context menu behavior improvements | Jaakko Keränen | |
2020-08-28 | Window: Menu order | Jaakko Keränen | |
2020-08-26 | SidebarWidget: Working on identity selection | Jaakko Keränen | |
2020-08-26 | Window: Removed redundant menu item | Jaakko Keränen | |
Need a better solution to parallel triggering of commands from native menus and widgets. | |||
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-25 | Posting global commands | Jaakko Keränen | |
2020-08-24 | SidebarWidget: List identities as sidebar items | Jaakko Keränen | |
2020-08-23 | Working on New Identity dialog | Jaakko Keränen | |
2020-08-23 | Menu improvements | Jaakko Keränen | |
2020-08-22 | Added BSD 2-clause license and copyright notices | Jaakko Keränen | |
2020-08-19 | Manage mouse cursors at window level | Jaakko Keränen | |
The modal sheets switch mouse cursor to the default arrow. | |||
2020-08-16 | Tweaked default color themes | Jaakko Keränen | |
2020-08-16 | Keyboard-based link navigation; general improvements | Jaakko Keränen | |
2020-08-16 | Added Pure Black and Pure White themes | Jaakko Keränen | |
Font changes cause window redrawing to pause so document layout doesn’t get an intermediate update with a different width. Sheets are mouse-modal. | |||
2020-08-16 | Palette has UI colors; defined Light theme colors | Jaakko Keränen | |
2020-08-15 | Built-in embedded “about:” pages; Help menu | Jaakko Keränen | |
2020-08-14 | Added sidebar shortcuts; more View menu items | Jaakko Keränen | |
2020-08-14 | Window: Don’t post redundant resize commands | Jaakko Keränen | |
2020-08-14 | Cleaner window initialization | Jaakko Keränen | |
Create the window using the correct size and position, and don’t show the window contents while app state is being restored. | |||
2020-08-14 | Adding and viewing bookmarks | Jaakko Keränen | |
2020-08-13 | Added View menu items for zooming | Jaakko Keränen | |
2020-08-13 | App-wide document zoom; added --echo option for debugging | Jaakko Keränen | |
Fonts are shared by all documents, so zoom likewise needs to be app-wide. | |||
2020-08-13 | Toggle sidebar visibility; save width and mode | Jaakko Keränen | |
2020-08-12 | Save and load app state (tabs, history) | Jaakko Keränen | |
2020-08-11 | SidebarWidget: Scrolling and the scrollbar | Jaakko Keränen | |
2020-08-10 | Add a sidebar next to the current tab | Jaakko Keränen | |
The sidebar is inside the tabs widget, as a sibling to the current page. | |||
2020-08-10 | DocumentWidget: Check the MIME charset parameter | Jaakko Keränen | |
2020-08-10 | Removed double shortcut for “tabs.new” | Jaakko Keränen | |
2020-08-10 | Tab bar is hidden when there is a single tab | Jaakko Keränen | |
Needed some fixes in the widget arrangement behavior. | |||
2020-08-09 | Closing and duplicating tabs | Jaakko Keränen | |