summaryrefslogtreecommitdiffstats
path: root/source/theme.c
AgeCommit message (Expand)Author
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
2016-12-31Make spacing be of type distance.Dave Davenport
2016-12-31Support em format in paddingDave Davenport
2016-12-31Padding should be specified in px now and 4 borders can be specified onDave Davenport
2016-12-28Update drawing, background per widget.Dave Davenport
2016-12-27First start at adding 4 sided paddingDave Davenport
2016-12-20Fix typo in resolving theme element.Dave Davenport
2016-12-20Fix and document resolving.Dave Davenport
2016-12-19Destroy the lexer after parsingDave Davenport
2016-12-16Make parser more flexible, allow global properties to be anywhere in file and...Dave Davenport
2016-12-15Fix typo in theme name.Dave Davenport
2016-12-13Fix separator class and tweak parser inheritance.Dave Davenport
2016-12-12Improve lexer by adding support for modes.Dave Davenport
2016-12-12Update theme to new format.Dave Davenport
2016-12-12Keep track of location in parserDave Davenport
2016-12-12Cleanup, fix missing initializer.Dave Davenport
2016-12-11Update to new themeDave Davenport
2016-12-10Add some color stuffDave Davenport
2016-12-09Add some properties to themesDave Davenport
2016-12-09Add lex/bison parser for theme.Dave Davenport