summaryrefslogtreecommitdiff
path: root/render/box_construct.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix logic inversionJohn Mark Bell2012-03-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=13679
* Initialise/finalise box constructor string constantsJohn Mark Bell2012-03-251-1/+94
| | | | svn path=/trunk/netsurf/; revision=13653
* Squash aliasing warningsJohn Mark Bell2012-03-241-3/+4
| | | | svn path=/trunk/netsurf/; revision=13640
* Port box construction to libdomJohn Mark Bell2012-03-241-388/+908
| | | | svn path=/trunk/netsurf/; revision=13608
* initial move to libdomVincent Sanders2012-03-231-26/+24
| | | | svn path=/trunk/netsurf/; revision=13573
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-6/+7
| | | | svn path=/trunk/netsurf/; revision=13548
* Add core options to disable fetch of foreground & background images.Michael Drake2011-12-231-3/+9
| | | | | | Remove broken background image option from RISC OS front end. svn path=/trunk/netsurf/; revision=13332
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=13236
* Give INLINE_END boxes their own id reference.Michael Drake2011-10-291-1/+2
| | | | svn path=/trunk/netsurf/; revision=13094
* Use lwc_string for box->id.Michael Drake2011-10-291-5/+28
| | | | svn path=/trunk/netsurf/; revision=13093
* Convert more boxes before yieldingJohn Mark Bell2011-10-091-39/+46
| | | | svn path=/trunk/netsurf/; revision=13023
* Improve performance of style selectionJohn Mark Bell2011-10-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=13000
* Pass nsurls through html_fetch_object.Michael Drake2011-10-041-28/+49
| | | | svn path=/trunk/netsurf/; revision=12945
* Set url pointers to NULL after unref.Michael Drake2011-10-031-2/+6
| | | | svn path=/trunk/netsurf/; revision=12942
* More talloc destructors for nsurls.Michael Drake2011-10-031-5/+41
| | | | svn path=/trunk/netsurf/; revision=12939
* Fix handling of preformatted textJohn Mark Bell2011-10-031-6/+20
| | | | svn path=/trunk/netsurf/; revision=12938
* Add talloc destructor for object_params.Michael Drake2011-10-031-0/+21
| | | | svn path=/trunk/netsurf/; revision=12937
* More conversion to nsurl. (box->href, object params, imagemaps, (i)frames)Michael Drake2011-10-031-51/+45
| | | | svn path=/trunk/netsurf/; revision=12933
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-15/+29
| | | | svn path=/trunk/netsurf/; revision=12926
* Restartable box tree constructor. Yield between elements.John Mark Bell2011-09-291-448/+614
| | | | svn path=/trunk/netsurf/; revision=12912
* Remove gui_multitaskJohn Mark Bell2011-09-211-4/+0
| | | | svn path=/trunk/netsurf/; revision=12828
* Refactor http utilitiesJohn Mark Bell2011-07-081-10/+37
| | | | svn path=/trunk/netsurf/; revision=12595
* First pass at core iframes. Currently lacking scrollbars.Michael Drake2011-06-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=12474
* Remove box_applet.Michael Drake2011-05-181-140/+0
| | | | svn path=/trunk/netsurf/; revision=12427
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-119/+70
| | | | svn path=/trunk/netsurf/; revision=12283
* Reduce number of page reflows and viewportMichael Drake2011-04-271-0/+16
| | | | | | | | | | | redraws as images are fetched: + Flag known-sized boxes generated by images. + Treat them as replaced all through layout. + Only reflow the document for fetched images if we don't already have the box at the right size. svn path=/trunk/netsurf/; revision=12243
* Apply same hack for :before as for :afterJohn Mark Bell2011-04-221-18/+29
| | | | svn path=/trunk/netsurf/; revision=12224
* Keep child objects of a HTML content in a list, instead of an arrayJohn Mark Bell2011-03-101-3/+0
| | | | svn path=/trunk/netsurf/; revision=11963
* plugins aren't imagesChris Young2011-03-061-3/+0
| | | | svn path=/trunk/netsurf/; revision=11926
* Fix broken CONTENT_PLUGIN API.Chris Young2011-03-061-0/+3
| | | | | | | Add a default content handler for Amiga using the plugin interface, which passes unknown files (currently images only) through DataTypes. svn path=/trunk/netsurf/; revision=11924
* Created content handler CONTENT_APPLE_IMAGE for Mac OS X that can handle all ↵Sven Weidauer2011-03-051-0/+3
| | | | | | image file formats supported by Apples ImageIO framework. Right now used only for JPEG to get rid of libjpeg dependency. svn path=/trunk/netsurf/; revision=11911
* Move strip_leading_newline to box flags.Michael Drake2011-03-021-5/+5
| | | | svn path=/trunk/netsurf/; revision=11889
* Cache space widths.Michael Drake2011-03-011-3/+4
| | | | svn path=/trunk/netsurf/; revision=11877
* Fix bug #2076786: do not apply fallback content to failed objectsJohn Mark Bell2011-02-251-10/+0
| | | | svn path=/trunk/netsurf/; revision=11797
* Non block level :after boxes aren't supported yet, so don't generate them.Michael Drake2011-02-151-22/+2
| | | | svn path=/trunk/netsurf/; revision=11691
* Port to latest libcssJohn Mark Bell2011-01-291-3/+2
| | | | svn path=/trunk/netsurf/; revision=11526
* Completion of first-letter and first-line pseudo element computed styles is ↵Michael Drake2011-01-061-2/+7
| | | | | | not handled yet. svn path=/trunk/netsurf/; revision=11228
* Always want inline style now (also prevents use of an uninitialised variable)John Mark Bell2011-01-051-2/+1
| | | | svn path=/trunk/netsurf/; revision=11220
* Remove redundant validation -- if you successfully obtain a ↵John Mark Bell2011-01-051-1/+1
| | | | | | css_select_results object, then its base style is guaranteed to exist svn path=/trunk/netsurf/; revision=11217
* Update to new libcss API for simultanious selection for base element and its ↵Michael Drake2011-01-051-91/+123
| | | | | | pseudo elements. svn path=/trunk/netsurf/; revision=11215
* Don't create iframes for hidden or non-displayed boxes.Michael Drake2011-01-051-0/+11
| | | | svn path=/trunk/netsurf/; revision=11213
* Implement enough support for the :after pseudo element for the widely-used ↵Michael Drake2011-01-041-13/+103
| | | | | | clearfix CSS layout hack to work. svn path=/trunk/netsurf/; revision=11206
* Amiga icon loader. Treeviews will now use the user's icons for content types.Chris Young2010-10-301-0/+3
| | | | svn path=/trunk/netsurf/; revision=10925
* Add some missing CONTENT_WEBPs. WebP images in HTML docs now display correctly.Chris Young2010-10-161-0/+3
| | | | svn path=/trunk/netsurf/; revision=10890
* Restrict permissible content types for list marker imagesJohn Mark Bell2010-09-191-1/+2
| | | | svn path=/trunk/netsurf/; revision=10798
* Fix mouse.h file description. Add iframe comment.Michael Drake2010-06-091-0/+2
| | | | svn path=/trunk/netsurf/; revision=10571
* Add iframe comment.Michael Drake2010-06-031-0/+1
| | | | svn path=/trunk/netsurf/; revision=10559
* It turns out that realloc(ptr, 0) --> free(ptr) is not actually required by ↵John Mark Bell2010-04-301-8/+2
| | | | | | | | the C standard (whereas realloc(NULL, size) --> malloc(size) is). Therefore, explicitly model the behaviour expected by our libraries (that realloc of 0 size is equivalent to free). svn path=/trunk/netsurf/; revision=10524
* First step to fixing memory leaks -- Box model no longer leaks computed stylesDaniel Silverstone2010-04-271-23/+24
| | | | svn path=/trunk/netsurf/; revision=10500
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-241-1/+0
| | | | | | strndup is not standard so provide an implementation. svn path=/trunk/netsurf/; revision=10474