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