summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-14Added sidebar shortcuts; more View menu itemsJaakko Keränen
2020-08-14Deleting bookmarksJaakko Keränen
2020-08-14Bookmarks: Store in a hash with unique IDsJaakko Keränen
2020-08-14Window: Don’t post redundant resize commandsJaakko Keränen
2020-08-14Cleaner window initializationJaakko 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-14Adding and viewing bookmarksJaakko Keränen
2020-08-14Text: Added a large UI fontJaakko Keränen
2020-08-14Menu cancel action is only enabled when menu shownJaakko Keränen
2020-08-14Added BookmarksJaakko Keränen
2020-08-13Added View menu items for zoomingJaakko Keränen
2020-08-13App-wide document zoom; added --echo option for debuggingJaakko Keränen
Fonts are shared by all documents, so zoom likewise needs to be app-wide.
2020-08-13Toggle sidebar visibility; save width and modeJaakko Keränen
2020-08-12SidebarWidget: Minimum width; resizer appearanceJaakko Keränen
2020-08-12SidebarWidget: Tight layout mode on resize; wheel scrollingJaakko Keränen
2020-08-12Working on sidebar resizingJaakko Keränen
2020-08-12Save and load app state (tabs, history)Jaakko Keränen
2020-08-11SidebarWidget: Scrolling and the scrollbarJaakko Keränen
2020-08-11Fixed widget arrangement issueJaakko Keränen
2020-08-11SidebarWidget: ScrollingJaakko Keränen
2020-08-11Fixed centering a sheet not under rootJaakko Keränen
2020-08-11GmDocument: Fixed bullet decorationsJaakko Keränen
2020-08-11Document outline; jumping to clicked headingJaakko Keränen
2020-08-11SidebarWidget: Adding mode buttonsJaakko Keränen
2020-08-10CleanupJaakko Keränen
2020-08-10GmDocument: Don’t indent the first pre blockJaakko 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-10Add a sidebar next to the current tabJaakko Keränen
The sidebar is inside the tabs widget, as a sibling to the current page.
2020-08-10DocumentWidget: Fixed content positioningJaakko Keränen
2020-08-10Added SidebarWidgetJaakko Keränen
2020-08-10Opening links in a new tab; improved context menu vs. linksJaakko Keränen
2020-08-10DocumentWidget: Check the MIME charset parameterJaakko Keränen
2020-08-10Removed double shortcut for “tabs.new”Jaakko Keränen
2020-08-10Tab bar is hidden when there is a single tabJaakko Keränen
Needed some fixes in the widget arrangement behavior.
2020-08-09Closing and duplicating tabsJaakko Keränen
2020-08-09Windows: Fixed Unicode iconsJaakko Keränen
2020-08-09Deploy resources.bin if in useJaakko Keränen
2020-08-09Tab button labels fitted to available spaceJaakko Keränen
2020-08-09Text: Enforce spacing on monospaced fontsJaakko Keränen
2020-08-09Closing tabs/windowJaakko Keränen
2020-08-08Don't try to make "about:" URLs absoluteJaakko Keränen
2020-08-08GmDocument: Added more site iconsJaakko Keränen
2020-08-08Handling "about:home"; GmRequest decouplingJaakko 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-08Disable executable-embedded resources by defaultJaakko Keränen
2020-08-08Cancel GmRequest from the main threadJaakko Keränen
Doing it in the SDL timer thread causes mutex lockups.
2020-08-08Showing the server certificate subject nameJaakko Keränen
2020-08-08macOS: Updated app iconJaakko Keränen
The padding around the squircle now matches the style in Big Sur.
2020-08-08Creating new tabs; cleaned up DocumentWidgetJaakko Keränen
2020-08-08Moved recent URLs history to DocumentWidgetJaakko Keränen
App maintains the visited URLs database, but each DocumentWidget has its own stack of recent URLs for timeline navigation.
2020-08-07App: Finding the current tabJaakko Keränen
2020-08-07CleanupJaakko Keränen
2020-08-07Fixed popup menu positioning near window edgesJaakko Keränen