summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Collapse)Author
2021-02-27Fixed crash when creating a bookmarkJaakko Keränen
IssueID #184
2021-02-27Updated AppDataJaakko Keränen
2021-02-27Updated HelpJaakko Keränen
2021-02-26Updated release notesJaakko Keränen
2021-02-24Fixed text entry dialogs closing prematurelyJaakko Keränen
2021-02-23Updated release notesJaakko Keränen
Added v1.1.4 from the release branch.
2021-02-23Updated release notesJaakko Keränen
2021-02-23Editing bookmark iconsJaakko Keränen
IssueID #140
2021-02-22Allow user to set any character as bookmark iconJaakko Keränen
The custom icons only appear in bookmark and feed lists, though.
2021-02-22iOS: Assets in the CMake projectJaakko Keränen
2021-02-20iOS: Tweaks and changes for phone modeJaakko Keränen
Phone mode uses a modified user interface. Work in progress...
2021-02-18iOS: Working on touch event handlingJaakko 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-16Search engine queries via the navbarJaakko 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-15DocumentWidget: Scroll position while resizingJaakko Keränen
Keep the top of the view fixed during horizontal resizing.
2021-02-14Updated release notesJaakko Keränen
2021-02-14Open Help on first runJaakko 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-14Updated release notesJaakko Keränen
2021-02-11Updated release notesJaakko Keränen
2021-02-10Updated release notesJaakko Keränen
2021-02-10Updated release notesJaakko Keränen
2021-02-08Updated AppData documentJaakko Keränen
The OARS content rating is required for validation.
2021-02-08Updated AppData documentJaakko Keränen
Failing validation with appstreamcli.
2021-02-08Update release notesJaakko Keränen
2021-02-08Updated release notesJaakko Keränen
2021-02-08Updated release notesJaakko Keränen
2021-02-07Updated release notesJaakko Keränen
2021-02-05Updated release notesJaakko Keränen
2021-02-05Updated AppData for v1.1.1 releaseJaakko Keränen
2021-02-03Updated release notesJaakko Keränen
2021-02-03Bumped version number to 1.2Jaakko Keränen
2021-02-02Updated release notesJaakko Keränen
2021-02-02Improved focus switching for dialogsJaakko 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-02InputWidget: Fixed cursor missing in an empty input widgetJaakko Keränen
2021-02-01DocumentWidget: Allow reloading the current URLJaakko Keränen
IssueID #129
2021-01-29Updated release notesJaakko Keränen
2021-01-29Updated release notesJaakko Keränen
2021-01-29Updated release notesJaakko Keränen
2021-01-28Updated AppData with v1.1 releaseJaakko Keränen
2021-01-28Updated Help and release notesJaakko Keränen
2021-01-27Updated release notesJaakko Keränen
2021-01-27Updated release notesJaakko Keränen
2021-01-26Updated release notesJaakko Keränen
2021-01-26Updated release notesJaakko Keränen
2021-01-24Added an AppData XML documentJaakko Keränen
2021-01-24DocumentWidget: Fix/improve home row link navigationJaakko 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-19Feeds: Don't trim quotes from titlesJaakko Keränen
2021-01-19Closing tabs with the middle mouse buttonJaakko Keränen
IssueID #115
2021-01-18Better versioned file name for visited URLsJaakko Keränen
2021-01-18Renamed ".binary" filesJaakko Keränen
Use the .lgr extension for Lagrange binary files.
2021-01-12Updated release notesJaakko Keränen