summaryrefslogtreecommitdiff
path: root/render/html_redraw.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Stop redrawing zero size images.Michael Drake2010-07-081-1/+1
* Remove dead code.Michael Drake2010-07-061-6/+2
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-79/+78
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-3/+6
* Merge from Paul Blokus' selectscroll branch. Fixes text input scrollbar behav...Michael Drake2009-08-141-2/+1
* Merge Paul Blokus' selectscroll branch. Adds core select menu widget for form...Michael Drake2009-08-141-356/+98
* Port to modified libcss API.John Mark Bell2009-08-021-3/+3
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-163/+186
* Fix render colour of selected text.Michael Drake2009-07-211-3/+3
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-30/+33
* Fix comment.Michael Drake2009-07-141-1/+1
* Rename debug outline plot styles and make them const.Michael Drake2009-07-141-6/+6
* Plot debug outlines after borders and backgrounds, so that they can be seen w...Michael Drake2009-07-141-37/+40
* Simplify debug outline calculations and avoid fp maths when scale is 1.0. Com...Michael Drake2009-07-141-31/+52
* Rename TRANSPARENT to NS_TRANSPARENT to avoid clash on Windows. By MarkieB.Michael Drake2009-07-141-24/+27
* next round of plotter refactorVincent Sanders2009-07-141-60/+94
* Delete html_redraw lighter/darker and use the colour tweakers in plot_style.Michael Drake2009-07-101-50/+22
* Move colour blend routine from html_redraw to plot_style and make it a define.Michael Drake2009-07-101-25/+10
* Remove html_redraw_aa because it is the same as html_redraw_blend. Fix html_r...Michael Drake2009-07-101-27/+11
* plotters line refactorVincent Sanders2009-07-101-98/+119
* ploter refactor of rectangle handling Vincent Sanders2009-07-081-29/+28
* Fix indentation to use tabs instead of spaces.Michael Drake2009-07-061-40/+40
* Refactor fill plotter to take a styleVincent Sanders2009-07-051-25/+65
* remove redundant clg callVincent Sanders2009-07-011-1/+1
* Remove redundant calculation.Michael Drake2009-05-281-1/+0
* Remove unused code.Michael Drake2009-05-271-11/+2
* Draw CSS overflow scrollbars differently. Front ends can override the colours...Michael Drake2009-03-271-88/+172
* Divorce PDF export and printing.John Mark Bell2009-02-171-11/+0
* Fix scale of inline borders.Michael Drake2009-01-311-14/+13
* Move handling of background related print options to background specific func...Michael Drake2009-01-171-120/+130
* Only increase the root element's redraw box to cover margin, if the redraw bo...Michael Drake2008-12-271-18/+28
* Fix crash bug.Michael Drake2008-12-271-1/+1
* Handle replaced inline borders and backgrounds like blocks.Michael Drake2008-12-271-5/+7
* Plot backgrounds on the root element over margin box, as per CSS 2.1 spec.Michael Drake2008-12-271-19/+78
* Fix display of inline borders when inline has no background.Michael Drake2008-12-261-1/+2
* Fix some wrap to 80 chars and tabs for indentation.Michael Drake2008-12-261-94/+90
* Don't apply text decoration if the box isn't text.Michael Drake2008-12-221-0/+2
* C89François Revel2008-12-211-59/+64
* Rewrite inline rendering. Fixes issues with borders,Michael Drake2008-12-211-117/+386