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
John Mark Bell
b82546a39f
Probably fix crash on clicking in url completion dialogue.
...
URL completion really needs revisiting, as it's full of side effects and has weird and wonderful interactions with other parts of the system.
svn path=/trunk/netsurf/; revision=3535
2007-08-29 00:27:52 +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
Michael Drake
ba23e4b693
Update project URL.
...
svn path=/trunk/netsurf/; revision=3073
2006-11-27 15:35:18 +00:00
John Mark Bell
1decf851aa
Fix URL completion keypress handling
...
svn path=/trunk/netsurf/; revision=2748
2006-07-13 22:50:48 +00:00
Richard Wilson
652f594cbb
Further url completion fixes
...
svn path=/trunk/netsurf/; revision=2744
2006-07-13 21:28:07 +00:00
Richard Wilson
1fcceb72f6
Fix url completion
...
svn path=/trunk/netsurf/; revision=2743
2006-07-13 19:48:45 +00:00
John Mark Bell
cc226c0293
Make URL completion ignore unvisited URLs
...
svn path=/trunk/netsurf/; revision=2621
2006-06-15 15:47:34 +00:00
Richard Wilson
c7f77b0165
Finish history cloning.
...
svn path=/trunk/netsurf/; revision=2547
2006-04-22 18:24:18 +00:00
John Mark Bell
e0ba508992
Store URLs explicitly in URL database for faster access.
...
Iteration callbacks now passed url_data struct to remove need to look up
svn path=/trunk/netsurf/; revision=2522
2006-04-11 02:39:55 +00:00
John Mark Bell
c09eb457df
Unify information databases
...
svn path=/trunk/netsurf/; revision=2519
2006-04-09 23:21:13 +00:00
Richard Wilson
25a995931d
[project @ 2006-03-04 20:46:35 by rjw]
...
Continue work towards favicon support.
svn path=/import/netsurf/; revision=2104
2006-03-04 20:46:35 +00:00
Richard Wilson
5dff5b7a3c
[project @ 2006-01-01 13:58:31 by rjw]
...
Re-introduce clicking in URL completion window
svn path=/import/netsurf/; revision=1925
2006-01-01 13:58:31 +00:00
Richard Wilson
d1094d1238
[project @ 2005-12-31 04:40:48 by rjw]
...
Use new wimp_event system.
svn path=/import/netsurf/; revision=1916
2005-12-31 04:40:49 +00:00
Richard Wilson
b83f2c20b6
[project @ 2005-04-27 20:48:55 by rjw]
...
Don't close when other windows are resized.
svn path=/import/netsurf/; revision=1690
2005-04-27 20:48:55 +00:00
Richard Wilson
019043df82
[project @ 2005-04-27 00:02:02 by rjw]
...
Remove NULL read for no matching URLs
svn path=/import/netsurf/; revision=1687
2005-04-27 00:02:02 +00:00
Richard Wilson
36b513ccce
[project @ 2005-04-05 18:52:00 by rjw]
...
Fix reading from zero-page.
svn path=/import/netsurf/; revision=1601
2005-04-05 18:52:00 +00:00
Richard Wilson
07ae1a1ec9
[project @ 2005-02-09 00:16:38 by rjw]
...
Make URL completion only respond to Adjust clicks once.
svn path=/import/netsurf/; revision=1509
2005-02-09 00:16:38 +00:00
Richard Wilson
db41dc3dac
[project @ 2005-02-07 14:28:43 by rjw]
...
Initial work for global history (currently incomplete)
svn path=/import/netsurf/; revision=1497
2005-02-07 14:28:43 +00:00
Richard Wilson
b07582615b
[project @ 2005-02-04 18:07:27 by rjw]
...
Adjust clicking on a suggested URL filters to the prefix and doesn't launch.
svn path=/import/netsurf/; revision=1491
2005-02-04 18:07:27 +00:00
Richard Wilson
097b8e5bcd
[project @ 2005-02-04 03:02:15 by rjw]
...
Make URL completion less intrusive, fix incorrect horizontal clipping of vertical scrollbar.
svn path=/import/netsurf/; revision=1490
2005-02-04 03:02:15 +00:00
Richard Wilson
2affb76944
[project @ 2005-02-03 13:18:22 by rjw]
...
Implementation of URL suggestion
svn path=/import/netsurf/; revision=1488
2005-02-03 13:18:22 +00:00