Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-20 | Fixed icon of feeds filter mode dropdown | Jaakko Keränen | |
2022-02-17 | Focus palette input in Site-Specific Settings | Jaakko Keränen | |
2022-02-17 | Save text entered in the input prompt | Jaakko Keränen | |
Use the same mechanism as in the Upload dialog to keep the text entered in the input prompt safe, in case the dialog is accidentally closed or the app crashes. | |||
2022-02-16 | Cleanup: Omit empty sitespec.ini sections | Jaakko Keränen | |
2022-02-15 | Site-specific settings | Jaakko Keränen | |
The theme palette seed phrase and ANSI warnings can be configured in the new site-specific settings dialog. Added bindings for Page Information and for opening the site-specific settings dialog. IssueID #381 | |||
2022-02-15 | Working on site-specific settings dialog | Jaakko Keränen | |
2022-02-14 | Cleanup | Jaakko Keränen | |
2022-02-14 | Added option for autoshowing images in data URLs | Jaakko Keränen | |
Disabled by default to be consistent with behavior of other links. | |||
2022-02-13 | Added a preference for maximum URL size | Jaakko Keränen | |
The setting defaults to 8 KB. Link lines with longer URLs are not recognized as links. | |||
2022-02-09 | Merge branch 'dev' into work/v1.11 | Jaakko Keränen | |
# Conflicts: # res/lang/eo.bin # res/lang/ie.bin | |||
2022-02-09 | Style consistency: popup frames | Jaakko Keränen | |
A colored popup frame indicates an active UI element, like a dropdown selection of values. A popup with a separator-colored frame is a passive element, like a context menu. | |||
2022-02-09 | DocumentWidget: "Paste Preceding Line" should be undoable | Jaakko Keränen | |
2022-01-19 | Fontpack lookup via missing glyphs | Jaakko Keränen | |
IssueID #435 | |||
2022-01-16 | Navbar menu placement | Jaakko Keränen | |
Popup menus opened from navbar buttons should open below the button. IssueID #436 | |||
2022-01-16 | Customizable navbar button actions | Jaakko Keränen | |
2022-01-16 | Event processing issue that causes menus to be dismissed immediately | Jaakko Keränen | |
This seems like a regression in SDL. SDL_PollEvent() doesn't behave like before. As a workaround, wait for events with a very short timeout. IssueID #436 | |||
2022-01-16 | Cleanup | Jaakko Keränen | |
2022-01-16 | Fixed context menu in input fields | Jaakko Keränen | |
The menu was being dismissed immediately. | |||
2022-01-07 | Text: CJK word wrapping | Jaakko Keränen | |
Improve mixed-language word wrapping, and position U+3001 and U+3002 near the baseline. IssueID #380 | |||
2022-01-07 | Layout glitch workaround | Jaakko Keränen | |
2022-01-05 | Consistent dialog titles | Jaakko Keränen | |
Added a utility for setting up dialog titles consistently. They are now in all-caps and aligned appropriately. | |||
2022-01-05 | Cleanup | Jaakko Keränen | |
Post merge. | |||
2022-01-05 | Merge branch 'work/v1.10' into dev | Jaakko Keränen | |
# Conflicts: # CMakeLists.txt # Depends-Android.cmake # res/about/version.gmi # res/lang/cs.bin # res/lang/eo.bin # res/lang/es.bin # res/lang/fi.bin # res/lang/gl.bin # res/lang/ia.bin # res/lang/ie.bin # res/lang/ru.bin # res/lang/sr.bin # res/lang/tok.bin # res/lang/tr.bin # res/lang/uk.bin # res/lang/zh_Hant.bin # src/app.c # src/main.c # src/ui/documentwidget.c # src/ui/labelwidget.c # src/ui/sidebarwidget.c # src/ui/util.c | |||
2022-01-01 | Android: Show build version and date in Settings > About | Jaakko Keränen | |
2022-01-01 | Android: Fixed root sizing; clip menu not showing; toolbar buttons | Jaakko Keränen | |
The keyboard height was miscalculated if there were system keys under the window. | |||
2022-01-01 | Mobile: User-configurable phone toolbar buttons | Jaakko Keränen | |
Actions for the first two mobile portrait phone toolbar buttons can be chosen in Settings. | |||
2021-12-31 | Mobile: Fixed crash when creating bookmark | Jaakko Keränen | |
Use of uninitialized memory was possible related to the folder selection dropdown. | |||
2021-12-26 | Mobile: Removed "Show URL on hover" | Jaakko Keränen | |
2021-12-25 | Mobile: Link info in context menu | Jaakko Keränen | |
2021-12-25 | Cleanup | Jaakko Keränen | |
Warnings about lost precision. | |||
2021-12-24 | macOS: Fixed selecting scope for new identity | Jaakko Keränen | |
The selected item was not found from a native popup menu. | |||
2021-12-23 | Added UI language for Dutch (nl) | Jaakko Keränen | |
2021-12-16 | DocumentWidget: Paste preceding line | Jaakko Keränen | |
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. | |||
2021-12-15 | Preferences: Option for cursor blinking | Jaakko Keränen | |
2021-12-15 | Workaround for layout issue in value input dialogs | Jaakko Keränen | |
2021-12-14 | Mobile: Folders in bookmark editor; menus vs. input focus | Jaakko Keränen | |
2021-12-10 | Mobile: Return key behavior is not configurable | Jaakko Keränen | |
2021-12-10 | Mobile: Added missing Glyph Warnings option | Jaakko Keränen | |
2021-12-09 | iOS: Fixes and new edit menu for UploadWidget | Jaakko Keränen | |
The sizing and behavior of the input field on the plain text upload page is much improved. | |||
2021-12-09 | UploadWidget: Improved Identity dropdown | Jaakko Keränen | |
Better colors, keep the menu button fixed-height. | |||
2021-12-08 | Mobile: Hide iOS text view background; Translation panel positioning | Jaakko Keränen | |
Mobile panels should always be root-parented, but the source document relationship is currently not communicated in any other way. | |||
2021-12-08 | Mobile: SmoothScroll pull flags; menu and value input sizing | Jaakko Keränen | |
2021-12-07 | SmoothScroll: Allow overflow scrolling always | Jaakko Keränen | |
This is needed for triggering pull actions. | |||
2021-12-07 | Mobile: Use compact input prompt on tablet | Jaakko Keränen | |
2021-12-06 | Mobile: Tablet fixes | Jaakko Keränen | |
Various issues with safe areas and font sizes. | |||
2021-12-05 | Mobile: Pull to refresh | Jaakko Keränen | |
2021-12-03 | Mobile: Manage Identities via Settings | Jaakko Keränen | |
2021-12-02 | Widget: Widget rearrangement issues | Jaakko Keränen | |
There were issues where popup menus would only get wider and never narrower. Arrangements should not be dependent on the results of a previous one. | |||
2021-12-02 | Avoid capitalizing headings in .po files | Jaakko Keränen | |
All-caps should be applied at runtime when appropriate. | |||
2021-12-02 | Mobile: Button group appearance | Jaakko Keränen | |