summaryrefslogtreecommitdiffstats
path: root/lexer
AgeCommit message (Expand)Author
2017-05-17[Theme] Update theme-manpageDave Davenport
2017-05-16Change ARGB to RGBA, fix in theme converterDave Davenport
2017-05-15[ThemeParser] Add CSS color names supportDave Davenport
2017-05-15[ThemeParser] Extend color formats.Dave Davenport
2017-05-15[Lexer] Support hslaDave Davenport
2017-05-13[Parser] Fix HWB parser alpha channel and add test.Dave Davenport
2017-05-11Make property name rule consistent.Dave Davenport
2017-05-11Cleanup parser (document some rules)Dave Davenport
2017-05-10Add hsl and cmyk test, add extra error checkingDave Davenport
2017-05-10Move most of the parsing to yacc instead of lexerDave Davenport
2017-05-09Update highlight style parsingDave Davenport
2017-05-09Move position parsing to bison file.Dave Davenport
2017-05-08Allow more whitespace in colortype() structureDave Davenport
2017-05-06Add support for hwb,hsl,cmyk (need tests)Dave Davenport
2017-05-04theme-parser: Drop lexer/ in #includesQuentin Glidic
2017-05-04Fix more compiler warningDave Davenport
2017-04-26[Lexer] Fix color parsing.Dave Davenport
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