summaryrefslogtreecommitdiffstats
path: root/source/theme.c
AgeCommit message (Collapse)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
Support + and - Needs spaces around + and -.
2020-04-06[Dmenu] Fix possible crash.Dave Davenport
Don't pass empty string. Issue: #1083
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
* [Lexer] Add support for @media. Issue: #893 * [Theme] @media limit to px. * [Theme@Media] add *{} support. * [Theme@Media] Add support for monitor-id media. * [Theme@Media] Code cleanup. * [Theme@Media] Add min/max-aspect-ratio. * [Theme@Media] Remove some debug output Fixes: #893
2019-08-17[Workaround] Add default icon size.qball
2019-08-08Issue949 (#999)Dave Davenport
* [Issue 949] Add initial split of listview row into widget tree. Allowing better themeing. * Remove unneeded code from textbox. allow dis. icons. * Fix typo. * Fix wrong widget offset in textbox. * Fix mouse handling * [ListView] Add 'fixed-columns' boolean option. * [Listview] Fix inversion of option. * [ListView] remove commented old code. * [Textbox] Handle null pointer on desired width. * [Listview] Fix crasher with fixed_columns and more max elements requested items. * Add hack to get backwards compatibility for new listview structure. * Fix the scrollbar test. * Fix tests for theme update..
2019-04-19theme: Fix g_list_copy_deep() warningQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2019-03-19Change sidebar in theme to mode-switcher.Dave Davenport
Fixes: #930
2019-01-29[Theme3.0] Change reference to use the CSS like var() syntax.Dave Davenport
Supports defaults var(name, default); var(name); Where default can be another property. (https://www.w3schools.com/css/css3_variables.asp) This deprecates the @name syntax. Fixes: #876
2018-08-08Indent the code.Dave Davenport
2018-06-12Documentation updates.Dave Davenport
* theme, * view, * textbox * helper
2018-01-14[Theme] When reading double property, allow fallback to integer.Dave Davenport
Otherwise the value '1' is not seen as valid entry, only '1.0'. Fixes: #752
2017-11-07IndentDave Davenport
2017-11-05Add the prompt colon to the default theme.Dave Davenport
- Fix dumping of theme localization of the decimal-point. Force it to be always a '.'.
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
Fixes: #700
2017-10-19Fix color conversion from old ARGB to RGBA (new)Dave Davenport
Fixes: #693
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
- Unused var. - Missing switch statement. - Change fallthrough for older compilers.
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
* add keyword inherit to language parser and theme structure.
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
Code was not wrong.
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
- line margin - separator style. - fake transparency. - line padding. - scrollbar width
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