summaryrefslogtreecommitdiffstats
path: root/source/helper.c
AgeCommit message (Expand)Author
2017-06-03Run indenter.Dave Davenport
2017-06-02Merge remote-tracking branch 'origin/master' into barviewDave Davenport
2017-06-02Change ThemeHighlight to RofiHighlightColorStyleDave Davenport
2017-06-02Rename HL_ to ROFI_HL_ and fix box test.Dave Davenport
2017-06-02helper: Add API to support startup notificationQuentin Glidic
2017-06-02helper: Add execute helperQuentin Glidic
2017-06-01helper: Move cairo_image_surface_create_from_svg to helper.cQuentin Glidic
2017-06-01x11-helper: Rename xcb.cQuentin Glidic
2017-05-30window: Add icons support (quick and dirty)Dave Davenport
2017-05-29Use libnkutils for keybindingsQuentin Glidic
2017-05-22[Theme] Add small caps options (not working?)Dave Davenport
2017-05-18Add strikethrough highlight method.Dave Davenport
2017-05-03Small code refactor to work around mis-detect static code analyzer.Dave Davenport
2017-04-27Re-Indent codeDave Davenport
2017-04-23Cleanups, fix arguments mismatchDave Davenport
2017-04-19[RUN] Expand the paths found in /home/mkoedam/.local/bin/:/opt/mpd/bin/:/home...Dave Davenport
2017-04-17Add some theme name resolving functions.Dave 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-06Fix some warning that converity scan picked up.Dave Davenport
2017-04-02Add converter back for old theme format.Dave Davenport
2017-03-31Improve error message when called with `-show`Dave Davenport
2017-03-11Fix missing doxygen documentationDave Davenport
2017-03-04Indent code.Dave Davenport
2017-02-17Install some headers for use in pluginsDave Davenport
2017-02-17Rename token_match to helper_token_match.Dave Davenport
2017-02-09IndentDave Davenport
2017-02-06Reduce amount of paths createdDave Davenport
2017-02-06Add border radius to border around widget.Dave Davenport
2017-02-03Don't recreate every string everytime.Dave Davenport
2017-02-03Don't apply fonts that don't result in family name or have size 0.Dave Davenport
2017-01-30If no filter specified, match everything with default matcherDave Davenport
2017-01-26Combi mode: Bang mode prefixes with len>1 (#542)Moritz Maxeiner
2017-01-21Add auto-detect option to DPI setting.Dave Davenport
2017-01-18Update theme specifcation documentation.Dave Davenport
2017-01-11fzf matching remove debugDave Davenport
2017-01-11Split sorting option. one for sorting. One to force levenshtein.Dave Davenport
2017-01-11Move fzf matcher into helperDave Davenport
2017-01-11Fix indenting and header commenting.Dave Davenport
2017-01-09Improve error handling string.Dave Davenport
2017-01-09Better error reporting (1)Dave Davenport
2017-01-09Remove old cairo color set functionsDave Davenport
2017-01-09Allow matching highlighting to be set. Fixes #522Dave Davenport
2017-01-08Indent magic, rework makefile so lexer and yacc file are not passed.Dave Davenport
2017-01-08Fix multiple -theme-str lines parsing, fix num linesDave Davenport
2017-01-08Add some better error message. Allow -theme-str option to override part of themeDave Davenport
2017-01-03Update copyright to 2017.Dave Davenport
2016-11-30Fix two issues detected by coverty. 1.) copy /paste error. 2.) dead codeDave Davenport
2016-11-26Fuzzy matcher, take simple escaping into account when creating regex.Dave Davenport