summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-23SidebarWidget: Improved appearanceJaakko Keränen
Added a color for sidebar background. Removed the right-edge separator line; instead, use color to separate. Page outline uses bold font for level 1 headings.
2021-02-23Updated release notesJaakko Keränen
Added v1.1.4 from the release branch.
2021-02-23Updated release notesJaakko Keränen
2021-02-23Option to auto-reload a tab at a given intervalJaakko Keränen
IssueID #116
2021-02-23Widget: Inserting children at a specific indexJaakko Keränen
2021-02-23GmDocument: Avoid a strange violet-on-green color pairingJaakko Keränen
2021-02-23Audio: Handling unsupported audioJaakko Keränen
There was a crash open the context menu when the audio decoder is missing.
2021-02-23Fixed potential crash in URL handlingJaakko Keränen
2021-02-23Audio: Give up if failed to decode Ogg Vorbis dataJaakko Keränen
IssueID #169
2021-02-23Preferences: Leave an empty search URL unmodifiedJaakko Keränen
2021-02-23DocumentWidget: Middle-click behavior on linksJaakko Keränen
Mimic Firefox so that a normal middle-click opens a new tab in the background, and Shift-middle-click opens new tab in foreground. IssueID #152
2021-02-23"Go to Root" respects user names in URLJaakko Keränen
The behavior of navigating to root should match what is displayed in the top banner.
2021-02-23Show a search indicator in the URL barJaakko Keränen
Indicate to user when entered text will be user for a search engine query. IssueID #157
2021-02-23Improved handling of bookmark iconsJaakko Keränen
The effect of a bookmark icon is restricted to URLs that begin with the bookmarked URL. TODO: Bookmark icon of an URL should affect the whole domain, but this should take into consideration user subdirectories ("~name" or "/users/name"). IssueID #140
2021-02-23Added a Large Bold UI fontJaakko Keränen
2021-02-23SidebarWidget: Bold headings; item spacingJaakko Keränen
2021-02-23Feeds: Improved Atom feed parserJaakko Keränen
Entries may only have a "published" time.
2021-02-23Feeds: Secondary sort by discovery timeJaakko Keränen
IssueID #173
2021-02-23Bookmarks: Crash when removing a tagJaakko Keränen
2021-02-23Editing bookmark iconsJaakko Keränen
IssueID #140
2021-02-23Text: Escape for restoring original colorJaakko Keränen
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-22Dialog buttons on the rightJaakko Keränen
Follow typical GUI conventions by placing dialog buttons on the right edge. This leaves space for additional actions on the left.
2021-02-22iOS: Font adjustmentsJaakko Keränen
2021-02-22iOS: Assets in the CMake projectJaakko Keränen
2021-02-22Touch: Improved tap-and-holdJaakko Keränen
Clear gestures related to a widget if the widget is destroyed.
2021-02-22SidebarWidget: Feed entry appearanceJaakko Keränen
2021-02-21iOS: Working on menu stylingJaakko Keränen
2021-02-21Text: Added a 1.33x sized UI fontJaakko Keränen
2021-02-21iOS: Tablet and phone menusJaakko Keränen
2021-02-21Minor tweaksJaakko Keränen
2021-02-21Animated widget offsets; phone sidebarsJaakko Keränen
2021-02-21Updated README: download locationsJaakko Keränen
2021-02-21Merge branch 'dev' of github.com:skyjake/lagrange into devJaakko Keränen
2021-02-20iOS: More spacing for listsJaakko Keränen
2021-02-20Revising sidebar placement for phonesJaakko Keränen
In portrait mode, phones have no room for sidebars so need to use a different widget arrangement.
2021-02-20iOS: Removed 2nd sidebar; background tweaksJaakko Keränen
2021-02-20iOS: Toolbar/navbar button visibilityJaakko 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-19Ignore Xcode assetsJaakko Keränen
2021-02-19iOS: Further tweaks for mobileJaakko Keränen
2021-02-19iOS: Adjusting the UI for a tablet screenJaakko Keränen
2021-02-19Touch: Scrollbars can be dragged via touchJaakko Keränen
Widgets can be flagged as being touch-draggable, which makes them receive finger down/motion/up events directly, and no momentum scrolling is applied.
2021-02-19Touch: Scroll momentum tuning; edge swipesJaakko Keränen
2021-02-19Merge pull request #172 from etam/devJaakko Keränen
2021-02-18add openSUSE infoAdam Mizerski
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-18Gopher: Link paths must be URL-encodedJaakko Keränen
IssueID #168
2021-02-17Prefs: Removed default search engine URLJaakko Keränen
This should be the user's decision, if they wish to make searches via the navbar.
2021-02-17Updated the_FoundationJaakko Keränen