summaryrefslogtreecommitdiff
path: root/gtk/dialogs
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | block_ads should be block_advertisments to match option name toolbar_status_width should be toolbar_status_size to match option name
* 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 ↵Vincent Sanders2012-12-281-131/+231
| | | | and actually work
* Move browser_window struct to private header. Places that shouldn't include ↵Michael Drake2012-08-222-0/+2
| | | | | | | | | | | | | | | | | it do, such as front end code. Frontends that have been updated to build: framebuffer gtk monkey riscos TODO: amiga atari beos cocoa windows
* fix build on gtk 2.12Vincent Sanders2012-05-172-7/+7
| | | | svn path=/trunk/netsurf/; revision=13927
* allow netsurf to build with gtk3Vincent Sanders2012-05-163-159/+172
| | | | svn path=/trunk/netsurf/; revision=13926
* Fix a crash when opening Preferences panel and Choices file doesn't exist:François Revel2012-04-071-8/+12
| | | | | | | - add missing strdup(), - fix free() vs g_free() mixups. svn path=/trunk/netsurf/; revision=13824
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-222-212/+324
| | | | svn path=/trunk/netsurf/; revision=13548
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-042-2/+2
| | | | svn path=/trunk/netsurf/; revision=13236
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-032-2/+4
| | | | svn path=/trunk/netsurf/; revision=12926
* add option to set tab positionVincent Sanders2011-09-261-1/+21
| | | | svn path=/trunk/netsurf/; revision=12896
* reduce to a single global structure for glade file locationsVincent Sanders2011-09-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=12872
* compatability fix for recent gtk API deprecationVincent Sanders2011-06-071-21/+24
| | | | svn path=/trunk/netsurf/; revision=12469
* fix close button having default focusVincent Sanders2011-03-131-2/+4
| | | | svn path=/trunk/netsurf/; revision=12010
* gtk_dialog_set_has_separator is deprecated in GTK >= 2.21.8John Mark Bell2011-03-131-1/+2
| | | | svn path=/trunk/netsurf/; revision=12009
* fix gtk about dialog to use about: to display credits and licenceVincent Sanders2011-03-131-56/+93
| | | | svn path=/trunk/netsurf/; revision=12006
* fixup gtk source file namesVincent Sanders2011-01-296-13/+15
| | | | svn path=/trunk/netsurf/; revision=11529
* Rationalise titles and styles of various GTK windowsRob Kendrick2010-12-051-2/+2
| | | | svn path=/trunk/netsurf/; revision=11002
* Clean up how GTK frontend finds resourcesVincent Sanders2010-07-281-25/+22
| | | | svn path=/trunk/netsurf/; revision=10668
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-282-22/+24
| | | | svn path=/trunk/netsurf/; revision=10180
* slight, marginal and trifling nsgtk beautificationRob Kendrick2010-03-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=10157
* themesfolder is on stack. Do not free().John Mark Bell2009-12-181-3/+0
| | | | svn path=/trunk/netsurf/; revision=9739
* Merge r9731:HEAD from branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-182-4/+18
| | | | svn path=/trunk/netsurf/; revision=9737
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-174-146/+375
| | | | svn path=/trunk/netsurf/; revision=9729
* Fix font config stuffJohn Mark Bell2009-07-241-2/+1
| | | | svn path=/trunk/netsurf/; revision=8765
* Rework GTK options code to be less bug ridden. This fixes a bunch of buffer ↵John Mark Bell2009-04-291-90/+98
| | | | | | | | overflows and memory leaks. Additionally, don't bother calculating the default toolbar button type here -- it will already be determined the first time that a browser window is opened (i.e. before the preferences dialog can be opened, anyway). Remove loads of trailing whitespace from every line in the gtk languages file. svn path=/trunk/netsurf/; revision=7370
* Update GTK about box to be more accurateRob Kendrick2009-04-231-2/+3
| | | | svn path=/trunk/netsurf/; revision=7258
* Fixed pitch font for GTK source viewRob Kendrick2009-04-211-0/+4
| | | | svn path=/trunk/netsurf/; revision=7147
* Much tidying, error checking, implementation hiding, etc.John Mark Bell2009-04-212-165/+211
| | | | svn path=/trunk/netsurf/; revision=7145
* Check in missing files from previous commitRob Kendrick2009-04-202-0/+453
| | | | svn path=/trunk/netsurf/; revision=7139
* Apply contributions from Mark Benjamin and Chris Tarnowski, with some ↵Rob Kendrick2009-04-201-19/+168
| | | | | | reworking from me. Beware; glade nastyness ahead. svn path=/trunk/netsurf/; revision=7136
* Squash some memory leaks.Sean Fox2009-01-291-2/+3
| | | | svn path=/trunk/netsurf/; revision=6290
* A bit of tidying of the GTK options dialog code. Still not ideal, still not ↵Daniel Silverstone2009-01-021-135/+160
| | | | | | warning free. svn path=/trunk/netsurf/; revision=5951
* Ensure that unset string options do not crash when you try and set themDaniel Silverstone2008-10-181-1/+1
| | | | svn path=/trunk/netsurf/; revision=5591
* Whole bunch of warning fixes in GTKRob Kendrick2008-10-092-3/+3
| | | | svn path=/trunk/netsurf/; revision=5521
* Fix warnings in gtk_option.c - this code needs *serious* refactoring to ↵Rob Kendrick2008-10-091-65/+175
| | | | | | remove crackful macros that unbalance braces. svn path=/trunk/netsurf/; revision=5519
* Style guide formatting: indentation, 80 char width, 2 tabs after wrap.Michael Drake2008-10-091-26/+35
| | | | svn path=/trunk/netsurf/; revision=5518
* Fix braino in previous commitRob Kendrick2008-10-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=5517
* Fix warning in gtk_about.c, reformatRob Kendrick2008-10-091-13/+25
| | | | svn path=/trunk/netsurf/; revision=5516