summaryrefslogtreecommitdiffstats
path: root/source/theme.c
AgeCommit message (Expand)Author
2020-04-24[Theme] Add modulo to calc.i1088Dave Davenport
2020-04-24[Theme] Don't print unneeded ().Dave Davenport
2020-04-24[Theme] Fix the precedense ordering in parsing. Also avoid making copies.Dave Davenport
2020-04-24[Theme] Add * and / to calc().Dave Davenport
2020-04-23[THEME] Fix printing theme with math in distance.Dave Davenport
2020-04-23Initial test to allow math in distances.Dave Davenport
2020-04-06[Dmenu] Fix possible crash.Dave Davenport
2020-03-02Fix detection no theme.Dave Davenport
2020-02-02Indent all the code.Dave Davenport
2020-01-01Update copyright dates.Dave Davenport
2019-09-27Update copyright.Dave Davenport
2019-09-20Issue893: Add support for @media in the theme format. (#1015)Dave Davenport
2019-08-17[Workaround] Add default icon size.qball
2019-08-08Issue949 (#999)Dave Davenport
2019-04-19theme: Fix g_list_copy_deep() warningQuentin Glidic
2019-03-19Change sidebar in theme to mode-switcher.Dave Davenport
2019-01-29[Theme3.0] Change reference to use the CSS like var() syntax.Dave Davenport
2018-08-08Indent the code.Dave Davenport
2018-06-12Documentation updates.Dave Davenport
2018-01-14[Theme] When reading double property, allow fallback to integer.Dave Davenport
2017-11-07IndentDave Davenport
2017-11-05Add the prompt colon to the default theme.Dave Davenport
2017-10-31Use PACKAGE_VERSION as it is known to both make and meson.Dave Davenport
2017-10-31Remove leading # from dump theme and add mesg about rofi dumping itDave Davenport
2017-10-20Fixes parsing of non-existing fields.Dave Davenport
2017-10-19Fix color conversion from old ARGB to RGBA (new)Dave Davenport
2017-10-05Indent files.Dave Davenport
2017-09-24Fix conversion of border color to new theme format.Dave Davenport
2017-09-18Add @theme import command, that resets the current theme.Dave Davenport
2017-09-17Cleanup compiler warnings.Dave Davenport
2017-09-09Update shipped themes.Dave Davenport
2017-09-09Update default theme and converter.Dave Davenport
2017-09-07Fix tests.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-06Inherit again, for modifiers.Dave Davenport
2017-09-06use color, background-color and border-colorDave Davenport
2017-09-06Add (untested) support for inherit keyword.Dave Davenport
2017-09-06Flatten hierarchy, don't inherit by default.Dave Davenport
2017-09-05Indent.Dave Davenport
2017-09-05Add `ch` as size unit.Dave Davenport
2017-09-04Try to match line-padding in theme converter.Dave Davenport
2017-08-08Change order evaluation to make CPPCheck happy.Dave Davenport
2017-07-24Slight tweak to default themeDave Davenport
2017-07-06Re-add some of the old theme options, so theme converter use them.Dave Davenport
2017-07-03[OldTheme] Re-add the padding/bw option.Dave Davenport
2017-06-21Fix test building.Dave Davenport
2017-06-21Add -dump-config option.Dave Davenport
2017-06-20Fix tests by splitting types name into separate file.Dave Davenport
2017-06-20Do better error reporting on configuration entries in rasi format.Dave Davenport