summaryrefslogtreecommitdiff
path: root/amiga/search.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove search context from browser window, simplify search interface for ↵Michael Drake2013-05-071-19/+9
| | | | | | | | | | | | | | | | | | | | | | 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.
* We are opening on a public screen, not a custom screen (even our own screen ↵Chris Young2013-03-201-7/+7
| | | | is a public screen)
* Entering the search string now find the first occurence immediatelyChris Young2013-01-181-19/+20
|
* Activate the find window's string gadget on openChris Young2013-01-181-0/+3
|
* Track the mouse pointer on a per-window basisChris Young2013-01-061-5/+6
|
* Remove unused code.Michael Drake2012-08-201-15/+0
|
* Clean up search gui callbacks.Michael Drake2012-08-141-1/+1
|
* Amiga changes for core search update (r12646). Note: untested.Michael Drake2011-08-241-26/+14
| | | | svn path=/trunk/netsurf/; revision=12650
* Fix warningsChris Young2011-07-231-15/+19
| | | | svn path=/trunk/netsurf/; revision=12616
* First pass of AmigaOS 3 compatibilityJohn Mark Bell2010-12-301-0/+1
| | | | svn path=/trunk/netsurf/; revision=11155
* Activate browser window after search, otherwise it doesn't get IntuiTicks ↵Chris Young2010-05-161-0/+2
| | | | | | | | events so won't scroll to the search term. svn path=/trunk/netsurf/; revision=10552
* Changes required for new-cacheChris Young2010-03-281-3/+3
| | | | svn path=/trunk/netsurf/; revision=10186
* Fix compilationChris Young2009-12-181-4/+4
| | | | svn path=/trunk/netsurf/; revision=9734
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-613/+190
| | | | svn path=/trunk/netsurf/; revision=9729
* First attempt at Amiga text search function based on RISC OS code.Chris Young2008-12-131-0/+795
Needs some improvements: - add case sensitive, show all options - add search history - use AmigaOS pattern matching svn path=/trunk/netsurf/; revision=5902