summaryrefslogtreecommitdiff
path: root/riscos/window.c
Commit message (Expand)AuthorAgeFilesLines
* move window scroll getter and setter into operations tableVincent Sanders2014-01-131-2/+4
* move mandantory window update and redraw operations into tableVincent Sanders2014-01-121-1/+4
* move more optional window operations into table including removing unused hid...Vincent Sanders2014-01-121-21/+7
* split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-121-18/+25
* move window creation and destruction into tableVincent Sanders2014-01-111-1/+1
* Update copyright header dates for recent commits.Steve Fryatt2014-01-021-1/+1
* In framesets, F8 views source for frame under pointer if applicable.Steve Fryatt2014-01-021-28/+36
* Implement user confirmation before removing hotlist entries from the URL bar.Steve Fryatt2013-12-311-1/+0
* Add default clause to squash compiler warning.Steve Fryatt2013-12-311-0/+3
* Tidy up hotlist icon interfaces and make consistant with rest of toolbar.Steve Fryatt2013-12-301-2/+2
* Bring hotlist icon event handling in line with other toolbar actions.Steve Fryatt2013-12-301-4/+39
* Make view source menu option open the frame source, rather than frameset.Michael Drake2013-12-191-1/+8
* Update hotlist indicator when current page is added to hotlist.Michael Drake2013-11-231-2/+8
* Make RO hotlist add function take nsurl.Michael Drake2013-11-221-1/+1
* Add undo (F8) and redo (F9) keys. If caret is not in textarea, F8 is still v...Michael Drake2013-10-011-0/+7
* Allow ro_mouse to enable null polls; remove unused global variables.Steve Fryatt2013-09-081-8/+1
* Move all mouse tracking into ro_mouse module.Steve Fryatt2013-09-081-0/+34
* Restructure handling of DragEnd events.Steve Fryatt2013-09-081-19/+16
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-021-2/+3
* Move old hotlist out of the way.Michael Drake2013-08-131-1/+0
* Fix up for cookies_old rename.Michael Drake2013-07-221-1/+1
* s/history_core/local_history/Michael Drake2013-07-101-1/+1
* fix mismatched option name and variable namesVincent Sanders2013-05-281-2/+2
* move options includeVincent Sanders2013-05-281-1/+1
* Front ends have no reason to include desktop/selection.h now.Michael Drake2013-05-101-1/+0
* Fix menu shading of copy/cut/paste options when more than one of them should ...Michael Drake2013-03-181-5/+5
* Pass caret clip rect out to front ends. (Nothing actually using them yet.)Michael Drake2013-03-051-4/+6
* Fix handling of Ctrl-Left/Right/Up/Down in browser windows.Steve Fryatt2013-02-241-7/+8
* A load of refactoring of how content selection and input work.Michael Drake2013-02-221-29/+27
* Fix build.Michael Drake2013-02-181-1/+1
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-26/+26
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-181-93/+200
* browser_window_navigate refactorVincent Sanders2013-02-181-11/+69
* Changing browser window to get wimp double clicks meant enum value for single...Michael Drake2013-02-131-3/+2
* Pass triple clicks to core.Michael Drake2013-02-121-7/+64
* Pass double clicks to browser windows.Michael Drake2013-02-121-3/+3
* 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