summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-10-10- s/dillo-fltk/dillo/ and switched the version to 2.0jcid
2008-09-28- Switched from DEBUG_MSG to MSG.jcid
2008-09-24- Moved the dw2 tree into dillo2's tree.jcid
2008-09-18- Implemented tabbed browsing.jcid
2008-09-17 - Fixed a memory leak in plain.cc.jcid
2008-09-14- Forbid dpi GET and POST from non dpi-generated urls.jcid
2008-09-02- Made forms show their action URL upon enter/leave mouse events (safety).jcid
2008-09-01- Made image inputs less of a special case by using x,y in ComplexButton.jcid
2008-08-25- Fixed a segfault bug in VERBATIM mode.jcid
2008-08-23- Changed the rc filename from dillorc2 to dillo2rcjcid
2008-08-13- Minor memory leak fix.jcid
2008-08-06- Allowed form inputs outside FORM (it's in the standard).jcid
2008-06-18- Enabled the file dpi to look inside gzipped files.jcid
2008-06-14- Added an error message to gzip decompression.jcid
2008-06-10- Implemented OBJECT as link (similar to FRAME).jcid
2008-06-05- html.cc cleanup (in progress). Source split.jcid
2008-06-02- Moved charset decoding into cache.jcid
2008-05-29- Hooked a decoder for text/plain with charset.jcid
2008-05-29- Switched from charset to content-type for handling data.jcid
2008-05-26- html.cc cleanup (in progress).jcid
2008-05-26- Enabled proxy_user in preferences.jcid
2008-05-25- Fixed a segfault bug in Nav.c.jcid
2008-05-25- Fixed a memory leak in nav.c.jcid
2008-05-22- Replaced the findtext dialog with an in-window widget!jcid
2008-05-21- Set key bindings to its modifiers when alone only.jcid
2008-05-19- Made CTRL-l focus the location bar instead of popping up a dialog.jcid
2008-05-18- Removed dw's RTFL stuff from dillo tree.jcid
2008-05-17- CCC: added reentrancy control to the OpEnd and OpAbort operations.jcid
2008-05-16- Fixed a freeze-bug in IO.c where the IOwatch for reading was not removed.jcid
2008-05-16- FTP dpi: Fixed algorithm bugs and improved the mime-type detector.jcid
2008-05-13- Made zlib a configure requirement.jcid
2008-05-05- Switched Window::destroy to Window::delete, fixing side effects.jcid
2008-05-05- Implemented MULTIPLE SELECT in FORMS.jcid
2008-04-30- Added motion coordinates for ISMAP.jcid
2008-04-30- Fix: shape=default is the background in a client-side image map.jcid
2008-04-27- Added nesting checks for BUTTON, SELECT and FORM.jcid
2008-04-17- Improved parsing of collapsing white space.jcid
2008-04-15- Added button for FORMS.jcid
2008-04-15- Made file inputs free the loaded file after the page is left.jcid
2008-04-14- Added input image for FORMS.jcid
2008-04-13- Implemented ISINDEX!jcid
2008-04-11- Fixed a cookies-related dillo freeze bug happening at:jcid
2008-04-11- Implemented the file input control for forms (work in progress).jcid
2008-04-11- Implemented a_Dialog_choice5(). May be used by dpis and dillo.jcid
2008-04-10- Split Html_append_input() into smaller functions.jcid
2008-04-08- Reverted the datauri patch.jcid
2008-04-07- Added dStr_printable() to dlib.jcid
2008-04-07- Splitted the Html_submit_form2() function into smaller parts.jcid
2008-04-06- Fixed a decoding bug in the datauri dpi.jcid
2008-04-06- Added dStr_memmem() to dlib.jcid