summaryrefslogtreecommitdiff
path: root/riscos/window.c
Commit message (Expand)AuthorAgeFilesLines
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-22/+22
* Remove render/box.h include.Michael Drake2011-12-031-1/+0
* Fix select menu item selection in frames. Note: the API for front end select...Michael Drake2011-12-031-2/+9
* Use core handling of file drop over browser window.Michael Drake2011-12-011-82/+2
* Don't pass already handled keys to the URL Complete code.Steve Fryatt2011-11-201-3/+2
* Revert r13155 and re-implement fix properly.Steve Fryatt2011-11-201-60/+36
* Remember page content handle when refreshing browser menu (bug #3420985).Steve Fryatt2011-11-201-36/+60
* Ensure file content is terminated (bug #1866212).Steve Fryatt2011-10-181-1/+6
* Add support for external hotlist utilities.Steve Fryatt2011-10-091-1/+1
* Don't need to url_normalise, since the core is nsurl based.Michael Drake2011-10-061-7/+7
* Update for content_get_url returning a nsurl.Michael Drake2011-10-031-21/+31
* Fix fallout from r12733John Mark Bell2011-09-231-0/+2
* Port RISC OS front end to browser_window_get_contextual_content. Adds suppor...Michael Drake2011-09-061-20/+9
* Remove gui_window_frame_resize_start() functions.Michael Drake2011-09-051-98/+0
* Remove various bits of dead frames handling.Michael Drake2011-09-051-10/+1
* Dig out more dead frames stuff.Michael Drake2011-09-051-18/+3
* Delete redundant browser_window_type test.Michael Drake2011-09-041-2/+1
* Remove gui_window_position_frame() definition from core and remove all implem...Michael Drake2011-09-041-92/+0
* Purge dead code out of gui_create_browser_window().Michael Drake2011-09-041-77/+24
* Remove redundant bw->current_content check.Michael Drake2011-09-011-4/+0
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-6/+0
* Fix selection for non-gui browser windows (iframes).Michael Drake2011-07-131-3/+5
* Caret position is already scaled in core.Michael Drake2011-07-111-3/+1
* Remove pointless content_msg_data.Michael Drake2011-07-061-4/+0
* Fix up RISC OS for r12574 API change.Michael Drake2011-07-061-6/+5
* Function to find out if browser window has a selection. Front ends should us...Michael Drake2011-07-021-9/+9
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-301-4/+10
* Frond ends signal end of drag with call to browser_window_mouse_track.Michael Drake2011-06-271-1/+1
* Simplify browser_window_mouse_drag_end calls.Michael Drake2011-06-271-4/+1
* Fix crash when scaling pages with iframes on RISC OS.Michael Drake2011-06-241-13/+0
* Delete commented out code.Michael Drake2011-06-241-4/+0
* Replace iframe stuff with asserts for now.Michael Drake2011-06-241-7/+6
* If iframes are reformatted due to containing document reflow, don't need to r...Michael Drake2011-06-241-1/+1
* Put RISC OS filetype content handlers in their own directory.Michael Drake2011-05-091-1/+1
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-40/+16
* Help menu options for about:credits and about:licence to replace old about Ne...Michael Drake2011-03-161-3/+7
* Purge ro_plot_set_scale() and ro_plot_scale global, as front ends nolonger ne...Michael Drake2011-03-091-3/+0
* Fix bug #3200899: Don't claim keypresses we don't handle.Steve Fryatt2011-03-061-39/+50
* Test correct items before preparing selection save dialogue.Steve Fryatt2011-03-061-3/+3
* remove obsolete, unused gui_window_redraw APIVincent Sanders2011-03-011-28/+9
* Merge branches/stevef/toolbars to trunk.Steve Fryatt2011-02-201-1246/+2971
* Remove thumbnail_create() from browser.h. Make RO front end use the core thu...Michael Drake2011-02-191-0/+1
* Pass clip rect to browser_window_redraw as pointer.Michael Drake2011-02-131-2/+2
* Fix broken plotting on RO with locked contents and buffered rendering.Michael Drake2011-02-131-0/+6
* Remove RO white background fill.Michael Drake2011-02-131-6/+0
* Pass clip rect to browser_window_redraw as struct.Michael Drake2011-02-111-14/+16
* Unilaterally clear background to white before redrawJohn Mark Bell2011-02-111-0/+4
* change risc os frontend to use browser_window_redraw (r=jmb)Vincent Sanders2011-02-111-66/+4
* Remove redundant code from drag browser_mouse_state setup.Michael Drake2010-12-161-9/+0
* Document RISC OS front end's setup of browser_mouse_state.Michael Drake2010-12-161-12/+30