summaryrefslogtreecommitdiff
path: root/gtk/dialogs
Commit message (Expand)AuthorAgeFilesLines
* remove unecessary includesVincent Sanders2014-02-031-19/+7
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-281-6/+6
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-251-8/+9
* split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-121-3/+1
* fix coverity 1109883Vincent Sanders2013-10-311-0/+1
* improve gtk source save to use gtk overwrite protection feature coverity 1109873Vincent Sanders2013-10-251-80/+55
* fix resource leak coverity 1109883Vincent Sanders2013-10-251-9/+17
* Add and use no proxy list optionVincent Sanders2013-06-041-0/+12
* move gtk frontend to use new options APIVincent Sanders2013-05-281-3/+3
* fix mismatched option name and variable namesVincent Sanders2013-05-281-1/+1
* move options includeVincent Sanders2013-05-282-2/+2
* fix theme adding dialogVincent Sanders2013-04-291-39/+51
* Remove another unused inuclude of render/textplain.h.Michael Drake2013-04-291-1/+0
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-182-6/+6
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-181-1/+19
* browser_window_navigate refactorVincent Sanders2013-02-181-2/+32
* implement the GTK preferances dialog with signalsVincent Sanders2013-01-013-1195/+1091
* restructure GTK frontend options dialog to be compiant with the gnome HIG and...Vincent Sanders2012-12-281-131/+231
* Move browser_window struct to private header. Places that shouldn't include i...Michael Drake2012-08-222-0/+2
* fix build on gtk 2.12Vincent Sanders2012-05-172-7/+7
* allow netsurf to build with gtk3Vincent Sanders2012-05-163-159/+172
* Fix a crash when opening Preferences panel and Choices file doesn't exist:François Revel2012-04-071-8/+12
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-222-212/+324
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-042-2/+2
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-032-2/+4
* add option to set tab positionVincent Sanders2011-09-261-1/+21
* reduce to a single global structure for glade file locationsVincent Sanders2011-09-241-1/+1
* compatability fix for recent gtk API deprecationVincent Sanders2011-06-071-21/+24
* fix close button having default focusVincent Sanders2011-03-131-2/+4
* gtk_dialog_set_has_separator is deprecated in GTK >= 2.21.8John Mark Bell2011-03-131-1/+2
* fix gtk about dialog to use about: to display credits and licenceVincent Sanders2011-03-131-56/+93
* fixup gtk source file namesVincent Sanders2011-01-296-13/+15
* Rationalise titles and styles of various GTK windowsRob Kendrick2010-12-051-2/+2
* Clean up how GTK frontend finds resourcesVincent Sanders2010-07-281-25/+22
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-282-22/+24
* slight, marginal and trifling nsgtk beautificationRob Kendrick2010-03-271-1/+1
* themesfolder is on stack. Do not free().John Mark Bell2009-12-181-3/+0
* Merge r9731:HEAD from branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-182-4/+18
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-174-146/+375
* Fix font config stuffJohn Mark Bell2009-07-241-2/+1
* Rework GTK options code to be less bug ridden. This fixes a bunch of buffer o...John Mark Bell2009-04-291-90/+98
* Update GTK about box to be more accurateRob Kendrick2009-04-231-2/+3
* Fixed pitch font for GTK source viewRob Kendrick2009-04-211-0/+4
* Much tidying, error checking, implementation hiding, etc.John Mark Bell2009-04-212-165/+211
* Check in missing files from previous commitRob Kendrick2009-04-202-0/+453
* Apply contributions from Mark Benjamin and Chris Tarnowski, with some reworki...Rob Kendrick2009-04-201-19/+168
* Squash some memory leaks.Sean Fox2009-01-291-2/+3
* A bit of tidying of the GTK options dialog code. Still not ideal, still not w...Daniel Silverstone2009-01-021-135/+160
* Ensure that unset string options do not crash when you try and set themDaniel Silverstone2008-10-181-1/+1
* Whole bunch of warning fixes in GTKRob Kendrick2008-10-092-3/+3