Commit Graph
31 Commits
Author SHA1 Message Date
phillbush 21a9aaecb1 Creating windowed branch for -w
I will remove the -w (windowed) option from the master branch, for it
raises more problems than solutions, I will maintain it in the windowed
branch.
2020-05-23 20:41:09 -03:00
phillbush 8455c36913 Menu windows are recalculated with -w
Every time a window is opened, its position is recalculated with
recalcmenu().
2020-05-19 13:41:11 -03:00
phillbush 88afe438b1 trapping sighup in xmenu.sh 2020-05-19 10:22:24 -03:00
phillbush 85003546a2 Make xmenu wait for another process to ungrab
Xmenu didn't wait for another process to ungrab the poiter or keyboard,
ending up in erroneous behavior.  Now it waits.
2020-05-19 09:17:06 -03:00
phillbush c49dad285c Simplifying the example script. 2020-05-19 06:22:00 -03:00
phillbush c0cff00dc8 Referring to the new changes in the manpage. 2020-05-19 05:56:06 -03:00
phillbush d2435fcd5f Correctly setting WM_CLASS. 2020-05-19 05:51:21 -03:00
phillbush 813ade537f The script now supposes that xmenu is installed 2020-05-19 04:49:33 -03:00
phillbush 4e219dd8f3 simple tweak on xmenu.sh
The script now runs in the background.
2020-05-19 04:47:35 -03:00
phillbush 465d07dbe9 Fixed order of function calls
You must grab the keyboard after reading the input.
2020-05-18 23:05:14 -03:00
phillbush 697f63c474 Fixed makefile 2020-05-18 23:00:29 -03:00
phillbush 9c891da8b3 Fixed man page installation. 2020-05-18 22:56:53 -03:00
phillbush dbeb994054 Added xft support (smooth fonts) 2020-05-18 22:27:56 -03:00
phillbush 858338d978 xmenu now can be operated by keyboard 2020-05-17 17:01:46 -03:00
phillbush 54931d1465 make install now install the manpage 2020-05-17 01:28:04 -03:00
phillbush f644b8bc22 xmenu now supports x resources 2020-05-17 01:22:21 -03:00
phillbush dddba407f4 config.h 2020-05-17 00:12:59 -03:00
phillbush 08f165897c Xmenu now has a man page. 2020-05-17 00:08:23 -03:00
phillbush 873c080ceb The README file referred to dwm 2020-05-16 18:01:14 -03:00
phillbush 12af0e7136 better-looking color scheme
I just stole the colors from firefox's context menu.
2020-05-16 15:08:25 -03:00
phillbush d8a7caf2e3 improved algorithm for mapping/unmapping
In previous versions, all the previous current visible menus are
unmapped and the new currently visible menus are mapped when the
current visible menu changed. Now, using an algorithm that finds
the lowest common ancestor between current and current_new menus,
only the necessary menus are remapped on the display.
2020-05-16 14:43:07 -03:00
phillbush d888f2cae4 improved algorithm that draw menus 2020-05-16 02:14:29 -03:00
phillbush f70a900c8e NOW IN PUBLIC DOMAIN! 2020-05-16 01:28:57 -03:00
phillbush f158328539 width is now calculated from the font 2020-05-16 01:24:43 -03:00
phillbush 2b6968f911 A better triangle
Now the triangle indicating submenus is smaller and better looking.
2020-05-16 00:58:32 -03:00
phillbush f15fc33987 using pixmaps
Using pixmaps rather than drawing directly on windows.
2020-05-16 00:43:59 -03:00
phillbush c58c645637 xmenu now works on tile window managers
The windows now set size hints for maximum and minimum size.
2020-05-15 23:10:16 -03:00
phillbush 09c13122cc Test 2020-05-15 23:08:05 -03:00
phillbush 7fbd1c5ed0 Added separators
Now lines without labels in the input generate a menu separator.
2020-05-15 22:51:26 -03:00
phillbush a80fee227a item->y is now relative to menu, not to root 2020-05-15 22:25:05 -03:00
phillbush a77326901f Initial commit 2020-05-15 19:02:23 -03:00