summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-11-11functions needn't be publicly visiblecorvid
2009-11-10mergeJorge Arellano Cid
2009-11-10Fixed a couple file descriptor leaks in dillo's DPI codeJorge Arellano Cid
2009-11-09rm unused a_Nav_vpushcorvid
2009-11-09fix some references to DwPagecorvid
2009-11-09mergeJorge Arellano Cid
2009-11-09Minor fix for 3f1501ae35c4 (only remove cache entries upon OfferDownload)Jorge Arellano Cid
2009-11-08staticcorvid
2009-11-07adjust user-agent style for thJohannes Hofmann
Make th look like td, but with bold and centering added. Submitted by: Jeremy Henty
2009-11-06mergeJorge Arellano Cid
2009-11-06Compiler happiness for old versions of gccJorge Arellano Cid
2009-11-04allow keysyms in keysrccorvid
2009-11-04CMYK JPEGs, at least Adobe ones for nowcorvid
2009-11-04Fix for e13ccca46183Jorge Arellano Cid
2009-11-02More refactoring related to Html_tag_cleanup_at_close()Jeremy, Jorge
2009-11-02Refactor Html_tag_cleanup_at_close()Jeremy Henty
2009-11-01ftp 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-01Removed 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-01Convert dpid, file dpi and cookies dpi to dsh APIJorge 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-01s/retval/ret/gJorge Arellano Cid
2009-11-01Introduce basic shared-secret-based authenticationJorge Arellano Cid
2009-11-01Added Dpi_blocking_{read,write} API in IO/dpi.cJorge Arellano Cid
All the ad-hoc read/write calls are now made through this functions, with proper error handling.
2009-11-01Switch the DPI framework from Unix sockets to Internet socketsJorge 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-31add includecorvid
warning when ipv6 enabled
2009-10-29use link receiver for text/plain as wellcorvid
2009-10-29move link signal emitter/receiver from Widget to Layoutcorvid
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2009-October/006936.html
2009-10-27clean up parbreaks in html.cccorvid
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-26let later space override previous spacecorvid
The earlier space is less likely to be styled with the intended appearance.
2009-10-25stricter test for "chunked" transfer encodingcorvid
2009-10-25don't follow redirection when setting Content-Typecorvid
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-25only complain about Content-Length for non-identity Transfer-Encodingcorvid
2009-10-25only require Content-Type HTTP header if there was, or should have been, a bodycorvid
2009-10-24UL match type attr exactlycorvid
2009-10-24don't appear to need WordAfterLI anymorecorvid
2009-10-23rm redundant addSpacecorvid
initWith* adds a space, and it needs to do so before updateValue(), so I'll leave it there.
2009-10-20Fixed a bug in w3c_mode. It wasn't working at all!Jeremy Henty
2009-10-19fix segfault when radio button lacks name attributecorvid
2009-10-18represent millimeter values as fractions in CssLengthJohannes 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-18limit letter-spacing valuesJohannes Hofmann
2009-10-18use letter spacing when drawingcorvid
2009-10-17mergeJohannes Hofmann
2009-10-17add letter-spacing support to CSS subsystemJohannes Hofmann
The implementation in the fltk backend is still missing.
2009-10-17suppress an unused parameter warningcorvid
2009-10-15remove "using namespace" statements from header filesJohannes Hofmann
"using namespace" in headers also affects all files that include the header which is unwanted and unexpected in most cases.
2009-10-03only set tooltips for UI if prefs.show_tooltip setcorvid
2009-10-03tooltip for A elementcorvid
2009-10-03some tooltipscorvid
2009-09-29imported patch remove_use_tablesJeremy Henty
2009-09-26MSG_WARN for unknown charset decodingcorvid
2009-09-23fix css *resize cursor valuescorvid