Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-14 | Adding and viewing bookmarks | Jaakko Keränen | |
2020-08-14 | Text: Added a large UI font | Jaakko Keränen | |
2020-08-14 | Menu cancel action is only enabled when menu shown | Jaakko Keränen | |
2020-08-14 | Added 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 | SidebarWidget: Minimum width; resizer appearance | Jaakko Keränen | |
2020-08-12 | SidebarWidget: Tight layout mode on resize; wheel scrolling | Jaakko Keränen | |
2020-08-12 | Working on sidebar resizing | 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-11 | Fixed widget arrangement issue | Jaakko Keränen | |
2020-08-11 | SidebarWidget: Scrolling | Jaakko Keränen | |
2020-08-11 | Fixed centering a sheet not under root | Jaakko Keränen | |
2020-08-11 | GmDocument: Fixed bullet decorations | Jaakko Keränen | |
2020-08-11 | Document outline; jumping to clicked heading | Jaakko Keränen | |
2020-08-11 | SidebarWidget: Adding mode buttons | Jaakko Keränen | |
2020-08-10 | Cleanup | Jaakko Keränen | |
2020-08-10 | GmDocument: Don’t indent the first pre block | Jaakko Keränen | |
The first pre block, as a first visible block in the document, is likely a logo or picture of some sort. It is aligned with headers. | |||
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: Fixed content positioning | Jaakko Keränen | |
2020-08-10 | Added SidebarWidget | Jaakko Keränen | |
2020-08-10 | Opening links in a new tab; improved context menu vs. links | Jaakko Keränen | |
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 | Windows: Fixed Unicode icons | Jaakko Keränen | |
2020-08-09 | Deploy resources.bin if in use | Jaakko Keränen | |
2020-08-09 | Tab button labels fitted to available space | Jaakko Keränen | |
2020-08-09 | Text: Enforce spacing on monospaced fonts | Jaakko Keränen | |
2020-08-09 | Closing tabs/window | Jaakko Keränen | |
2020-08-08 | Don't try to make "about:" URLs absolute | Jaakko Keränen | |
2020-08-08 | GmDocument: Added more site icons | Jaakko Keränen | |
2020-08-08 | Handling "about:home"; GmRequest decoupling | Jaakko Keränen | |
GmRequest is given a pointer to the GmCerts to use. Also, timeouts are handled via a posted command so they get processed in the main thread. | |||
2020-08-08 | Disable executable-embedded resources by default | Jaakko Keränen | |
2020-08-08 | Cancel GmRequest from the main thread | Jaakko Keränen | |
Doing it in the SDL timer thread causes mutex lockups. | |||
2020-08-08 | Showing the server certificate subject name | Jaakko Keränen | |
2020-08-08 | macOS: Updated app icon | Jaakko Keränen | |
The padding around the squircle now matches the style in Big Sur. | |||
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 | App: Finding the current tab | Jaakko Keränen | |
2020-08-07 | Cleanup | Jaakko Keränen | |
2020-08-07 | Fixed popup menu positioning near window edges | Jaakko Keränen | |
2020-08-07 | Linux: Added app icon | Jaakko Keränen | |
2020-08-07 | Added an application icon | Jaakko Keränen | |
2020-08-07 | Cleanup | Jaakko Keränen | |
2020-08-07 | GmDocument: Handpicked set of primary and alt hues | Jaakko Keränen | |
2020-08-06 | DocumentWidget: Fixed bottom of visible range | Jaakko Keränen | |