summaryrefslogtreecommitdiffstats
path: root/source
AgeCommit message (Expand)Author
2015-09-02cleanup.QC
2015-09-02Add 10 more custom key binding. Issue: #218QC
2015-09-01IndentQC
2015-08-31Add WINDOW_TYPE_DESKTOP to ignore list.Dave Davenport
2015-08-31Add dialogs.h header.Dave Davenport
2015-08-29Do not refilter on cursor moveQC
2015-08-29Move sigchld into signal handling thread.QC
2015-08-29Remove unused functionQC
2015-08-27Issue: #213 hide windows marked as type DOCKDave Davenport
2015-08-27Fix 1 pixel offset separatorDave Davenport
2015-08-27Allow 0 line marginDave Davenport
2015-08-26Cleanup drawing a bit.QC
2015-08-26Add separator color and style option.Dave Davenport
2015-08-24NET_WM_DESKTOP: don't assume desktop zero is invalidThomas Adam
2015-08-20Issue: #207 add generic `-filter` mode.QC
2015-08-17Monitor -2 stands for the focused windowThorsten Wißmann
2015-08-04Add quick solution for #202, expose line-margin setting.Dave Davenport
2015-08-02-row -t -selected-rowQC
2015-08-02Fix -l as alias for -lines (in dmenu mode) rename -l to -rowQC
2015-08-02Change `-i` mode to match dmenu. Bug #200QC
2015-08-02Remove use of g_close, not available on travisQC
2015-08-02Bug #200, add '-b' method.QC
2015-08-02Bug #200 implement `-m` modeQC
2015-08-01Small moving and cleanupsDave Davenport
2015-07-31Try to make things more robust, e.g. try to recover before giving up.Dave Davenport
2015-07-31Print error to stderr when fclose fails.Dave Davenport
2015-07-30Fix for #199, properly reset pointer to NULL after free'ingDave Davenport
2015-07-30Small cleanup + fail more gracefull here and thereDave Davenport
2015-07-29Small tweak to printDave Davenport
2015-07-29Obey quiet a bit better, update manpage with signalsDave Davenport
2015-07-29Add some comments and cleanups, allow reeloading of keybindings at run-timeDave Davenport
2015-07-28UpdatesQC
2015-07-28Add new event handlingDave Davenport
2015-07-28Fix makefile indentQC
2015-07-27Fix not clearing of pointer after free-ing it.QC
2015-07-27Remove HUP signal handler as it is incorrect. #193, to be re-added laterQC
2015-07-24Use calculated top offset for arrow_down.Dave Davenport
2015-07-23Allow escape to quit in no-custom modeDave Davenport
2015-07-22Fix more mouse handling. (click on modi switcher)Dave Davenport
2015-07-19Remove debug printfQC
2015-07-19Fix double click in guiQC
2015-07-13Fix modifierQC
2015-07-10Undo commit of sorting changes, did not want to apply this yet.Dave Davenport
2015-07-09Use right modifierQC
2015-07-07Make color parsing more robust, report failing of parsing color.QC
2015-07-06Fix window matching.Dave Davenport
2015-07-05Replace all qsorts.QC
2015-07-05Use glib qsort as qsort is not portable.QC
2015-07-04Fix typo (thx to jpleau)QC
2015-07-04Trying 2nd bsd patchQC