aboutsummaryrefslogtreecommitdiff
path: root/src/html.cc
AgeCommit message (Collapse)Author
2008-10-08.jcid
2008-10-01- Disallowed loading images when expecting is set.jcid
- Added a cancel expect to the Stop button.
2008-09-30- s/todo:/TODO:/gjcid
2008-09-29- Switched the image load button to be a per-window choice.jcid
2008-09-27.jcid
2008-09-27- Added a workaround for segfaulting popup menus.jcid
2008-09-26- reverted all of the style->backgroundColor to current_bg_colorjcid
- Fixed table_cell_style's backgroundColor when TR specifies one.
2008-09-26- Added the "middle_click_opens_new_tab" option to dillo2rc.jcid
- Added the "focus_new_tab" option to dillo2rc. - Added "New Tab", "Open Link in new Tab" and "Open Image in new Tab". - Fixed the resizable when removed by tabs
2008-09-14- Extended Page size meter to include images.jcid
2008-09-14- Forbid dpi GET and POST from non dpi-generated urls.jcid
- Cleaned up a_Url_new().
2008-09-12- Minor size optimization.jcid
2008-09-10- removed the unused "asap" parameter.jcid
2008-09-08- Fixed the "Load Images" menu item in the page popup.jcid
2008-09-08- Adjusted internal font sizes so the default font_factor is 1.0jcid
2008-08-25- Fixed a segfault bug in VERBATIM mode.jcid
2008-08-06- Allowed form inputs outside FORM (it's in the standard).jcid
2008-06-21.jcid
2008-06-21- Header include cleanupjcid
2008-06-21- split table code from html.ccjcid
2008-06-20- Adapted the code to the new Textblock::addText() API.jcid
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-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- Fixed a corner case memory leak.jcid
2008-06-08- Minor Html cleanups.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- 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
- Fixed data guesser to detect ASCII, LATIN1, UTF8, KOI8-R, CP-1251 as text.
2008-05-28- More form functions to method conversions.jcid
2008-05-27- Made an input preserving decoder implementation.jcid
2008-05-27- Switched form reset from function to method.jcid
2008-05-27- local var rename.jcid
2008-05-27- Fixed a corner case of IN_HEAD flag handling in the HTML parser.jcid
2008-05-27- html.cc cleanup (in progress).jcid
2008-05-26- html.cc cleanup (in progress).jcid