summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-05Updated license textJaakko Keränen
"All rights reserved" is not part of the BSD 2-clause license text.
2021-01-05Updated bincat.sh to use /bin/bashJaakko Keränen
This works on Linux, but of course makes bash a dependency. ENABLE_BINCAT_SH is still disabled by default.
2021-01-05Don't use bincat.sh by defaultJaakko Keränen
It's not portable enough, need to tweak the script.
2021-01-05Embed: Use a shell script for bincatJaakko Keränen
Todo: Needs testing if this is portable enough. Should be pretty POSIX, though.
2021-01-04Text: Fixed a very minor memory leakJaakko Keränen
Sometimes a glyph was rasterized but it was not possible to create a texture out of it. In this case, the surface was never released.
2021-01-04Updated release notesJaakko Keränen
2021-01-04GmDocument: Quote border line on empty quote linesJaakko Keränen
IssueID #108
2021-01-04Updated HelpJaakko Keränen
2021-01-04Update Help and release notesJaakko Keränen
2021-01-04CertImportWidget: Handle dropped file; creating identityJaakko Keränen
IssueID #105
2021-01-04GmCerts: Importing an existing certificateJaakko Keränen
2021-01-04App: Drag-and-drop events passed to all widgetsJaakko Keränen
2021-01-04Updated the_FoundationJaakko Keränen
2021-01-04Added a client certificate import dialogJaakko Keränen
Todo: Drag-and-drop; the actual identity creation step.
2021-01-04Updated the_FoundationJaakko Keränen
New TlsCertificate private key access methods.
2021-01-04GmDocument: Empty lines vs. consecutive quotesJaakko Keränen
Detecting if quote lines are consecutive was changed so that an empty line can be used to separate quotes. For example, see Astrobotany's Message Board. IssueID #108
2021-01-03Creating a certificate import dialogJaakko Keränen
Just the widgets thus far.
2021-01-03Tweaked text color of Pure White UI themeJaakko Keränen
Slightly darker.
2021-01-03Updated release notesJaakko Keränen
2021-01-03DocumentWidget: Updating trustJaakko Keränen
Hide the warning banner immediately. IssueID #107
2021-01-03Fixed redirection opening in the wrong tabJaakko Keränen
2021-01-03Improving the Page Information dialogJaakko Keränen
This should use a proper dialog instead of a simple message.
2021-01-03Updating the navbar URL when opening tabsJaakko Keränen
2021-01-03Added menu item for import a certificateJaakko Keränen
2021-01-03Expanded page informationJaakko Keränen
The Certificate Status popup was expanded with certificate fingerprint, media type, and content length.
2021-01-02SidebarWidget: Background color for remote bookmarksJaakko Keränen
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.
2021-01-02Update release notesJaakko Keränen
2021-01-02Merge branch 'finger' into devJaakko Keränen
2021-01-02GmDocument: New link icon for Finger linksJaakko Keränen
Added a new link flag to identify Finger links so they can use their own icon.
2021-01-02Add support for Finger protocolJaakko Keränen
A patch courtesy of John Cowan. IssueID #106
2020-12-31Updated release notesJaakko Keränen
2020-12-31Text: Clear glyph cache when it fills upJaakko Keränen
We can use a smaller glyph cache if we clear it when it fills up. Even a large cache would eventually fill up, so clearing is a good strategy anyway. Clears occur still rather infrequently.
2020-12-30Updated release notesJaakko Keränen
Typo.
2020-12-30Updated release notesJaakko Keränen
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-30Updated release notesJaakko Keränen
2020-12-30Updated the_FoundationJaakko Keränen
Change to TlsCertificate domain name verification.
2020-12-29SidebarWidget: Finetuning the secondary item colorsJaakko Keränen
2020-12-29Updated release notesJaakko Keränen
2020-12-29Added a bold UI fontJaakko Keränen
The bold UI label font is used for highlighted sidebar items and default buttons.
2020-12-29Bumped version number to 1.1Jaakko Keränen
2020-12-28SidebarWidget: Opening feed entries in new tabJaakko Keränen
2020-12-27SidebarWidget: Fixed editing identity notesJaakko Keränen
2020-12-27Bumped version number to 1.0.2Jaakko Keränen
2020-12-25Compiling with SDL versions earlier than 2.0.14Jaakko Keränen
2020-12-24Fixed percent-encoding the query stringJaakko Keränen
Good old mutable vs. non-mutable argument confusion. The encoded return value was ignored (and leaked).
2020-12-24Updated release notesJaakko Keränen
2020-12-24Fixed: InputWidget cursor positioningJaakko Keränen
2020-12-22App: Attempt to open URLs using SDL firstJaakko Keränen
SDL_OpenURL() was added in 2.0.14.