summaryrefslogtreecommitdiffstats
path: root/lexer
AgeCommit message (Expand)Author
2017-04-26[Lexer] Fix wrong division factor for #RGB color parsing (15 not 16)Dave Davenport
2017-04-26[Test,Lexer] Add test for distance parsing, fix bug in em (double)Dave Davenport
2017-04-17Add some theme name resolving functions.Dave Davenport
2017-04-15Fix licenses headersQuentin Glidic
2017-04-12Small memory leak in theme-config parser.Dave Davenport
2017-04-09Improve error messages when type does not match.Dave Davenport
2017-04-06Fix memory leak on parser fail.Dave Davenport
2017-04-05Fix EM always being realDave Davenport
2017-04-05New FLEX version compares against 0 for EOF other (old) against EOF (-1)Dave Davenport
2017-04-04Change back to int. (did not do what expected)Dave Davenport
2017-04-04Reset pointer to NULL after free'ing.Dave Davenport
2017-04-02Fix some conversion compatibilityDave Davenport
2017-04-02Add converter back for old theme format.Dave Davenport
2017-03-29Change Configuration to configurationDave Davenport
2017-03-28Merge the configuration loading into something more simple (3)Dave Davenport
2017-03-28Use lexer type so signedness is correct.Dave Davenport
2017-03-28Fix position in first parsed file.Dave Davenport
2017-03-28I am bad, and that is good - Ralph. Fix missing includeDave Davenport
2017-03-27Add 'Configuration' section to rasi format that parses config option.Dave Davenport
2017-03-26Add UTF8 string support to lex (I hope)Dave Davenport
2017-03-21Add teardown debug messageDave Davenport
2017-03-13Add filename to location in error message.Dave Davenport
2017-03-13Get full canonical path for duplicate filtering.Dave Davenport
2017-03-13Don't parse same files, multiple times.Dave Davenport
2017-03-13Cleanup lexer a bitDave 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-04Allow slice allocator for themeDave Davenport
2017-01-11UpdatesDave 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-09Allow matching highlighting to be set. Fixes #522Dave Davenport
2017-01-08Reset parsing queue on EOF.Dave Davenport
2017-01-08Add some better error message. Allow -theme-str option to override part of themeDave Davenport
2017-01-07Don't allow global properties, need to be in a * { }Dave Davenport
2017-01-06Allow * { } syntax for default values.Dave Davenport
2017-01-06Make parser accept old + more CSS style elementsDave Davenport
2017-01-06Allow to set anchor position on normitor and anchor position on window.Dave Davenport
2017-01-05Fix file location in parserDave Davenport
2017-01-05Allow linking to top level properties.Dave Davenport
2017-01-04Support linestyle on borderDave Davenport
2017-01-04Remove class system from new theme format. Fix theme converter.Dave Davenport
2017-01-03Add percentage option to border,paddingDave Davenport
2017-01-01Update comments, rename Widget to ThemeWidget.Dave Davenport
2017-01-01Reorder padding order, support 1,2,3,4 entries.Dave Davenport
2017-01-01Support converting old theme internally, add first option to dump themeDave 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