summaryrefslogtreecommitdiffstats
path: root/lexer/theme-lexer.l
AgeCommit message (Expand)Author
2020-04-26[Test] Fix compiler warning, theme test (bug in lexer) and more.Dave Davenport
2020-04-24[Themes] add calc() support to distance in theme format. (#1105)Dave Davenport
2019-09-20Issue893: Add support for @media in the theme format. (#1015)Dave Davenport
2019-04-19Use g_list_free_full()Quentin Glidic
2019-04-19Correctly include config.h firstQuentin Glidic
2019-03-21[Lexer] Fix nested () in variable default field.Dave Davenport
2019-01-29[Theme3.0] Change reference to use the CSS like var() syntax.Dave Davenport
2018-07-10[Tests] Fix window test.Dave Davenport
2018-07-09[Lexer] Also allow non-capitalized environment variablesDave Davenport
2018-07-09[Lexer] Add support for environment variables.Dave Davenport
2018-06-09Add an generic icon fetcher that can be used by any widget and re-uses the ma...Dave Davenport
2018-04-28[Lexer] Allow quoted utf8 string in list type.Dave Davenport
2017-11-05Add the prompt colon to the default theme.Dave Davenport
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-18small update to default themeDave Davenport
2017-09-07Alias 'color' property name to 'text-color'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-20Support a config.rasi configuration file in the new formatDave Davenport
2017-06-14Add extra check for rofi_theme_parse_prepare_fileDave Davenport
2017-06-07Fix parsing old themes from rofi-themes repo.Dave Davenport
2017-06-07Support empty strings as property.Dave Davenport
2017-06-02Replace g_log by g_debugDave Davenport
2017-06-02Remove toupper from lexer.c replace by glib equiv.Dave Davenport
2017-06-02Make matching keywords like Vertical case-insensitive add 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-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-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