summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-21patch debian/rulesdevAndrew Cady
2022-02-21fix debian buildAndrew Cady
2022-02-21Windows: Fixed dark mode for multiple windowsJaakko Keränen
2022-02-20Window-specific refreshJaakko Keränen
When updating, mark pending refresh per window so one doesn't have to draw all of them at once.
2022-02-20Root: Adjusted navbar menu itemsJaakko Keränen
2022-02-20Updated language stringsJaakko Keränen
2022-02-20Window: Unfreeze command affects all frozen windowsJaakko Keränen
2022-02-20Merge branch 'work/v1.11' into devJaakko Keränen
# Conflicts: # res/lang/es.bin # res/lang/ie.bin # res/lang/ru.bin # res/lang/sr.bin # res/lang/uk.bin
2022-02-20Mobile: Omit menu items for new windowsJaakko Keränen
2022-02-20Context menu items for opening itemsJaakko Keränen
2022-02-20Fixed icon of feeds filter mode dropdownJaakko Keränen
2022-02-20Adding context items to open in new windowJaakko Keränen
2022-02-19Updated release notesJaakko Keränen
2022-02-19Updated language stringsJaakko Keränen
2022-02-19Translated using Weblate (Occidental)Olga Smirnova
Currently translated at 95.3% (617 of 647 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/ie/
2022-02-19Translated using Weblate (Ukrainian)Alyssa Liddell
Currently translated at 100.0% (647 of 647 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/uk/
2022-02-19Translated using Weblate (Serbian)Страхиња Радић
Currently translated at 100.0% (647 of 647 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/sr/
2022-02-19Translated using Weblate (Spanish)Wally Hackenslacker
Currently translated at 100.0% (647 of 647 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/es/
2022-02-19Translated using Weblate (Russian)Alyssa Liddell
Currently translated at 100.0% (647 of 647 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/ru/
2022-02-19Added translation using Weblate (Arabic)Weblate Admin
2022-02-19Fixed several event handling issuesJaakko Keränen
Events are expected to have a valid windowID now, and the current window also has to be correct when dispatching or processing any events.
2022-02-19App: Save multiple window rectanglesJaakko Keränen
2022-02-18Serializing multiple windowsJaakko Keränen
Not quite fully functional yet. The window positioning still needs to be written to prefs.cfg.
2022-02-18Basic opening and closing of new windowsJaakko Keränen
One can create a new window with `window.new` and close it with the window close button.
2022-02-17Don't suggest fonts any moreJaakko Keränen
Now you can just do searches in the font library.
2022-02-17Tab button coloring with colored backgroundsJaakko Keränen
It's best to match the active tab button color to the document's background in case the latter is colored.
2022-02-17Focus palette input in Site-Specific SettingsJaakko Keränen
2022-02-17Fixed mismatched banner and backgroundJaakko Keränen
There was an issue with loss of color precision. Saturation dropped to zero when converting to 8-bit RGB.
2022-02-17Save text entered in the input promptJaakko 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-16Help: Site-specific theme; max URL size; data URL imagesJaakko Keränen
2022-02-16Cleanup: Omit empty sitespec.ini sectionsJaakko Keränen
2022-02-15Site-specific settingsJaakko 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-15Merge branch 'dev' into work/v1.11Jaakko Keränen
# Conflicts: # CMakeLists.txt # res/lang/cs.bin # res/lang/de.bin # res/lang/en.bin # res/lang/eo.bin # res/lang/es.bin # res/lang/es_MX.bin # res/lang/fi.bin # res/lang/fr.bin # res/lang/gl.bin # res/lang/hu.bin # res/lang/ia.bin # res/lang/ie.bin # res/lang/isv.bin # res/lang/nl.bin # res/lang/pl.bin # res/lang/ru.bin # res/lang/sk.bin # res/lang/sr.bin # res/lang/tok.bin # res/lang/tr.bin # res/lang/uk.bin # res/lang/zh_Hans.bin # res/lang/zh_Hant.bin
2022-02-15Reordered bindingsJaakko Keränen
2022-02-15Working on site-specific settings dialogJaakko Keränen
2022-02-15Updated release notesJaakko Keränen
2022-02-15Empty path normalization was not being appliedJaakko Keränen
Solderpunk's November 2021 update to the specification included a recommendation to normalize empty paths to /. IssueID #455
2022-02-15Bumped version numberJaakko Keränen
2022-02-15Added keybindings for Unread/All mode switchJaakko Keränen
IssueID #456
2022-02-14Moved a function to the_FoundationJaakko Keränen
2022-02-14Updated the_Foundation to v1.2Jaakko Keränen
2022-02-14CleanupJaakko Keränen
2022-02-14Added option for autoshowing images in data URLsJaakko Keränen
Disabled by default to be consistent with behavior of other links.
2022-02-13Added a preference for maximum URL sizeJaakko Keränen
The setting defaults to 8 KB. Link lines with longer URLs are not recognized as links.
2022-02-13Added UI helper for presenting data URLsJaakko Keränen
Omit the actual data.
2022-02-11Paperclip icon for data URLsJaakko Keränen
2022-02-11Merge branch 'dev' into work/v1.11Jaakko Keränen
2022-02-11Updated AUTHORSJaakko Keränen
2022-02-11Updated language stringsJaakko Keränen
2022-02-11Merge branch 'dev' of https://weblate.skyjake.fi/git/lagrange/ui into devJaakko Keränen