summaryrefslogtreecommitdiffstats
path: root/source
AgeCommit message (Expand)Author
2016-11-15Update code documentationDave Davenport
2016-11-15Fix indentationDave Davenport
2016-11-15Small code restructureDave Davenport
2016-11-14Include in error mesg, what key failed to bind.Dave Davenport
2016-11-14Try to improve parsing of Keybinding. Give more specific error of what failed.Dave Davenport
2016-11-14Backspace->BackSpaceDave Davenport
2016-11-14Continue parsing when keybinding fail, only show errors after all are done.Dave Davenport
2016-11-14For redraw when rofi_view_set_active is called.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-14Fix #485: Correctly remove consumed masks.Dave Davenport
2016-11-13[DMenu] Dump when there is an empty filter.Dave Davenport
2016-11-12Fix #497: Create user runtime dir if not exists.Dave Davenport
2016-11-12Fix #497: Create cache dir if not exists.Dave Davenport
2016-11-11If no fake background failed to load, still paint a background. Add debug info.Dave Davenport
2016-11-11Re-work the expose, redraw system. Use XServer side pixmaps to do drawing and...Dave Davenport
2016-11-11Fix crash when clicked out of window.Dave Davenport
2016-11-10If widget is disabled, don't check redraw flag as it wont be cleared.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-06Remove debug sleepDave Davenport
2016-11-06Grab keyboard as early as possible (#494)Dave Davenport
2016-11-05Fix dmenu with -selected-rowDave Davenport
2016-11-02Fix crash on wrongly queued ViewState (thx to teto)Dave Davenport
2016-11-01Remove opacity option.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-28 Remove auto :Dave Davenport
2016-10-28IndentDave Davenport
2016-10-28Remove commented codeDave Davenport
2016-10-28Merge two functions that no longer have a reason to be split.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-24Option to disable/enable the highlighting of match.Dave Davenport
2016-10-24add scrollbar test.Dave Davenport
2016-10-23Revert "Fix: #485 Remove used modifiers before figuring out keybinding."Dave Davenport
2016-10-23Fix: #485 Remove used modifiers before figuring out keybinding.Dave Davenport
2016-10-22clang-check fix.Dave Davenport
2016-10-20Add some more tests, make some textbox api's privateDave 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-17Fix redrawing (call queue redraw, not need redraw) fix end of string check.Dave Davenport
2016-10-17Fix some possible null pointer dereference. (clang-check)Dave Davenport
2016-10-16Some commentsDave Davenport