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