summaryrefslogtreecommitdiffstats
path: root/lexer/theme-parser.y
AgeCommit message (Expand)Author
2022-07-30[textbox] Implement text-transform add upper/lower/capitalize transformDave Davenport
2022-07-15[Theme] Add enabled property with env support.Dave Davenport
2022-05-24More cleanup of unused data.Dave Davenport
2022-05-12[Doc][Config] Update documentation for new fallback iconDave Davenport
2022-02-01[Grammar] Fix parsing of calc as element nameDave Davenport
2022-01-25Merge List and Array type into one. (#1572)Dave Davenport
2022-01-24What is in a name.Dave Davenport
2022-01-24[Theme] Fix lexer for SET.Dave Davenport
2022-01-24[Theme] Add set type for testing.Dave Davenport
2022-01-18[#1569] Add initial round,floor,ceil functionDave Davenport
2021-11-30[Config] Allow configuration block again in theme.Dave Davenport
2021-10-28theme-parser: Include config.hQuentin Glidic
2021-09-21[Config] Add 'in your face' error message about deprecated theme setting.Dave Davenport
2021-09-08[THEME] I1442 Fix parsing of nested media blocks.Dave Davenport
2021-09-06Fix some memory leaks.Dave Davenport
2021-09-01[Grammar] Add support for env();Dave Davenport
2021-08-24[Lexer] Fix lexer parsing default theme from resource.Dave Davenport
2021-08-24[Parser] Set ordering correctly when loading theme with reset.Dave Davenport
2021-08-14Simple maintenance improvements (#1370)a1346054
2021-07-10[Config] Small fix config dump fix.Dave Davenport
2021-06-15[Widget] Add scaling option to background-image.Dave Davenport
2021-06-14[Configuration] Add start of more 'theme' based configuration.Dave Davenport
2021-06-14[Theme] Add angle support to linear-gradient.Dave Davenport
2021-06-14[Theme] Add direction support to linear-gradient.Dave Davenport
2021-06-13[Theme] Support multiple stops in linear-gradientDave Davenport
2021-06-13[Widget] Add initial support for background-image.Dave Davenport
2021-06-09[DSL] Move theme reset into the grammer parser and out of lexer.Dave Davenport
2021-05-23Add cursor property (#1313)TonCherAmi
2020-09-14[Calc] Add min/max operator support to calc()Dave Davenport
2020-09-13[Theme] First attempt at more cleanups and nested media support.Dave Davenport
2020-09-13[Parser] Small restructure in parser.Dave Davenport
2020-06-09Millimeter support for distance (#1144)nick87720z
2020-05-17Support rasi config character type options (#1131)Jason Kim
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-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
2019-01-29[GrammarParser] Fix memory leak of Property after parsing config entry.Dave Davenport
2018-07-21[Lexer] Remove Ambiguity in parser on empty input.Dave Davenport
2018-07-15[Lexer] Only allow configuration blocks before theme.Dave Davenport
2018-04-28[Lexer] Make not finding a configuration option a warning, not an error.Dave Davenport
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