aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-08-12- Eliminated gcc 4.2.3 warnings on 64bit OS.jcid
2008-08-06- Allowed form inputs outside FORM (it's in the standard).jcid
2008-07-12- Made navigation history popup menus react to middle click into a new window.jcid
2008-07-06- s/dillorc/dillorc2/ in src/Makefile.amjcid
2008-07-04- implemented UI's destructor (i.e. UI::~UI())jcid
2008-06-30- Minor cleanupsjcid
2008-06-30- Added html_common.hh to Makefile.amjcid
2008-06-27- enabled prefs.vw_fontname + minor cleanup.jcid
2008-06-23- Fixed a segfault bug by providing standar colors for the SELECT element.jcid
2008-06-22- Added a minor debug feature.jcid
2008-06-21.jcid
2008-06-21- Updated AUTHORSjcid
2008-06-21- Header include cleanupjcid
2008-06-21- Added table.cc and table.hhjcid
2008-06-21- split table code from html.ccjcid
2008-06-20- minor cleanups.jcid
2008-06-20- Adapted the code to the new Textblock::addText() API.jcid
2008-06-20- Incremented the HUGE_FILESIZE threshold to 15 MBjcid
2008-06-19- cleanup: switched bool_t to bool in html.ccjcid
2008-06-19- minor cleanup.jcid
2008-06-18- Minor cleanups.jcid
2008-06-18- html.cc cleanup (in progress)...jcid
2008-06-14- Added an error message to gzip decompression.jcid
2008-06-11- html.cc cleanup (in progress): move functions to methods.jcid
2008-06-10- turned DilloHtmlSelect and DilloHtmlOption into classesjcid
2008-06-10- Added support for the DIR element.jcid
2008-06-10- Implemented OBJECT as link (similar to FRAME).jcid
2008-06-10- Fixed a comment.jcid
2008-06-09- html.cc cleanup (in progress): switch form functions to methods.jcid
2008-06-09- Fixed a corner case memory leak.jcid
2008-06-08- made Html_get_input_values a method.jcid
2008-06-08- Minor Html cleanups.jcid
2008-06-08- Fix for image coordinate submition.jcid
2008-06-08- Removed a couple of unnecessary includes.jcid
2008-06-08- Fixed a bug in stop parser. Reordered Html_process_tag.jcid
2008-06-07.jcid
2008-06-07- html.cc cleanup (in progress): source split.jcid
2008-06-05- html.cc cleanup (in progress). Source split.jcid
2008-06-04- html cleanup (forms api)jcid
2008-06-02- Moved charset decoding into cache.jcid
2008-06-02- SELECT as inline element, part II.jcid
2008-06-01- Bug fix: flagged SELECT as an inline container.jcid
2008-06-01- More cleanups in html.cc (form receiver).jcid
2008-05-30- html.cc cleanupsjcid
2008-05-30- more cleanups in html.cc.jcid
2008-05-29!- html.cc cleanup (in progress). form event handler.jcid
2008-05-29- Hooked a decoder for text/plain with charset.jcid
2008-05-29- html cleanup: added buildQueryUrl method.jcid
2008-05-29- Switched from charset to content-type for handling data.jcid
2008-05-28- More form functions to method conversions.jcid