phillbush
06d6acdb5e
fixed ESC key
hace 4 años
phillbush
e14d88b06c
fixed missing lines
hace 4 años
phillbush
289de21f8e
fix missing assignment
hace 4 años
phillbush
0129fde447
fix shift key
hace 4 años
phillbush
78fb523f9f
remove -t; prepare for mergint into master
hace 4 años
phillbush
28f784a7a4
add -t
hace 4 años
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.
hace 4 años
phillbush
693735f7eb
make tab cycle through matched items
hace 4 años
phillbush
7bdb3b0bf8
rub out text when no item matches it
hace 4 años
phillbush
b33886d7a2
add type-to-select support
hace 4 años
phillbush
6bbc0e45ea
move actions to end of main loop
hace 4 años
phillbush
f472bfacd9
prepare stuff for type-to-select
hace 4 años
phillbush
6abae763c6
parse resources before command-line options
hace 4 años
phillbush
27c03246ca
add alignment
hace 4 años
phillbush
1146fd8114
add -r option
hace 4 años
phillbush
ef667106e9
fix #16
hace 4 años
phillbush
73a2a23dbd
conform code to my new coding style
hace 4 años
phillbush
112e23c3e8
fix comment on parsefonts()
hace 4 años
phillbush
c2959cf439
add lastitem and adapt code to general code style
hace 4 años
RisingThumb
02511d092b
Fix loop around for number keys
hace 4 años
RisingThumb
2b0484b11c
Support for 1-9 numbers to select specific item
hace 4 años
phillbush
7b166488b1
now user can set custom key bindings in config.h
hace 4 años
phillbush
006c94ce9c
Add support for Home and End keys for moving
hace 4 años
phillbush
d3c2131250
free stuff earlier, when they're no longer used
hace 4 años
phillbush
59a8a95056
NOW IN MIT/X LICENSE
hace 4 años
phillbush
883ec17fe2
add XFree(info), simplify README.md
hace 4 años
phillbush
f66f4c1823
Image loading error now just warns.
Rather than exiting with error.
hace 4 años
phillbush
ed1650a70f
Improving error messages for icon loading
hace 4 años
phillbush
70f5db0f88
Improving some error messages
hace 4 años
phillbush
8a7bfdf89e
cannot → could not
hace 4 años
phillbush
70063f16f5
Adding reference to xdg-xmenu, by OliverLew.
hace 4 años
phillbush
a48473fd8d
adding tests, removing -f (it was too clumsy)
hace 4 años
phillbush
6d56f2796c
search the system for font containing character
hace 4 años
phillbush
f8d55995df
Adding routine getfontucode()
hace 4 años
phillbush
644a15bb2d
Adding the -f option
hace 4 años
phillbush
7539247be3
Freeing fonts
hace 4 años
phillbush
d2304ecf93
using BETWEEN macro, and fixing fallback position
hace 4 años
phillbush
8e799bb47d
Fixing y position of child menus.
hace 4 años
phillbush
a2ff706d6f
No more needed to use -i to disable icon padding
Now xmenu detects if a menu has an icon, and if it doesn't have, the
menu will not have the gaps fgor icons, making the -i flag unecessary
to disable the padding. The -i option is still necessary, however,
to speed up xmenu loading, since it disables imlib2 initialization
routines.
hace 4 años
phillbush
c15958bd96
Fixing position in some wms when using -w
hace 4 años
phillbush
b6cf4847ce
removing variables config.screen*
hace 4 años
phillbush
64240f40ee
changing the computation of the text y position
hace 4 años
phillbush
237da9824c
Adding Xinerama support
hace 4 años
phillbush
3d8536642e
Drawing menus on demand, reordering functions
hace 4 años
phillbush
15362de42b
computing textwidth with the function drawtext
hace 4 años
phillbush
cdeaefaaa2
Added support for fallback fonts.
Also changed license.
hace 4 años
phillbush
675a2008a6
Fixing #7
Redrawing an icon every time the cursor moves between items costs a lot
of time. So now each icon is drawn once, and s copied when needed.
hace 4 años
phillbush
ced6b0f73e
Removing debug printf
hace 4 años
phillbush
05cfe1a0da
Adding the -p option.
Changing config.cursx and config.cursy to config.posx and config.posy.
Adding the parseposition() function.
hace 4 años
phillbush
71b4db9241
added the -i option
Widths and x positions no more depend on item->h.
hace 4 años