summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-10-17Only use full URL for HTTP proxiesRodrigo Arias Mallo
2024-10-17Don't focus on new tabs by defaultRodrigo Arias Mallo
2024-10-17Don't show the quit dialog by defaultRodrigo Arias Mallo
2024-10-13Control the page overlap independentlyRodrigo Arias Mallo
2024-10-13Add new scrollbar page modeRodrigo Arias Mallo
2024-10-13Add support for left scrollbarRodrigo Arias Mallo
2024-10-05Add support for more CSS unitsRodrigo Arias Mallo
2024-10-05Define CssLength as struct instead of intRodrigo Arias Mallo
2024-10-01Trigger a close of td, th and tr tags on tbodyRodrigo Arias Mallo
2024-09-11Fix heap use after free in TLS conn on errorsRodrigo Arias Mallo
2024-09-10Generate boundary by choosing a random characterRodrigo Arias Mallo
2024-09-02Restrict boundary to alphanum charactersRodrigo Arias Mallo
2024-09-02Avoid searching for boundary in file contentXavier Del Campo Romero
2024-08-11Round CSS value after applying zoom levelRodrigo Arias Mallo
2024-08-07Disable CSS messages for nowRodrigo Arias Mallo
2024-08-07Use d_isascii() instead of isascii()Rodrigo Arias Mallo
2024-08-07Use dStrAsciiCasecmp instead of strncasecmpRodrigo Arias Mallo
2024-08-07Use dStrdup instead of strdupRodrigo Arias Mallo
2024-08-07Avoid INADDR_LOOPBACK as it is an extensionRodrigo Arias Mallo
2024-08-07Use portable dUsleep() instead of usleep()Rodrigo Arias Mallo
2024-08-07Make Dillo C99 standard compliantRodrigo Arias Mallo
2024-08-07Fix pedantic warningsRodrigo Arias Mallo
2024-07-27Add SVG support for currentColorRodrigo Arias Mallo
2024-07-26Use FLTK reported DPI for SVG imagesRodrigo Arias Mallo
2024-07-26Don't report unknown SVG elements for nowRodrigo Arias Mallo
2024-07-26Add support for g and symbol inside defsRodrigo Arias Mallo
2024-07-26Warn about SVG ignored elementsRodrigo Arias Mallo
2024-07-26Add support for MathJax equations in nanosvgRodrigo Arias Mallo
2024-07-26Merge SVG support from mobilized Dillo forkRodrigo Arias Mallo
2024-07-14Render JSON content as plain textRodrigo Arias Mallo
2024-06-25Ignore meta refresh content without URLRodrigo Arias Mallo
2024-06-25Add support for zoom factorRodrigo Arias Mallo
2024-06-21Only enable static_assert if supportedRodrigo Arias Mallo
2024-06-11Ignore empty page title for tab labelsRodrigo Arias Mallo
2024-06-09Allow empty URLs with base URL setRodrigo Arias Mallo
2024-06-09Add new_tab_page optionRodrigo Arias Mallo
2024-06-07Ensure the same number of tags for CSS and HTMLRodrigo Arias Mallo
2024-06-01Handle PNG warnings as non-fatalRodrigo Arias Mallo
2024-06-01Don't call SSL_get_error() with pending dataRodrigo Arias Mallo
2024-06-01Handle SSL_ERROR_ZERO_RETURN in OpenSSLRodrigo Arias Mallo
2024-05-18Avoid reaching into X509_ALGORTheo Buehler
2024-05-12Disable TLSv1.3 in MbedTLS 3.6.0 for nowRodrigo Arias Mallo
2024-05-04Update online manual URLRodrigo Arias Mallo
2024-04-29Add force https modeMark Walker
2024-04-28Allow relative width td attributes in tablesRodrigo Arias Mallo
2024-04-28Add Dillo version to about:splash pageRodrigo Arias Mallo
2024-04-26Improve quirk for text/xhtml content typeRodrigo Arias Mallo
2024-04-20Use DejaVu Sans for cursive by defaultRodrigo Arias Mallo
2024-04-09Control the direction of tab scrollingAlex
2024-04-05Use SSL_get1_peer_certificate() in OpenSSL 3Rodrigo Arias Mallo