Age | Commit message (Collapse) | Author |
|
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).
|
|
IssueID #168
|
|
This should be the user's decision, if they wish to make searches via the navbar.
|
|
|
|
|
|
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
|
|
Improved XmlDocument.
|
|
Fixing Socket connecting.
IssueID #43
|
|
Any text that doesn't look like a URL is passed onto the configured search URL as a query string.
IssueID #157
|
|
|
|
`about:` and error pages are centered as they are "internal" pages.
|
|
Keep the top of the view fixed during horizontal resizing.
|
|
|
|
The centering option affects all pages, including "about:" and
error messages.
|
|
|
|
|
|
Use a double \r for color IDs 95 and beyond.
|
|
Short pages are vertically centered, but the site banner should be excluded from this because it is not part of the actual page contents.
|
|
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).
|
|
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
|
|
|
|
Must remove the resize watcher so it doesn't trigger redraws
during shutdown.
|
|
|
|
|
|
|
|
Saving the window rectangle and snap mode. Frame title alignment.
|
|
|
|
|
|
Windows-key shortcuts and cursor edge snapping.
Still missing: window shadow and saving the snap mode.
|
|
A borderless SDL window gets no standard window behavior, so
this commit implements support for some of them. There is
special handling for the window frame and various snapping modes.
Not quite finished yet... It might make sense to research if
a custom window class could work with this app (with SDL); could be
less work.
|
|
Added the build option ENABLE_CUSTOM_FRAME that causes the window
to be created as borderless. Lagrange's own UI widgets are used to
draw the title bar elements, including the window buttons.
There is plenty of sizing behavior still missing, for instance
snapping to fullscreen left/right side, double-clicking the frame
edges, and proper maximize mode that doesn't cover the entire screen.
The window system menu is also missing, but that can be shown
manually when appropriate.
A command-line option should also be provided to disable winbar
in case the default title bar is required.
|
|
Avoids having a flash of white or other system-provided default window
contents when opening a window for the first time.
|
|
|
|
IssueID #153
|
|
One should not decode characters that are reserved for the URL syntax.
|
|
|
|
|
|
Remote bookmarks from a deleted source page were not immediately
removed, so the UI got confused about the missing source bookmark.
IssueID #154
|
|
|
|
Fixed broken logic.
IssueID #138
|
|
Attempting to ask SDL about a non-existent window's ID.
|
|
|
|
|
|
IssueID #138
|
|
IssueID #43
IssueID #151
|
|
If a server doesn't respond, there is no use waiting indefinitely in a background request.
|
|
Per-family socket creation.
IssueID #43
|
|
The OARS content rating is required for validation.
|
|
Failing validation with appstreamcli.
|
|
IssueID #147
|