summaryrefslogtreecommitdiff
path: root/riscos/window.c
Commit message (Expand)AuthorAgeFilesLines
* remove forward declarations from risc os gui.cVincent Sanders2014-06-041-0/+1
* Scope reduce some variables.Michael Drake2014-05-311-21/+24
* Remove dead code and variables.Michael Drake2014-05-301-7/+1
* Scope reduce several variables.Michael Drake2014-05-301-13/+15
* rework path to url mapping functions to convert from and to nsurlVincent Sanders2014-05-261-5/+8
* Make history internal to browser_window module.Michael Drake2014-02-151-17/+17
* Make browser_window_navigate (un)verifiable flag match browser_window_create.Michael Drake2014-02-101-7/+4
* Allow tab creation without history clone. Changes browser_window_create and ...Michael Drake2014-02-101-24/+19
* Clean up gui_window creation API.Michael Drake2014-02-091-28/+21
* Simplify local history interface.Michael Drake2014-02-081-64/+8
* Use API to get extents.Michael Drake2014-02-081-5/+5
* Remove unused variable.Michael Drake2014-02-081-3/+0
* Native select menu interface shouldn't force front end to dig inside bw struct.Michael Drake2014-02-081-3/+1
* move utf8 local conversion operations to tableVincent Sanders2014-02-011-0/+1
* make the clipboard operation table and members static to textselection module...Vincent Sanders2014-02-011-7/+9
* Merge remote-tracking branch 'origin/stevef/menus'Vincent Sanders2014-01-311-7/+7
|\
| * Provide a dedicated interface for destroying open menus.Steve Fryatt2014-01-291-7/+7
* | bump the maximum number of nodes in the doxygen documentation and fix a coupl...Vincent Sanders2014-01-291-14/+15
|/
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-281-8/+8
* fix up riscos build errorsVincent Sanders2014-01-161-3/+3
* Merge branch 'vince/guivtable'Vincent Sanders2014-01-161-69/+80
|\
| * move teh final optional window operations into the tableVincent Sanders2014-01-131-0/+7
| * move four more optional window operations to tableVincent Sanders2014-01-131-26/+31
| * move two more mandantory window operations to tableVincent Sanders2014-01-131-3/+4
| * 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
* | Silence warningJohn-Mark Bell2014-01-161-1/+0
|/
* 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