John Tytgat
5f6c2cbff7
- Compiler warning squash
...
- Changed a lineending \n\r -> \n for a couple of files.
- More code style conformance.
svn path=/trunk/netsurf/; revision=4762
2008-07-26 22:29:15 +00:00
John Mark Bell
b15a6af3d2
s/wchar_t/uint32_t/g
...
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
2008-05-16 09:37:22 +00:00
Vincent Sanders
2f864eeecc
Update all source code file headers to reflect GPL version 2 only and contain appropriate licence text
...
svn path=/trunk/netsurf/; revision=3486
2007-08-08 16:16:03 +00:00
Daniel Silverstone
6807b4208a
Remove the netsurf/ from the include paths and rationalise use of <> vs "" 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
2007-05-30 22:39:54 +00:00
Richard Wilson
933c642019
Call close function for submenu windows.
...
svn path=/trunk/netsurf/; revision=3226
2007-03-26 20:33:50 +00:00
Richard Wilson
e5129294c0
Call close functions when automatically closing child windows and when automatically handlign Cancel buttons.
...
svn path=/trunk/netsurf/; revision=3225
2007-03-26 12:28:19 +00:00
Michael Drake
ba23e4b693
Update project URL.
...
svn path=/trunk/netsurf/; revision=3073
2006-11-27 15:35:18 +00:00
Richard Wilson
d5540f344d
Finish event based GUI system transiton and begin code cleanup.
...
svn path=/trunk/netsurf/; revision=2923
2006-09-06 14:46:18 +00:00
Richard Wilson
54950fad08
Add missing include
...
svn path=/trunk/netsurf/; revision=2763
2006-07-16 14:09:37 +00:00
John Mark Bell
25501c695e
Centralise keypress handling (download and query dialogs still need porting over to wimp_event)
...
Make core browser window invalidate caret callback on mouse clicks
svn path=/trunk/netsurf/; revision=2746
2006-07-13 21:57:35 +00:00
John Mark Bell
5adef63ac5
Localise configure icon strings when appropriate.
...
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
2006-06-20 21:35:33 +00:00
Adrian Lees
158b6e1835
[project @ 2006-02-01 17:34:36 by adrianl]
...
Use hash table for faster access to event_windows
svn path=/import/netsurf/; revision=2051
2006-02-01 17:34:36 +00:00
Richard Wilson
e87907a76d
[project @ 2006-01-03 01:38:20 by rjw]
...
Remove redundant code.
svn path=/import/netsurf/; revision=1973
2006-01-03 01:38:20 +00:00
Richard Wilson
9fb14f4d93
[project @ 2006-01-02 15:57:55 by rjw]
...
Only pass on selection changes.
svn path=/import/netsurf/; revision=1950
2006-01-02 15:57:55 +00:00
Richard Wilson
053793f851
[project @ 2006-01-02 04:08:11 by rjw]
...
Automatically tick selected items. Add menu selection handler.
svn path=/import/netsurf/; revision=1940
2006-01-02 04:08:11 +00:00
Richard Wilson
178c2f62fd
[project @ 2006-01-02 00:16:47 by rjw]
...
Move the caret out of shaded icons on _restore
svn path=/import/netsurf/; revision=1934
2006-01-02 00:16:47 +00:00
Richard Wilson
251763331d
[project @ 2005-12-31 04:06:40 by rjw]
...
Automated WIMP event handling functions.
svn path=/import/netsurf/; revision=1904
2005-12-31 04:06:40 +00:00