summaryrefslogtreecommitdiffstats
path: root/source/dialogs/ssh.c
AgeCommit message (Expand)Author
2017-03-17[Keys] Cleanup view a bit.Dave Davenport
2017-03-11[SSH] Fix missing parameter documentationDave Davenport
2017-03-10Zeltakmadness (#572)Dave Davenport
2017-03-08Issue570 (#571)Dave 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-09Update function check configure.acDave 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-01-21Add auto-detect option to DPI setting.Dave Davenport
2017-01-11Fix indenting and header commenting.Dave Davenport
2017-01-09Improve error handling string.Dave Davenport
2017-01-09Remove old cairo color set functionsDave 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-11-14Fix keybinding with Shift in name. Alt-Shift-S -> Alt-S. Alt-Shift-1 -> Alt-e...Dave Davenport
2016-11-02Fix crash on wrongly queued ViewState (thx to teto)Dave Davenport
2016-11-01Pull config option access from out of separator widget.Dave Davenport
2016-10-30Use strtok_r instead of strtok.Dave Davenport
2016-10-28Update some code.Dave Davenport
2016-10-26Make scrollbar behave betterDave Davenport
2016-10-25Update scrollbar behaviour, so dragging is more natural. (limit range from hw...Dave Davenport
2016-10-18Fix memory leak in box and listview widget, add coverage make target. (ggcov ...Dave Davenport
2016-10-15Indenting, commentsDave Davenport
2016-10-11Always refilter when switching modi.Dave Davenport
2016-10-08Qtk widgets (#478)Dave Davenport
2016-09-08Ask window manager to hide decoration in normal-window mode.Dave Davenport
2016-08-30Add debug output.Dave Davenport
2016-08-29Improve DRun handling a bit.Dave Davenport
2016-08-28First hack at fixing Desktop file parser.Dave Davenport
2016-08-25Add fuzzy matching, make a -matching option.Dave Davenport
2016-08-24Constness.Dave Davenport
2016-08-04Indicate what set an option, comment default options in dump-xresources.Dave Davenport
2016-07-31Fix memory leak, re-indentDave Davenport
2016-07-29Fix some doxygen warnings.Dave Davenport
2016-07-25Fix #432, Control+k removes till eol.Dave Davenport
2016-07-18Add selection indicator to dmenu mode.Dave Davenport
2016-06-28Fix windowcd command and allow custom Window string formatDave Davenport
2016-06-19Split Custom and Alternate command.Dave Davenport
2016-06-16Indent don't use partial match.Dave Davenport
2016-06-07Merge remote-tracking branch 'origin/master' into highlight_matchDave Davenport
2016-06-05Some indenting fixesDave 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-19Make clang static code analyzer happy (300+ -> 5)Dave Davenport
2016-02-23rofi: Drop daemon modeQuentin Glidic