summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* Add layout_get_object_dimensions param documentation missing from last commit.Michael Drake2011-09-231-0/+2
* Handle min/max-width on replaced elements.Michael Drake2011-09-231-11/+41
* Use fixed insted of floating point to get percentage of available_width, for ...Michael Drake2011-09-231-2/+2
* Move css_fixed and css_unit variables to where they're used.Michael Drake2011-09-231-2/+2
* Simplify layout_get_object_dimensions.Michael Drake2011-09-231-22/+15
* Use layout_find_dimensions to get inline object width/height.Michael Drake2011-09-231-24/+5
* Remove gui_multitaskJohn Mark Bell2011-09-214-91/+3
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-154-2/+4
* Clean up content_factory_register_handler API -- content handlers no longer u...John Mark Bell2011-09-152-32/+15
* Don't try to render overflow scrollbars for the root element.Michael Drake2011-09-071-1/+2
* HTML handler for contextual content requests.Michael Drake2011-09-061-0/+50
* Pass html_content to imagemap_get, instead of hlcache_handle.Michael Drake2011-09-063-4/+3
* Move to new frame dimensions. Need to avoid poking inside bw struct here.Michael Drake2011-09-061-1/+1
* Sniff content types where appropriate.John Mark Bell2011-09-041-4/+6
* Remove mime_type parameter from content handler content_type callback APIJohn Mark Bell2011-09-032-5/+4
* Avoid instance of using bw->current_content outside desktop/.Michael Drake2011-08-314-73/+75
* refactor bitmap out of generic content structureVincent Sanders2011-08-311-22/+20
* Remove last use of current_redraw_browser.Michael Drake2011-08-241-1/+1
* Core part of search improvement:Michael Drake2011-08-248-14/+879
* Replaced elements' children are not laid out, so don't look at their descenda...Michael Drake2011-08-231-0/+4
* Fix bug #3390958: forcibly discard references to any child objects if we fail...John Mark Bell2011-08-201-4/+14
* Fix GCC 4.6 warnings in coreJohn Mark Bell2011-07-262-23/+1
* Selection is now subordinate to html and text content types, and disassociate...Michael Drake2011-07-264-66/+84
* 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