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 година
phillbush
f8d55995df
Adding routine getfontucode()
пре 4 година
phillbush
644a15bb2d
Adding the -f option
пре 4 година
phillbush
7539247be3
Freeing fonts
пре 4 година
phillbush
d2304ecf93
using BETWEEN macro, and fixing fallback position
пре 4 година
phillbush
b1cf3ebd74
fixing comment
пре 4 година
phillbush
7832d2cfa9
Simplifying manual, removing unused elements
пре 4 година
phillbush
8e799bb47d
Fixing y position of child menus.
пре 4 година
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.
пре 4 година
phillbush
c15958bd96
Fixing position in some wms when using -w
пре 4 година
phillbush
b6cf4847ce
removing variables config.screen*
пре 4 година
phillbush
64240f40ee
changing the computation of the text y position
пре 4 година
phillbush
0bb241472b
Adding reference to the wiki on README
пре 4 година
phillbush
486784ca8e
Merge pull request #9 from GideonWolfe/master
Reformat README to be nicer looking
пре 4 година
phillbush
26cb0bfcf2
Adding config.mk
пре 4 година
phillbush
237da9824c
Adding Xinerama support
пре 4 година
Gideon Wolfe
b3419d4735
Update README.md
пре 4 година
Gideon Wolfe
47f3bbaf3c
Update README.md
пре 4 година
Gideon Wolfe
c16406852b
Update README.md
little update to get people interested
пре 4 година
Gideon Wolfe
ba97c0d2ba
Update and rename README to README.md
пре 4 година
phillbush
3d8536642e
Drawing menus on demand, reordering functions
пре 4 година
phillbush
15362de42b
computing textwidth with the function drawtext
пре 4 година
phillbush
cdeaefaaa2
Added support for fallback fonts.
Also changed license.
пре 4 година
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.
пре 4 година
phillbush
ced6b0f73e
Removing debug printf
пре 4 година
phillbush
05cfe1a0da
Adding the -p option.
Changing config.cursx and config.cursy to config.posx and config.posy.
Adding the parseposition() function.
пре 4 година
phillbush
71b4db9241
added the -i option
Widths and x positions no more depend on item->h.
пре 4 година