summaryrefslogtreecommitdiffstats
path: root/source/dialogs
AgeCommit message (Expand)Author
2017-01-21Add auto-detect option to DPI setting.Dave Davenport
2017-01-17Ignore empty path.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-12-30Work-around for detecting end of file, hopefully fixing #518.Dave Davenport
2016-12-26Make workspace name also searchableDave Davenport
2016-12-26Strip pango markup from workspace names when detecting I3.Dave Davenport
2016-12-26Search categories when searching Desktop Files.Dave Davenport
2016-12-17Merge branch 'master' of github:DaveDavenport/rofiDave Davenport
2016-12-17Lower priority of loading data from dmenu, so drawing is not delayedDave Davenport
2016-12-12Reset user input on script selection.Dave Davenport
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