summaryrefslogtreecommitdiffstats
path: root/lexer
AgeCommit message (Expand)Author
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
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-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
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-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
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-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-07Allow 0 in padding when passing more then 1 argument.Dave 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-20Do better error reporting on configuration entries in rasi format.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-14Add list property test, allow empty lists.Dave Davenport
2017-06-13Initialize all fields in hsl_to_rgb conversionDave 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