summaryrefslogtreecommitdiff
path: root/gtk/theme.c
Commit message (Collapse)AuthorAgeFilesLines
* completely remove remaining GTK theme codeVincent Sanders2016-03-091-252/+0
| | | | | Removes the theme code from GTK by moving the small remaining parts to being implementation details within the toolbar implementation.
* remove theme optionVincent Sanders2016-03-081-2/+1
|
* Initial pass removing gtk frontend theme codeVincent Sanders2016-03-081-616/+12
|
* move the container code to gtk directory as its only ever used there.Vincent Sanders2016-01-191-1/+1
|
* Change LOG() macro to be varadicVincent Sanders2015-05-281-1/+1
| | | | | | | | | | | | This changes the LOG macro to be varadic removing the need for all callsites to have double bracketing and allows for future improvement on how we use the logging macros. The callsites were changed with coccinelle and the changes checked by hand. Compile tested for several frontends but not all. A formatting annotation has also been added which allows the compiler to check the parameters and types passed to the logging.
* cope with deprication of image menus in GTK 3.10Vincent Sanders2015-04-101-3/+3
|
* remove no longer required gtk_dialog_get_action_area compatability interfaceVincent Sanders2015-04-101-3/+10
|
* Update gtk compatability header to cope with deprication of stock icon interfaceVincent Sanders2015-04-081-34/+36
|
* Doxygen cleanupsVincent Sanders2014-11-121-2/+5
|
* Doxygen warning fixesVincent Sanders2014-11-101-1/+4
|
* move themse install to its own headerVincent Sanders2014-11-061-0/+1
|
* check stat return value (fixes coverity 1109842)Vincent Sanders2014-11-041-2/+2
|
* move about and preferences window handling to more sensible positionVincent Sanders2014-09-221-1/+1
|
* clean up gtk scaffolding interface, remove lots of cruft and globalsVincent Sanders2014-07-271-2/+3
|
* remove unnecessary includesVincent Sanders2014-02-011-5/+8
|
* Remove asserts for default cases from all content message handlers; this is ↵Rob Kendrick2014-01-051-12/+2
| | | | laborious and is no longer useful for catching bugs.
* move options includeVincent Sanders2013-05-281-1/+1
|
* implement the GTK preferances dialog with signalsVincent Sanders2013-01-011-19/+33
|
* fix build on gtk 2.12Vincent Sanders2012-05-171-1/+3
| | | | svn path=/trunk/netsurf/; revision=13927
* allow netsurf to build with gtk3Vincent Sanders2012-05-161-1/+1
| | | | svn path=/trunk/netsurf/; revision=13926
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-3/+3
| | | | svn path=/trunk/netsurf/; revision=13548
* refactor to fix warning about out of range enumsVincent Sanders2011-08-131-393/+438
| | | | | | | | split default image finding for toolbar and findbar reorder to avoid forward declarations refactor macros to be *slightly* less awful svn path=/trunk/netsurf/; revision=12640
* fixup gtk source file namesVincent Sanders2011-01-291-0/+786
svn path=/trunk/netsurf/; revision=11529