summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* Fix comment.Michael Drake2010-11-031-1/+1
* Amiga icon loader. Treeviews will now use the user's icons for content types.Chris Young2010-10-302-0/+6
* Slightly less braindead textplain handlingJohn Mark Bell2010-10-231-24/+72
* Add some missing CONTENT_WEBPs. WebP images in HTML docs now display correctly.Chris Young2010-10-162-0/+6
* Fix crash when top-level content is not HTML and there is a fragment identifi...John Mark Bell2010-10-112-3/+5
* Restrict permissible content types for list marker imagesJohn Mark Bell2010-09-191-1/+2
* Remove bogus assertionJohn Mark Bell2010-09-171-2/+2
* Change back to using tree directly because element navigation functions requi...James Bursa2010-09-161-2/+4
* Use libxml functions to loop through elements in html_head() instead of check...James Bursa2010-09-161-5/+2
* Replace all instances of NUL with U+FFFDJohn Mark Bell2010-09-131-4/+14
* Replace use of iconv with a parserutils inputstreamJohn Mark Bell2010-09-132-72/+99
* Merge branches/vince/netsurf-file-fetcher to trunkJohn Mark Bell2010-09-093-330/+0
* Root element can't be absolute positioned. Fixes #3062055.Michael Drake2010-09-081-1/+2
* Redraw object scrollbars if required.Michael Drake2010-08-301-3/+4
* Fix object descendants and make space for scrollbars if required.Michael Drake2010-08-301-1/+10
* Don't special case height to content height when object's content is HTML.Michael Drake2010-08-301-1/+1
* Fix clipping to exclude border for objects.Michael Drake2010-08-301-3/+4
* Move directory listing HTML generation functions into separate module.Michael Drake2010-08-261-370/+1
* + Don't even consider top and bottom borders when theyMichael Drake2010-08-261-93/+200
* + Pass clip rectangle around html_redraw_* as a struct rect.Michael Drake2010-08-261-339/+400
* Simplication due to known border geometry characteristics. Fix double border ...Michael Drake2010-08-141-34/+36
* Fix colour comparison to compare the right things. Plot left and right border...Michael Drake2010-08-141-129/+133
* Slightly quicker border part length finding.Michael Drake2010-08-141-4/+4
* Render 1px wide border parts with rectangle plotter, rather than polygon.Michael Drake2010-08-141-8/+54
* + Optimise border handling at 1:1 scale.Michael Drake2010-08-141-90/+82
* Fix BeOS build.Michael Drake2010-08-131-1/+1
* Plot rectangular border parts with the rectangle plotter, rather than the pol...Michael Drake2010-08-131-9/+74
* Make top and bottom borders flush with left and right of border box, when pos...Michael Drake2010-08-131-83/+259
* Skip transparent borders early and change border side plot order.Michael Drake2010-08-131-11/+11
* Fix inline border ends where inline text wraps.Michael Drake2010-08-131-10/+10
* Simplify border vertex arrangement code slightly.Michael Drake2010-08-131-48/+49
* C89.François Revel2010-08-021-1/+2
* Fix build when layout logging is enabled.Michael Drake2010-07-161-2/+2
* Record left and right float boxes with negative widths. Fixes overlapping tex...Michael Drake2010-07-161-8/+5
* Update dirlist_generate_title documentation to match reality. Remove unused e...Michael Drake2010-07-161-20/+10
* memory leakChris Young2010-07-151-19/+29
* Localise browser "Index of" textChris Young2010-07-151-4/+20
* fix crashChris Young2010-07-151-2/+2
* Fix so column suppression choices actually end up in the output.Michael Drake2010-07-151-0/+4
* Move HTML generating code into separate functions. Tidy up spacing when pare...Michael Drake2010-07-151-87/+350
* More intelligent path concatenationChris Young2010-07-141-55/+66
* Squash mimetype may be used uninitialised warning.Michael Drake2010-07-141-14/+23
* Add comments and factor out common file size code.Michael Drake2010-07-141-14/+54
* Restyle directory listings.Michael Drake2010-07-141-63/+130
* Use human friendly size, which fixes RISC OS directory listings.Michael Drake2010-07-141-2/+4
* Move directory text into type columnChris Young2010-07-131-4/+4
* Improved directory browserChris Young2010-07-131-6/+88
* Amiga file: URIs now translate the : in device names to / (and back), which c...Chris Young2010-07-111-1/+3
* Stop redrawing zero size images.Michael Drake2010-07-081-1/+1
* Remove dead code.Michael Drake2010-07-061-6/+2