summaryrefslogtreecommitdiff
path: root/render/html_redraw.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* add bitmap.h include to silence some warnings on Fedora.Rob Kendrick2008-10-141-0/+1
* 'unsigned long' -> 'colour' where it made sense.John Tytgat2008-09-281-1/+1
* Fix some warnings.Michael Drake2008-09-151-1/+2
* Don't draw scrollbars on the BOX_TABLEs.Michael Drake2008-08-251-6/+7
* #ifdef WITH_PDF_EXPORT for printing stuff, this should fix the BeOS build, an...François Revel2008-08-151-0/+10
* Second merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/n...John Tytgat2008-08-141-66/+94
* Had to do this for C89, please review.François Revel2008-08-131-17/+29
* Make the knockout plotter calling behaviour optional by added a new entryJohn Tytgat2008-07-301-6/+9
* Don't call group_end before group_start has been called. Solves SF #1927130.John Tytgat2008-07-291-1/+1
* Include headers we need, rather than depending on (optional) features doing so.Rob Kendrick2008-07-281-0/+1
* First merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/ne...John Tytgat2008-07-261-4/+4
* Fix working out whether a text is in an inline.Michael Drake2008-07-191-12/+21
* BOX_TEXT only plotted with background when parent is BOX_INLINE. (Fix "Explor...Michael Drake2008-07-191-1/+5
* Fix background image redraw for scales other than 100%.Michael Drake2008-07-191-5/+8
* Fix repeating background image redraw bug.Michael Drake2008-07-191-9/+31
* Ensure that scrollbar foreground is actually visible (black on black, for exa...John Mark Bell2008-03-141-2/+10
* Render borders after backgrounds. Handle boxes with overflow hidden or scroll...James Bursa2008-01-281-45/+67
* Replace accidentally checked in files with previous ones.Michael Drake2008-01-281-6/+0