summaryrefslogtreecommitdiff
path: root/render/box_construct.c
Commit message (Expand)AuthorAgeFilesLines
* Pass nsurls through html_fetch_object.Michael Drake2011-10-041-28/+49
* Set url pointers to NULL after unref.Michael Drake2011-10-031-2/+6
* More talloc destructors for nsurls.Michael Drake2011-10-031-5/+41
* Fix handling of preformatted textJohn Mark Bell2011-10-031-6/+20
* Add talloc destructor for object_params.Michael Drake2011-10-031-0/+21
* More conversion to nsurl. (box->href, object params, imagemaps, (i)frames)Michael Drake2011-10-031-51/+45
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-15/+29
* Restartable box tree constructor. Yield between elements.John Mark Bell2011-09-291-448/+614
* Remove gui_multitaskJohn Mark Bell2011-09-211-4/+0
* Refactor http utilitiesJohn Mark Bell2011-07-081-10/+37
* First pass at core iframes. Currently lacking scrollbars.Michael Drake2011-06-141-1/+1
* Remove box_applet.Michael Drake2011-05-181-140/+0
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-119/+70
* Reduce number of page reflows and viewportMichael Drake2011-04-271-0/+16
* Apply same hack for :before as for :afterJohn Mark Bell2011-04-221-18/+29
* Keep child objects of a HTML content in a list, instead of an arrayJohn Mark Bell2011-03-101-3/+0
* plugins aren't imagesChris Young2011-03-061-3/+0
* Fix broken CONTENT_PLUGIN API.Chris Young2011-03-061-0/+3
* Created content handler CONTENT_APPLE_IMAGE for Mac OS X that can handle all ...Sven Weidauer2011-03-051-0/+3
* Move strip_leading_newline to box flags.Michael Drake2011-03-021-5/+5
* Cache space widths.Michael Drake2011-03-011-3/+4
* Fix bug #2076786: do not apply fallback content to failed objectsJohn Mark Bell2011-02-251-10/+0
* Non block level :after boxes aren't supported yet, so don't generate them.Michael Drake2011-02-151-22/+2
* Port to latest libcssJohn Mark Bell2011-01-291-3/+2
* Completion of first-letter and first-line pseudo element computed styles is n...Michael Drake2011-01-061-2/+7
* Always want inline style now (also prevents use of an uninitialised variable)John Mark Bell2011-01-051-2/+1
* Remove redundant validation -- if you successfully obtain a css_select_result...John Mark Bell2011-01-051-1/+1
* Update to new libcss API for simultanious selection for base element and its ...Michael Drake2011-01-051-91/+123
* Don't create iframes for hidden or non-displayed boxes.Michael Drake2011-01-051-0/+11
* Implement enough support for the :after pseudo element for the widely-used cl...Michael Drake2011-01-041-13/+103
* Amiga icon loader. Treeviews will now use the user's icons for content types.Chris Young2010-10-301-0/+3
* Add some missing CONTENT_WEBPs. WebP images in HTML docs now display correctly.Chris Young2010-10-161-0/+3
* Restrict permissible content types for list marker imagesJohn Mark Bell2010-09-191-1/+2
* Fix mouse.h file description. Add iframe comment.Michael Drake2010-06-091-0/+2
* Add iframe comment.Michael Drake2010-06-031-0/+1
* It turns out that realloc(ptr, 0) --> free(ptr) is not actually required by t...John Mark Bell2010-04-301-8/+2
* First step to fixing memory leaks -- Box model no longer leaks computed stylesDaniel Silverstone2010-04-271-23/+24
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-241-1/+0
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-3/+3
* Fix quirks mode propagation for @style.John Mark Bell2009-11-151-1/+2
* Port to modified libcss API.John Mark Bell2009-08-021-4/+4
* Now that libwapcaplet guarantees NUL-termination of strings, stop copying the...John Mark Bell2009-07-251-44/+4
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-704/+293
* Fix frame targets.John Mark Bell2009-06-081-2/+3
* Limit scope of manually-defined NDEBUG. Purge a bunch of redundant #undef NDE...John Mark Bell2009-05-281-1/+0
* Fix numbering of floated list itemsJohn Mark Bell2009-04-291-16/+40
* Move handling of TR height attribute from box construction to layout and add ...Michael Drake2009-04-281-49/+4
* Hubbub is no longer optional.John Mark Bell2009-04-171-263/+1
* Fix compilation with GCC 2.95.John Mark Bell2009-04-161-9/+9
* Utilise hubbub's form association callback.John Mark Bell2009-02-201-79/+118