aboutsummaryrefslogtreecommitdiff
path: root/src/html.cc
AgeCommit message (Expand)Author
2008-11-10add strong, em, cite styleJohannes Hofmann
2008-11-10convert table code to new style handlingJohannes Hofmann
2008-11-08convert Html_tag_open_font()Johannes Hofmann
2008-11-08set CSS pseudo class in Html_tag_open_a()Johannes Hofmann
2008-11-07make CssProperty::Value a union of int and char*Johannes Hofmann
2008-10-31make ol workJohannes Hofmann
2008-10-31move endElement() in pop_tagJohannes Hofmann
2008-10-31remove style from DilloHtmlStateJohannes Hofmann
2008-10-30remove nonCssProperties from NodeJohannes Hofmann
2008-10-30add link supportJohannes Hofmann
2008-10-30fix some bugsJohannes Hofmann
2008-10-30hook up styleengine in html.ccJohannes Hofmann
2008-10-29pass Layout to StyleEngineJohannes Hofmann
2008-10-26add klass parameterJohannes Hofmann
2008-10-23strdup() id and style stringsJohannes Hofmann
2008-10-23add StyleEngineJohannes Hofmann
2008-10-23make a_Html_tag_index accessible outside of html.ccJohannes Hofmann
2008-10-14- Cosmetics with ResourceFactory in forms.ccjcid
2008-10-08.jcid
2008-10-01- Disallowed loading images when expecting is set.jcid
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
2008-09-26- Added the "middle_click_opens_new_tab" option to dillo2rc.jcid
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
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