summaryrefslogtreecommitdiff
path: root/src/bookmarks.c
AgeCommit message (Collapse)Author
2021-12-05CleanupJaakko Keränen
2021-11-28Bookmarks: Crash when creating a bookmarkJaakko Keränen
IssueID #402
2021-11-28Bookmarks: Internal tags have a dot prefixJaakko Keränen
Internal behavior tags are now written in bookmarks.ini with a dot prefix (like hidden files on Unix), and at runtime they are removed from the tags string. This makes things more efficient as it isn't necessary to compile regular expressions all the time. TODO: Add "Edit Feed..." into the Bookmarks context menu, and a new menu item for listing all subscriptions. IssueID #331
2021-11-23Select folder when adding/editing bookmarksJaakko Keränen
Most recently used folder is persistently stored in bookmarks.ini. IssueID #358
2021-10-19Preferences: Add bookmarks to bottom/topJaakko Keränen
IssueID #358 # Conflicts: # 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/ia.bin # res/lang/ie.bin # res/lang/isv.bin # res/lang/pl.bin # res/lang/ru.bin # res/lang/sk.bin # res/lang/sr.bin # res/lang/tok.bin # res/lang/zh_Hans.bin # res/lang/zh_Hant.bin
2021-09-26Bookmarks: New items added to end of listsJaakko Keränen
Use max order for new bookmarks and folders.
2021-09-24Bookmarks: Deleting a tree of bookmarksJaakko Keränen
Sidebar asks for confirmation when deleting a folder hierarchy of bookmarks.
2021-09-24Bookmarks: Export page uses foldersJaakko 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-08-01Translations for hardcoded English stringsJaakko Keränen
IssueID #276
2021-06-30Canonical URIsJaakko Keränen
Internally, all URIs should be converted to a canonical form so that they can be compared against each other. The canonical form is an IRI with spaces and reserved characters percent-encoded.
2021-05-04Split view pinning, "linksplit" special tagJaakko Keränen
A navigation aid: when in split mode, option to keep one of the tabs pinned to the current page so all links open to the side. Added "linksplit" bookmark tag to activate view splitting when opening a link on the page.
2021-03-20Bookmarks: Timestamp accuracyJaakko Keränen
There is no need for microsecond accuracy in the creation timestamp.
2021-03-09App: Initial bookmarksJaakko Keränen
Don't automatically make "Getting Started" a remote bookmark source. 1) Rather not DDOS my server. Remote sources are not cached currently. 2) While it's a nice demo of the feature, it's not essential. 3) Avoid appearance of a "call home" default that one needs to opt out of.
2021-03-07App: Fetch remote bookmarks after init finishedJaakko Keränen
2021-02-24Bookmarks: Looking up site iconsJaakko Keränen
Bookmark icons apply to site roots instead of domains. A root includes the user directory if one is found in the URL.
2021-02-23Improved handling of bookmark iconsJaakko Keränen
The effect of a bookmark icon is restricted to URLs that begin with the bookmarked URL. TODO: Bookmark icon of an URL should affect the whole domain, but this should take into consideration user subdirectories ("~name" or "/users/name"). IssueID #140
2021-02-23Bookmarks: Crash when removing a tagJaakko Keränen
2021-02-23Editing bookmark iconsJaakko Keränen
IssueID #140
2021-02-22Allow user to set any character as bookmark iconJaakko Keränen
The custom icons only appear in bookmark and feed lists, though.
2021-02-10Bookmarks: Fixed crash when removing a bookmark sourceJaakko Keränen
Remote bookmarks from a deleted source page were not immediately removed, so the UI got confused about the missing source bookmark. IssueID #154
2021-02-08Bookmarks: Do not require a label for remote linksJaakko Keränen
IssueID #147
2021-01-29Bookmarks: Remove default Gemini portsJaakko Keränen
Normalize bookmark URLs by removing the default Gemini ports.
2021-01-02Bookmarks: Remote bookmarks grouped under sourceJaakko Keränen
Rather than mix remote bookmarks with local ones, group them under the source bookmark in "pseudo-folder" fashion. The source is shown as bold.
2020-12-30Update bookmark icons when opening pagesJaakko Keränen
If bookmarks are imported or added manually, they won't have the correct site icons. Whenever a page is loaded the bookmark icon is now updated.
2020-12-19Changed the remote bookmark iconJaakko Keränen
The cloud character U+2601 is already used as a site icon.
2020-12-19Bookmarks: Crash when updating remote bookmarksJaakko Keränen
2020-12-19Remote bookmark sourcesJaakko Keränen
Bookmarks tagged "remotesource" are fetched and all links are treated as remote bookmarks. Remote bookmarks are not saved locally.
2020-12-19Bookmarks: Tweaked output of "about:bookmarks"Jaakko Keränen
2020-12-18Bookmarks: Clean up URLs with no path and queryJaakko Keränen
2020-12-17Listing bookmarks by tag and creation timeJaakko Keränen
2020-12-17Bookmarks: Improved bookmark list page formattingJaakko Keränen
2020-12-17Added "about:bookmarks"Jaakko Keränen
A simple way to export all or some of your bookmarks.
2020-12-01Added dialog for changing feed typeJaakko Keränen
This also gives feedback about a newly added subscription.
2020-11-27Bookmarks: Adding and removing tagsJaakko Keränen
2020-11-25SidebarWidget: Tagging bookmarks via menuJaakko Keränen
2020-11-23Bookmarks: Finding a bookmark by URLJaakko Keränen
This needs a better lookup if there are tons of bookmarks.
2020-09-18Home button opens a random "homepage" bookmarkJaakko Keränen
2020-09-13Default set of bookmarks for first runJaakko Keränen
2020-09-06LookupWidget: Keyboard focus and cursorJaakko Keränen
2020-08-24Updated for the_Foundation API changesJaakko Keränen
2020-08-22Added BSD 2-clause license and copyright noticesJaakko Keränen
2020-08-14Editing bookmarksJaakko Keränen
2020-08-14Deleting bookmarksJaakko Keränen
2020-08-14Bookmarks: Store in a hash with unique IDsJaakko Keränen
2020-08-14Adding and viewing bookmarksJaakko Keränen
2020-08-14Added BookmarksJaakko Keränen