Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-11 | functions needn't be publicly visible | corvid | |
2009-11-10 | merge | Jorge Arellano Cid | |
2009-11-10 | Fixed a couple file descriptor leaks in dillo's DPI code | Jorge Arellano Cid | |
2009-11-09 | rm unused a_Nav_vpush | corvid | |
2009-11-09 | fix some references to DwPage | corvid | |
2009-11-09 | merge | Jorge Arellano Cid | |
2009-11-09 | Minor fix for 3f1501ae35c4 (only remove cache entries upon OfferDownload) | Jorge Arellano Cid | |
2009-11-08 | static | corvid | |
2009-11-07 | adjust user-agent style for th | Johannes Hofmann | |
Make th look like td, but with bold and centering added. Submitted by: Jeremy Henty | |||
2009-11-06 | merge | Jorge Arellano Cid | |
2009-11-06 | Compiler happiness for old versions of gcc | Jorge Arellano Cid | |
2009-11-04 | allow keysyms in keysrc | corvid | |
2009-11-04 | CMYK JPEGs, at least Adobe ones for now | corvid | |
2009-11-04 | Fix for e13ccca46183 | Jorge Arellano Cid | |
2009-11-02 | More refactoring related to Html_tag_cleanup_at_close() | Jeremy, Jorge | |
2009-11-02 | Refactor Html_tag_cleanup_at_close() | Jeremy Henty | |
2009-11-01 | ftp dpi: fixed download offer, streamed transfer, added HTML feedback. | Jorge Arellano Cid | |
Now it behaves as HTTP. Also fixed a bug in dillo with lingering cache entries (when the file transfer was already done at abort time). | |||
2009-11-01 | Removed the write/fwrite mix in dpip. Introduced a_Dpip_dsh_trywrite() | Jorge Arellano Cid | |
Several cleanups and more error handling sprinkled all over too. | |||
2009-11-01 | Convert dpid, file dpi and cookies dpi to dsh API | Jorge Arellano Cid | |
cookies: convert to dsh API (with auth) file dpi: convert to dsh API (with auth) dpid: convert to dsh API (with auth) handle EINTR in connect(), authenticated DpiBye cmd | |||
2009-11-01 | s/retval/ret/g | Jorge Arellano Cid | |
2009-11-01 | Introduce basic shared-secret-based authentication | Jorge Arellano Cid | |
2009-11-01 | Added Dpi_blocking_{read,write} API in IO/dpi.c | Jorge Arellano Cid | |
All the ad-hoc read/write calls are now made through this functions, with proper error handling. | |||
2009-11-01 | Switch the DPI framework from Unix sockets to Internet sockets | Jorge Arellano Cid | |
Initially meant for MINIX, but in the process several bugs were fixed, the code restructured, added more error handling and improved in general. In the future we may go back to UDS, but the cleanup gains will remain. | |||
2009-10-31 | add include | corvid | |
warning when ipv6 enabled | |||
2009-10-29 | use link receiver for text/plain as well | corvid | |
2009-10-29 | move link signal emitter/receiver from Widget to Layout | corvid | |
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2009-October/006936.html | |||
2009-10-27 | clean up parbreaks in html.cc | corvid | |
add_textblock already surrounds the new textblock with parbreaks, so we don't need any more until we want to increase the break space above or below. | |||
2009-10-26 | let later space override previous space | corvid | |
The earlier space is less likely to be styled with the intended appearance. | |||
2009-10-25 | stricter test for "chunked" transfer encoding | corvid | |
2009-10-25 | don't follow redirection when setting Content-Type | corvid | |
When a redirection page comes in, obviously we haven't followed the redirection yet, so we can't find the entry. This meant that the content type from the HTTP header could not be set. This was not so great for my new error message. Maybe circumstances where we'd want to follow the redirection here will reveal themselves, but I'd be surprised. | |||
2009-10-25 | only complain about Content-Length for non-identity Transfer-Encoding | corvid | |
2009-10-25 | only require Content-Type HTTP header if there was, or should have been, a body | corvid | |
2009-10-24 | UL match type attr exactly | corvid | |
2009-10-24 | don't appear to need WordAfterLI anymore | corvid | |
2009-10-23 | rm redundant addSpace | corvid | |
initWith* adds a space, and it needs to do so before updateValue(), so I'll leave it there. | |||
2009-10-20 | Fixed a bug in w3c_mode. It wasn't working at all! | Jeremy Henty | |
2009-10-19 | fix segfault when radio button lacks name attribute | corvid | |
2009-10-18 | represent millimeter values as fractions in CssLength | Johannes Hofmann | |
E.g. for letter-spacing sub-millimeter values actually make a difference. The maximum value that is representable is now 65535 mm which should be enough in most cases. | |||
2009-10-18 | limit letter-spacing values | Johannes Hofmann | |
2009-10-18 | use letter spacing when drawing | corvid | |
2009-10-17 | merge | Johannes Hofmann | |
2009-10-17 | add letter-spacing support to CSS subsystem | Johannes Hofmann | |
The implementation in the fltk backend is still missing. | |||
2009-10-17 | suppress an unused parameter warning | corvid | |
2009-10-15 | remove "using namespace" statements from header files | Johannes Hofmann | |
"using namespace" in headers also affects all files that include the header which is unwanted and unexpected in most cases. | |||
2009-10-03 | only set tooltips for UI if prefs.show_tooltip set | corvid | |
2009-10-03 | tooltip for A element | corvid | |
2009-10-03 | some tooltips | corvid | |
2009-09-29 | imported patch remove_use_tables | Jeremy Henty | |
2009-09-26 | MSG_WARN for unknown charset decoding | corvid | |
2009-09-23 | fix css *resize cursor values | corvid | |