summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-25ListWidget: Larger folder drop targetJaakko Keränen
2021-09-25Windows: Various fixes after MainWindow refactoringJaakko Keränen
2021-09-25Window: Fixed build with ENABLE_WINDOWPOS_FIX; cleanupJaakko Keränen
2021-09-25Canonical URL form decodes colons in pathsJaakko Keränen
The handling of colons (a reserved character used in the URL scheme and authority) was left ambiguous in the canonical form.
2021-09-25Merge branch 'dev' of github.com:skyjake/lagrange into devJaakko Keränen
2021-09-25Lang: Added eo, es_MX, gl, isv, and skJaakko Keränen
New almost completed or in-progress UI translations.
2021-09-25Merge pull request #342 from z0gg3r/devJaakko Keränen
Lagrange build failed, due to missing base. in ui/window.c
2021-09-25Translated using Weblate (Finnish)Weblate Admin
Currently translated at 98.9% (566 of 572 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/fi/
2021-09-25Fixed a build failzocker
There is no member of d with name win, but base seems to have one.
2021-09-25Translated using Weblate (Galician)Xosé M
Currently translated at 100.0% (543 of 543 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/gl/
2021-09-25Translated using Weblate (Galician)Xosé M
Currently translated at 100.0% (543 of 543 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/gl/
2021-09-25Translated using Weblate (German)Alex Schroeder
Currently translated at 99.2% (539 of 543 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/de/
2021-09-25Translated using Weblate (Galician)Xosé M
Currently translated at 81.0% (440 of 543 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/gl/
2021-09-25Added translation using Weblate (Galician)Weblate Admin
2021-09-25Translated using Weblate (Portuguese (Brazil))Gabriel de Oliveira Ferreira Machado
Currently translated at 3.3% (18 of 543 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/pt_BR/
2021-09-25Translated using Weblate (Portuguese (Brazil))Gabriel de Oliveira Ferreira Machado
Currently translated at 3.1% (17 of 543 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/pt_BR/
2021-09-25Translated using Weblate (Chinese (Traditional))Shibo Lyu
Currently translated at 100.0% (543 of 543 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/zh_Hant/
2021-09-25Translated using Weblate (Chinese (Simplified))Eric
Currently translated at 79.9% (434 of 543 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/zh_Hans/
2021-09-25Added translation using Weblate (Portuguese (Brazil))Weblate Admin
2021-09-25Translated using Weblate (Esperanto)Nikolay Korotkiy
Currently translated at 40.3% (219 of 543 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/eo/
2021-09-25Translated using Weblate (Spanish)Wally Hackenslacker
Currently translated at 100.0% (543 of 543 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/es/
2021-09-25Translated using Weblate (Polish)Waterrail
Currently translated at 100.0% (543 of 543 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/pl/
2021-09-25Merge branch 'work/v1.7' into devJaakko Keränen
2021-09-25Persistent bookmark folder stateJaakko Keränen
Incremented the version of state.lgr so it can include bookmark folder open/closed state for each of the two/four sidebars.
2021-09-25Visited: Remember URLs for 6 months (previously 2)Jaakko Keränen
This affects link/entry unread status, and how long feed entries are kept in the cache.
2021-09-25Feeds: Fixed tracking of heading entries; unread countJaakko Keränen
Heading entries were being discarded from the list of known entries prematurely, causing them to be rediscovered as new later on. The unread count ignores heading entries without a valid discovery time, i.e., the ones from the first update.
2021-09-24Bookmarks: Deleting a tree of bookmarksJaakko Keränen
Sidebar asks for confirmation when deleting a folder hierarchy of bookmarks.
2021-09-24SidebarWidget: Creating folders inside clicked folderJaakko Keränen
2021-09-24Bookmarks: Export page uses foldersJaakko Keränen
2021-09-24GmDocument: Image link iconJaakko Keränen
2021-09-24Bookmark foldersJaakko Keränen
The user can now create bookmark folders, and drag bookmarks into them. Folders can also be nested. The bookmark sorting menu item sorts inside the chosen folder/root. Remote bookmark sources appear also as folders, although they cannot be sorted/edited. IssueID #339
2021-09-24SidebarWidget: Reordering bookmarks manuallyJaakko Keränen
One can now drag and drop bookmarks to change their order in the list.
2021-09-23Bookmarks: TOML syntax; field for manual orderJaakko Keränen
The bookmarks file is now saved in a TOML subset and named "bookmarks.ini". This makes it more robust and forwards compatible. Added a field for sort order, since that will be used for manual ordering.
2021-09-23ListWidget: Dragging items to reorderJaakko Keränen
Items can be marked as draggable, and additionally as drop targets.
2021-09-23MainWindow: Tweaks to avoid flash at launchJaakko Keränen
When the window appears, it should have all the actual contents and not a placeholder.
2021-09-23Updated the_FoundationJaakko Keränen
2021-09-21Added build options for popup/macOS menusJaakko Keränen
2021-09-21LabelWidget: Tuned state colorsJaakko Keränen
2021-09-21Text: Use 8-wide tabs; hide indicators for nowJaakko Keränen
2021-09-21Text: Draw tab indicators; jump to tab stopsJaakko Keränen
2021-09-21InputWidget: Shift+Alt+Tab inserts a tab characterJaakko Keränen
2021-09-21macOS: Use native context menusJaakko Keränen
2021-09-21Fixed issues with popup windowsJaakko Keränen
2021-09-21Dropdown menus placed over the buttonJaakko Keränen
Avoid visibly duplicating the currently selected item, as it can be seen in the dropdown button and the menu.
2021-09-21Disabling items in native menusJaakko Keränen
Added the special prefix `///` to mark items disabled.
2021-09-21Color: Cursors use alt accent colorJaakko Keränen
2021-09-21macOS: Improving native menu behaviorJaakko Keränen
Selected items and dynamic label updates.
2021-09-21macOS: Native context menusJaakko Keränen
Popup context menus now use NSMenu. There are still has a few glitches with the navbar identity button, but most menus are working. SDL required another little tweak to force it to update mouse button state after the synchronously handled context menu goes away. Otherwise SDL's internal mouse button state shows that the right mouse button is held down.
2021-09-20Fixed build on Windows (MSYS)Jaakko Keränen
2021-09-20Experimenting with independent popup windowsJaakko Keränen
Toe dipping into multiple window support by allowing popup menu widgets to be displayed in independent windows. This is not a 100% replacement for native menus, but it gets pretty close.