summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2022-02-14Updated the_Foundation to v1.2Jaakko Keränen
2022-01-19Updated the_Foundation: gzip decompressJaakko Keränen
2022-01-13Require the_Foundation v1.1Jaakko Keränen
Calling `dbus-send` requires checking the exit status.
2022-01-06Detect Devanagari textJaakko Keränen
Tell HarfBuzz when Devanagari has been detected. TODO: Check for other languages supported by HarfBuzz (there's a long list). IssueID #345
2021-12-24Updated the_FoundationJaakko Keränen
IssueID #425
2021-12-13Updated the_Foundation: Android buildsJaakko Keränen
2021-11-23Updated the_FoundationJaakko Keränen
2021-11-14Updated the_FoundationJaakko Keränen
2021-11-04Updated the_FoundationJaakko Keränen
2021-10-30Updated the_FoundationJaakko Keränen
2021-10-30Fixed build on WindowsJaakko Keränen
2021-10-28Updated the_Foundation: Fixed CRC-32Jaakko Keränen
2021-10-27Updated the_FoundationJaakko Keränen
2021-10-26Updated the_FoundationJaakko Keränen
2021-10-18Updated the_FoundationJaakko Keränen
Block alloc behavior.
2021-10-11Update the_FoundationJaakko Keränen
2021-10-08Updated the_FoundationJaakko Keränen
2021-10-06Updated the_FoundationJaakko Keränen
2021-09-23Updated the_FoundationJaakko Keränen
2021-09-20Updated the_FoundationJaakko Keränen
2021-09-19Updated the_FoundationJaakko Keränen
2021-09-07Updated the_FoundationJaakko Keränen
2021-08-29Updated the_FoundationJaakko Keränen
Random serial numbers for generated certs.
2021-08-18Updated the_FoundationJaakko Keränen
2021-08-17Updated the_Foundation: TlsRequest gets stuckJaakko Keränen
It was possible that TlsRequest was waiting for incoming data, not realizing some had already arrived.
2021-08-17Updated the_Foundation: Cancelling a TlsRequestJaakko Keränen
IssueID #302
2021-08-14Updated the_FoundationJaakko Keränen
Getting stuck while closing a socket if in "connecting" state and there is data waiting to be sent. IssueID #323 IssueID #302
2021-07-23Updated the_FoundationJaakko Keränen
2021-07-20Updated the_FoundationJaakko Keränen
2021-07-18Updated the_FoundationJaakko Keränen
2021-07-17Updated the_FoundationJaakko Keränen
2021-07-16Updated the_FoundationJaakko Keränen
2021-07-16Updated the_FoundationJaakko Keränen
2021-07-15HarfBuzz: Upgraded submodule to the 2.8.2 releaseJaakko Keränen
2021-07-13Updated the_FoundationJaakko Keränen
2021-07-05Updated the_FoundationJaakko Keränen
Socket close behavior.
2021-07-03Updated the_FoundationJaakko Keränen
2021-06-27Updated the_FoundationJaakko Keränen
2021-06-09HarfBuzz: Use latest releaseJaakko Keränen
2021-06-09Added new dependencies: fribidi and harfbuzzJaakko Keränen
These two libraries should do a good job at laying out bidirectional text and shaping text runs for finding out exactly which font glyphs to draw and where.
2021-05-09Updated the_FoundationJaakko Keränen
2021-05-07Updated the_FoundationJaakko Keränen
2021-05-03App: Wait for `xdg-open` child processes to terminateJaakko Keränen
IssueID #260
2021-05-03Updated the_FoundationJaakko Keränen
2021-05-02Updated the_FoundationJaakko Keränen
2021-04-25Updated the_FoundationJaakko Keränen
Socket async connection race.
2021-04-24Updated the_FoundationJaakko Keränen
2021-04-23Updated the_FoundationJaakko Keränen
2021-04-23Updated the_FoundationJaakko Keränen
2021-04-23Updated the_FoundationJaakko Keränen
Support for reading ZIP archives.