summaryrefslogtreecommitdiffstats
path: root/source/dialogs/ssh.c
AgeCommit message (Collapse)Author
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-03Don't inline function that uses alloca.Dave Davenport
2017-06-03Run indenter.Dave Davenport
2017-06-02ssh: Add startup notification supportQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
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-05-29Use libnkutils for keybindingsQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-11Fix some clang compiler warningsDave Davenport
2017-04-27Re-Indent codeDave 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-02Add converter back for old theme format.Dave Davenport
2017-03-31Improve error message when called with `-show`Dave Davenport
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
* Allow modi to set extra pango attributes on displayed rows * Fix some documentation, only highlight the mode name with color. * Small rename.
2017-03-08Issue570 (#571)Dave Davenport
* First start issue #570 * Implement (glob style) includes. * Add glob check to configure. * If expanding path, use it
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 -> ↵Dave Davenport
Alt-exclam + indent.
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 ↵Dave Davenport
hw/2 to h-hw/2)
2016-10-18Fix memory leak in box and listview widget, add coverage make target. (ggcov ↵Dave Davenport
and lcov)
2016-10-15Indenting, commentsDave Davenport
2016-10-11Always refilter when switching modi.Dave Davenport
2016-10-08Qtk widgets (#478)Dave Davenport
* Initial support for using boxes for packing widgets. * Make CapiTalIzation more consistent * Move widgets to subdirectory * Removed nolonger needed resize function. * Small cleanup * When switching mode, reuse view, don't rebuild it. Reduces artifacts. * Needs cleaning up. * Remove separate prompt argument, use display_name * Simplify run-switcher code. * Add notion of parents, and trigger parent update on resize. * Use widget_get_height wrapper, avoid crash * Size separator width based on height. (indent) * TODO add margin to box. * First draft version of listview. * Add scrollbar to listview widget * Add padding option to box * Move access to global config out of widget. (1/2 done) * Remove printf * Make listview not access global config * Add click support, implement on mode buttons. * Re-introduce mouse handling on list-view. * TODO draggin on scrollbar. * Fix multi-select * Fix warnings * Fix include
2016-09-08Ask window manager to hide decoration in normal-window mode.Dave Davenport
Issue #485
2016-08-30Add debug output.Dave Davenport
2016-08-29Improve DRun handling a bit.Dave Davenport
- Remove entries that are deprecated or unsupported. - Handle field codes %c and %k TODO: - Detect multiple identical field code entries and throw error.
2016-08-28First hack at fixing Desktop file parser.Dave Davenport
2016-08-25Add fuzzy matching, make a -matching option.Dave Davenport
* -matching *method* option instead of -regex, -glob, -fuzzy. * Re-add fuzzy matching pattern. * When there are substrings in regex, only highlight those matches. Fixes: #447
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