summaryrefslogtreecommitdiffstats
path: root/source/dialogs/dmenu.c
AgeCommit message (Expand)Author
2017-04-15Fix licenses headersQuentin Glidic
2017-04-15Consolidate loggingQuentin Glidic
2017-04-15 Switch to g_{debug,warning} instead of g_logDave Davenport
2017-03-10Zeltakmadness (#572)Dave Davenport
2017-03-04Indent code.Dave Davenport
2017-03-01Allow modes to set message box, instead of view creation argument.Dave Davenport
2017-03-01Remove replace test. (Don't do commit -a )Dave Davenport
2017-03-01Add message box to view structure. Always add it, disable it when not showing...Dave Davenport
2017-02-17Rename token_match to helper_token_match.Dave Davenport
2017-02-03Don't recreate every string everytime.Dave Davenport
2017-02-01Async pre-read 25 entries by default, to make it feel more snappy. Fixes #550Dave Davenport
2017-01-31Give overlay widget a parent, queue widget redraw on enable/disableDave Davenport
2017-01-30Allow user to set number of rows to pre-read async.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-30Work-around for detecting end of file, hopefully fixing #518.Dave Davenport
2016-12-17Lower priority of loading data from dmenu, so drawing is not delayedDave Davenport
2016-11-13[DMenu] Dump when there is an empty filter.Dave Davenport
2016-11-12Fix #497: Create cache dir if not exists.Dave Davenport
2016-11-07Re-add column, but not for dmenu when prompt is setDave Davenport
2016-11-05Fix dmenu with -selected-rowDave Davenport
2016-10-25Simplify some code, more comments. (90% docu)Dave Davenport
2016-10-17Fix some coverty found issues.Dave Davenport
2016-10-08Qtk widgets (#478)Dave Davenport
2016-09-17Force dmenu in sync mode to stop breaking old features that rely on this.Dave Davenport
2016-09-17First rough version of async loading for dmenu.Dave Davenport
2016-08-05Add -input to -h outputDave Davenport
2016-07-22First try at fixing #430. Needs testin.Dave Davenport
2016-07-18Add ``-multi-select` flag to dmenu.Dave Davenport
2016-07-18Add selection indicator to dmenu mode.Dave Davenport
2016-06-28Fix tests and crash.Dave 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 th...Dave Davenport
2016-05-26Fix combi mode 'bang' behaviour, improve levenshtein with combiDave Davenport
2016-05-22Remove the is_ascii mess.Dave Davenport
2016-04-20Move teardown to the logic place again (possible with deamon mode removed)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
2016-04-02Fixes issue #370: Move dmenu option into dmenu.Dave Davenport
2016-03-24Cleanup unused type specifier (dialogs).Dave Davenport
2016-03-20keybindings: Merge accept-custom and accept-entry-continueQuentin Glidic
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-28Merge remote-tracking branch 'github/master' into wip/xcb/fullDave Davenport
2016-02-23Test for single mainloopDave Davenport
2016-02-23rofi: Drop daemon modeQuentin Glidic
2016-02-19Cleanups.Dave Davenport