summaryrefslogtreecommitdiff
path: root/gtk/about.c
Commit message (Collapse)AuthorAgeFilesLines
* clean up gtk gui header usage and includesVincent Sanders2015-04-121-1/+1
|
* Change gtk about dialog construction to use the API as intended.Vincent Sanders2015-04-101-39/+47
| | | | | | | | | | The about dialog box construction was awkward and brittle using several depricated interfaces. This changes it to use a more generic dialog creation and uses the response API to simplify click processing. It would be even better to use the gtk about dialog but that is a more invasive change.
* Extend gtk compatability to fix more items depricated in GTK 3.10Vincent Sanders2015-04-091-12/+4
|
* Ensure the about dialog construction does not cause warningsVincent Sanders2015-04-091-9/+14
| | | | | The about dialog construction calls were missing a NULL sentinal which was causing warnings on GTK 3 builds.
* Update gtk compatability header to cope with deprication of stock icon interfaceVincent Sanders2015-04-081-1/+1
|
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-131-1/+1
| | | | | | | | | The netsurf.h header should *only* contain the registration, core initialisation and finalisation methods. Version information is best placed in its own header. Also remove any unneeded inclusion of this header limiting it to solely the places the relevant API is required.
* move about and preferences window handling to more sensible positionVincent Sanders2014-09-221-0/+151