summaryrefslogtreecommitdiff
path: root/riscos/window.c
Commit message (Expand)AuthorAgeFilesLines
* Fix paste. Store clipboard as UTF-8 internally, to avoid unnecessary data los...John-Mark Bell2013-01-221-1/+10
* Use nsurl_parent.Michael Drake2012-10-061-25/+29
* Move browser_window struct to private header. Places that shouldn't include i...Michael Drake2012-08-221-1/+1
* Use proper function for box tree dump.Michael Drake2012-08-201-1/+1
* Use online docs.Michael Drake2012-07-211-4/+12
* Update default homepage URL to about:welcome. Make RISC OS front end use NET...Michael Drake2012-07-211-6/+1
* Include render/html.h to fix build.Michael Drake2012-03-261-0/+1
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-64/+62
* Fix bug #3479239: scroll in correct direction for page left/page rightJohn Mark Bell2012-02-081-2/+2
* Constify rect param to gui_window_drag_start.Michael Drake2012-01-111-1/+1
* Pass pointer constraints for drag out to front ends. Ensure content scrollba...Michael Drake2012-01-111-25/+42
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-231-0/+2
* Make the RISC OS front end foreground/background menu options work.Michael Drake2011-12-231-10/+11
* Fix comments.Steve Fryatt2011-12-181-1/+7
* Lose unnecessary intermediate variable assignments.Steve Fryatt2011-12-181-13/+10
* Pass Page Up/Down info to the core for scrolling.Steve Fryatt2011-12-181-14/+51
* Implement Home and End scroll functionality.Steve Fryatt2011-12-181-5/+9
* Don't allow framesets to scroll out of view.Steve Fryatt2011-12-171-2/+15
* Standardise code for mouse and keyboard scrolling of browser window.Steve Fryatt2011-12-171-127/+163
* Provisional core scroll-wheel support - supports scroll events only.Steve Fryatt2011-12-171-7/+38
* Make scroll event handling module specific.Steve Fryatt2011-12-171-22/+25
* 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