summaryrefslogtreecommitdiff
path: root/riscos/wimp_event.c
Commit message (Collapse)AuthorAgeFilesLines
* 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