summaryrefslogtreecommitdiffstats
path: root/source/theme.c
AgeCommit message (Expand)Author
2017-06-03Add new keywords to theme printerDave Davenport
2017-06-03Run indenter.Dave Davenport
2017-06-02Change ThemeHighlight to RofiHighlightColorStyleDave Davenport
2017-06-02Change Padding to RofiPaddingDave Davenport
2017-06-02Change Orientation enum to RofiOrientation.Dave Davenport
2017-06-02Change Distance struct to RofiDistance.Dave Davenport
2017-06-02Change PixelWidth to RofiPixelUnit.Dave Davenport
2017-06-02Rename HL_ to ROFI_HL_ and fix box test.Dave Davenport
2017-06-02Add orientation property.Dave Davenport
2017-05-28Merge remote-tracking branch 'origin/master' into barviewDave Davenport
2017-05-28Merge branch 'master' into wip/mesonQuentin Glidic
2017-05-27Allow layout to be overwrittenDave Davenport
2017-05-25Allow interface to be dynamically changed.Dave Davenport
2017-05-24[BarView] Use exact match for entry width.Dave Davenport
2017-05-18Add strikethrough highlight method.Dave Davenport
2017-05-16Change ARGB to RGBA, fix in theme converterDave Davenport
2017-05-15[ThemeParser] Add CSS color names supportDave Davenport
2017-05-11Fix some clang compiler warningsDave Davenport
2017-05-10Add hsl and cmyk test, add extra error checkingDave Davenport
2017-05-04Add Meson build system supportQuentin Glidic
2017-05-04theme-parser: Drop lexer/ in #includesQuentin Glidic
2017-04-27Re-Indent codeDave Davenport
2017-04-26[Lexer] More tests.Dave Davenport
2017-04-23Cleanups, fix arguments mismatchDave Davenport
2017-04-15Fix licenses headersQuentin Glidic
2017-04-15Consolidate loggingQuentin Glidic
2017-04-15 Switch to g_{debug,warning} instead of g_logDave Davenport
2017-04-12Small memory leak in theme-config parser.Dave Davenport
2017-04-11When query theme for exact match, do not consider state.Dave Davenport
2017-04-10Avoid possible buffer overflowDave Davenport
2017-04-09Improve error messages when type does not match.Dave Davenport
2017-04-06Fix some warning that converity scan picked up.Dave Davenport
2017-04-04Fix small bug and extend test for theme parserDave Davenport
2017-04-04Add (initial) check for theme parser.Dave Davenport
2017-04-04Reset pointer to NULL after free'ing.Dave Davenport
2017-04-03Fix checks compilingDave Davenport
2017-04-02Add converter back for old theme format.Dave Davenport
2017-03-29Remove old theme support. (part 1)Dave Davenport
2017-03-25ISSUE 576: Clutching at straws.Dave Davenport
2017-03-18Small change to make cppcheck happyDave Davenport
2017-03-17clang-check fixesDave Davenport
2017-03-17[Keys] Cleanup view a bit.Dave Davenport
2017-03-14[Textbox] Remove unneeded calls to pango_layout_get_pixel_size.Dave Davenport
2017-03-13Add filename to location in error message.Dave Davenport
2017-03-13Reset location when importing, correctly resolve relative pathDave Davenport
2017-03-11Some initial support for @import in theme and try to fall back when theme fai...Dave Davenport
2017-03-10Zeltakmadness (#572)Dave Davenport
2017-03-06Merge remote-tracking branch 'gitcreate/master'Dave Davenport
2017-03-06Don't g_strsplit everytime, use strtok.Dave Davenport
2017-03-04Allow slice allocator for themeDave Davenport