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
27c03246ca
add alignment
4 лет назад
phillbush
1146fd8114
add -r option
4 лет назад
phillbush
ef667106e9
fix #16
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 лет назад
RisingThumb
02511d092b
Fix loop around for number keys
4 лет назад
RisingThumb
2b0484b11c
Support for 1-9 numbers to select specific item
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
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
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
237da9824c
Adding Xinerama support
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 лет назад
phillbush
eecf9b25ff
Adding X resource for gaps
4 лет назад
phillbush
a3a7383740
Moving XSetWMProtocols to setupmenu()
4 лет назад
phillbush
8902c43b92
Adding gaps support and more.
• Adding support for gaps (#3 )
• Adding more comments and categorizing function declarations.
• Adding support for EWMH properties (xmenu look is now consistent
in some window compositors).
• Changing how configuration is done (now all configuration belongs
to the config structure).
4 лет назад
phillbush
585e3de1a3
Squashed commit of the following:
commit b0f37c9fdb
Author: phillbush <phillbush@cock.li>
Date: Mon Jun 29 09:58:36 2020 -0300
Compile time error fixes
commit e6bf27768f
Author: Karl Martin <karlmartin895@gmail.com>
Date: Sun Jun 28 23:08:02 2020 -0400
v1.01
add: user can set gap width prefs
commit 0cca216309
Author: Karl Martin <karlmartin895@gmail.com>
Date: Sun Jun 28 23:04:10 2020 -0400
INIT: func addition + error fix
hack + prefs: extra x,y padding for initial menu
add: x padding for child menus
fix: 2x compile time errors
4 лет назад
phillbush
685ca30d8d
Configuring height directly by setting the height.
Rather than setting the padding.
4 лет назад
phillbush
3bec05ea77
Readding the -w option
4 лет назад
phillbush
33376f5420
Merging icons branch on master branch.
And adjusting the geometry of items.
4 лет назад