summaryrefslogtreecommitdiffstats
path: root/source/dialogs
AgeCommit message (Collapse)Author
2016-08-02Fix memory leak run dialog when skipping.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-22First try at fixing #430. Needs testin.Dave Davenport
2016-07-18Add ``-multi-select` flag to dmenu.Dave Davenport
* Changes default behaviour.
2016-07-18Add selection indicator to dmenu mode.Dave Davenport
2016-07-16Fix memory leakDave Davenport
2016-07-16[Window] Chomp resultDave Davenport
Fixes #426
2016-07-12Allow for more advanced window 'line' formattingDave Davenport
2016-07-06Remove work-around for older i3 version (< 4.9)Dave Davenport
- I3 got ewhm support in Feb. 2015.
2016-06-28Fix tests and crash.Dave Davenport
2016-06-28Fix windowcd command and allow custom Window string formatDave Davenport
2016-06-26Add selection counter in dmenu modeDave Davenport
2016-06-26Make select behave more Rasi-ishDave Davenport
2016-06-25Make bit functions staticDave Davenport
2016-06-25Multi-select with unselectDave Davenport
2016-06-21Copy memory instead of mixing malloc and g_malloc'ed memories (and freeing ↵Dave Davenport
them all with g_free)
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-06-05Wip/drun subdirs (#416)Dave Davenport
* drun: Walk subdirectories too Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net> * Remove goto, make it work for Filesystems that do not support reporting file type. * Fix using filename before creating it. * Run indenter over drun file. * Fix stupid typo
2016-06-01Merge remote-tracking branch 'origin/master' into highlight_matchDave Davenport
2016-06-01Update some headers.Dave Davenport
2016-05-30Remove initializationDave Davenport
2016-05-30First throw at issue #403, show wm name.Dave Davenport
2016-05-30Issue #411: Show list of Keyboard bindings with rofi, from rofi.Dave Davenport
2016-05-26Fix combi mode 'bang' behaviour, improve levenshtein with combiDave Davenport
2016-05-22Remove the is_ascii mess.Dave Davenport
2016-05-21Go Regex GoDave Davenport
2016-05-12window: Make custom action run a command on the windowQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-05-12window: Kill the window on delete-entryQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-05-06Add option to view background image instead of screenshot in fake ↵Dave Davenport
transparency. Issue #390
2016-04-28When switching windows also switch the desktopDimitar Yordanov
If the window we switch to is not on the same desktop, first switch to the desktop.
2016-04-26Issue: 386: Fix getting desktop number propertyDave Davenport
2016-04-20Move teardown to the logic place again (possible with deamon mode removed)Dave Davenport
2016-04-10Issue: #380 Make combi complete prepend bangDave Davenport
2016-04-10Remove fgets and replace by getline.Dave Davenport
2016-04-10Move history to getline and remove magic limit.Dave Davenport
2016-04-10Remove left-over printf.Dave Davenport
2016-04-10Issue: #381: Try to handle X11 input and UTF-8 better.Dave Davenport
In window_get_text_prop do conversion when input is of type STRING. (latin1) to utf8. Dmenu: don't skip invalid lines, but try to display as much as possible. Window mode: Double check all input from X.
2016-04-02Fixes issue #370: Move dmenu option into dmenu.Dave Davenport
2016-03-24Cleanup unused type specifier (dialogs).Dave Davenport
2016-03-21Quick fix.Dave Davenport
2016-03-20keybindings: Merge accept-custom and accept-entry-continueQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-03-20Fix reloading after deleting entryDave 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-03-17Issue 213: Memcpy the right size for atomsDave Davenport