summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* Fix transition from LOADING to ERROR state after content has been locked for ...John Mark Bell2011-07-201-7/+7
* Plug another hole in the logic for stopping HTML contentsJohn Mark Bell2011-07-201-0/+4
* Make html_stop handle being called during construction of the box tree (i.e. ...John Mark Bell2011-07-191-3/+36
* Fix race when stopping an HTML content mid-loadJohn Mark Bell2011-07-192-26/+59
* Revert r12609 and assert parent content state.Michael Drake2011-07-191-4/+4
* Don't try to redraw newly fetched objects' areas in parent html document if p...Michael Drake2011-07-191-1/+4
* Don't need current_redraw_browser for box scrollbars any more.Michael Drake2011-07-131-1/+1
* Fix selection for non-gui browser windows (iframes).Michael Drake2011-07-137-89/+160
* Refactor http utilitiesJohn Mark Bell2011-07-083-31/+90
* Remove remaining internal browser window usage from render/textinput.Michael Drake2011-07-071-97/+86
* Remove unused structure.Michael Drake2011-07-071-18/+0
* Remove unnecessary #include.Michael Drake2011-07-071-1/+0
* Function namespacing.Michael Drake2011-07-072-80/+98
* 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