summaryrefslogtreecommitdiffstats
path: root/config
AgeCommit message (Collapse)Author
2015-10-31Add -no-parse-known-hosts to disable parsing of ~/.ssh/known_hostsKlemens Schölhorn
For humans who like to keep the list of available servers clean. Also useful if you use different names in ~/.ssh/config. The previous default of always parsing known_hosts is not changed.
2015-10-30Allow dpi to be setQC
2015-10-20Add fake transparencyQball Cow
2015-10-16Add fullscreen mode and fix some redrawing issues.QC
2015-10-15Revert "Remove levenshtein"QC
Adding help list. This reverts commit 77cdc8d7c4aab103d4ac1252cfe1653e14c914a4.
2015-10-04Remove levenshteinQC
2015-10-04Tokenize by defaultQC
2015-10-04Add tokenize option and append * to glob.Dave Davenport
2015-10-02Add glob version for testing.QC
2015-09-22Add markup flag for dmenu.Dave Davenport
2015-09-20Support \0QC
2015-09-20Update lazy limit filterQC
2015-09-20Playing with atomQC
2015-09-20Default disable levenshteinQC
2015-09-04Add hide scrollbar option.QC
2015-08-27Allow 0 line marginDave Davenport
2015-08-26Add separator color and style option.Dave Davenport
2015-08-20Issue: #207 add generic `-filter` mode.QC
2015-08-04Add quick solution for #202, expose line-margin setting.Dave Davenport
2015-08-03Add rofi-sensible-terminal script.QC
2015-08-02Bug #200 implement `-m` modeQC
2015-07-01Set fuzzy default to false (instead of unset)Dave Davenport
2015-04-18Enable levenshtein by default.QC
2015-04-15Remove unused codeDave Davenport
2015-04-12Fix bgalt.QC
2015-04-11Re-enable background/foreground. Make theming method an option.QC
2015-04-11Fix colors. fix #148QC
2015-04-06Set default colors.QC
2015-04-06ADd new coloring scheme.QC
2015-04-06Add more user-colors.QC
2015-04-04Allow urgent/active color to be set, add dmenu option -u/-a to highlight row.QC
2015-04-03Add active/urgent color.QC
2015-03-31Add combi viewer, where (selected) modi can be combined.Dave Davenport
- Add active window highlighter.
2015-03-29Issue: #137, Parse /etc/hosts file.QC
2015-02-28Update copyright noticeQball Cow
2015-02-24Re-add zeltak mode.Dave Davenport
2015-02-15Fix #128: Better handling of keybindings and remove deprecated launching.QC
See manpage.
2015-02-10Remove hmode. (Rather no implementation then a bad one.)Dave Davenport
2015-01-18Introduce lazy-refilter mode for long lists.QC
2015-01-12Merge branch 'master' of https://github.com/DaveDavenport/rofiEdwin Pujols
Conflicts: doc/rofi-manpage.markdown doc/rofi.1
2015-01-12Add support for alternating row colors.Dave Davenport
2015-01-12Fix #102 - Add case sensitivity.Edwin Pujols
2015-01-11Fix issue #48.QC
Copy over a config.c from config.def.c if none exists.
2015-01-05Add support custom command.Dave Davenport
2014-11-25More commenting.Dave Davenport
Code Comment Comment % Blank Total File ------ --------- --------- --------- --------- ----------------- 36 69 65.7% 2 107 config.c 66 31 32.0% 14 111 dmenu-dialog.c 185 52 21.9% 19 256 helper.c 179 66 26.9% 27 272 history.c 1896 325 14.6% 345 2566 rofi.c 197 45 18.6% 42 284 run-dialog.c 144 31 17.7% 24 199 script-dialog.c 171 42 19.7% 31 244 ssh-dialog.c 350 69 16.5% 84 503 textbox.c 151 37 19.7% 27 215 xrmoptions.c 26 0 0.0% 5 31 helper-test.c 65 6 8.5% 35 106 history-test.c 109 5 4.4% 22 136 textbox-test.c 34 33 49.3% 24 91 config.h 5 10 66.7% 4 19 dmenu-dialog.h 11 70 86.4% 10 91 helper.h 9 46 83.6% 8 63 history.h 83 128 60.7% 17 228 rofi.h 4 8 66.7% 2 14 run-dialog.h 11 26 70.3% 5 42 script-dialog.h 4 8 66.7% 2 14 ssh-dialog.h 64 142 68.9% 31 237 textbox.h 6 13 68.4% 4 23 xrmoptions.h
2014-11-25Update comment of headers.Dave Davenport
2014-11-14Update font type to match pango naming.Dave Davenport
2014-11-09Add sidebar modi to ROFI.QC
2014-10-30Add multi-line elements support.Dave Davenport
2014-10-19Add separator option.QC