Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2021-02-17 | Updated the_Foundation | Jaakko Keränen | |
2021-02-17 | Merge branch 'dev' of skyjake.fi:skyjake/lagrange into dev | Jaakko Keränen | |
2021-02-17 | Added a built-in Atom-to-Gemini feed translator | Jaakko Keränen | |
If no user-configured MIME hooks handle an Atom XML document, it will be translated using a built-in filter hook. Only Atom is supported. IssueID #78 | |||
2021-02-17 | Updated the_Foundation | Jaakko Keränen | |
Improved XmlDocument. | |||
2021-02-16 | Updated the_Foundation | Jaakko Keränen | |
Fixing Socket connecting. IssueID #43 | |||
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-16 | macOS: Retaining window position vs. zoomed | Jaakko Keränen | |
2021-02-16 | DocumentWidget: Only center normal pages | Jaakko Keränen | |
`about:` and error pages are centered as they are "internal" pages. | |||
2021-02-15 | DocumentWidget: Scroll position while resizing | Jaakko Keränen | |
Keep the top of the view fixed during horizontal resizing. | |||
2021-02-15 | Preferences: Saturation levels as percentages | Jaakko Keränen | |
2021-02-15 | Added user preference to disable vertical centering of pages | Jaakko Keränen | |
The centering option affects all pages, including "about:" and error messages. | |||
2021-02-14 | Windows: Improved custom frame behavior; default to disabled | Jaakko Keränen | |
2021-02-14 | Updated release notes | Jaakko Keränen | |
2021-02-14 | Color: Extended range for color escapes | Jaakko Keränen | |
Use a double \r for color IDs 95 and beyond. | |||
2021-02-14 | DocumentWidget: Alignment excludes banner | Jaakko Keränen | |
Short pages are vertically centered, but the site banner should be excluded from this because it is not part of the actual page contents. | |||
2021-02-14 | SidebarWidget: Handling feed entry URLs with spaces | Jaakko Keränen | |
The sidebar failed to realize that an entry was the current one and/or already read, because URL encoding is not consistently applied. This needs addressing soon — internally, all URLs should have a consistent format (fully encoded or decoded, NFC normalized). | |||
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-13 | App: Fixed crash at shutdown | Jaakko Keränen | |
Must remove the resize watcher so it doesn't trigger redraws during shutdown. | |||
2021-02-13 | Windows: Custom frame preference; further minor tweaks | Jaakko Keränen | |
2021-02-13 | Text: No scaling for text glyphs | Jaakko Keränen | |
2021-02-13 | Windows: Custom frame app icon, finishing touches | Jaakko Keränen | |
2021-02-13 | Windows: Further custom frame improvements | Jaakko Keränen | |
Saving the window rectangle and snap mode. Frame title alignment. |