summaryrefslogtreecommitdiff
path: root/gtk/dialogs/options.c
Commit message (Collapse)AuthorAgeFilesLines
* implement the GTK preferances dialog with signalsVincent Sanders2013-01-011-1184/+0
|
* 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-221-0/+1
| | | | | | | | | | | | | | | | | it do, such as front end code. Frontends that have been updated to build: framebuffer gtk monkey riscos TODO: amiga atari beos cocoa windows
* allow netsurf to build with gtk3Vincent Sanders2012-05-161-17/+19
| | | | 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-221-210/+323
| | | | svn path=/trunk/netsurf/; revision=13548
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=13236
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-1/+2
| | | | 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
* fixup gtk source file namesVincent Sanders2011-01-291-0/+940
svn path=/trunk/netsurf/; revision=11529