summaryrefslogtreecommitdiff
path: root/gtk/scaffolding.c
Commit message (Expand)AuthorAgeFilesLines
* Use browser_window URL accessor.Michael Drake2014-02-081-6/+7
* Simplify browser_window_refresh_url_bar.Michael Drake2014-02-081-5/+1
* reduce desktop/browser.h unecessary includesVincent Sanders2014-02-031-0/+1
* remove unecessary includesVincent Sanders2014-02-031-27/+13
* split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-121-3/+2
* fix leak in error path (coverity 1109889)Vincent Sanders2013-11-061-1/+2
* fix memory leak in error path (coverity 1109889)Vincent Sanders2013-11-031-12/+7
* fix gtk title setting to cope with null titles coverity 1109897Vincent Sanders2013-10-251-10/+30
* fix coverity 1109906 uninitialised pointer readVincent Sanders2013-10-251-1/+1
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-021-2/+2
* Move old hotlist out of the way.Michael Drake2013-08-131-2/+2
* s/history_core/local_history/Michael Drake2013-07-101-1/+1
* completely rework scaffolding window destruction using gtkwidget destroy signalsVincent Sanders2013-06-281-62/+65
* add new tab tabVincent Sanders2013-06-271-23/+19
* fix status/toolbar bottom split position and setting user option in gtkVincent Sanders2013-06-251-35/+28
* move gtk frontend to use new options APIVincent Sanders2013-05-281-1/+1
* fix mismatched option name and variable namesVincent Sanders2013-05-281-1/+1
* move options includeVincent Sanders2013-05-281-1/+1
* 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 fron...Michael Drake2013-05-071-5/+5
* A load of refactoring of how content selection and input work.Michael Drake2013-02-221-6/+8
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-22/+22
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-181-24/+84
* browser_window_navigate refactorVincent Sanders2013-02-181-25/+132
* Update GTK front end to implement new clipboard API.Michael Drake2013-01-081-3/+3
* implement the GTK preferances dialog with signalsVincent Sanders2013-01-011-8/+7
* Port save complete to libdom.John-Mark Bell2012-11-031-2/+1
* Remove unnecessary libxml includes from GTK includesDaniel Silverstone2012-10-111-1/+0
* Move browser_window struct to private header. Places that shouldn't include i...Michael Drake2012-08-221-1/+1
* Don't need to set everything to zero since it's staticMichael Drake2012-08-201-2/+1
* Allow the presence of form inputs to be obtained without knowledge of html co...Michael Drake2012-08-201-1/+2
* Remove unused includes.Michael Drake2012-08-201-1/+0
* Use proper function for dumping box tree.Michael Drake2012-08-201-7/+1
* fix build on gtk 2.12Vincent Sanders2012-05-171-5/+5
* allow netsurf to build with gtk3Vincent Sanders2012-05-161-23/+75
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-34/+49
* fix favicon displayVincent Sanders2012-02-211-41/+50
* fix the popup menu entry signal attaching to attach the correct handler funct...Vincent Sanders2012-02-081-21/+21
* ensure favicon is correctly setVincent Sanders2011-12-311-2/+4
* load default favicon once Vincent Sanders2011-12-311-4/+2
* only use libsexy entry widget prior to gtk 2.16Vincent Sanders2011-12-301-60/+32
* Change GTK plotting to use cairo surfaces throughoutVincent Sanders2011-12-301-27/+36
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-231-0/+1
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-7/+7
* Ensure the GTK UI closes all its scaffoldings before exiting.Daniel Silverstone2011-10-091-0/+2
* fix ico handler to actually decode to bitmap when called via get_internalVincent Sanders2011-10-071-2/+4
* initial favicon supportVincent Sanders2011-10-061-7/+2
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-6/+7
* clean up gtk tabs argument types to avoid uncessary castingVincent Sanders2011-09-261-1/+1
* reduce to a single global structure for glade file locationsVincent Sanders2011-09-241-1/+1