summaryrefslogtreecommitdiff
path: root/riscos/wimp_event.c
Commit message (Collapse)AuthorAgeFilesLines
* Make scroll event handling module specific.Steve Fryatt2011-12-171-0/+34
| | | | svn path=/trunk/netsurf/; revision=13285
* Merge branches/stevef/toolbars to trunk.Steve Fryatt2011-02-201-70/+354
| | | | svn path=/trunk/netsurf/; revision=11741
* Restore toolbar menus in RO treeview windows.Steve Fryatt2010-10-241-1/+2
| | | | svn path=/trunk/netsurf/; revision=10908
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-12/+191
| | | | svn path=/trunk/netsurf/; revision=10865
* Another wimp_window_state->wimp_open conversion.John Mark Bell2009-03-271-7/+11
| | | | | | Avoid aliasing an int ** and a void **. svn path=/trunk/netsurf/; revision=6946
* Squash warningJohn Mark Bell2009-03-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=6906
* - Teached ro_gui_set_icon_string() and ro_gui_get_icon_string() about the ↵John Tytgat2008-08-051-4/+4
| | | | | | | | | | | | difference between direct and indirect icons. - ro_gui_get_icon_string(): - Constify return value of ro_gui_get_icon_string() as you really shouldn't change its contents via this pointer. - Enfore NUL string termination as return value (instead of other control char termination) - Merged ro_gui_set_icon_string_le() into ro_gui_set_icon_string() by adding ro_gui_set_icon_string() and extra to_utf8 parameter. - ro_gui_strncmp(): added svn path=/trunk/netsurf/; revision=4907
* - Compiler warning squashJohn Tytgat2008-07-261-1249/+1288
| | | | | | | - Changed a lineending \n\r -> \n for a couple of files. - More code style conformance. svn path=/trunk/netsurf/; revision=4762
* s/wchar_t/uint32_t/gJohn Mark Bell2008-05-161-2/+3
| | | | | | We always assumed that the keycode type was 32bits wide, anyway. wchar_t isn't guaranteed to be that big, so isn't remotely portable. svn path=/trunk/netsurf/; revision=4165
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-3/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-8/+8
| | | | | | | | | | | | | | in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307
* Call close function for submenu windows.Richard Wilson2007-03-261-0/+19
| | | | svn path=/trunk/netsurf/; revision=3226
* Call close functions when automatically closing child windows and when ↵Richard Wilson2007-03-261-0/+7
| | | | | | automatically handlign Cancel buttons. svn path=/trunk/netsurf/; revision=3225
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* Finish event based GUI system transiton and begin code cleanup.Richard Wilson2006-09-061-6/+16
| | | | svn path=/trunk/netsurf/; revision=2923
* Add missing includeRichard Wilson2006-07-161-0/+1
| | | | svn path=/trunk/netsurf/; revision=2763
* Centralise keypress handling (download and query dialogs still need porting ↵John Mark Bell2006-07-131-1/+151
| | | | | | | | over to wimp_event) Make core browser window invalidate caret callback on mouse clicks svn path=/trunk/netsurf/; revision=2746
* Localise configure icon strings when appropriate.John Mark Bell2006-06-201-1/+1
| | | | | | | | Fix gright menu handling - now writes into display field without attempting to localise the selection string - it's already localised. Update German Messages file appropriately. svn path=/trunk/netsurf/; revision=2638
* [project @ 2006-02-01 17:34:36 by adrianl]Adrian Lees2006-02-011-17/+43
| | | | | | Use hash table for faster access to event_windows svn path=/import/netsurf/; revision=2051
* [project @ 2006-01-03 01:38:20 by rjw]Richard Wilson2006-01-031-15/+0
| | | | | | Remove redundant code. svn path=/import/netsurf/; revision=1973
* [project @ 2006-01-02 15:57:55 by rjw]Richard Wilson2006-01-021-6/+5
| | | | | | Only pass on selection changes. svn path=/import/netsurf/; revision=1950
* [project @ 2006-01-02 04:08:11 by rjw]Richard Wilson2006-01-021-28/+77
| | | | | | Automatically tick selected items. Add menu selection handler. svn path=/import/netsurf/; revision=1940
* [project @ 2006-01-02 00:16:47 by rjw]Richard Wilson2006-01-021-0/+15
| | | | | | Move the caret out of shaded icons on _restore svn path=/import/netsurf/; revision=1934
* [project @ 2005-12-31 04:06:40 by rjw]Richard Wilson2005-12-311-0/+976
Automated WIMP event handling functions. svn path=/import/netsurf/; revision=1904