aboutsummaryrefslogtreecommitdiff
path: root/src/html.cc
AgeCommit message (Expand)Author
2009-06-29comment wordingcorvid
2009-06-29fix image size check in a_Html_image_new()Johannes Hofmann
2009-06-29use IMAGE_MAX_AREA instead of IMAGE_MAX_W and IMAGE_MAX_HJohannes Hofmann
2009-06-22remove system includescorvid
2009-06-19Added a limit for PNG image sizeJorge Arellano Cid
2009-05-22constscorvid
2009-05-22use backgroundStyle() to ensure that backgroundColor is setJohannes Hofmann
2009-05-22rm current_bg_colorcorvid
2009-05-21DilloHtml Buf_Consumed unneededcorvid
2009-05-15Refactor: isolate calls to utf8 functions into a single source file.corvid
2009-05-10Fix a memory leak with DilloImage structuresHofmann Johannes
2009-05-09[mq]: replace-DW2TB-with-HT2TBJeremy Henty
2009-05-08mergeJorge Arellano Cid
2009-05-08spellingcorvid
2009-05-07Cleanup in a_Image_new() signatureJeremy Henty
2009-05-06separate a_Capi_get_flags and a_Capi_get_flags_with_redirectioncorvid, Jorge Arellano Cid
2009-05-03Removed redundant caller NULL checks already in the APIJeremy Henty
2009-05-01fix comment to a_Html_image_new()Jeremy Henty
2009-04-24dStrdupcorvid
2009-04-22mergeJohannes Hofmann
2009-04-22disable forms while stylesheets are pendingJohannes Hofmann
2009-04-19Camel case in src/dillo.ccTim Nieradzik
2009-04-18Implemented Instant client-side redirects (META refresh with delay=0)Jorge Arellano Cid
2009-04-08support CSS @import directiveJohannes Hofmann
2009-03-26Memory leak fix for 7d3d7c405cf4Jorge Arellano Cid
2009-03-26compiler warning fix: add parenthesisJorge Arellano Cid
2009-03-26Added support for a quoted URL in META refreshJorge Arellano Cid
2009-03-19load <style></style> content only if applicableJohannes Hofmann
2009-03-11clear DilloHtmlState stack on destructionJohannes Hofmann
2009-03-10replace visited_color dillorc optionJohannes Hofmann
2009-03-06remove text_color dillorc optionJohannes Hofmann
2009-03-06remove bg_color dillorc optionJohannes Hofmann
2009-03-05reduce number of styleEngine::style0() callsJohannes Hofmann
2009-03-02use wordStyle() for bullets in Html_tag_open_frame()Johannes Hofmann
2009-03-01parse style attr only if neededcorvid
2009-02-17[mq]: view-stylesheetsJorge Arellano Cid
2009-02-15Fixed handling of META's content-type with no MIME type (e.g. only charset).Jorge Arellano Cid
2009-02-12Implemented a close-tab button for the GUIJoão Ricardo
2009-02-11Whitespace: re-indented some lines wider than 79 charactersJorge Arellano Cid
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2009-02-08Fixed the load image popup option. Also cleaned up the API a bit.corvid
2009-02-08API cleanup: a_Html_add_new_image() loses the boolean parameter.Jeremy Henty
2009-02-08mergeJohannes Hofmann
2009-02-08Switched load images on/off feature to the Tools menucorvid
2009-02-06merge with mainJohannes Hofmann
2009-02-06add type to CSS propertiesJohannes Hofmann
2009-02-06fix tag length check (noticed by corvid)Johannes Hofmann
2009-02-06fix check for name/id mismatch (noticed by corvid)Johannes Hofmann
2009-02-05move CssProperty::Name and CssProperty::Value out of CssProperty classJohannes Hofmann
2009-02-03mergeJorge Arellano Cid