summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-15iOS: Picking files for uploadJaakko Keränen
2021-09-14UploadWidget: Identity selection (mobile)Jaakko Keränen
2021-09-14Mobile: Styling of Delete/Clear navbar buttonsJaakko Keränen
2021-09-14UploadWidget: Mobile fixesJaakko Keränen
2021-09-14Mobile: Landscape panel title layoutJaakko Keränen
2021-09-14InputWidget: Touch scrolling, position calculationJaakko Keränen
2021-09-14Widget: Fixed overflow scroll boundsJaakko Keränen
2021-09-13Mobile: New selection logic for InputWidgetJaakko Keränen
Touch-based interaction requires a different kind of selection and copy/paste behavior. This isn't done yet; especially multi-line text still needs work.
2021-09-12CleanupJaakko Keränen
2021-09-12Mobile: Better Settings tap targets; fixed safe area drawingJaakko Keränen
2021-09-12Widget: More accurate draw countJaakko Keränen
2021-09-12Mobile: Draw optimizations; focus handlingJaakko Keränen
Widgets can now be marked for buffering their contents, which is useful if their contents change seldom but they are drawn often. For example, the navbar is always visible but doesn't change very often, and during animations menu contents are static but there is a moving animation so everything gets drawn 60 FPS. Focus handling was also improved so the lookup results can be scrolled while entering text, and one can tap outside an input field to unfocus it.
2021-09-11Mobile: Many UI improvements; Upload UIJaakko Keränen
2021-09-10Mobile: Fixed minor UI issuesJaakko Keränen
Overflow-scrolling should be allowed over input fields, too. Fixed placement of the URL label in the link context menu.
2021-09-10Mobile: Revised more dialogsJaakko Keränen
2021-09-09Mobile: Working on dialogsJaakko Keränen
The new panels maker offers a declarative solution for creating consistent UIs.
2021-09-08CleanupJaakko Keränen
2021-09-08CleanupJaakko Keränen
2021-09-08Mobile: Added Identities, Help, About to Settings screensJaakko Keränen
2021-09-08Lang: Added "Special tags" stringJaakko Keränen
2021-09-08Mobile: Preferences is completed, improvedJaakko Keränen
2021-09-07Mobile: Redoing PreferencesJaakko Keränen
Contents of the Preferences split panel view are created based on arrays of MenuItems. This removes the confusing indirection of trying to modify the desktop widget tree to fit mobile.
2021-09-07App: Added options -w, -h for window sizingJaakko Keränen
2021-09-07Updated the_FoundationJaakko Keränen
2021-09-07CleanupJaakko Keränen
2021-09-07Added BG-to-FG image colorization modeJaakko Keränen
2021-09-07Media: Refined colorized image exposureJaakko Keränen
2021-09-07Media: Brighten colorized images slightlyJaakko Keränen
2021-09-07Added image colorization preferenceJaakko Keränen
Option to colorize images to grayscale, text color, or preformatted color.
2021-09-04iOS: Minor fixesJaakko Keränen
The SDL text input rectangle function applies some sort of offset that is inappropriate on iOS.
2021-09-04Merge branch 'dev' into work/v1.7Jaakko Keränen
# Conflicts: # CMakeLists.txt # res/about/version.gmi
2021-09-04iOS: Updated build numberJaakko Keränen
2021-09-04Updated release notesJaakko Keränen
2021-09-04Text: Fixed hang when wrapping a long wordJaakko Keränen
The simple text renderer would get stuck in an infinite loop when encountering a word that wouldn't fit on a line. IssueID #330
2021-09-01Bumped version to 1.6.6; updated release notesJaakko Keränen
2021-09-01Fixed encoding of % in URL query stringJaakko Keränen
2021-08-31X11: Tell SDL not to bypass window compositorJaakko Keränen
IssueID #160
2021-08-29Merge branch 'dev' into work/v1.7Jaakko Keränen
2021-08-29Updated release notesJaakko Keränen
2021-08-29Fixed running under KMSDRM video driver on LinuxJaakko Keränen
SDL2 works fine without a window system, but it seems the DPI-querying API will crash so let's not call that. Should still add command line options to control the screen resolution, i.e., overriding the window size.
2021-08-29Updated release notesJaakko Keränen
2021-08-29DocumentWidget: Fixed minor text artifactsJaakko Keränen
Clearing the background of all runs is required because sometimes a run will overlap with another, or is drawn multiple times.
2021-08-29Updated Smol EmojiJaakko Keränen
2021-08-29Updated the_FoundationJaakko Keränen
Random serial numbers for generated certs.
2021-08-28InputWidget: Tell SDL where text input is happeningJaakko Keränen
2021-08-26Updated release notesJaakko Keränen
2021-08-26LabelWidget: Fixed noTopFrame flag regressionJaakko Keränen
A refactoring oversight.
2021-08-25Merge branch 'dev' into work/v1.7Jaakko Keränen
# Conflicts: # CMakeLists.txt # res/about/version.gmi
2021-08-25Updated release notesJaakko Keränen
2021-08-25Audio init errors should not be fatalJaakko Keränen
IssueID #325