summaryrefslogtreecommitdiff
path: root/riscos/url_complete.c
Commit message (Collapse)AuthorAgeFilesLines
* Move all mouse tracking into ro_mouse module.Steve Fryatt2013-09-081-1/+16
| | | | | | Add Pointer Entering Window events to wimp_event module and add handlers to all modules requiring mouse tracking. Updated: Treeview, URL Complete, History and GUI Window. Delete all handling for Pointer Entering/Leaving from ro_gui.
* move options includeVincent Sanders2013-05-281-1/+1
|
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-2/+2
|
* browser_window_navigate refactorVincent Sanders2013-02-181-5/+10
|
* Fix up ripples from urldb change.Michael Drake2012-10-111-19/+22
|
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-2/+2
| | | | svn path=/trunk/netsurf/; revision=13548
* Merge branches/stevef/toolbars to trunk.Steve Fryatt2011-02-201-120/+98
| | | | svn path=/trunk/netsurf/; revision=11741
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-4/+2
| | | | svn path=/trunk/netsurf/; revision=10865
* Whoops. Lose spurious ')'.John Mark Bell2009-05-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=7646
* Simplify codeJohn Mark Bell2009-05-301-2/+1
| | | | svn path=/trunk/netsurf/; revision=7644
* Ensure we don't read beyond the end of the array of available matches. Set ↵John Mark Bell2009-05-291-3/+9
| | | | | | any remaining saved pointers to NULL. svn path=/trunk/netsurf/; revision=7641
* More permitted aliasingJohn Mark Bell2009-03-271-2/+3
| | | | svn path=/trunk/netsurf/; revision=6947
* Squash warningJohn Mark Bell2009-03-271-1/+2
| | | | svn path=/trunk/netsurf/; revision=6909
* - C strings have always an implicit NUL character at the end, no need to ↵John Tytgat2009-02-011-1/+1
| | | | | | | | specify an extra one. - riscos/configure/con_theme.c: removed spurious code line. svn path=/trunk/netsurf/; revision=6331
* - Teached ro_gui_set_icon_string() and ro_gui_get_icon_string() about the ↵John Tytgat2008-08-051-8/+8
| | | | | | | | | | | | 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
* s/wchar_t/uint32_t/gJohn Mark Bell2008-05-161-2/+1
| | | | | | 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
* Probably fix crash on clicking in url completion dialogue.John Mark Bell2007-08-291-3/+13
| | | | | | 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
* 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-10/+10
| | | | | | | | | | | | | | 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
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* Fix URL completion keypress handlingJohn Mark Bell2006-07-131-11/+13
| | | | svn path=/trunk/netsurf/; revision=2748
* Further url completion fixesRichard Wilson2006-07-131-10/+7
| | | | svn path=/trunk/netsurf/; revision=2744
* Fix url completionRichard Wilson2006-07-131-1/+4
| | | | svn path=/trunk/netsurf/; revision=2743
* Make URL completion ignore unvisited URLsJohn Mark Bell2006-06-151-2/+8
| | | | svn path=/trunk/netsurf/; revision=2621
* Finish history cloning.Richard Wilson2006-04-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=2547
* Store URLs explicitly in URL database for faster access.John Mark Bell2006-04-111-27/+7
| | | | | | Iteration callbacks now passed url_data struct to remove need to look up svn path=/trunk/netsurf/; revision=2522
* Unify information databasesJohn Mark Bell2006-04-091-84/+190
| | | | svn path=/trunk/netsurf/; revision=2519
* [project @ 2006-03-04 20:46:35 by rjw]Richard Wilson2006-03-041-16/+40
| | | | | | Continue work towards favicon support. svn path=/import/netsurf/; revision=2104
* [project @ 2006-01-01 13:58:31 by rjw]Richard Wilson2006-01-011-39/+33
| | | | | | Re-introduce clicking in URL completion window svn path=/import/netsurf/; revision=1925
* [project @ 2005-12-31 04:40:48 by rjw]Richard Wilson2005-12-311-1/+1
| | | | | | Use new wimp_event system. svn path=/import/netsurf/; revision=1916
* [project @ 2005-04-27 20:48:55 by rjw]Richard Wilson2005-04-271-4/+13
| | | | | | Don't close when other windows are resized. svn path=/import/netsurf/; revision=1690
* [project @ 2005-04-27 00:02:02 by rjw]Richard Wilson2005-04-271-2/+2
| | | | | | Remove NULL read for no matching URLs svn path=/import/netsurf/; revision=1687
* [project @ 2005-04-05 18:52:00 by rjw]Richard Wilson2005-04-051-3/+4
| | | | | | Fix reading from zero-page. svn path=/import/netsurf/; revision=1601
* [project @ 2005-02-09 00:16:38 by rjw]Richard Wilson2005-02-091-5/+7
| | | | | | Make URL completion only respond to Adjust clicks once. svn path=/import/netsurf/; revision=1509
* [project @ 2005-02-07 14:28:43 by rjw]Richard Wilson2005-02-071-1/+4
| | | | | | Initial work for global history (currently incomplete) svn path=/import/netsurf/; revision=1497
* [project @ 2005-02-04 18:07:27 by rjw]Richard Wilson2005-02-041-3/+12
| | | | | | Adjust clicking on a suggested URL filters to the prefix and doesn't launch. svn path=/import/netsurf/; revision=1491
* [project @ 2005-02-04 03:02:15 by rjw]Richard Wilson2005-02-041-7/+42
| | | | | | Make URL completion less intrusive, fix incorrect horizontal clipping of vertical scrollbar. svn path=/import/netsurf/; revision=1490
* [project @ 2005-02-03 13:18:22 by rjw]Richard Wilson2005-02-031-0/+558
Implementation of URL suggestion svn path=/import/netsurf/; revision=1488