Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-26 | Cleanup | Jaakko Keränen | |
2020-09-26 | Preferences: Added side icon, hover outline | Jaakko Keränen | |
2020-09-25 | Document side elements; hover outline | Jaakko Keränen | |
2020-09-22 | Added an animation utility | Jaakko Keränen | |
2020-09-21 | Preferences: Line width, 1st paragraph; tab switch keys | Jaakko Keränen | |
2020-09-21 | Document theme color saturation preference | Jaakko Keränen | |
2020-09-21 | Added Prefs; placeholders for new options | Jaakko Keränen | |
2020-09-20 | Widget: Expanded flags to 64 bits | Jaakko Keränen | |
Ran out of room in 32 bits, more flags needed for arranging. | |||
2020-09-20 | Centering widgets and sheet contents | Jaakko Keränen | |
Added a new arrange flag for centering a child horizontally. The two-column layout in Preferences has expanding vertical paddings so the page contents are vertically centered. | |||
2020-09-20 | Added tabs to make room for more preferences | Jaakko Keränen | |
The Preferences sheet now has tabs (General, Proxies) so that more options can fit there in the future. | |||
2020-09-18 | Improved download indicator and stop/reload button | Jaakko Keränen | |
Follow which tab is open and actually stop ongoing requests instead of restarting them. | |||
2020-09-17 | Preferences: Setting the Download folder | Jaakko Keränen | |
2020-09-17 | Working on "Save Page" | Jaakko Keränen | |
Suggest saving the content on the Unsupported MIME type error page. | |||
2020-09-16 | Dismiss menus when clicking outside them | Jaakko Keränen | |
Added a new widget flag for notifying about missed mouse clicks. Only used in popup menus at the moment. IssueID #2 | |||
2020-09-11 | Integer range utilities | Jaakko Keränen | |
2020-09-10 | Cleanup | Jaakko Keränen | |
2020-09-08 | Cleanup | Jaakko Keränen | |
2020-09-06 | LookupWidget: Keyboard focus and cursor | Jaakko Keränen | |
2020-09-05 | SidebarWidget: List item for the context menu | Jaakko Keränen | |
2020-09-05 | Refactor: ListWidget for a general purpose list | Jaakko Keränen | |
The sidebar uses a ListWidget now, but the layout needs fixing. | |||
2020-09-01 | Scheme-specific proxies for Gopher and HTTP | Jaakko Keränen | |
Make requests via a proxy. TODO: What about the server domain verification? Check against the proxy hostname? | |||
2020-08-30 | Fixed value input dialog cancel behavior | Jaakko Keränen | |
2020-08-29 | Fixed crash when context menu is missing | Jaakko Keränen | |
2020-08-29 | Creating identity with email address | Jaakko Keränen | |
2020-08-29 | Context menu behavior improvements | Jaakko Keränen | |
2020-08-28 | Creating identity containing a domain | Jaakko Keränen | |
2020-08-24 | SidebarWidget: List identities as sidebar items | Jaakko Keränen | |
2020-08-23 | Working on New Identity dialog | Jaakko Keränen | |
2020-08-23 | Widget: Optional padding for child arrangement | Jaakko Keränen | |
2020-08-23 | Added an identity creation dialog | Jaakko Keränen | |
2020-08-23 | Create bookmarks using a dialog | Jaakko Keränen | |
2020-08-22 | Added BSD 2-clause license and copyright notices | Jaakko Keränen | |
2020-08-20 | SidebarWidget: Creating a bookmark from history | Jaakko Keränen | |
2020-08-20 | Added system theme setting | 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-14 | Editing bookmarks | Jaakko Keränen | |
2020-08-14 | Bookmarks: Store in a hash with unique IDs | Jaakko Keränen | |
2020-08-14 | Menu cancel action is only enabled when menu shown | Jaakko Keränen | |
2020-08-11 | Fixed centering a sheet not under root | 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 | 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-09 | Closing tabs/window | 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-06 | Tabs: Changing the tab button label | Jaakko Keränen | |
2020-08-01 | Fixed premature recycling | Jaakko Keränen | |
Processing events outside event loop lead to recycler being called when a refresh was requested. | |||
2020-07-28 | Loading and rendering images in the document | Jaakko Keränen | |
There can be multiple inline media requests on the page. Images are always associated with a link. |