Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-08-09 | Tab button labels fitted to available space | Jaakko Keränen | |
2020-08-08 | Creating new tabs; cleaned up DocumentWidget | Jaakko Keränen | |
2020-08-08 | Moved recent URLs history to DocumentWidget | Jaakko Keränen | |
App maintains the visited URLs database, but each DocumentWidget has its own stack of recent URLs for timeline navigation. | |||
2020-08-07 | Linux: Added app icon | Jaakko Keränen | |
2020-08-06 | Window: Added a tab bar | Jaakko Keränen | |
This should be collapsed if there is just a single tab. | |||
2020-08-04 | Changing the document content text size | Jaakko Keränen | |
The glyph cache is purged whenever font sizes change. UI fonts are deliberately not changed in size so that UI metrics don't have to be recomputed. | |||
2020-08-02 | GmRequest: Checking the server certificate | Jaakko Keränen | |
Just testing so far. | |||
2020-08-02 | Compose window title with host name | Jaakko Keränen | |
2020-08-02 | Cleanup | Jaakko Keränen | |
2020-08-02 | Window: Narrow layout mode for the navbar | Jaakko Keränen | |
2020-08-01 | Handling status codes by class | Jaakko Keränen | |
2020-07-31 | Adjusted X symbols | Jaakko Keränen | |
2020-07-30 | Text: Improved glyph cache allocator | Jaakko Keränen | |
Tighter row packing by collecting glyphs of similar height to the same rows. | |||
2020-07-29 | Showing and hiding image content | Jaakko Keränen | |
2020-07-28 | Detect known image/audio file extensions | Jaakko Keränen | |
2020-07-28 | Improved title user parsing; back/forward mouse buttons | Jaakko Keränen | |
2020-07-27 | InputWidget: Notify whether Enter was pressed | Jaakko Keränen | |
2020-07-27 | Improved search input focus behavior | Jaakko Keränen | |
2020-07-27 | Showing and hiding the search bar | Jaakko Keränen | |
2020-07-27 | Finding previous text | Jaakko Keränen | |
2020-07-26 | Finding text in the document | Jaakko Keränen | |
2020-07-26 | Window: Create a search bar | Jaakko Keränen | |
2020-07-26 | Asking the user for input | Jaakko Keränen | |
2020-07-25 | DocumentWidget: Context menu | Jaakko Keränen | |
2020-07-25 | Keep the navbar URL up to date | Jaakko Keränen | |
2020-07-25 | Use document top header as window title | Jaakko Keränen | |
2020-07-25 | Reload, Stop, and Home navbar buttons | Jaakko Keränen | |
2020-07-25 | InputWidget: Adjusted padding | Jaakko Keränen | |
Aligns better with labels. | |||
2020-07-25 | Encode spaces in URLs | Jaakko Keränen | |
2020-07-25 | Basic navigation history; Back and Forward are working | Jaakko Keränen | |