summaryrefslogtreecommitdiffstats
path: root/source/theme.c
AgeCommit message (Expand)Author
2023-03-26Re-indent the code using clang-formatDave Davenport
2023-02-14#1802: Calc broken fix (#1803)Dave Davenport
2023-01-14Update copyright dates.Dave Davenport
2022-11-19[Doc] Fix some missing docu.Dave Davenport
2022-07-30[textbox] Implement text-transform add upper/lower/capitalize transformDave Davenport
2022-07-27Add a warning list and append it to the message box.Dave Davenport
2022-07-23[Build] Fix some compile warnings.Dave Davenport
2022-07-15[Theme] Add enabled property with env support.Dave Davenport
2022-06-01[Theme] Improve error mesg on failed variable.Dave Davenport
2022-04-05[Theme] Change back to g_ascii_formatdDave Davenport
2022-04-04[Theme] small change in formatting code.Dave Davenport
2022-03-15Cleanup some duplicate checks.Dave Davenport
2022-02-07Bump copyright date.Dave Davenport
2022-02-06[Theme] Make error message more verbose.Dave Davenport
2022-01-31[Theme] Validate variables in theme and throw error on fail.Dave Davenport
2022-01-31[Theme] Add warning when we find an unresolved link.Dave Davenport
2022-01-25Merge List and Array type into one. (#1572)Dave Davenport
2022-01-24Theme array fix inheriting.Dave Davenport
2022-01-24What is in a name.Dave Davenport
2022-01-24[Theme] Add set type for testing.Dave Davenport
2022-01-18[#1569] Make order explicitDave Davenport
2022-01-18[#1569] Add initial round,floor,ceil functionDave Davenport
2021-12-12[Help] Print out the parsed config/theme files.Dave Davenport
2021-12-01Cleanups based on cppcheck.Dave Davenport
2021-11-08[Theme] Accept just color for highlightDave 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-02[Theme] Don't truncate double default value.Dave Davenport
2021-08-27[Theme] double inheritance integer fallback fixDave Davenport
2021-08-26[Theme] Try to fix inheritance (2nd attempt).Dave Davenport
2021-08-23[main] Try to fix default theme loading.Dave Davenport
2021-08-21[CppCheck] Fix some shadowing variables.Dave Davenport
2021-08-18[Cleanup] Using clang-tidyDave Davenport
2021-08-17[Theme] Fix inheritance copy paste error.Dave Davenport
2021-08-14[Themes] Fix inheritance with state set.Dave Davenport
2021-08-14Simple maintenance improvements (#1370)a1346054
2021-07-10[Config] Load default config file in at startupDave Davenport
2021-07-02[Theme] Remove listview backwards compatibility hack.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] with background image, draw background-color first.Dave Davenport
2021-06-13[Widget] Extend the pattern when loading, good for bg patterns.Dave Davenport
2021-06-13[Widget] Change scaling of background-imageDave Davenport
2021-06-13[Widget] Add initial support for background-image.Dave Davenport
2021-06-09Update copyright header.Dave Davenport
2021-06-08Remove deprecated theme optionsDave Davenport
2021-06-08Remove deprecated option, fix typo in manpage.Dave Davenport