summaryrefslogtreecommitdiff
path: root/gtk/scaffolding.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove deprecated GDK usage except for in libsexyVincent Sanders2011-09-171-6/+3
* Port GTK front end's context menu handling to browser_window_get_contextual_c...Michael Drake2011-09-061-16/+16
* Remove gui_window_get_browser_window from core. Remove unused implementation...Michael Drake2011-09-051-43/+43
* GTK changes for core search update (r12646).Michael Drake2011-08-241-10/+9
* Fix selection for non-gui browser windows (iframes).Michael Drake2011-07-131-3/+3
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-301-3/+7
* New window opens with homepage, rather than current page.Michael Drake2011-06-041-1/+7
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-10/+0
* make gtk help menu entries actually do somethingVincent Sanders2011-03-151-3/+9
* Move schedule.h to utils/John Mark Bell2011-03-131-0/+1
* Purge nsgtk_plot_set_scale(), nsgtk_plot_get_scale() and nsgtk_plot_scale glo...Michael Drake2011-03-091-1/+0
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in de...Michael Drake2011-02-141-4/+6
* gtk can have *only* a single accelerator group attached or it goes bangVincent Sanders2011-02-011-4/+8
* fixup gtk source file namesVincent Sanders2011-01-291-0/+2541