summaryrefslogtreecommitdiffstats
path: root/lexer
AgeCommit message (Expand)Author
2024-02-27Replace deprecated by g_memdup to g_memdup2Dave Davenport
2023-10-03[lexer] Add dmenu as enabled option for media type.Dave Davenport
2023-08-21Support single quotes for strings as in CSSNikita Zlobin
2023-08-15[Theme] Try to fix importing of theme.Dave Davenport
2023-07-05[Lexer] Print some more debug info on error.Dave Davenport
2023-02-14#1802: Calc broken fix (#1803)Dave Davenport
2023-01-14Update copyright dates.Dave Davenport
2022-12-30[Theme] support rasinc for theme include files.Dave Davenport
2022-08-26[Theme] If no theme loaded, load default. Downgrade missing theme file to war...Dave Davenport
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-12-01Cleanups based on cppcheck.Dave Davenport
2021-11-30[Config] Allow configuration block again in theme.Dave Davenport
2021-11-28[Rofi] Don't try to parse commandline options using theme engine if theme par...Dave Davenport
2021-10-28theme-parser: Include config.hQuentin Glidic
2021-09-24[Lexer] Fix regex for env()Dave Davenport
2021-09-24[Lexer] Add _ to environement variable.Dave Davenport
2021-09-21[Config] Add 'in your face' error message about deprecated theme setting.Dave Davenport
2021-09-20[Theme] Print known colors as color name.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-24[Theme] Undo part of default theme changes, always pick build-inDave Davenport
2021-08-17[IconFetcher] Look for images in theme directories.Dave Davenport
2021-08-14[Themes] Fix inheritance with state set.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-10-02[Lexer] Fix parsing string in dict not to match " in middle of string.Dave Davenport
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-09-11[Lexer] Fix media parser.Dave Davenport