summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-02-02Install i3-wm in travin and compile with and without.Dave Davenport
2015-02-02Put i3 specific interaction code in separate file.Dave Davenport
2015-02-01Fix #119. Fix dmenu mode when called with full path.QC
2015-02-01Do not lock rofi when in daemon mode, only when showing.Dave Davenport
2015-02-01Always compile with Extra warnings.Dave Davenport
2015-02-01Fix compiler warnings about signed v.s. unsignedDave Davenport
2015-02-01Fix LLVM compiler warnings.Dave Davenport
2015-02-01Fix compiler warnings. (return value ftrunc/write)Dave Davenport
2015-01-31Fix not grabbing keyboard, and add pid file to ensure one instance.QC
2015-01-30Removed some unused headers.QC
2015-01-30Small cleanup + comments.QC
2015-01-29Grab keyboard from X mainloop.Dave Davenport
2015-01-28Fix issue #118.QC
2015-01-28Update build instructions.Dave Davenport
2015-01-28Add some comments.Dave Davenport
2015-01-28Add file browser example.Dave Davenport
2015-01-27Merge pull request #116 from deiwin/patch-1Dave Davenport
2015-01-27fix typos in docsDeiwin Sarjas
2015-01-26Fix printing Warning about XID.QC
2015-01-25Add Changelog and AUTHORS to distribution list.QC
2015-01-24Release 0.15.10.15.1QC
2015-01-24Fix unused variables.QC
2015-01-23Add shift-enter to manpage.QC
2015-01-23Remove commented code, break out of loop in when possible.Dave Davenport
2015-01-22Document the new transparency option.Dave Davenport
2015-01-22Remove printfDave Davenport
2015-01-22Better handling of non-truecolor colormaps.Dave Davenport
2015-01-22Merge remote-tracking branch 'origin/master' into transbgDave Davenport
2015-01-21Use fallback when truecolor visual fails.Dave Davenport
2015-01-21Merge pull request #114 from blueyed/toggle-case-acuteDave Davenport
2015-01-21Toggle case sensitivity: `grave` might be `acute`Daniel Hahler
2015-01-21Updates fixing pango transparancy.Dave Davenport
2015-01-20Rofi 1 year old!QC
2015-01-20First try out. (tests not compiling at.. do make rofi)Dave Davenport
2015-01-19Update manpage to be a bit more consistent.Dave Davenport
2015-01-18oepsQC
2015-01-18tryQC
2015-01-18Blaat.QC
2015-01-18Introduce lazy-refilter mode for long lists.QC
2015-01-18Avoid loosing keyboard press events when they arrive to quickly.QC
2015-01-17Small cleanup and add ohcount target.QC
2015-01-16Add cppcheck target.Dave Davenport
2015-01-15Small cleanup and reducing of scopes.Dave Davenport
2015-01-15Change col left/right edge behavior to be more logic.Dave Davenport
2015-01-15Merge pull request #109 from EdwinPujols/avoid_loopingDave Davenport
2015-01-14Mouse navigation: Avoid unnecessary looping.Edwin Pujols
2015-01-14Fix issue #104: Scrolling action.QC
2015-01-14Merge pull request #105 from Tblue/masterDave Davenport
2015-01-14get_ssh(): Use g_strdup() instead of strdup().Tilman Blumenbach
2015-01-14get_ssh(): Use g_ascii_strcasecmp() instead of strcasecmp().Tilman Blumenbach