summaryrefslogtreecommitdiff
path: root/gtk/dialogs/about.c
Commit message (Collapse)AuthorAgeFilesLines
* move about and preferences window handling to more sensible positionVincent Sanders2014-09-221-151/+0
|
* use gtk completion variable and remove uneeded include of netsurf.hVincent Sanders2014-09-221-2/+3
|
* stop gtk about dialog forcing navigation of existing browsing contextsVincent Sanders2014-07-271-43/+37
|
* 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-101-4/+4
| | | | browser_window_navigate flags.
* reduce desktop/browser.h unecessary includesVincent Sanders2014-02-031-1/+2
|
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-4/+4
|
* browser_window_navigate refactorVincent Sanders2013-02-181-2/+32
|
* fix build on gtk 2.12Vincent Sanders2012-05-171-5/+5
| | | | svn path=/trunk/netsurf/; revision=13927
* allow netsurf to build with gtk3Vincent Sanders2012-05-161-6/+8
| | | | svn path=/trunk/netsurf/; revision=13926
* 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-291-0/+85
svn path=/trunk/netsurf/; revision=11529