summaryrefslogtreecommitdiffstats
path: root/lexer/theme-parser.y
AgeCommit message (Expand)Author
2017-11-23Correct spelling mistakes. (#722)Edward Betts
2017-10-30[ThemeParser] Give a more detailed error when only 7 elements are specified i...Dave Davenport
2017-10-22[Lexer/Parser] Make the '#' before element optional.Dave Davenport
2017-09-18Add @theme import command, that resets the current theme.Dave Davenport
2017-09-07Allow 0 in padding when passing more then 1 argument.Dave Davenport
2017-09-06Add support for multiple selectors. #dummy0, dummy1 {}Dave Davenport
2017-09-06Flatten hierarchy, don't inherit by default.Dave Davenport
2017-09-05Add `ch` as size unit.Dave Davenport
2017-06-20Do better error reporting on configuration entries in rasi format.Dave Davenport
2017-06-14Add list property test, allow empty lists.Dave Davenport
2017-06-13Initialize all fields in hsl_to_rgb conversionDave 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-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-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-04theme-parser: Drop lexer/ in #includesQuentin Glidic
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-03-28Merge the configuration loading into something more simple (3)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-13Add filename to location in error message.Dave Davenport
2017-03-13Cleanup lexer a bitDave Davenport
2017-03-13Reset location when importing, correctly resolve relative pathDave Davenport
2017-03-04Allow slice allocator for themeDave 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-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