summaryrefslogtreecommitdiff
path: root/desktop/browser.c
Commit message (Expand)AuthorAgeFilesLines
* Improve resizing frames.Michael Drake2011-09-071-1/+1
* Handle scrolled (i)frames.Michael Drake2011-09-061-0/+4
* Expose contextual content request API to front ends, via browser window layer.Michael Drake2011-09-061-0/+54
* Move to new bw dimensions.Michael Drake2011-09-061-1/+1
* Remove unused browser_window_owner function.Michael Drake2011-09-051-31/+0
* Implement frames in the core.Michael Drake2011-09-041-91/+239
* Sniff content types where appropriate.John Mark Bell2011-09-041-1/+2
* Fix scrollbar click coords.Michael Drake2011-08-251-4/+4
* When passing drag on to it's bw, we don't need to do anything if the drag is ...Michael Drake2011-08-241-1/+1
* During drags, prevent mouse interaction with other widgets.Michael Drake2011-08-241-4/+7
* Set up page drag start in iframes.Michael Drake2011-08-241-1/+2
* Improve browser window drag tracking, so that drags in internal browser windo...Michael Drake2011-08-241-0/+25
* Remove current_redraw_browser global.Michael Drake2011-08-241-3/+0
* Core part of search improvement:Michael Drake2011-08-241-0/+1
* 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