summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-09-28macOS: Disable unused macOS 10.14 color codeJaakko Keränen
2021-09-28Window: Automatic software rendering fallbackJaakko Keränen
2021-09-28DocumentWidget: Showing error page on untrusted certsJaakko Keränen
2021-09-28ListWidget: Scrolling due to item drag should be linearJaakko Keränen
2021-09-27CommentJaakko Keränen
2021-09-27SidebarWidget: Editing folder namesJaakko Keränen
Use the regular bookmark editor but hide the Special Tags section, and disable all but the Title for now.
2021-09-27Minor UI tweaksJaakko Keränen
2021-09-27CleanupJaakko Keränen
2021-09-27macOS: Maximized window is not a special caseJaakko Keränen
2021-09-27Window: Fixed regressions in retaining window placementJaakko Keränen
Window placement was not restored correctly when the window was maximized. Maximizing a window (on Windows) causes a spurious move event to be received from SDL, and that would mess up the remembered position. Now window placemenet is saved after a run through the event loop, so the rest of the window messages have been handled.
2021-09-27Merge remote-tracking branch 'origin' into devJaakko Keränen
2021-09-27Windows: Enable dark mode; use dark title bar for dark themesJaakko Keränen
This is quite a hack, but Win32 apps don't seem to have documented access to dark mode.
2021-09-26Bookmarks: New items added to end of listsJaakko Keränen
Use max order for new bookmarks and folders.
2021-09-26macOS: Position popup menus on selected itemJaakko Keränen
2021-09-26Popup menus are positioned on selected itemJaakko Keränen
2021-09-26Compute popup menu bounds in pointsJaakko Keränen
Display bounds and the window rectangle are handled in points, so determine if the menu fits inside its root in points, too.
2021-09-26macOS: Popup window fixes; simply window creationJaakko Keränen
2021-09-26Use popup windows only when inline menus don't fitJaakko Keränen
Performance of popup windows may not be great.
2021-09-26Window: Set window position during creation; popups use sw renderJaakko Keränen
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.
2021-09-26Added a PerfTimer utilityJaakko Keränen
2021-09-26CleanupJaakko Keränen
2021-09-26X11: Tuning popup window behavior and appearanceJaakko Keränen
2021-09-26macOS: Experiment with system accent colorJaakko Keränen
This doesn't quite fit in the palette system currently, but it would be a nice addition later.
2021-09-26Fixed context menu centering with popup windowsJaakko Keränen
2021-09-26Minor UI tweaksJaakko Keränen
2021-09-26Root: Crash when closing split viewJaakko Keränen
Some deleted widgets were kept around in the root's onTop list.
2021-09-26macOS: Context menu consumes modifier key releasesJaakko Keränen
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-25Fixed a build failzocker
There is no member of d with name win, but base seems to have one.
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-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