summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
...
* Remove ghost caret.Michael Drake2011-07-073-116/+2
* Clean up text input code. Now desktop/textinput.{c|h} is concerend with brow...Michael Drake2011-07-076-3/+2276
* Set bw for textplain selection.Michael Drake2011-07-021-0/+2
* Set/unset selection context's browser window on content_open/content_close.Michael Drake2011-07-012-2/+25
* Make text/plain contents aware of the browser window they are opened in.Michael Drake2011-06-301-1/+21
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-306-166/+227
* Front end gets root browser window on notification of scrollbar widget drag s...Michael Drake2011-06-282-2/+8
* Unify content_redraw params in content_redraw_data struct. Core and RISC OS ...Michael Drake2011-06-283-66/+73
* Prevent iframes with display:inline and percentage width from getting a width...Michael Drake2011-06-281-1/+6
* Move rectangle type to utils/types.hMichael Drake2011-06-281-1/+1
* Make search_term_highlighted a core function.Michael Drake2011-06-282-5/+3
* Core form select widget now associated with HTML contents. Don't use current...Michael Drake2011-06-285-42/+59
* Use interface for turning off drag.Michael Drake2011-06-281-2/+3
* 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-277-26/+46
* Fix bw->drag_type to be aware of remaining drag types.Michael Drake2011-06-272-0/+4
* Code style fix. Thanks Kinnison.Michael Drake2011-06-241-2/+2
* Fix mouse action offsets within scaled iframes.Michael Drake2011-06-241-0/+2
* Correct offset for scaled iframe redraw.Michael Drake2011-06-241-2/+4
* If iframes are reformatted due to containing document reflow, don't need to r...Michael Drake2011-06-242-24/+18
* Reformat floated iframe browser windows only after the iframe box has been li...Michael Drake2011-06-141-6/+10
* First pass at core iframes. Currently lacking scrollbars.Michael Drake2011-06-147-22/+100
* Remove box_applet.Michael Drake2011-05-181-140/+0
* Add some parenthesesJohn Mark Bell2011-05-161-4/+4
* Lose dead codeJohn Mark Bell2011-05-161-7/+0
* Use height type enum.Michael Drake2011-05-161-2/+3
* Restore clipping rectangle before rendering scrollbars. Fixes broken renderi...Michael Drake2011-05-111-0/+5
* Fix content drags within scrollable areas. Various tidyups.Michael Drake2011-05-111-1/+2
* Elements replaced with HTML don't affect parent descendants.Michael Drake2011-05-101-1/+4
* Fix box scrollbars to accurately represent ratio of visible area's length to ...Michael Drake2011-05-101-29/+32
* s/scroll/scrollbar/ and improve scrollbar widget comments.Michael Drake2011-05-098-116/+120
* refactor content handler initilisation to use named initialisorsVincent Sanders2011-05-092-30/+25
* consolidate content redraw Vincent Sanders2011-05-084-9/+12
* Simplify status bar text.Michael Drake2011-05-081-7/+1
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-0618-1122/+984
* Reduce number of page reflows and viewportMichael Drake2011-04-275-28/+85
* Optimise first pass of layout. Reduces number of nsfont_width calls by up to...Michael Drake2011-04-262-12/+38
* Change how blocks are positioned vertically (esp. margin handling).Michael Drake2011-04-222-61/+219
* Apply same hack for :before as for :afterJohn Mark Bell2011-04-221-18/+29
* Fix build with NDEBUG definedJohn Mark Bell2011-04-033-6/+123
* Fix bug #3238323: pass correct context pointer for html_object_callbackJohn Mark Bell2011-03-231-1/+1
* Handle scaled rendering of text/plain with plot origin offset too.Michael Drake2011-03-171-4/+4
* Fix text/plain rendering's plot range calc to take account of vertical plot o...Michael Drake2011-03-171-2/+2
* Fix scaled text-plain contents.Michael Drake2011-03-151-6/+9
* Make text size a separate #define. Michael Drake2011-03-151-3/+4
* Move schedule.h to utils/John Mark Bell2011-03-131-1/+1
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the hlc...Daniel Silverstone2011-03-131-0/+1
* Allow box margins to collapse through zero-height boxes.Michael Drake2011-03-122-11/+53
* Saturated maths in css fixed point Vincent Sanders2011-03-124-13/+9
* Remove pointless nasty skanky broken box tree duplication from hellDaniel Silverstone2011-03-122-278/+0