summaryrefslogtreecommitdiffstats
path: root/lexer
AgeCommit message (Expand)Author
2017-06-02Make matching keywords like Vertical case-insensitive add test.Dave Davenport
2017-06-02Change Padding to RofiPaddingDave Davenport
2017-06-02Change Orientation enum to RofiOrientation.Dave Davenport
2017-06-02Change Distance struct to RofiDistance.Dave Davenport
2017-06-02Change PixelWidth to RofiPixelUnit.Dave Davenport
2017-06-02Rename HL_ to ROFI_HL_ and fix box test.Dave Davenport
2017-06-02Add orientation property.Dave Davenport
2017-05-28Allow textbox to be added in themeDave Davenport
2017-05-28Merge remote-tracking branch 'origin/master' into barviewDave Davenport
2017-05-28Add strings.h to lexer file for strncasecmp.Dave Davenport
2017-05-25Allow interface to be dynamically changed.Dave Davenport
2017-05-22[Theme] Add small caps options (not working?)Dave Davenport
2017-05-18Add strikethrough highlight method.Dave Davenport
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