Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-24 | Updated the_Foundation | Jaakko Keränen | |
2021-02-23 | SidebarWidget: Improved appearance | Jaakko 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-23 | Updated release notes | Jaakko Keränen | |
Added v1.1.4 from the release branch. | |||
2021-02-23 | Updated release notes | Jaakko Keränen | |
2021-02-23 | Option to auto-reload a tab at a given interval | Jaakko Keränen | |
IssueID #116 | |||
2021-02-23 | Widget: Inserting children at a specific index | Jaakko Keränen | |
2021-02-23 | GmDocument: Avoid a strange violet-on-green color pairing | Jaakko Keränen | |
2021-02-23 | Audio: Handling unsupported audio | Jaakko Keränen | |
There was a crash open the context menu when the audio decoder is missing. | |||
2021-02-23 | Fixed potential crash in URL handling | Jaakko Keränen | |
2021-02-23 | Audio: Give up if failed to decode Ogg Vorbis data | Jaakko Keränen | |
IssueID #169 | |||
2021-02-23 | Preferences: Leave an empty search URL unmodified | Jaakko Keränen | |
2021-02-23 | DocumentWidget: Middle-click behavior on links | Jaakko 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 URL | Jaakko Keränen | |
The behavior of navigating to root should match what is displayed in the top banner. | |||
2021-02-23 | Show a search indicator in the URL bar | Jaakko Keränen | |
Indicate to user when entered text will be user for a search engine query. IssueID #157 | |||
2021-02-23 | Improved handling of bookmark icons | Jaakko 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-23 | Added a Large Bold UI font | Jaakko Keränen | |
2021-02-23 | SidebarWidget: Bold headings; item spacing | Jaakko Keränen | |
2021-02-23 | Feeds: Improved Atom feed parser | Jaakko Keränen | |
Entries may only have a "published" time. | |||
2021-02-23 | Feeds: Secondary sort by discovery time | Jaakko Keränen | |
IssueID #173 | |||
2021-02-23 | Bookmarks: Crash when removing a tag | Jaakko Keränen | |
2021-02-23 | Editing bookmark icons | Jaakko Keränen | |
IssueID #140 | |||
2021-02-23 | Text: Escape for restoring original color | Jaakko Keränen | |
2021-02-22 | Allow user to set any character as bookmark icon | Jaakko Keränen | |
The custom icons only appear in bookmark and feed lists, though. | |||
2021-02-22 | Dialog buttons on the right | Jaakko 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-22 | iOS: Font adjustments | Jaakko Keränen | |
2021-02-22 | iOS: Assets in the CMake project | Jaakko Keränen | |
2021-02-22 | Touch: Improved tap-and-hold | Jaakko Keränen | |
Clear gestures related to a widget if the widget is destroyed. | |||
2021-02-22 | SidebarWidget: Feed entry appearance | Jaakko Keränen | |
2021-02-21 | iOS: Working on menu styling | Jaakko Keränen | |
2021-02-21 | Text: Added a 1.33x sized UI font | Jaakko Keränen | |
2021-02-21 | iOS: Tablet and phone menus | Jaakko Keränen | |
2021-02-21 | Minor tweaks | Jaakko Keränen | |
2021-02-21 | Animated widget offsets; phone sidebars | Jaakko Keränen | |
2021-02-21 | Updated README: download locations | Jaakko Keränen | |
2021-02-21 | Merge branch 'dev' of github.com:skyjake/lagrange into dev | Jaakko Keränen | |
2021-02-20 | iOS: More spacing for lists | Jaakko Keränen | |
2021-02-20 | Revising sidebar placement for phones | Jaakko Keränen | |
In portrait mode, phones have no room for sidebars so need to use a different widget arrangement. | |||
2021-02-20 | iOS: Removed 2nd sidebar; background tweaks | Jaakko Keränen | |
2021-02-20 | iOS: Toolbar/navbar button visibility | Jaakko Keränen | |
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-19 | Ignore Xcode assets | Jaakko Keränen | |
2021-02-19 | iOS: Further tweaks for mobile | Jaakko Keränen | |
2021-02-19 | iOS: Adjusting the UI for a tablet screen | Jaakko Keränen | |
2021-02-19 | Touch: Scrollbars can be dragged via touch | Jaakko 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-19 | Touch: Scroll momentum tuning; edge swipes | Jaakko Keränen | |
2021-02-19 | Merge pull request #172 from etam/dev | Jaakko Keränen | |
2021-02-18 | add openSUSE info | Adam Mizerski | |
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-18 | Gopher: Link paths must be URL-encoded | Jaakko Keränen | |
IssueID #168 | |||
2021-02-17 | Prefs: Removed default search engine URL | Jaakko Keränen | |
This should be the user's decision, if they wish to make searches via the navbar. |