index
:
dillo
master
Dillo, a multi-platform graphical web browser
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2024-08-07
Use d_isascii() instead of isascii()
Rodrigo Arias Mallo
2024-08-07
Use dStrAsciiCasecmp instead of strncasecmp
Rodrigo Arias Mallo
2024-08-07
Use dStrdup instead of strdup
Rodrigo Arias Mallo
2024-08-07
Avoid INADDR_LOOPBACK as it is an extension
Rodrigo Arias Mallo
2024-08-07
Use portable dUsleep() instead of usleep()
Rodrigo Arias Mallo
2024-08-07
Make Dillo C99 standard compliant
Rodrigo Arias Mallo
2024-08-07
Fix pedantic warnings
Rodrigo Arias Mallo
2024-07-27
Add SVG support for currentColor
Rodrigo Arias Mallo
2024-07-26
Use FLTK reported DPI for SVG images
Rodrigo Arias Mallo
2024-07-26
Don't report unknown SVG elements for now
Rodrigo Arias Mallo
2024-07-26
Add support for g and symbol inside defs
Rodrigo Arias Mallo
2024-07-26
Warn about SVG ignored elements
Rodrigo Arias Mallo
2024-07-26
Add support for MathJax equations in nanosvg
Rodrigo Arias Mallo
2024-07-26
Merge SVG support from mobilized Dillo fork
Rodrigo Arias Mallo
2024-07-14
Render JSON content as plain text
Rodrigo Arias Mallo
2024-06-25
Ignore meta refresh content without URL
Rodrigo Arias Mallo
2024-06-25
Add support for zoom factor
Rodrigo Arias Mallo
2024-06-21
Only enable static_assert if supported
Rodrigo Arias Mallo
2024-06-11
Ignore empty page title for tab labels
Rodrigo Arias Mallo
2024-06-09
Allow empty URLs with base URL set
Rodrigo Arias Mallo
2024-06-09
Add new_tab_page option
Rodrigo Arias Mallo
2024-06-07
Ensure the same number of tags for CSS and HTML
Rodrigo Arias Mallo
2024-06-01
Handle PNG warnings as non-fatal
Rodrigo Arias Mallo
2024-06-01
Don't call SSL_get_error() with pending data
Rodrigo Arias Mallo
2024-06-01
Handle SSL_ERROR_ZERO_RETURN in OpenSSL
Rodrigo Arias Mallo
2024-05-18
Avoid reaching into X509_ALGOR
Theo Buehler
2024-05-12
Disable TLSv1.3 in MbedTLS 3.6.0 for now
Rodrigo Arias Mallo
2024-05-04
Update online manual URL
Rodrigo Arias Mallo
2024-04-29
Add force https mode
Mark Walker
2024-04-28
Allow relative width td attributes in tables
Rodrigo Arias Mallo
2024-04-28
Add Dillo version to about:splash page
Rodrigo Arias Mallo
2024-04-26
Improve quirk for text/xhtml content type
Rodrigo Arias Mallo
2024-04-20
Use DejaVu Sans for cursive by default
Rodrigo Arias Mallo
2024-04-09
Control the direction of tab scrolling
Alex
2024-04-05
Use SSL_get1_peer_certificate() in OpenSSL 3
Rodrigo Arias Mallo
2024-04-01
Fix HTML validator menu
Rodrigo Arias Mallo
2024-03-31
Add support for the main HTML tag
Rodrigo Arias Mallo
2024-03-09
Use Doxygen comments for C files
Rodrigo Arias Mallo
2024-03-02
Ignore percent width td attributes in tables
Rodrigo Arias Mallo
2024-02-18
Expand tilde to home directory in local URLs
Rodrigo Arias Mallo
2024-02-18
Don't call SSL_shutdown on fatal SSL errors
Rodrigo Arias Mallo
2024-02-18
Handle errors in SSL_read() and SSL_write()
Rodrigo Arias Mallo
2024-02-06
Simplify about:splash page
Rodrigo Arias Mallo
2024-01-22
Add scroll_switches_tabs option
Rodrigo Arias Mallo
2024-01-16
Use right button to close tabs by default
Rodrigo Arias Mallo
2024-01-16
Switch tabs using the mouse wheel
Rodrigo Arias Mallo
2024-01-15
Add ui_tab_height option
Rodrigo Arias Mallo
2024-01-15
Prevent nested calls to Tls_connect()
Rodrigo Arias Mallo
2024-01-15
Remove fd watch while perforing TLS check
Rodrigo Arias Mallo
2024-01-14
Report TLS errors if any before aborting
Rodrigo Arias Mallo
[next]