summaryrefslogtreecommitdiffstats
path: root/source/run-dialog.c
AgeCommit message (Expand)Author
2015-01-12Fix #102 - Add case sensitivity.Edwin Pujols
2015-01-07Fix bug #97: Remove duplicates.QC
2015-01-06Do not crash on empty list in run dialog.Qball Cow
2015-01-05Add run-list command.QC
2015-01-05Add support custom command.Dave Davenport
2014-11-11Add ctrl-/ as reverse tab.QC
2014-11-06[Run] Filter out duplicates. Issue #86QC
2014-09-03Add flexible configuration for launchingDave Davenport
2014-08-27Add display text modi.Dave Davenport
2014-08-26Refactor the to-long menu() function.Dave Davenport
2014-08-25Use g_spawn instead of fork+exec*QC
2014-08-22Cleanup warnings.Dave Davenport
2014-08-22Make rofi compile happily under clang.Dave Davenport
2014-08-09Move to glib's based memory allocation functionsQC
2014-08-03Reverting c/p behavior, misread comments.QC
2014-08-03Cleanup previous test commit.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-20Restructure some code, fix a small bug in dmenu mode.QC
2014-07-05When disabling history go into 'levenshtein' distance sorting when typing.QC
2014-06-07Run-dialog, ignore dot files.QC
2014-06-04Re-indent.QC
2014-05-26Make cppcheck happy. (normally we assume malloc does not fail.)Qball Cow
2014-05-22Cleanups and indenting.QC
2014-05-21Change the prompt to be more consistent. Bug #49QC
2014-05-19Remove memory wrappers, and use system stuff directly.Qball Cow
2014-05-17Small 'correctness' fixes (thx to sparse)QC
2014-05-14Add small arrows indicating more pages. (to be updated later)Qball Cow
2014-05-13Extract out the history code and create functions for it.Qball Cow
2014-05-10clearer that run dialogQC
2014-04-25Add comment to avoid mistake later, remove allocaQball Cow
2014-04-24Fix bug with extra trailing \nQball Cow
2014-04-24Removed unused, add comments.Qball Cow
2014-04-23Small cleanups.Qball Cow
2014-03-22Indent o mania.QC
2014-03-16Small fix.QC
2014-03-12small fix for stupid errorQball Cow
2014-03-12Rename main file.Qball Cow
2014-03-11Fix warning from clang --analyzeQball Cow
2014-03-08Sort favorites by # of runsQball Cow
2014-03-01More rename.QC
2014-03-01Rename simpleswitcher to rofi.QC
2014-02-27Small cleanups.QC
2014-02-26Make cppcheck happy.QC
2014-02-03cleanupsQC
2014-02-03Removing duplicate code, small fixes.QC
2014-02-01Fix a few minor bugsQball Cow
2014-02-01Restructure for and add option to delete entry from history.Qball Cow
2014-01-30Make dmenu mode behave more like dmenuQball Cow
2014-01-25Use XDG basedir for CACHE.QC