Age | Commit message (Collapse) | Author |
|
There tab buttons don't need a New Tab button if the navbar has it.
|
|
Match the button height to the URL input field.
|
|
The right-hand sidebar was handling the U and Shift+U events if it was set on Feeds tab, even though the sidebar wasn't visible.
|
|
|
|
Popup menus opened from navbar buttons should open below the button.
IssueID #436
|
|
|
|
|
|
|
|
The navbar is an important tap target, so it should be the same height as most menu items and the toolbar.
|
|
The keyboard height was miscalculated if there were system keys under the window.
|
|
Actions for the first two mobile portrait phone toolbar buttons can be chosen in Settings.
|
|
A convenient way to copy the current page's source and open the Titan upload dialog with it prefilled.
IssueID #415
|
|
These should be user-configurable, though.
|
|
Send a notification from the Java side when the software keyboard
is shown.
|
|
|
|
Added a special actions menu in the input prompt to allow the user to paste the line preceding the latest clicked link from the originating document.
One use case for this is user-editable lines.
|
|
If there were no entry animation, the native UI control would not be correctly placed.
|
|
Input widgets may resize themselves, and Preferences sends a ton of these notifications. Only rearrange a single time afterwards, not individually after each notification.
|
|
|
|
|
|
|
|
|
|
|
|
Various issues with safe areas and font sizes.
|
|
|
|
|
|
|
|
|
|
|
|
Switched the phone sidebar to use the iOS half/full-height sliding sheet design. This is better for finger reachability and for retaining access to the current page.
|
|
The URL checks for determining which identity was in use were a bit too page-specific. Now the URL prefix usage is applied more consistently.
The identity toolbar menu is now more useful in that it allows both switching identities and stopping the use of the current identity.
|
|
|
|
All-caps should be applied at runtime when appropriate.
|
|
The identity list is needed elsewhere outside of the sidebar, so moved it into a specialized ListWidget class.
|
|
One can now use the identity toolbar menu to switch between client certificates that have been used on the current site. The five latest ones are remembered.
|
|
|
|
Place the "Check for Updates" item immediately following Preferences,
like on macOS.
|
|
IssueID #403
|
|
IssueID #378
|
|
|
|
Input query responses (status 1x) are not preserved in History so that when navigating back, they are skipped.
The corresponding URLs are flagged as Transient so they are not shown in the History sidebar.
The History sidebar shows the query string in URLs.
IssueID #382
|
|
# Conflicts:
# CMakeLists.txt
# Depends.cmake
# src/lang.c
|
|
|
|
A tall popup menu needs to use overflow scrolling, but the size of the display wasn't considered. Now a popup window is fit to the usable bounds of the display.
|
|
Resources are now stored in a ZIP archive, and it comes with an explicit version number. All the old embed/bincat stuff was removed as unnecessary.
resources.lgr is also a valid fontpack, for loading the built-in fonts.
IssueID #363
|
|
|
|
IssueID #354
|
|
Added a second version of Iosevka with more line spacing, to be used as the default monospace document font.
|
|
The built-in fonts are loaded via FontPack, and the font table is now constructed dynamically based on available fonts.
A full set of variants (style, size) are prepared for each font, but some of the data gets allocated lazily when needed.
GmRun needed a larger allocation for fonts, so now all the fields are combined into a single bit field.
TODO: Glyph scaling, vertical offsets, and symbol lookup are still not fully working.
|
|
The 80% size is used in the toolbar.
|