summaryrefslogtreecommitdiff
path: root/render/html_redraw.c
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up text input code. Now desktop/textinput.{c|h} is concerend with brow...Michael Drake2011-07-071-1/+1
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-301-146/+202
* Unify content_redraw params in content_redraw_data struct. Core and RISC OS ...Michael Drake2011-06-281-36/+52
* Make search_term_highlighted a core function.Michael Drake2011-06-281-3/+2
* Core form select widget now associated with HTML contents. Don't use current...Michael Drake2011-06-281-6/+4
* Pass the content object down through html_redraw. Make overflow scrollbars u...Michael Drake2011-06-281-14/+16
* HTML contents manage box scrollbars, rather than browser_windows.Michael Drake2011-06-271-1/+3
* Correct offset for scaled iframe redraw.Michael Drake2011-06-241-2/+4
* First pass at core iframes. Currently lacking scrollbars.Michael Drake2011-06-141-4/+9
* Restore clipping rectangle before rendering scrollbars. Fixes broken renderi...Michael Drake2011-05-111-0/+5
* s/scroll/scrollbar/ and improve scrollbar widget comments.Michael Drake2011-05-091-11/+11
* consolidate content redraw Vincent Sanders2011-05-081-4/+6
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-4/+5
* Reduce number of page reflows and viewportMichael Drake2011-04-271-2/+4
* Fix scaled text-plain contents.Michael Drake2011-03-151-6/+9
* Handle scaling of text plots in core.Michael Drake2011-03-081-0/+1
* Move printed to box flags.Michael Drake2011-03-021-2/+2
* Make box flags and move new line indicator to it.Michael Drake2011-03-021-1/+1
* Cache space widths.Michael Drake2011-03-011-8/+3
* Fix silly.Michael Drake2011-02-221-1/+2
* Fix text clipping bug.Michael Drake2011-02-221-3/+3
* Remove knockout from html_redraw, and use it in browser_window_redraw and thu...Michael Drake2011-02-211-9/+1
* Pass clip rect through html redraw as pointer.Michael Drake2011-02-151-127/+122
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in de...Michael Drake2011-02-141-20/+23
* ConstifyJohn Mark Bell2011-02-141-2/+2
* Pass clip rect to scroll_redraw as struct. Simplify test to see if scrollbar...Michael Drake2011-02-141-6/+2
* Pass clip rect as struct through content_redraw api. Update the front ends t...Michael Drake2011-02-131-23/+10
* Port to latest libcssJohn Mark Bell2011-01-291-96/+108
* Redraw object scrollbars if required.Michael Drake2010-08-301-3/+4
* Fix clipping to exclude border for objects.Michael Drake2010-08-301-3/+4
* + 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
* 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