Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-01 | Made downloads dpi use dsh auth | Jorge Arellano Cid | |
2009-11-01 | Unified the internal dsh API implementation into a unique read function | Jorge Arellano Cid | |
This makes the code simpler, easier to debug an more consistent | |||
2009-11-01 | Unified the internal dsh API implementation into a unique write function | Jorge Arellano Cid | |
This makes the code simpler, easier to debug an more consistent | |||
2009-11-01 | Introduced the a_Dpip_dsh_tryflush() call | Jorge Arellano Cid | |
This adds an internal buffer in the dsh data structure. | |||
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 | Implemented the file dpi based on select() (removed its pthreads dependency) | Jorge Arellano Cid | |
It should be faster and use less resources. | |||
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 | Introduced the new tokenizing dsh API to DPIP | Jorge Arellano Cid | |
The new DPIP sock handler API returns tokens, taking care to assemble token splits, wait if necessary, or indicate EAGAIN in case of nonblocking mode. This is a mayor simplification because the details are transparent to the API user (i.e. dpi developer). | |||
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 | shouldn't need lines() test in addSpace | corvid | |
2009-10-29 | return to earlier-space-style-prevails | corvid | |
I had changed it in rev. f231450b81a1 a few days ago. http://lists.auriga.wearlab.de/pipermail/dillo-dev/2009-October/006943.html | |||
2009-10-29 | make popup menus work for unoccupied regions of tables | corvid | |
2009-10-29 | rm event emitter/receiver from Widget | corvid | |
If we want it back someday, we know where to find it. Given the coarse-grained nature of Textblock, I imagine that whatever Dillo might use in a javascript future would be somewhat different anyway. | |||
2009-10-29 | use link receiver for text/plain as well | corvid | |
2009-10-29 | fix up dw tests | corvid | |
2009-10-29 | emit link press/release even when no widget present at point | 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 | clean up addSpace | corvid | |
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-26 | return Word from findWord | corvid | |
2009-10-26 | use spaceStyle in Textblock::motionNotifyImpl when appropriate | corvid | |
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 | recognize latin list style types as synonyms for alpha | 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 | tiny cleanup of addParbreak | 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-23 | don't crash with LIST_STYLE_TYPE_NONE | corvid | |
2009-10-23 | set listItem for listitems | corvid | |
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 multiple views capability from dw | corvid | |
It was complicated, we don't use it, and we currently had no plans to use it. | |||
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-10 | tooltip workaround for chars special to fltk | corvid | |
2009-10-10 | recommend fltk2 snapshot 6916 | corvid | |
2009-10-03 | rm unused lout::misc functions | corvid | |