summaryrefslogtreecommitdiff
path: root/gtk/toolbar.c
Commit message (Collapse)AuthorAgeFilesLines
* Avoid includes of desktop/browser_private.h and content/hlcache.hMichael Drake2014-02-081-10/+4
|
* Simplify browser_window_refresh_url_bar.Michael Drake2014-02-081-8/+1
| | | | Reduces front end need to access bw internals.
* reduce desktop/browser.h unecessary includesVincent Sanders2014-02-031-0/+1
|
* split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-121-2/+2
|
* fix resource leak coverity 1109884Vincent Sanders2013-10-251-0/+1
|
* trivial docuemntation cleanups to address some of the huge number of ↵Vincent Sanders2012-10-081-1/+1
| | | | docuemntation warnings
* 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
* allow netsurf to build with gtk3Vincent Sanders2012-05-161-20/+28
| | | | svn path=/trunk/netsurf/; revision=13926
* load default favicon once Vincent Sanders2011-12-311-7/+3
| | | | svn path=/trunk/netsurf/; revision=13357
* only use libsexy entry widget prior to gtk 2.16Vincent Sanders2011-12-301-20/+17
| | | | svn path=/trunk/netsurf/; revision=13356
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-2/+2
| | | | svn path=/trunk/netsurf/; revision=13236
* reduce to a single global structure for glade file locationsVincent Sanders2011-09-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=12872
* Remove gui_window_get_browser_window from core. Remove unused ↵Michael Drake2011-09-051-5/+5
| | | | | | 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
* fixup gtk source file namesVincent Sanders2011-01-291-0/+1113
svn path=/trunk/netsurf/; revision=11529