Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | 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 | 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 | |
2020-08-06 | GmDocument: Tweak theme alt hue selection | Jaakko Keränen | |
2020-08-06 | DocumentWidget: Align banner icon visually | Jaakko Keränen | |
2020-08-06 | DocumentWidget: Adjusted document borders | 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-06 | DocumentWidget: Disable link hover while scrolling | Jaakko Keränen | |
2020-08-06 | Tabs: Changing the tab button label | Jaakko Keränen | |
2020-08-06 | Cleanup | Jaakko Keränen | |
2020-08-06 | Fetch content from cache when navigating back | Jaakko Keränen | |
2020-08-06 | Added GmResponse as its own type | Jaakko Keränen | |
2020-08-06 | Cleanup | Jaakko Keränen | |
2020-08-06 | GmDocument: Default theme colors | Jaakko Keränen | |