summaryrefslogtreecommitdiffstats
path: root/source/dialogs
AgeCommit message (Expand)Author
2016-11-29Don't destroy the window, but send close request to window.Dave Davenport
2016-11-14Fix keybinding with Shift in name. Alt-Shift-S -> Alt-S. Alt-Shift-1 -> Alt-e...Dave Davenport
2016-11-14Fix #498: Right count for unicode charaters in column code.Dave 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-07Issue #454 pass our window id along in the change active window requestDave Davenport
2016-11-07Re-add column, but not for dmenu when prompt is setDave Davenport
2016-11-05Fix dmenu with -selected-rowDave 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-31[DRun] Fix freeDave Davenport
2016-10-31Small re-indentDave Davenport
2016-10-31Cleanup some drun code, use hash table for seen check instead of two arraysDave Davenport
2016-10-31add more details to timing logDave 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-25Simplify some code, more comments. (90% docu)Dave 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-17Fix some coverty found issues.Dave Davenport
2016-10-16[DRun] Fix parsing subdirectories because of wrong suffix checkDave Davenport
2016-10-15Fix issue #482: Set work directoryDave Davenport
2016-10-15Indenting, commentsDave Davenport
2016-10-11Always refilter when switching modi.Dave Davenport
2016-10-08Qtk widgets (#478)Dave Davenport
2016-09-17Remove entry from history if fails to execute.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-09-08Ask window manager to hide decoration in normal-window mode.Dave Davenport
2016-08-31Add debug and indentDave Davenport
2016-08-31DRUN: Make name key required even when hidden. (#453)Dave Davenport
2016-08-30More debug, fix one off.Dave Davenport
2016-08-30Keep a list of disabled Desktop files.Dave Davenport
2016-08-30Add debug output.Dave Davenport
2016-08-30DRun Check if filename ends in .desktop.Dave Davenport
2016-08-30Add extra debug to DRun Desktop File parsing.Dave Davenport
2016-08-30Test #454 unmap window before switching.Dave Davenport
2016-08-29Fix configure script a bit.Dave Davenport
2016-08-29Improve DRun handling a bit.Dave Davenport
2016-08-29Extra checks when parsing file.Dave Davenport
2016-08-29Name field in desktop file is required.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-05Add -input to -h outputDave Davenport
2016-08-04Indicate what set an option, comment default options in dump-xresources.Dave Davenport
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