Commit graph

696 commits

Author SHA1 Message Date
QC
a32bd61fea DMENU special return value starts at 10. Issue: #154 2015-05-04 10:37:50 +02:00
QC
8d4e1ee8fa Rasi patch, allowing special keys, modifying return value.
In dmenu pressing alt-[1-9 will return the selected entry and set the return value to the
        pressed number.
2015-05-03 13:04:03 +02:00
QC
a974db887a Fix issue #153. 2015-05-02 12:42:36 +02:00
QC
ab715bf6b6 Add line to manpage about keys: #131 2015-05-02 12:38:37 +02:00
QC
9492fe7611 Cleanup keyb.h file. 2015-05-02 12:22:31 +02:00
QC
493801602a Fix printing table 2015-05-02 12:08:50 +02:00
QC
d2eeffe2d9 Issue: #131 Prepend keybinding names with "kb-" 2015-05-02 12:01:06 +02:00
QC
61fc9e8310 Finish adding all different keybindings. Issue: #131 2015-05-02 11:53:27 +02:00
Dave Davenport
1abb06f23b Fix out of order of enum. (needs better solution.) 2015-05-01 23:44:32 +02:00
Dave Davenport
e8d6e8f829 Move more items to keybinding system. 2015-05-01 08:16:52 +02:00
QC
073836f142 First version of keybindings (#131) 2015-04-30 22:46:51 +02:00
QC
09d2be260b Allow keybindings to be set. 2015-04-30 22:42:04 +02:00
Dave Davenport
a70404f128 First part of infrastructure for Issue: #131 customizable keybindings. 2015-04-30 21:52:30 +02:00
Qball Cow
bee103aea8 Improvement of situation for Issue #153. 2015-04-30 17:13:17 +02:00
QC
60a246b3f4 Update changelog. 2015-04-26 11:41:43 +02:00
QC
7d83685fff v0.15.4 release 2015-04-26 11:36:06 +02:00
QC
0b3b190159 Updates. 2015-04-25 17:40:01 +02:00
QC
a78355c7ef Update ChangeLog. 2015-04-24 19:45:27 +02:00
Dave Davenport
988e6a183b Update changelog. 2015-04-23 22:15:28 +02:00
Dave Davenport
0b7fe775ca Support combined characters. 2015-04-23 22:14:31 +02:00
QC
c90e240c90 Update manpage. 2015-04-22 21:04:34 +02:00
Dave Davenport
24aab4527e Add explanation about options to manpage. 2015-04-21 22:17:20 +02:00
Qball Cow
faae5abb33 Update changelog. 2015-04-20 16:47:58 +02:00
QC
9bb51a9b35 Support -no-levenshtein-sort 2015-04-19 13:19:20 +02:00
QC
6456512695 Enable levenshtein by default. 2015-04-18 19:45:13 +02:00
QC
99118420ea Support Levenshtein in dmenu.i #149 2015-04-16 21:13:45 +02:00
Dave Davenport
f64395e4e9 Remove unused code 2015-04-15 22:41:50 +02:00
QC
a38ddb3b06 Fix space. 2015-04-14 22:12:21 +02:00
Dave Davenport
40f3df3fc4 update changelog 2015-04-13 08:18:00 +02:00
QC
9fde9d8955 Fix bgalt. 2015-04-12 17:31:04 +02:00
Dave Davenport
97187b8c75 Update manpage. 2015-04-12 09:31:59 +02:00
Dave Davenport
96a9689630 Update manpage a bit. 2015-04-12 09:23:27 +02:00
QC
c1a8735e24 Re-enable background/foreground. Make theming method an option. 2015-04-11 12:04:14 +02:00
QC
27dfb8937d Fix colors. fix #148 2015-04-11 00:04:02 +02:00
Dave Davenport
ae17690fac Remove asciiart. 2015-04-10 08:49:35 +02:00
Dave Davenport
a8b5282e24 Merge pull request #145 from jpleau/dmenu_example_man
manpage: add examples for dmenu
2015-04-08 20:37:04 +02:00
Jason Pleau
7b88b12bb0 man: add example for dmenu 2015-04-08 09:21:21 -04:00
Qball Cow
f72629a370 Remove printf. 2015-04-07 10:45:04 +02:00
Dave Davenport
82b37eef10 Add right visual. 2015-04-07 08:25:09 +02:00
QC
9dc6df2f01 Add theming section to manpage. 2015-04-06 22:17:05 +02:00
QC
10b22e0c7d Update test. 2015-04-06 20:55:33 +02:00
QC
c276090b18 Set default colors. 2015-04-06 17:34:19 +02:00
QC
2590ecf7e5 ADd new coloring scheme. 2015-04-06 17:13:26 +02:00
QC
95fd6402f3 Free all colors. 2015-04-06 15:28:06 +02:00
QC
39518b0e15 Add more user-colors. 2015-04-06 15:23:58 +02:00
Dave Davenport
f857143e2c Merge pull request #143 from jpleau/fix_warnings
use '\033' instead of '\e' for output-formatting
2015-04-06 09:00:30 +02:00
Dave Davenport
9ddb3321d7 Merge pull request #144 from jpleau/help_parameter
alias --help to -h/-help
2015-04-06 09:00:05 +02:00
Jason Pleau
34e578ef86 use '\033' instead of '\e' for output-formatting
'\e' is a GNU shortcut for \033. Also gcc complained (warning) that '\e'
was a non-ISO standard. Less warnings, the prettier :)
2015-04-05 17:40:43 -04:00
Jason Pleau
6f2c284f37 alias --help to -h/-help
Right now running rofi --help puts it in daemon mode, which can be
confusing for the user. Options in rofi use one dash instead of two, but
I believe an exception should be made for --help.
2015-04-05 17:38:22 -04:00
QC
79fcaea457 Update changelog 2015-04-05 22:43:42 +02:00