summaryrefslogtreecommitdiff
path: root/gtk/dialogs
Commit message (Expand)AuthorAgeFilesLines
* fix disc cache size option to be unsignedVincent Sanders2014-06-091-1/+22
* Use search provider iterator to populate preferences dialogDaniel Silverstone2014-06-031-2/+18
* rework path to url mapping functions to convert from and to nsurlVincent Sanders2014-05-261-15/+7
* Completely re-write web search provider handlingVincent Sanders2014-05-251-23/+3
* refactor url utility functions to use standard nserror codes and have appropr...Vincent Sanders2014-05-081-2/+2
* add file operations table and make all frontends use it.Vincent Sanders2014-05-071-9/+9
* make GTK configuration handling conform to XDG specification.Vincent Sanders2014-04-281-5/+26
* Make browser_window_navigate (un)verifiable flag match browser_window_create.Michael Drake2014-02-101-4/+2
* Allow tab creation without history clone. Changes browser_window_create and ...Michael Drake2014-02-102-6/+5
* Use clean accessor for bw URL.Michael Drake2014-02-081-2/+1
* Remove includes of browser_private.h and hlcache.hMichael Drake2014-02-081-9/+2
* reduce desktop/browser.h unecessary includesVincent Sanders2014-02-033-4/+10
* 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