summaryrefslogtreecommitdiffstats
path: root/source/helper.c
AgeCommit message (Expand)Author
2020-02-02Indent all the code.Dave Davenport
2020-01-01Update copyright dates.Dave Davenport
2019-11-20[Theme] Add alpha channel to highlight color.Dave Davenport
2019-09-27Update copyright.Dave Davenport
2019-08-04Added 'rofi/themes' to paths checked for theme files (#1001)Keith Collister
2019-07-02add pythonic rows selection to -a and -u (#985)Kenneth Ho
2019-05-04[DMenu] Add format option to output string stripped from pango markup.Dave Davenport
2019-02-10[Helper] Add more error checking/reporting.Dave Davenport
2019-02-10[Doc] Update documentation to match changed functions.Dave Davenport
2019-02-10[SSH] Add support for parsing port number from known hosts file.Dave Davenport
2018-12-15Remove unused variable.Dave Davenport
2018-12-14Add an option to change the matching negation character.Dave Davenport
2018-10-17[Helper] Remove fixed key/values and accept keys with NULL as values.Dave Davenport
2018-10-16[Helper] Quick and dirty string replacer with optional keys block.Dave Davenport
2018-08-08Indent the code.Dave Davenport
2018-06-13Sorting cleanup (#816)Dave Davenport
2018-06-12Documentation updates.Dave Davenport
2017-11-23Correct spelling mistakes. (#722)Edward Betts
2017-10-05Indent files.Dave Davenport
2017-10-01Rename tokenize to helper_tokenizeDave Davenport
2017-09-29Implement support for specifying negated matchDave Davenport
2017-09-27Add more configuration options to script mode, getting closer to dmenu.Dave Davenport
2017-08-14[Script] Execute script + argument direction, do not pass run-command.Dave Davenport
2017-07-12Add wid:{window id} to monitor option.Dave Davenport
2017-07-11Convert old location format into new, so we are compatible again.Dave Davenport
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
2017-06-13[helper] Fix type issue with variadic function.Dave Davenport
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