Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-18 | Minor tweaks | Jaakko Keränen | |
2020-08-18 | Added a larger content-friendly UI font | Jaakko Keränen | |
Mostly for sidebar contents. | |||
2020-08-18 | DocumentWidget: Faster redraw of the document | Jaakko Keränen | |
Keep static content in a buffer. The marked ranges still need to be drawn in a better way. | |||
2020-08-18 | Render target switching | Jaakko Keränen | |
2020-08-17 | Minor tweaks | Jaakko Keränen | |
Don’t disable screensaver, and the default site icon should be “no icon”. | |||
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 | Further theme color improvements | Jaakko Keränen | |
Default seed colors. | |||
2020-08-16 | InputWidget: Height should match LabelWidget | Jaakko Keränen | |
2020-08-16 | Palette has UI colors; defined Light theme colors | Jaakko Keränen | |
2020-08-15 | Don’t cache content of “about:” pages | Jaakko Keränen | |
2020-08-15 | Built-in embedded “about:” pages; Help menu | Jaakko Keränen | |
2020-08-15 | Init and scroll position improvements | Jaakko Keränen | |
Scroll positions are saved as normalized positions so they don’t get affected by zoom differences. | |||
2020-08-15 | Text: Emoji selector ignored | Jaakko Keränen | |
2020-08-15 | macOS: Inserting menus | Jaakko Keränen | |
2020-08-14 | Editing bookmarks | Jaakko Keränen | |
2020-08-14 | Added sidebar shortcuts; more View menu items | Jaakko Keränen | |
2020-08-14 | Deleting bookmarks | Jaakko Keränen | |
2020-08-14 | Bookmarks: Store in a hash with unique IDs | 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-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 | |