summaryrefslogtreecommitdiffstats
path: root/source/helper.c
AgeCommit message (Collapse)Author
2017-08-14[Script] Execute script + argument direction, do not pass run-command.Dave Davenport
Fixes: #650
2017-07-12Add wid:{window id} to monitor option.Dave Davenport
- By specifying the window id, rofi will assume that window to be the monitor (for placing.) - syntax: wid:{monitor id} Issue: #632
2017-07-11Convert old location format into new, so we are compatible again.Dave Davenport
Fixes: #630
2017-07-03[OldTheme] Re-add the padding/bw option.Dave Davenport
2017-06-27[Config] Remove stray printf, add compiler hints.Dave Davenport
2017-06-26[Helper] Fix render return success, not fail.Dave Davenport
2017-06-26[Helper] Add basic error checking to svg loading code.Dave Davenport
2017-06-25Run indenter.Dave Davenport
2017-06-22Check user data dir when looking for theme.Dave Davenport
- set default textbox color to black.
2017-06-13[helper] Fix type issue with variadic function.Dave Davenport
* https://www.securecoding.cert.org/confluence/display/c/DCL11-C.+Understand+the+type+issues+associated+with+variadic+functions
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
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-02helper: Add execute helperQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-01helper: Move cairo_image_surface_create_from_svg to helper.cQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-01x11-helper: Rename xcb.cQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-30window: Add icons support (quick and dirty)Dave Davenport
2017-05-29Use libnkutils for keybindingsQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
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 ↵Dave Davenport
/home/mkoedam/.local/bin/:/opt/mpd/bin/:/home/mkoedam/.local/bin/:/opt/mpd/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2017-04-17Add some theme name resolving functions.Dave Davenport
2017-04-15Fix licenses headersQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-04-15Consolidate loggingQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
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
Issue: 554
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
* Combi mode: Bang mode prefixes with len>1 This is required to match on modes that share a prefix. Let 'power' and 'pass' be such modes for the following explanation: Previously, only the first character of after the bang was compared, so '!p' would always be matched to the 'pass' mode and there was no way to limit selection in combi mode to the 'power' mode. Now we can use prefixes of arbitrary length following the bang such as '!po' (matches 'power' mode), or '!pa' (matches 'pass' mode). Prefixes of length 1 are unchanged compared to the previous behaviour, i.e. '!p' will still match 'pass'. * Combi-mode prefixes should be utf-8 aware
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