summaryrefslogtreecommitdiff
path: root/gtk/search.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-245/+0
|
* remove unecessary utils includes from gtk frontendVincent Sanders2016-05-021-1/+0
|
* update gtk to stop using depricated warn_user APIVincent Sanders2016-04-261-1/+2
|
* Improve Doxygen documentationVincent Sanders2014-11-081-2/+2
|
* Update gtk frontend to cope with split operations table headersVincent Sanders2014-10-161-4/+4
|
* clean up gtk scaffolding interface, remove lots of cruft and globalsVincent Sanders2014-07-271-18/+20
|
* Completely re-write web search provider handlingVincent Sanders2014-05-251-7/+23
|
* move page search gui callbacks to their own operations tableVincent Sanders2014-03-181-51/+27
|
* Fix gtk web page searchingVincent Sanders2014-03-181-69/+57
|
* Don't use bw internals.Michael Drake2014-02-081-19/+19
|
* 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-18/+10
| | | | | | | | | | | | | | | | | | | | | | 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-1/+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 a bunch of unused includes.Michael Drake2012-08-201-2/+0
|
* Clean up search gui callbacks.Michael Drake2012-08-141-1/+1
|
* allow netsurf to build with gtk3Vincent Sanders2012-05-161-2/+3
| | | | svn path=/trunk/netsurf/; revision=13926
* Remove search init function.Michael Drake2012-01-061-22/+9
| | | | svn path=/trunk/netsurf/; revision=13391
* Search-as-you-type.Michael Drake2012-01-061-2/+16
| | | | svn path=/trunk/netsurf/; revision=13385
* Remove gui_window_get_browser_window from core. Remove unused ↵Michael Drake2011-09-051-7/+7
| | | | | | implementations from front ends. Rename the GTK front end implementation to nsgtk_get_browser_window and change the GTK front end to use that. svn path=/trunk/netsurf/; revision=12737
* GTK changes for core search update (r12646).Michael Drake2011-08-241-8/+14
| | | | svn path=/trunk/netsurf/; revision=12647
* fixup gtk source file namesVincent Sanders2011-01-291-0/+266
svn path=/trunk/netsurf/; revision=11529