phillbush
88341d204b
fix license, add acknowledgements
4年前
phillbush
b2a9340acb
Merge pull request #25 from kawaiiamber/DESTDIR
Simplify DESTDIR
4年前
KawaiiAmber
c90d164c0a
Simplify DESTDIR
4年前
phillbush
06d6acdb5e
fixed ESC key
4年前
phillbush
e14d88b06c
fixed missing lines
4年前
phillbush
289de21f8e
fix missing assignment
4年前
phillbush
cbf67e5a45
prepare for 4.5.1
4年前
phillbush
0129fde447
fix shift key
4年前
phillbush
10d457c97e
add changelog
4年前
phillbush
78fb523f9f
remove -t; prepare for mergint into master
4年前
phillbush
0783fd073c
Merge branch 'master' into type
4年前
phillbush
50da9089cf
Merge pull request #23 from kawaiiamber/Makefile-standard
Make standard for non-GNU
4年前
phillbush
9b9cb802e0
Merge pull request #24 from kawaiiamber/readme
Include Xinerama header dep in README
4年前
KawaiiAmber
dc1afe9f63
Include Xinerama header dep in README
4年前
KawaiiAmber
6f740f74ea
Make standard for non-GNU
4年前
phillbush
28f784a7a4
add -t
4年前
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.
4年前
phillbush
693735f7eb
make tab cycle through matched items
4年前
phillbush
7bdb3b0bf8
rub out text when no item matches it
4年前
phillbush
b33886d7a2
add type-to-select support
4年前
phillbush
6bbc0e45ea
move actions to end of main loop
4年前
phillbush
f472bfacd9
prepare stuff for type-to-select
4年前
phillbush
6abae763c6
parse resources before command-line options
4年前
phillbush
9cfea60e8e
Merge pull request #18 from kawaiiamber/config.mk
Formatting
4年前
KawaiiAmber
0c987c691c
Formatting
4年前
phillbush
27c03246ca
add alignment
4年前
phillbush
1146fd8114
add -r option
4年前
phillbush
ef667106e9
fix #16
4年前
phillbush
1ca0d0d6dc
make makefile portable
4年前
phillbush
1b566a9054
remove typo
4年前
phillbush
73a2a23dbd
conform code to my new coding style
4年前
phillbush
112e23c3e8
fix comment on parsefonts()
4年前
phillbush
c2959cf439
add lastitem and adapt code to general code style
4年前
phillbush
736d20be06
Merge pull request #14 from Malod219/master
Number key support
4年前
RisingThumb
02511d092b
Fix loop around for number keys
4年前
RisingThumb
2b0484b11c
Support for 1-9 numbers to select specific item
4年前
phillbush
45115feb15
add reference to new features on the manual
4年前
phillbush
7b166488b1
now user can set custom key bindings in config.h
4年前
phillbush
006c94ce9c
Add support for Home and End keys for moving
4年前
phillbush
d3c2131250
free stuff earlier, when they're no longer used
4年前
phillbush
59a8a95056
NOW IN MIT/X LICENSE
4年前
phillbush
883ec17fe2
add XFree(info), simplify README.md
4年前
phillbush
f66f4c1823
Image loading error now just warns.
Rather than exiting with error.
4年前
phillbush
ed1650a70f
Improving error messages for icon loading
4年前
phillbush
70f5db0f88
Improving some error messages
4年前
phillbush
8a7bfdf89e
cannot → could not
4年前
phillbush
70063f16f5
Adding reference to xdg-xmenu, by OliverLew.
4年前
phillbush
0b0faa5fc4
Adding xmenu.h
4年前
phillbush
a48473fd8d
adding tests, removing -f (it was too clumsy)
4年前
phillbush
6d56f2796c
search the system for font containing character
4年前