Commit Graph

155 Commits

Author SHA1 Message Date
Marco Raber
34302812fe Added vim like keybindings 2021-12-14 16:17:26 +01:00
phillbush
705316fabe
Merge pull request #30 from paniash/master
Fixed typo
2021-06-02 11:40:07 -03:00
Ashish Panigrahi
98e801edf7 fix typo 2021-06-02 20:02:31 +05:30
phillbush
6aee410969 STOP CAT ABUSE!!! 2021-04-29 20:09:10 -03:00
phillbush
c1d29e79f4 v4.5.5 2021-04-11 11:03:29 -03:00
phillbush
d90841035d rm demo.gif 2021-04-11 10:33:22 -03:00
phillbush
f5bc660a72 replace image url 2021-04-11 10:32:24 -03:00
phillbush
c4d552d669
Merge pull request #29 from TobiasRH/fix-separator-segfault
Fix a segfault if a sub-menu is added to a separator.
2021-04-10 18:49:13 -03:00
Tobias R. Henle
2e7a6bdcf3 Fix: Handle missing (NULL pointer) output for separator. 2021-04-05 21:28:21 +02:00
Tobias R. Henle
78cdb02be6 Fix: Don't allow a separator as root for submenus. 2021-04-05 21:27:48 +02:00
phillbush
60ddf397e3 add support for mouse scrolling (#26) 2021-02-13 20:36:55 -03:00
phillbush
88341d204b fix license, add acknowledgements 2021-01-24 16:00:04 -03:00
phillbush
b2a9340acb
Merge pull request #25 from kawaiiamber/DESTDIR
Simplify DESTDIR
2021-01-10 21:10:53 +00:00
KawaiiAmber
c90d164c0a Simplify DESTDIR 2021-01-10 14:01:51 -07:00
phillbush
06d6acdb5e fixed ESC key 2021-01-09 19:41:16 -03:00
phillbush
e14d88b06c fixed missing lines 2021-01-09 19:29:08 -03:00
phillbush
289de21f8e fix missing assignment 2021-01-09 19:25:06 -03:00
phillbush
cbf67e5a45 prepare for 4.5.1 2021-01-09 19:16:55 -03:00
phillbush
0129fde447 fix shift key 2021-01-09 19:11:38 -03:00
phillbush
10d457c97e add changelog 2021-01-08 22:30:08 -03:00
phillbush
78fb523f9f remove -t; prepare for mergint into master 2021-01-08 19:01:46 -03:00
phillbush
0783fd073c Merge branch 'master' into type 2021-01-08 18:39:28 -03:00
phillbush
50da9089cf
Merge pull request #23 from kawaiiamber/Makefile-standard
Make standard for non-GNU
2021-01-08 21:28:37 +00:00
phillbush
9b9cb802e0
Merge pull request #24 from kawaiiamber/readme
Include Xinerama header dep in README
2021-01-08 21:23:02 +00:00
KawaiiAmber
dc1afe9f63 Include Xinerama header dep in README 2021-01-08 11:50:30 -07:00
KawaiiAmber
6f740f74ea Make standard for non-GNU 2021-01-08 07:01:20 -07:00
phillbush
28f784a7a4 add -t 2020-12-31 05:47:06 -03:00
phillbush
8239f1f155 add normalizekeysym()
Also, when no item matches the typed string and a new key is pressed,
rub out the memory first and then include the character corresponding
to the typed key.
2020-12-31 05:35:15 -03:00
phillbush
693735f7eb make tab cycle through matched items 2020-12-31 04:58:05 -03:00
phillbush
7bdb3b0bf8 rub out text when no item matches it 2020-12-29 22:45:49 -03:00
phillbush
b33886d7a2 add type-to-select support 2020-12-29 22:26:48 -03:00
phillbush
6bbc0e45ea move actions to end of main loop 2020-12-29 19:40:17 -03:00
phillbush
f472bfacd9 prepare stuff for type-to-select 2020-12-29 19:22:50 -03:00
phillbush
6abae763c6 parse resources before command-line options 2020-12-29 18:56:50 -03:00
phillbush
9cfea60e8e
Merge pull request #18 from kawaiiamber/config.mk
Formatting
2020-12-19 13:33:42 +00:00
KawaiiAmber
0c987c691c Formatting 2020-12-19 00:54:38 -07:00
phillbush
27c03246ca add alignment 2020-12-15 13:14:57 -03:00
phillbush
1146fd8114 add -r option 2020-11-09 16:46:25 -03:00
phillbush
ef667106e9 fix #16 2020-10-18 12:17:46 -03:00
phillbush
1ca0d0d6dc make makefile portable 2020-10-06 13:41:49 -03:00
phillbush
1b566a9054 remove typo 2020-09-27 19:06:12 -03:00
phillbush
73a2a23dbd conform code to my new coding style 2020-09-27 19:01:13 -03:00
phillbush
112e23c3e8 fix comment on parsefonts() 2020-09-22 19:30:31 -03:00
phillbush
c2959cf439 add lastitem and adapt code to general code style 2020-09-22 19:18:15 -03:00
phillbush
736d20be06
Merge pull request #14 from Malod219/master
Number key support
2020-09-22 22:12:51 +00:00
RisingThumb
02511d092b Fix loop around for number keys 2020-09-22 22:42:00 +01:00
RisingThumb
2b0484b11c Support for 1-9 numbers to select specific item 2020-09-22 22:31:12 +01:00
phillbush
45115feb15 add reference to new features on the manual 2020-09-17 00:54:35 -03:00
phillbush
7b166488b1 now user can set custom key bindings in config.h 2020-09-16 22:06:12 -03:00
phillbush
006c94ce9c Add support for Home and End keys for moving 2020-09-16 21:48:46 -03:00