summaryrefslogtreecommitdiffstats
path: root/source
AgeCommit message (Expand)Author
2017-01-07Make lazy-key-grab an option, add --release for i3 to manpage.Dave Davenport
2017-01-06Change keyboard grabbing behaviour, if you fail, continue running and try in ...Dave Davenport
2017-01-04Quick when failed to grab keyboard. #524Dave Davenport
2017-01-03Fix wrong sed replace.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-26Directly queue a redraw on overlay change.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-24Use clipboard atom instead of XCB_ATOM_SECONDARY for pasting.Dave Davenport
2016-12-20Force all three properties of scrollbar to be in syncDave 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-15Fix some compile warningsDave Davenport
2016-12-15Remove extra newlines after log messages.Dave Davenport
2016-12-12Reset user input on script selection.Dave Davenport
2016-12-10Fix positioning of sidebar in the grand scheme of things. (this needs rewrite...Dave Davenport
2016-12-08Use g_strsplit_set instead of strtok so we can run g_strsplit in placeDave Davenport
2016-12-06Strip spaces from key-name (Issue: #511)Dave Davenport
2016-12-06Add configuration file location in -help output.Dave Davenport
2016-11-30Issue: #38 remove delay (until next blink) when triggering on release (versio...Dave Davenport
2016-11-30Issue: #39 remove delay (until next blink) when triggering on releaseDave Davenport
2016-11-30Fix two issues detected by coverty. 1.) copy /paste error. 2.) dead codeDave Davenport
2016-11-29Don't destroy the window, but send close request to window.Dave Davenport
2016-11-29Make resize look better. less flickering.Dave Davenport
2016-11-27Fix drawing order when widget is added at end. This simplifies bottom mode.Dave Davenport
2016-11-26Remove trailing whitespace from string options.Dave Davenport
2016-11-26Fuzzy matcher, take simple escaping into account when creating regex.Dave Davenport
2016-11-26Fix check being the wrong way around.Dave Davenport
2016-11-25Fix compare add forum to links.Dave Davenport
2016-11-25Print compile options (window, drun,timing, asan, gcov) in -helpDave Davenport
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