summaryrefslogtreecommitdiff
path: root/desktop/browser.c
Commit message (Expand)AuthorAgeFilesLines
* Abort loading content when closing windowJohn Mark Bell2011-07-231-0/+1
* Remove assumption of gui window from search.Michael Drake2011-07-141-8/+25
* Fix selection for non-gui browser windows (iframes).Michael Drake2011-07-131-48/+43
* Clean up text input code. Now desktop/textinput.{c|h} is concerend with brow...Michael Drake2011-07-071-1/+1
* Pass struct rect to browser_window_update_box(), rather than union content_ms...Michael Drake2011-07-061-15/+16
* Pass struct rect to gui_window_update_box(), rather than union content_msg_data.Michael Drake2011-07-061-9/+12
* Fix update_box coords when issued from scaled iframe.Michael Drake2011-07-061-4/+4
* Iframe scrollbars.Michael Drake2011-07-051-21/+257
* Set focus browser_window in place_caret.Michael Drake2011-07-041-5/+0
* Function to find out if browser window has a selection. Front ends should us...Michael Drake2011-07-021-0/+14
* Minor selection changes.Michael Drake2011-07-021-7/+0
* Set selection browser window as before, for now.Michael Drake2011-07-021-0/+7
* Set/unset selection context's browser window on content_open/content_close.Michael Drake2011-07-011-7/+0
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-301-10/+15
* Function to get root browser window.Michael Drake2011-06-281-20/+14
* Unify content_redraw params in content_redraw_data struct. Core and RISC OS ...Michael Drake2011-06-281-2/+13
* Core form select widget now associated with HTML contents. Don't use current...Michael Drake2011-06-281-8/+1
* HTML contents manage box scrollbars, rather than browser_windows.Michael Drake2011-06-271-10/+3
* Remove obsolete comment.Michael Drake2011-06-271-3/+0
* browser_window_mouse_drag_end is private now, and can be removed once content...Michael Drake2011-06-271-2/+5
* Fix bw->drag_type to be aware of remaining drag types.Michael Drake2011-06-271-14/+23
* Fix crash when scaling pages with iframes on RISC OS.Michael Drake2011-06-241-2/+0
* If iframes are reformatted due to containing document reflow, don't need to r...Michael Drake2011-06-241-15/+61
* Ensure top level browser window has focus by default.Michael Drake2011-06-221-1/+2
* Purge more favicon remnants.Michael Drake2011-06-221-7/+0
* Give the selection context the current bw when it's created.Michael Drake2011-06-161-0/+2
* Improve scale with iframes.Michael Drake2011-06-151-4/+10
* Only call gui_window_new_content for browser windows with gui windows.Michael Drake2011-06-141-1/+2
* First pass at core iframes. Currently lacking scrollbars.Michael Drake2011-06-141-33/+263
* s/scroll/scrollbar/ and improve scrollbar widget comments.Michael Drake2011-05-091-4/+4
* consolidate content redraw Vincent Sanders2011-05-081-1/+1
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-1/+1
* Like HTML, text-plain contents have no intrinsic dimensions.Michael Drake2011-03-151-1/+3
* 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
* Fix stupidJohn Mark Bell2011-03-121-6/+5
* Remove redundant parameter from content_open APIJohn Mark Bell2011-03-101-1/+1
* Slightly more useful behaviour if we can't handle an URL when downloadingJohn Mark Bell2011-02-211-8/+12
* Remove knockout from html_redraw, and use it in browser_window_redraw and thu...Michael Drake2011-02-211-7/+20
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in de...Michael Drake2011-02-141-1/+1
* ConstifyJohn Mark Bell2011-02-141-1/+1
* Pass clip rect to browser_window_redraw as pointer.Michael Drake2011-02-131-5/+5
* Pass clip rect as struct through content_redraw api. Update the front ends t...Michael Drake2011-02-131-2/+1
* Fix broken plotting on RO with locked contents and buffered rendering.Michael Drake2011-02-131-0/+14
* White background fill to extents for non-HTML contents.Michael Drake2011-02-131-0/+6
* Pass clip rect to browser_window_redraw as struct.Michael Drake2011-02-111-7/+6
* improve browser_window_redraw width and height handlingVincent Sanders2011-02-111-1/+8
* add browser_window_redraw() method to make content_redraw calls from frontend...Vincent Sanders2011-02-101-0/+26
* Remove erroneous commentary, and move associated code to a more sensible placeJohn Mark Bell2011-01-171-5/+4
* Fix bug #3159040: make destruction order of browser_window objects saneJohn Mark Bell2011-01-171-6/+14