summaryrefslogtreecommitdiff
path: root/riscos/search.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-475/+0
|
* remove unecessary utils includes from RISC OS frontendVincent Sanders2016-05-021-1/+0
|
* update RISC OS frontend to not use the depricated warn_user APIVincent Sanders2016-04-261-1/+1
|
* RISC OS: Fix search ignoring case sensitivity.Dave Higton2016-01-051-0/+2
|
* Improve Doxygen documentationVincent Sanders2014-11-081-1/+3
|
* Update the RISC OS frontend to cope with split operations table headersVincent Sanders2014-10-161-6/+7
|
* Correctly declare function as static and fix documentationVincent Sanders2014-09-071-2/+7
|
* Avoid include of browser_private.hMichael Drake2014-08-261-8/+19
|
* additional risc os header cleanupsVincent Sanders2014-06-051-4/+6
|
* Remove unused struct search_static_data members.Michael Drake2014-05-301-3/+1
|
* move page search gui callbacks to their own operations tableVincent Sanders2014-03-181-27/+15
|
* Front ends have no reason to include desktop/selection.h now.Michael Drake2013-05-101-1/+0
|
* Remove search context from browser window, simplify search interface for ↵Michael Drake2013-05-071-80/+51
| | | | | | | | | | | | | | | | | | | | | | front ends. Added content interface for search. Removed bw->cur_search search context. Desktop layer now does nothing except pass search requests from front end onto the bw's current_content via the content interface. Search API reduced to a pair of functions at each level: {desktop|content|html|textplain}_search and {desktop|content|html|textplain}_search_clear Updated front ends to use simplified search API. Only tested GTK and RO builds. These confine the search stuff to render/. However search still uses struct selection. The handling for which is still spread over desktop/ and render/. Also the render/search code itself still fiddles inside html and textplain privates.
* Move browser_window struct to private header. Places that shouldn't include ↵Michael Drake2012-08-221-0/+1
| | | | | | | | | | | | | | | | | it do, such as front end code. Frontends that have been updated to build: framebuffer gtk monkey riscos TODO: amiga atari beos cocoa windows
* Remove unused includes.Michael Drake2012-08-201-2/+0
|
* Clean up search gui callbacks.Michael Drake2012-08-141-1/+1
|
* Remove unused variable declaration.Steve Fryatt2011-11-201-1/+0
| | | | svn path=/trunk/netsurf/; revision=13154
* Remove unnecessary duplicate call to Wimp_OpenMenu.Steve Fryatt2011-11-201-8/+0
| | | | svn path=/trunk/netsurf/; revision=13153
* RISC OS changes for core search update (r12646).Michael Drake2011-08-241-43/+49
| | | | svn path=/trunk/netsurf/; revision=12651
* Merge branches/stevef/toolbars to trunk.Steve Fryatt2011-02-201-14/+45
| | | | svn path=/trunk/netsurf/; revision=11741
* 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