summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove dead assignements and add assert to check table cells aren't set to sp...Michael Drake2010-07-061-18/+17
* Pedantic whitespace changeJohn Mark Bell2010-06-301-1/+1
* Fix assertion when table borders are specified in em/ex units.John Mark Bell2010-06-271-0/+45
* Fix mouse.h file description. Add iframe comment.Michael Drake2010-06-091-0/+2
* s/int/size_t/Michael Drake2010-06-041-1/+1
* + Refactor input handling from browser window code into contentMichael Drake2010-06-049-10/+1508
* Add iframe comment.Michael Drake2010-06-031-0/+1
* Consolidate several 'myrealloc' functions into ns_realloc, rename one which *...Daniel Silverstone2010-04-302-22/+4
* It turns out that realloc(ptr, 0) --> free(ptr) is not actually required by t...John Mark Bell2010-04-306-30/+36
* First step to fixing memory leaks -- Box model no longer leaks computed stylesDaniel Silverstone2010-04-275-35/+55
* Improve handling of percentage margins and paddings on floats. Fixes pond.org...Michael Drake2010-04-271-10/+39
* Fix vertical placement of absolute positioned inlines using staic position. S...Michael Drake2010-04-271-17/+25
* Fix float wrap issue. (Amiga.org nav bar.)Michael Drake2010-04-261-1/+2
* Update comment for new cache.Michael Drake2010-04-251-1/+1
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-245-6/+0