Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-14 | Navigating to parent directory or site root | Jaakko Keränen | |
Added keyboard shortcuts for navigating up to the parent directory and to the site root. Clicking the top banner also navigates to the site root. IssueID #29 | |||
2020-11-14 | Fixed copying the URL input field contents | Jaakko Keränen | |
2020-11-11 | Window: Create hidden to avoid shuffling position during launch | Jaakko Keränen | |
2020-11-02 | Fixed potential crash at app shutdown | Jaakko Keranen | |
Delete garbage collected widgets in Window deinitialization. Widgets should not continue to exist if there is no Window. | |||
2020-10-31 | Window: Dismiss sidebar with Escape | Jaakko Keränen | |
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-27 | Update history after response received | Jaakko Keränen | |
IssueID #13 | |||
2020-10-25 | Window: Workaround for a key handling issue | Jaakko Keränen | |
Likely a rare situation, but this workaround should be relatively safe -- ignore keydown events if they occur less than 10 milliseconds after the window has received input focus. IssueID #10 | |||
2020-10-25 | Window: Ensure window is redrawn after expose events | Jaakko Keränen | |
A window expose event should be treated as a refresh trigger. IssueID #11 | |||
2020-10-25 | Window: Ensure window is redrawn after expose event | Jaakko Keränen | |
2020-10-20 | Added quote indicator preference | Jaakko Keränen | |
Also, added a command that gets posted when the mouse exits or enters the window area. This lets the hover outline to be updated accordingly. | |||
2020-10-16 | Open link in new tab with middle mouse button | Jaakko Keränen | |
IssueID #8 | |||
2020-10-14 | Player: Volume adjustment UI | Jaakko Keränen | |
2020-10-12 | Clear input focus when switching tabs | Jaakko Keränen | |
2020-10-11 | Paste from clipboard on middle mouse click | Jaakko Keränen | |
2020-10-11 | Focus behavior of the URL entry field | Jaakko Keränen | |
Opening a new tab will now set input focus to the URL field. Switching tabs when the URL field is focused will select the full new URL. There was an issue previously where selecting a bookmark while the URL field was focused would cause unexpected behavior. The URL was first unfocused and that would trigger the document to fetch the URL that was in the input field. | |||
2020-10-07 | Fixed constant window redrawing | Jaakko Keränen | |
There were a couple of uninitialized values, which meant that the hovering outline was sometimes interpreted to be in an indefinite animation. | |||
2020-10-04 | Fixed window position retain error | Jaakko Keränen | |
At least on macOS, there is a stray window move event during app launch that causes the wrong position to be saved. At launch, the window position comes from preferences. | |||
2020-09-30 | Windows: Initial/minimum window size vs. UI scale factor | Jaakko Keränen | |
2020-09-30 | Windows: Use the system UI scaling factor | Jaakko Keränen | |
Check for system UI scaling factor via Direct2D DPI values. | |||
2020-09-30 | Windows: Improved fix for UI blanking | Jaakko Keränen | |
Must invalidate all buffered visuals if the renderer is reset. | |||
2020-09-27 | macOS: 10.13 should use OpenGL renderer | Jaakko Keränen | |
There appears to be a problem with SDL's Metal renderer under 10.13 (segfault on window creation). | |||
2020-09-25 | Document side elements; hover outline | Jaakko Keränen | |
2020-09-21 | macOS: Window size/mode restoration tweaks | Jaakko Keränen | |
Don't bother with maximized mode, it causes a needless animation at launch. | |||
2020-09-21 | Restoring maximized windows | Jaakko Keränen | |
Window position and size are stored when move/resize events are received, not only when the window is closed. | |||
2020-09-21 | Reload fonts when renderer is reset | Jaakko Keränen | |
For some reason, SDL deletes the contents of render targets when the window is resized. IssueID #6 | |||
2020-09-18 | Added build options for X11 | Jaakko Keränen | |
Build option to use software rendering if running under X11, and another option to set the position of a window only after the window has been shown. The latter is a workaround for an SDL bug regarding window borders affecting the initial position. | |||
2020-09-18 | Cleanup | Jaakko Keränen | |
2020-09-17 | Download progress indicator for large downloads | Jaakko Keränen | |
2020-09-17 | Added a "Save Page" menu item | Jaakko Keränen | |
2020-09-15 | Added software rendering fallback and --sw option | Jaakko Keränen | |
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 | |