phillbush
f66f4c1823
Image loading error now just warns.
Rather than exiting with error.
4 år sedan
phillbush
ed1650a70f
Improving error messages for icon loading
4 år sedan
phillbush
70f5db0f88
Improving some error messages
4 år sedan
phillbush
8a7bfdf89e
cannot → could not
4 år sedan
phillbush
70063f16f5
Adding reference to xdg-xmenu, by OliverLew.
4 år sedan
phillbush
0b0faa5fc4
Adding xmenu.h
4 år sedan
phillbush
a48473fd8d
adding tests, removing -f (it was too clumsy)
4 år sedan
phillbush
6d56f2796c
search the system for font containing character
4 år sedan
phillbush
f8d55995df
Adding routine getfontucode()
4 år sedan
phillbush
644a15bb2d
Adding the -f option
4 år sedan
phillbush
7539247be3
Freeing fonts
4 år sedan
phillbush
d2304ecf93
using BETWEEN macro, and fixing fallback position
4 år sedan
phillbush
b1cf3ebd74
fixing comment
4 år sedan
phillbush
7832d2cfa9
Simplifying manual, removing unused elements
4 år sedan
phillbush
8e799bb47d
Fixing y position of child menus.
4 år sedan
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 år sedan
phillbush
c15958bd96
Fixing position in some wms when using -w
4 år sedan
phillbush
b6cf4847ce
removing variables config.screen*
4 år sedan
phillbush
64240f40ee
changing the computation of the text y position
4 år sedan
phillbush
0bb241472b
Adding reference to the wiki on README
4 år sedan
phillbush
486784ca8e
Merge pull request #9 from GideonWolfe/master
Reformat README to be nicer looking
4 år sedan
phillbush
26cb0bfcf2
Adding config.mk
4 år sedan
phillbush
237da9824c
Adding Xinerama support
4 år sedan
Gideon Wolfe
b3419d4735
Update README.md
4 år sedan
Gideon Wolfe
47f3bbaf3c
Update README.md
4 år sedan
Gideon Wolfe
c16406852b
Update README.md
little update to get people interested
4 år sedan
Gideon Wolfe
ba97c0d2ba
Update and rename README to README.md
4 år sedan
phillbush
3d8536642e
Drawing menus on demand, reordering functions
4 år sedan
phillbush
15362de42b
computing textwidth with the function drawtext
4 år sedan
phillbush
cdeaefaaa2
Added support for fallback fonts.
Also changed license.
4 år sedan
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 år sedan
phillbush
ced6b0f73e
Removing debug printf
4 år sedan
phillbush
05cfe1a0da
Adding the -p option.
Changing config.cursx and config.cursy to config.posx and config.posy.
Adding the parseposition() function.
4 år sedan
phillbush
71b4db9241
added the -i option
Widths and x positions no more depend on item->h.
4 år sedan
phillbush
92e7609bcd
Referencing the gap X resource in the manual
4 år sedan
phillbush
eecf9b25ff
Adding X resource for gaps
4 år sedan
phillbush
a3a7383740
Moving XSetWMProtocols to setupmenu()
4 år sedan
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 år sedan
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 år sedan
phillbush
d94ef32515
Adding reference to xclickroot.
4 år sedan
phillbush
84de136091
Merge pull request #2 from emanuele6/patch-1
Build: remove slashes after DESTDIR from commands in uninstall target
4 år sedan
Emanuele Torre
9859c2a555
Build: remove slashes after DESTDIR from commands in uninstall target
4 år sedan
phillbush
685ca30d8d
Configuring height directly by setting the height.
Rather than setting the padding.
4 år sedan
phillbush
5a83c7dce2
Typo
4 år sedan
phillbush
d584fba626
Updating config.mk, manual and README
4 år sedan
phillbush
721517254c
Updating README
4 år sedan
phillbush
3bec05ea77
Readding the -w option
4 år sedan
phillbush
7b867888e0
Adding some icons samples
4 år sedan
phillbush
33376f5420
Merging icons branch on master branch.
And adjusting the geometry of items.
4 år sedan
phillbush
f8ffe0b2e4
Renaming routine and spliting it into subroutines
Renaming calcmenu() to setupmenu() and shrinking it by calling two
new functions: setupmenusize() and setupmenupos().
4 år sedan