summaryrefslogtreecommitdiffstats
path: root/source/dialogs/script.c
AgeCommit message (Expand)Author
2017-10-05Indent files.Dave 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-09-05Indent.Dave Davenport
2017-08-14[Script] Parse the command as a commandline.Dave Davenport
2017-08-14[Script] Execute script + argument direction, do not pass run-command.Dave Davenport
2017-05-23Revert changes to script.Dave Davenport
2017-05-22[Theme] Add small caps options (not working?)Dave Davenport
2017-04-27Re-Indent codeDave Davenport
2017-04-21[Mode] Make the name field a pointer instead of a fixed 32char array.Dave Davenport
2017-04-20Try to improve error message a bit (damn g_warning replace)Dave Davenport
2017-04-15Fix licenses headersQuentin Glidic
2017-04-15Consolidate loggingQuentin Glidic
2017-03-10Zeltakmadness (#572)Dave Davenport
2017-03-04Indent code.Dave Davenport
2017-02-17Rename token_match to helper_token_match.Dave Davenport
2017-01-08Indent magic, rework makefile so lexer and yacc file are not passed.Dave Davenport
2017-01-03Update copyright to 2017.Dave Davenport
2016-12-12Reset user input on script selection.Dave Davenport
2016-10-15Fix issue #482: Set work directoryDave Davenport
2016-05-26Fix combi mode 'bang' behaviour, improve levenshtein with combiDave Davenport
2016-05-22Remove the is_ascii mess.Dave Davenport
2016-04-10Remove fgets and replace by getline.Dave Davenport
2016-03-24Cleanup unused type specifier (dialogs).Dave Davenport
2016-03-20Fix positioning window on top of window.Dave Davenport
2016-03-19Make clang static code analyzer happy (300+ -> 5)Dave Davenport
2016-02-23rofi: Drop daemon modeQuentin Glidic
2016-01-08Start making SardemFF happy. Use g_return_if_failDave Davenport
2016-01-07More splitting and abstracting.Dave Davenport
2016-01-07First cleanup steps.Dave Davenport
2016-01-01Update copyrightDave Davenport
2015-12-01Remove custom code, replace by glib, fix fuzzy matching for unicode.Dave Davenport
2015-11-27Fix issue #271 expand path.Dave Davenport
2015-11-25Big rename from Switcher to Mode internal, to match with user terminologyDave Davenport
2015-11-24Create more consistent ordering of argumentsDave Davenport
2015-11-24Fix for complete issue #273.Dave Davenport
2015-11-23Some cleanups and re-ordering of parameters to be consistent.Dave Davenport
2015-11-23Const making.Dave Davenport
2015-11-22consts and small ensurance (though should be correct to begin with)Dave Davenport
2015-11-21Start at fixing Issue 273, this might break some things.Dave Davenport
2015-09-19More line fixing.QC
2015-09-19Adjust new editor widthQC
2015-09-19Some cleanups, tweak uncrustify.QC
2015-07-31Print error to stderr when fclose fails.Dave Davenport
2015-05-03Rasi patch, allowing special keys, modifying return value.QC
2015-04-14Fix space.QC
2015-03-31Add combi viewer, where (selected) modi can be combined.Dave Davenport
2015-03-27OO-ify the Switchers.QC
2015-03-25Remove double names.Dave Davenport