summaryrefslogtreecommitdiff
path: root/render
Commit message (Collapse)AuthorAgeFilesLines
* Don't crash if there's no box associated with a textareaJohn Mark Bell2011-02-191-1/+9
| | | | svn path=/trunk/netsurf/; revision=11711
* Fix fixed point percentage macro not to overflow. Thanks to jmb and vince.Michael Drake2011-02-161-3/+1
| | | | svn path=/trunk/netsurf/; revision=11702
* If percentage is negative, resort to floating point.Michael Drake2011-02-161-1/+3
| | | | svn path=/trunk/netsurf/; revision=11700
* 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
* Fix bug #3182729: meta refresh of embedded html pages resulted in mismatched ↵John Mark Bell2011-02-151-7/+19
| | | | | | API expectations svn path=/trunk/netsurf/; revision=11688
* Handle percentages from libcss without doing floating point maths.Michael Drake2011-02-151-40/+41
| | | | svn path=/trunk/netsurf/; revision=11687
* Pass clip rect through html redraw as pointer.Michael Drake2011-02-151-127/+122
| | | | svn path=/trunk/netsurf/; revision=11685
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in ↵Michael Drake2011-02-143-36/+42
| | | | | | debug window code. Pass clip rect to select menu as struct. svn path=/trunk/netsurf/; revision=11683
* ConstifyJohn Mark Bell2011-02-144-6/+6
| | | | svn path=/trunk/netsurf/; revision=11680
* Pass clip rect to scroll_redraw as struct. Simplify test to see if ↵Michael Drake2011-02-142-7/+8
| | | | | | scrollbar is within clip rect. svn path=/trunk/netsurf/; revision=11679
* More comments for object dimension calculation.Michael Drake2011-02-141-1/+6
| | | | svn path=/trunk/netsurf/; revision=11678
* Don't use float maths for AUTO image sizing with one given dimension.Michael Drake2011-02-141-2/+2
| | | | svn path=/trunk/netsurf/; revision=11677
* Handle object sizing in one place.Michael Drake2011-02-141-77/+62
| | | | svn path=/trunk/netsurf/; revision=11676
* Avoid potential divide by 0.Michael Drake2011-02-141-8/+15
| | | | svn path=/trunk/netsurf/; revision=11675
* Increase computed time before scheduled redraws.Michael Drake2011-02-141-2/+2
| | | | svn path=/trunk/netsurf/; revision=11674
* Pass clip rect as struct through content_redraw api. Update the front ends ↵Michael Drake2011-02-135-46/+31
| | | | | | to use this. Note only RO build tested. svn path=/trunk/netsurf/; revision=11670
* Move stuct rect out of box.h and tree.c.Michael Drake2011-02-111-5/+1
| | | | svn path=/trunk/netsurf/; revision=11647
* Port to latest libcssJohn Mark Bell2011-01-295-127/+122
| | | | svn path=/trunk/netsurf/; revision=11526
* Make layout of block formatting contexts take account of the bottom margin ↵Michael Drake2011-01-261-0/+3
| | | | | | of the last contained block. svn path=/trunk/netsurf/; revision=11498
* Ensure we free more of the css stuff for the box model.Daniel Silverstone2011-01-192-2/+11
| | | | svn path=/trunk/netsurf/; revision=11399
* Check for animating GIF favicon only if compiled with GIF support.Sven Weidauer2011-01-121-0/+2
| | | | svn path=/trunk/netsurf/; revision=11298
* Don't clear floats if there aren't floats to clear.Michael Drake2011-01-091-2/+9
| | | | svn path=/trunk/netsurf/; revision=11270
* Ensure top margin is affects static position in particular case.Michael Drake2011-01-091-1/+7
| | | | svn path=/trunk/netsurf/; revision=11262
* Document font APIs -- specifically, string lengths are specified in bytes, ↵John Mark Bell2011-01-091-0/+35
| | | | | | not characters svn path=/trunk/netsurf/; revision=11261
* Table top/bottom margin is 0px when computed value is 'auto'.Michael Drake2011-01-081-0/+6
| | | | svn path=/trunk/netsurf/; revision=11257
* Fix sillinessDaniel Silverstone2011-01-071-3/+1
| | | | svn path=/trunk/netsurf/; revision=11243
* Add CONTENT_MSG_FAVICON_REFRESH and emit and handle it appropriately. ↵Daniel Silverstone2011-01-071-7/+14
| | | | | | Animated favicons now work svn path=/trunk/netsurf/; revision=11242
* Ensure that we only set done once, but that we do reformat if we're updated. ↵Daniel Silverstone2011-01-071-7/+11
| | | | | | (First stage to animated favicon) svn path=/trunk/netsurf/; revision=11240
* Only consider a favicon for redraw/done if an event *caused* it to become readyDaniel Silverstone2011-01-071-2/+6
| | | | svn path=/trunk/netsurf/; revision=11239
* 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-055-114/+162
| | | | | | 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
* Fix comment.Michael Drake2010-11-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=10935
* Amiga icon loader. Treeviews will now use the user's icons for content types.Chris Young2010-10-302-0/+6
| | | | svn path=/trunk/netsurf/; revision=10925
* Slightly less braindead textplain handlingJohn Mark Bell2010-10-231-24/+72
| | | | svn path=/trunk/netsurf/; revision=10900
* Add some missing CONTENT_WEBPs. WebP images in HTML docs now display correctly.Chris Young2010-10-162-0/+6
| | | | svn path=/trunk/netsurf/; revision=10890
* Fix crash when top-level content is not HTML and there is a fragment ↵John Mark Bell2010-10-112-3/+5
| | | | | | | | identifier in the URL. Constify. svn path=/trunk/netsurf/; revision=10881
* Restrict permissible content types for list marker imagesJohn Mark Bell2010-09-191-1/+2
| | | | svn path=/trunk/netsurf/; revision=10798
* Remove bogus assertionJohn Mark Bell2010-09-171-2/+2
| | | | svn path=/trunk/netsurf/; revision=10793
* Change back to using tree directly because element navigation functions ↵James Bursa2010-09-161-2/+4
| | | | | | require libxml2 2.7.3 which is not available everywhere. svn path=/trunk/netsurf/; revision=10790
* Use libxml functions to loop through elements in html_head() instead of ↵James Bursa2010-09-161-5/+2
| | | | | | checking all nodes. Remove logging. svn path=/trunk/netsurf/; revision=10788
* Replace all instances of NUL with U+FFFDJohn Mark Bell2010-09-131-4/+14
| | | | svn path=/trunk/netsurf/; revision=10771
* Replace use of iconv with a parserutils inputstreamJohn Mark Bell2010-09-132-72/+99
| | | | svn path=/trunk/netsurf/; revision=10770
* Merge branches/vince/netsurf-file-fetcher to trunkJohn Mark Bell2010-09-093-330/+0
| | | | | | r=jmb svn path=/trunk/netsurf/; revision=10750
* Root element can't be absolute positioned. Fixes #3062055.Michael Drake2010-09-081-1/+2
| | | | svn path=/trunk/netsurf/; revision=10743
* Redraw object scrollbars if required.Michael Drake2010-08-301-3/+4
| | | | svn path=/trunk/netsurf/; revision=10731
* Fix object descendants and make space for scrollbars if required.Michael Drake2010-08-301-1/+10
| | | | svn path=/trunk/netsurf/; revision=10730