summaryrefslogtreecommitdiff
path: root/gtk/preferences.c
Commit message (Collapse)AuthorAgeFilesLines
* Change LOG() macro to be varadicVincent Sanders2015-05-281-5/+5
| | | | | | | | | | | | 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.
* clean up gtk gui header usage and includesVincent Sanders2015-04-121-0/+1
|
* Refactor GTK toolbar handling to correctly cope with text labelsVincent Sanders2015-04-121-33/+3
|
* Update gtk compatability header to cope with deprication of stock icon interfaceVincent Sanders2015-04-081-2/+2
|
* move about and preferences window handling to more sensible positionVincent Sanders2014-09-221-0/+1138