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