summaryrefslogtreecommitdiffstats
path: root/source/theme.c
AgeCommit message (Expand)Author
2017-03-30Merge branch 'master' into wip/waylandQuentin Glidic
2017-03-29Remove old theme support. (part 1)Dave Davenport
2017-03-28Merge branch 'master' into wip/waylandQuentin Glidic
2017-03-25ISSUE 576: Clutching at straws.Dave Davenport
2017-03-19Remove/Comment all X11 stuffQuentin Glidic
2017-03-18Small change to make cppcheck happyDave Davenport
2017-03-17clang-check fixesDave Davenport
2017-03-17[Keys] Cleanup view a bit.Dave Davenport
2017-03-14[Textbox] Remove unneeded calls to pango_layout_get_pixel_size.Dave Davenport
2017-03-13Add filename to location in error message.Dave Davenport
2017-03-13Reset location when importing, correctly resolve relative pathDave Davenport
2017-03-11Some initial support for @import in theme and try to fall back when theme fai...Dave Davenport
2017-03-10Zeltakmadness (#572)Dave Davenport
2017-03-06Merge remote-tracking branch 'gitcreate/master'Dave Davenport
2017-03-06Don't g_strsplit everytime, use strtok.Dave Davenport
2017-03-04Allow slice allocator for themeDave Davenport
2017-02-17Install some headers for use in pluginsDave Davenport
2017-01-21Add auto-detect option to DPI setting.Dave Davenport
2017-01-19Give a visible (popup) error message when failed to open themeDave Davenport
2017-01-09Improve error handling string.Dave Davenport
2017-01-09Try to improve error handling and messagesDave Davenport
2017-01-09Better error reporting (1)Dave Davenport
2017-01-09Improve error message theme a little bitDave Davenport
2017-01-09Remove unused functions and other small fixesDave Davenport
2017-01-09Allow matching highlighting to be set. Fixes #522Dave Davenport
2017-01-08Indent magic, rework makefile so lexer and yacc file are not passed.Dave Davenport
2017-01-08Print position as textual in dump-theme.Dave Davenport
2017-01-08Fix dumping of themeDave Davenport
2017-01-08Fix doxygen.Dave Davenport
2017-01-08Add some better error message. Allow -theme-str option to override part of themeDave Davenport
2017-01-06Allow to set anchor position on normitor and anchor position on window.Dave Davenport
2017-01-06Fix theme converter and check.Dave Davenport
2017-01-06Order entries in box based on index, allow theme to override.Dave Davenport
2017-01-05Fix printing of link element.Dave Davenport
2017-01-05Allow linking to top level properties.Dave Davenport
2017-01-04Improve exporting of theme.Dave Davenport
2017-01-04Reset line style, reset state after drawing border.Dave Davenport
2017-01-04Support linestyle on borderDave Davenport
2017-01-04Fix transparency in theme converter.Dave Davenport
2017-01-04Remove class system from new theme format. Fix theme converter.Dave Davenport
2017-01-04Add debug output to themer that indicates unset properties.Dave Davenport
2017-01-03Add percentage option to border,paddingDave Davenport
2017-01-03Remove border-width property from window.Dave Davenport
2017-01-03Fix spacing in listview and box.Dave Davenport
2017-01-01Update comments, rename Widget to ThemeWidget.Dave Davenport
2017-01-01Fix? testsDave Davenport
2017-01-01Slowly move more settings to the configuration convert.Dave Davenport
2017-01-01Support converting old theme internally, add first option to dump themeDave Davenport
2016-12-31Fall back to old style padding (with int) if no metric specified.Dave Davenport
2016-12-31Fall back to integer setting for distanceDave Davenport