Commit Graph

117 Commits

Author SHA1 Message Date
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
phillbush
d3c2131250 free stuff earlier, when they're no longer used 2020-09-16 21:04:43 -03:00
phillbush
59a8a95056 NOW IN MIT/X LICENSE 2020-09-13 16:45:22 -03:00
phillbush
883ec17fe2 add XFree(info), simplify README.md 2020-08-23 22:26:23 -03:00
phillbush
f66f4c1823 Image loading error now just warns.
Rather than exiting with error.
2020-08-12 20:49:55 -03:00
phillbush
ed1650a70f Improving error messages for icon loading 2020-08-12 20:29:33 -03:00
phillbush
70f5db0f88 Improving some error messages 2020-08-12 20:05:09 -03:00
phillbush
8a7bfdf89e cannot → could not 2020-08-12 20:01:05 -03:00
phillbush
70063f16f5 Adding reference to xdg-xmenu, by OliverLew. 2020-08-05 09:30:08 -03:00
phillbush
0b0faa5fc4 Adding xmenu.h 2020-08-01 15:42:34 -03:00
phillbush
a48473fd8d adding tests, removing -f (it was too clumsy) 2020-08-01 15:38:26 -03:00
phillbush
6d56f2796c search the system for font containing character 2020-08-01 15:12:57 -03:00
phillbush
f8d55995df Adding routine getfontucode() 2020-07-31 19:50:50 -03:00
phillbush
644a15bb2d Adding the -f option 2020-07-31 11:01:53 -03:00
phillbush
7539247be3 Freeing fonts 2020-07-31 10:09:26 -03:00
phillbush
d2304ecf93 using BETWEEN macro, and fixing fallback position 2020-07-31 09:22:13 -03:00
phillbush
b1cf3ebd74 fixing comment 2020-07-30 22:07:13 -03:00
phillbush
7832d2cfa9 Simplifying manual, removing unused elements 2020-07-30 22:03:54 -03:00
phillbush
8e799bb47d Fixing y position of child menus. 2020-07-30 17:24:58 -03:00
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.
2020-07-30 17:04:04 -03:00
phillbush
c15958bd96 Fixing position in some wms when using -w 2020-07-30 16:51:29 -03:00
phillbush
b6cf4847ce removing variables config.screen* 2020-07-30 00:25:55 -03:00
phillbush
64240f40ee changing the computation of the text y position 2020-07-29 22:59:25 -03:00
phillbush
0bb241472b Adding reference to the wiki on README 2020-07-29 18:19:47 -03:00
phillbush
486784ca8e
Merge pull request #9 from GideonWolfe/master
Reformat README to be nicer looking
2020-07-29 21:17:58 +00:00
phillbush
26cb0bfcf2 Adding config.mk 2020-07-29 18:09:06 -03:00
phillbush
237da9824c Adding Xinerama support 2020-07-29 17:55:20 -03:00
Gideon Wolfe
b3419d4735
Update README.md 2020-07-29 13:16:59 -07:00
Gideon Wolfe
47f3bbaf3c
Update README.md 2020-07-29 13:09:10 -07:00
Gideon Wolfe
c16406852b
Update README.md
little update to get people interested
2020-07-29 13:04:37 -07:00
Gideon Wolfe
ba97c0d2ba
Update and rename README to README.md 2020-07-29 13:03:09 -07:00
phillbush
3d8536642e Drawing menus on demand, reordering functions 2020-07-29 11:37:38 -03:00
phillbush
15362de42b computing textwidth with the function drawtext 2020-07-29 01:19:45 -03:00
phillbush
cdeaefaaa2 Added support for fallback fonts.
Also changed license.
2020-07-29 00:51:08 -03:00
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.
2020-07-28 14:51:12 -03:00
phillbush
ced6b0f73e Removing debug printf 2020-07-23 17:39:33 -03:00
phillbush
05cfe1a0da Adding the -p option.
Changing config.cursx and config.cursy to config.posx and config.posy.
Adding the parseposition() function.
2020-07-23 17:37:28 -03:00
phillbush
71b4db9241 added the -i option
Widths and x positions no more depend on item->h.
2020-07-15 22:57:59 -03:00
phillbush
92e7609bcd Referencing the gap X resource in the manual 2020-06-29 12:34:34 -03:00