summaryrefslogtreecommitdiff
path: root/riscos/search.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix for new cache.Michael Drake2010-04-071-4/+5
| | | | svn path=/trunk/netsurf/; revision=10281
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-612/+201
| | | | svn path=/trunk/netsurf/; revision=9729
* Squash warnings.John Mark Bell2009-03-271-6/+8
| | | | svn path=/trunk/netsurf/; revision=6917
* Purge WITH_SEARCHJohn Mark Bell2009-02-221-2/+0
| | | | svn path=/trunk/netsurf/; revision=6604
* - Teached ro_gui_set_icon_string() and ro_gui_get_icon_string() about the ↵John Tytgat2008-08-051-3/+3
| | | | | | | | | | | | 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
* - Include utils/config.h before each WITH_* test entiry enabling/disabling ↵John Tytgat2008-07-261-6/+7
| | | | | | | | | | the object file. - Add same test in corresponding header file (if there is one) - riscos/uri.c: include riscos/uri.h and have function definitions matching the declarations. - Disable PDF debug logging. svn path=/trunk/netsurf/; revision=4769
* - Compiler warning squashJohn Tytgat2008-07-261-2/+0
| | | | | | | - Changed a lineending \n\r -> \n for a couple of files. - More code style conformance. svn path=/trunk/netsurf/; revision=4762
* Fix recursion when search string is pure wildcardAdrian Lees2007-10-151-2/+5
| | | | svn path=/trunk/netsurf/; revision=3633
* 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-14/+14
| | | | | | | | | | | | | | 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
* Remove collusion between window, menus and search code in order to clear John Mark Bell2007-03-261-42/+82
| | | | | | | | search selection state - this should happen automagically through wimp_event callbacks now. Also tidy search.c so I can read it better ;) svn path=/trunk/netsurf/; revision=3227
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* Fix case of NotFound messageAdrian Lees2006-09-161-1/+1
| | | | svn path=/trunk/netsurf/; revision=2954
* Centralise keypress handling (download and query dialogs still need porting ↵John Mark Bell2006-07-131-9/+9
| | | | | | | | over to wimp_event) Make core browser window invalidate caret callback on mouse clicks svn path=/trunk/netsurf/; revision=2746
* [project @ 2006-02-15 23:14:51 by adrianl]Adrian Lees2006-02-151-64/+163
| | | | | | Late arrival svn path=/import/netsurf/; revision=2083
* [project @ 2006-02-12 21:23:21 by adrianl]Adrian Lees2006-02-121-52/+104
| | | | | | Show all matches svn path=/import/netsurf/; revision=2076
* [project @ 2006-01-25 17:28:29 by rjw]Richard Wilson2006-01-251-4/+8
| | | | | | Implement feature request 1365051. svn path=/import/netsurf/; revision=2043
* [project @ 2005-12-31 05:17:44 by rjw]Richard Wilson2005-12-311-7/+4
| | | | | | Create recent search menu correctly. svn path=/import/netsurf/; revision=1922
* [project @ 2005-12-31 04:42:17 by rjw]Richard Wilson2005-12-311-51/+149
| | | | | | Use new wimp_event system. Recent search menu [incomplete]. svn path=/import/netsurf/; revision=1917
* [project @ 2005-07-30 15:11:22 by adrianl]Adrian Lees2005-07-301-7/+3
| | | | | | Fix removal of 'Not found' message for non-RO5 systems svn path=/import/netsurf/; revision=1829
* [project @ 2005-07-20 23:27:27 by adrianl]Adrian Lees2005-07-201-0/+4
| | | | | | 2D scrolling of text areas/frames; First cut at selection in textareas; Further text editing actions (Word left/right; Page up/down; Cut block; Delete line start/end) svn path=/import/netsurf/; revision=1812
* [project @ 2005-07-19 03:56:17 by adrianl]Adrian Lees2005-07-191-104/+98
| | | | | | Search-as-you-type svn path=/import/netsurf/; revision=1805
* [project @ 2005-04-22 00:58:05 by adrianl]Adrian Lees2005-04-221-2/+4
| | | | | | No selection when searching on non-html content svn path=/import/netsurf/; revision=1677
* [project @ 2005-04-17 23:32:09 by adrianl]Adrian Lees2005-04-171-9/+24
| | | | | | better keyboard support for scale and find dialogs svn path=/import/netsurf/; revision=1665
* [project @ 2005-04-17 04:13:13 by adrianl]Adrian Lees2005-04-171-8/+19
| | | | | | Multiple matches per box svn path=/import/netsurf/; revision=1658
* [project @ 2005-04-17 03:30:35 by adrianl]Adrian Lees2005-04-171-19/+112
| | | | | | Search text highlighting in browser windows svn path=/import/netsurf/; revision=1657
* [project @ 2005-04-07 20:46:22 by rjw]Richard Wilson2005-04-071-20/+3
| | | | | | Update to the way menus are handled. Various GUI bug fixes. svn path=/import/netsurf/; revision=1603
* [project @ 2005-03-25 14:25:25 by adrianl]Adrian Lees2005-03-251-31/+109
| | | | | | Removed string copying and added wildcard matching. svn path=/import/netsurf/; revision=1582
* [project @ 2004-10-17 21:16:00 by bursa]James Bursa2004-10-171-1/+1
| | | | | | Move to use plotters. Replace html.layout->children with html.layout. svn path=/import/netsurf/; revision=1318
* [project @ 2004-08-05 22:38:26 by jmb]John Mark Bell2004-08-051-10/+12
| | | | | | Fix bug relating to window contents changing svn path=/import/netsurf/; revision=1184
* [project @ 2004-08-05 22:03:56 by jmb]John Mark Bell2004-08-051-78/+181
| | | | | | Tidy up and bugfix search implementation svn path=/import/netsurf/; revision=1183
* [project @ 2004-08-05 20:32:00 by jmb]John Mark Bell2004-08-051-0/+296
Text search. Press F4 to access it svn path=/import/netsurf/; revision=1182