Age | Commit message (Collapse) | Author |
|
|
|
This is quite a hack, but Win32 apps don't seem to have documented
access to dark mode.
|
|
Use max order for new bookmarks and folders.
|
|
|
|
|
|
Display bounds and the window rectangle are handled in points, so
determine if the menu fits inside its root in points, too.
|
|
|
|
Performance of popup windows may not be great.
|
|
The renderer is created separately so it's possible to set the window
position at creation time.
Popup window use basic software rendering for (hopefully) better
performance.
|
|
|
|
|
|
|
|
This doesn't quite fit in the palette system currently, but it would be a nice addition later.
|
|
|
|
|
|
Some deleted widgets were kept around in the root's onTop list.
|
|
|
|
|
|
|
|
|
|
The handling of colons (a reserved character used in the URL scheme and authority) was left ambiguous in the canonical form.
|
|
|
|
New almost completed or in-progress UI translations.
|
|
Lagrange build failed, due to missing base. in ui/window.c
|
|
Currently translated at 98.9% (566 of 572 strings)
Translation: Lagrange/User Interface
Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/fi/
|
|
There is no member of d with name win, but base seems to have one.
|
|
Currently translated at 100.0% (543 of 543 strings)
Translation: Lagrange/User Interface
Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/gl/
|
|
Currently translated at 100.0% (543 of 543 strings)
Translation: Lagrange/User Interface
Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/gl/
|
|
Currently translated at 99.2% (539 of 543 strings)
Translation: Lagrange/User Interface
Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/de/
|
|
Currently translated at 81.0% (440 of 543 strings)
Translation: Lagrange/User Interface
Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/gl/
|
|
|
|
Currently translated at 3.3% (18 of 543 strings)
Translation: Lagrange/User Interface
Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/pt_BR/
|
|
Currently translated at 3.1% (17 of 543 strings)
Translation: Lagrange/User Interface
Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/pt_BR/
|
|
Currently translated at 100.0% (543 of 543 strings)
Translation: Lagrange/User Interface
Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/zh_Hant/
|
|
Currently translated at 79.9% (434 of 543 strings)
Translation: Lagrange/User Interface
Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/zh_Hans/
|
|
|
|
Currently translated at 40.3% (219 of 543 strings)
Translation: Lagrange/User Interface
Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/eo/
|
|
Currently translated at 100.0% (543 of 543 strings)
Translation: Lagrange/User Interface
Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/es/
|
|
Currently translated at 100.0% (543 of 543 strings)
Translation: Lagrange/User Interface
Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/pl/
|
|
|
|
Incremented the version of state.lgr so it can include bookmark folder open/closed state for each of the two/four sidebars.
|
|
This affects link/entry unread status, and how long feed entries are kept in the cache.
|
|
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.
|
|
Sidebar asks for confirmation when deleting a folder hierarchy of bookmarks.
|
|
|
|
|
|
|
|
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
|
|
One can now drag and drop bookmarks to change their order in the list.
|
|
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.
|