Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-20 | iOS: Tweaks and changes for phone mode | Jaakko Keränen | |
Phone mode uses a modified user interface. Work in progress... | |||
2021-02-18 | iOS: Working on touch event handling | Jaakko Keränen | |
Handle finger down, motion, and up events to implement basic taps, long presses, and inertia scrolling. Much finetuning still to be done, and certain widgets like input fields and scrollbars need a direct drag mode (they were working fine via the "mouse" events already). | |||
2021-02-16 | Search engine queries via the navbar | Jaakko Keränen | |
Any text that doesn't look like a URL is passed onto the configured search URL as a query string. IssueID #157 | |||
2021-02-15 | DocumentWidget: Scroll position while resizing | Jaakko Keränen | |
Keep the top of the view fixed during horizontal resizing. | |||
2021-02-14 | Updated release notes | Jaakko Keränen | |
2021-02-14 | Open Help on first run | Jaakko Keränen | |
Make things less confusing for newcomers by showing the Help document on first run. Moved up the "What is Gemini" section to the top since it has the FAQ link. IssueID #159 | |||
2021-02-14 | Updated release notes | Jaakko Keränen | |
2021-02-11 | Updated release notes | Jaakko Keränen | |
2021-02-10 | Updated release notes | Jaakko Keränen | |
2021-02-10 | Updated release notes | Jaakko Keränen | |
2021-02-08 | Updated AppData document | Jaakko Keränen | |
The OARS content rating is required for validation. | |||
2021-02-08 | Updated AppData document | Jaakko Keränen | |
Failing validation with appstreamcli. | |||
2021-02-08 | Update release notes | Jaakko Keränen | |
2021-02-08 | Updated release notes | Jaakko Keränen | |
2021-02-08 | Updated release notes | Jaakko Keränen | |
2021-02-07 | Updated release notes | Jaakko Keränen | |
2021-02-05 | Updated release notes | Jaakko Keränen | |
2021-02-05 | Updated AppData for v1.1.1 release | Jaakko Keränen | |
2021-02-03 | Updated release notes | Jaakko Keränen | |
2021-02-03 | Bumped version number to 1.2 | Jaakko Keränen | |
2021-02-02 | Updated release notes | Jaakko Keränen | |
2021-02-02 | Improved focus switching for dialogs | Jaakko Keränen | |
Widgets can now be defined as being the "focus root", i.e., the topmost widget under which focus switching happens. Normally this is the window root widget, but dialogs use this flag to confine focus switching inside the dialog. InputWidget in Overwrite mode will focus switch to the next focusable widget when the text field becomes full. | |||
2021-02-02 | InputWidget: Fixed cursor missing in an empty input widget | Jaakko Keränen | |
2021-02-01 | DocumentWidget: Allow reloading the current URL | Jaakko Keränen | |
IssueID #129 | |||
2021-01-29 | Updated release notes | Jaakko Keränen | |
2021-01-29 | Updated release notes | Jaakko Keränen | |
2021-01-29 | Updated release notes | Jaakko Keränen | |
2021-01-28 | Updated AppData with v1.1 release | Jaakko Keränen | |
2021-01-28 | Updated Help and release notes | Jaakko Keränen | |
2021-01-27 | Updated release notes | Jaakko Keränen | |
2021-01-27 | Updated release notes | Jaakko Keränen | |
2021-01-26 | Updated release notes | Jaakko Keränen | |
2021-01-26 | Updated release notes | Jaakko Keränen | |
2021-01-24 | Added an AppData XML document | Jaakko Keränen | |
2021-01-24 | DocumentWidget: Fix/improve home row link navigation | Jaakko Keränen | |
Removed the second `U` from the set of home row keys for link navigation. Added a new command bound to `.` (period) for switching to the next set of links for home row navigation. This makes it possible to access all visible links via keyboard no matter how many there are. `.` can also be used to activate home row navigation if it isn't active. IssueID #111 | |||
2021-01-19 | Feeds: Don't trim quotes from titles | Jaakko Keränen | |
2021-01-19 | Closing tabs with the middle mouse button | Jaakko Keränen | |
IssueID #115 | |||
2021-01-18 | Better versioned file name for visited URLs | Jaakko Keränen | |
2021-01-18 | Renamed ".binary" files | Jaakko Keränen | |
Use the .lgr extension for Lagrange binary files. | |||
2021-01-12 | Updated release notes | Jaakko Keränen | |
2021-01-12 | Fixed: Percent-encode spaces when copying | Jaakko Keränen | |
IssueID #112 | |||
2021-01-12 | Updated release notes | Jaakko Keränen | |
2021-01-10 | Updated release notes | Jaakko Keränen | |
2021-01-10 | Option to show full URL when hovering on a link | Jaakko Keränen | |
The URL is shown in the bottom of the page. IssueID #64 | |||
2021-01-10 | macOS: Register "gopher:" URL scheme | Jaakko Keränen | |
IssueID #113 | |||
2021-01-10 | Updated release notes | Jaakko Keränen | |
2021-01-05 | Updated bincat.sh to use /bin/bash | Jaakko Keränen | |
This works on Linux, but of course makes bash a dependency. ENABLE_BINCAT_SH is still disabled by default. | |||
2021-01-05 | Don't use bincat.sh by default | Jaakko Keränen | |
It's not portable enough, need to tweak the script. | |||
2021-01-05 | Embed: Use a shell script for bincat | Jaakko Keränen | |
Todo: Needs testing if this is portable enough. Should be pretty POSIX, though. | |||
2021-01-04 | Updated release notes | Jaakko Keränen | |