Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-07 | Add portable usleep() replacement | Rodrigo Arias Mallo | |
Reviewed-by: dogma | |||
2024-08-07 | Make Dillo C99 standard compliant | Rodrigo Arias Mallo | |
Reviewed-by: dogma | |||
2013-01-12 | clean up struct typedefs | p37sitdu, corvid | |
2013-01-09 | Refactored FD close calls into a single new dClose() dlib function [p37sitdu] | Jorge Arellano Cid | |
2011-11-11 | locale-independent ASCII character case handling | corvid | |
Basically, I and i are different letters in Turkic languages, and this causes problems for str(n)casecmp and toupper/tolower in these locales when dillo is dealing with ASCII. | |||
2011-09-29 | password shredding | corvid | |
Justus had written a patch for this, but the list archive didn't want to disgorge it, so I wrote one. | |||
2009-07-12 | Handle signed chars. Aadded dIsspace() and dIsalnum() to dlib | Jorge Arellano Cid | |
2009-05-17 | dReturn_val_if arg | corvid | |
2009-05-17 | Added DLIB_MSG() macro for dlib's messages | corvid | |
2009-04-28 | Refactor the preferences parser | Tim Nieradzik, Jorge Arellano Cid | |
2009-01-17 | Added: dReturn_if() and dReturn_val_if() macros to Dlib. | Jorge Arellano Cid | |
2008-08-12 | - Eliminated gcc 4.2.3 warnings on 64bit OS. | jcid | |
2008-04-07 | - Added dStr_printable() to dlib. | jcid | |
2008-04-06 | - Added dStr_memmem() to dlib. | jcid | |
2008-04-04 | - Fixed a SEGFAULT bug in http.c (handling of web->url). | jcid | |
- Fixed handling of #anchors with repush, and other operations. | |||
2008-03-29 | - Switched URL_DATA type from char* to a dStr. | jcid | |
2007-12-06 | - * Improved the dpi framework. Now dpi-programs can be specified in dpidrc, | jcid | |
and there's no need to touch dillo's sources to add new dpi services. Just make your dpi program, add a dpidrc line and play with it! | |||
2007-10-11 | +- Connected signals to <li> elements (fixes links within lists). | jcid | |
- Enabled text and background color-choice in preferences. - Enabled clicking over image links. Patches: place +- Fixed a va_list-related SEGFAULT on 64bit-arch in dStr_vsprintfa(). Patch: Vincent Thomasset +- Fixed void to int conversions for 64bit-arch. Patch: Jorge Arellano, higuita +- Added a strndup() replacement in dw2 Patch: Alexander Becher, Johannes Hofmann, Jorge Arellano +- Fixed calcHashValue() to only return non-negative numbers (was SEGFAULT). - Improved scrolling performance on large pages by copying screen data instead of rendering. Patches: Johannes Hofmann | |||
2007-10-07 | Initial revision | jcid | |