summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2015-02-24Re-add zeltak mode.Dave Davenport
2015-02-19Replace signal by sigactionDave Davenport
2015-02-18Make compiler more picky.Dave Davenport
2015-02-17Remove unused function.Qball Cow
2015-02-17Rewrite of the configuration parsing, no longer duplicating options between X...Dave Davenport
2015-02-15Fix #128: Better handling of keybindings and remove deprecated launching.QC
2015-02-14Small moveQC
2015-02-12Moving files around, dialogs in dialog directory.QC
2015-02-12Refactor code, split out window switcher code.Dave Davenport
2015-02-10Remove hmode. (Rather no implementation then a bad one.)Dave Davenport
2015-02-09Add some comments, rename.QC
2015-02-09Splitting over more files.Dave Davenport
2015-02-04Cleanups.Dave Davenport
2015-02-03Move data around, constness, etc.Dave Davenport
2015-02-03Move stuff around. Try to reduce size rofi.c.Dave Davenport
2015-02-02Put i3 specific interaction code in separate file.Dave Davenport
2015-02-01Fix LLVM compiler warnings.Dave Davenport
2015-01-31Fix not grabbing keyboard, and add pid file to ensure one instance.QC
2015-01-21Updates fixing pango transparancy.Dave Davenport
2015-01-18Introduce lazy-refilter mode for long lists.QC
2015-01-12Merge branch 'master' of https://github.com/DaveDavenport/rofiEdwin Pujols
2015-01-12Add support for alternating row colors.Dave Davenport
2015-01-12Fix #102 - Add case sensitivity.Edwin Pujols
2015-01-05Add support custom command.Dave Davenport
2014-12-16Bug #98: Select a certain line.QC
2014-12-02Small moving to helper.Dave Davenport
2014-11-25More commenting.Dave Davenport
2014-11-25Update comment of headers.Dave Davenport
2014-11-24Comment more code.QC
2014-11-24Comment some header files.Dave Davenport
2014-11-15Small updates.QC
2014-11-11Add ctrl-/ as reverse tab.QC
2014-11-09Add sidebar modi to ROFI.QC
2014-10-30Add multi-line elements support.Dave Davenport
2014-10-19Add separator option.QC
2014-09-03Add flexible configuration for launchingDave Davenport
2014-08-30Play with adding some more test, bug fixesDave Davenport
2014-08-27Add display text modi.Dave Davenport
2014-08-26Refactor the to-long menu() function.Dave Davenport
2014-08-25Removed unused code. (NEAR and i3_mode)Dave Davenport
2014-08-22Make rofi compile happily under clang.Dave Davenport
2014-08-11Make Rasi a happy boy, add character width mode.QC
2014-08-07Using Glib's utf8 functions to do string collating.QC
2014-08-05Fix #76: DMENU returns 1 on cancel.Dave Davenport
2014-08-03Remove Active mode. IT causes problems with matching and has limited use.QC
2014-08-03Cleanup previous test commit.QC
2014-08-02Pango testing.QC
2014-07-21Fix #67 Allow alt-<num> to switch between modisQC
2014-07-21Fix #65, Fix #63 Allow user to select list of modi'sQC
2014-07-21Fix issue #61Qball Cow