summaryrefslogtreecommitdiffstats
path: root/source/script-dialog.c
AgeCommit message (Collapse)Author
2015-02-12Moving files around, dialogs in dialog directory.QC
2015-02-04Cleanups.Dave Davenport
2015-01-05Add support custom command.Dave Davenport
2014-11-22Use glib for escaping.QC
2014-11-22Possible fix for issue #90.QC
* Escape the argument passed to the script. * Escape '\"
2014-11-11Add ctrl-/ as reverse tab.QC
2014-09-06Add source files and man page.QC
* Add bugtracker to manpage. * Print msg to stderr, when error dialog not available.
2014-09-03Add flexible configuration for launchingDave Davenport
* You can now specify links: {terminal} -e bash -e "{ssh-client} {host}" * Add test for this code.
2014-08-27Add display text modi.Dave Davenport
2014-08-25Initialize fd to -1.QC
2014-08-25Use g_spawn instead of fork+exec*QC
* Avoids issue with atexit being called for fork. * less code.
2014-08-24Fix compile warnings.Dave Davenport
2014-08-22Make rofi compile happily under clang.Dave Davenport
* Set features in configure.ac * use config.h file, instead of hardcoded _GNU_SOURCE in each c file. * Fix mix up unsigned/signed.
2014-08-09Move to glib's based memory allocation functionsQC
* replace calloc by malloc0_n * malloc by g_malloc * strdup by g_strdup * asprintf by g_strdup_printf * realloc by g_realloc * free loop by g_strfreev (if possible)
2014-08-03Reverting c/p behavior, misread comments.QC
2014-08-03Cleanup previous test commit.QC
2014-07-30Indent file, split out opacity code.QC
2014-07-22Fix previous commit, otherwise -show <window> matching goes wrong.Dave Davenport
2014-07-22Append ':' after Switcher name.Dave Davenport
2014-07-21Fix #67 Allow alt-<num> to switch between modisQC
2014-07-21Small fix for easier scripting.QC
2014-07-21Fix #65, Fix #63 Allow user to select list of modi'sQC
* Add script_dialog, so user can add dialogs using a script. * Add a way to disable modi's * Add -show <modi> option.