summaryrefslogtreecommitdiff
path: root/plugins/menu/fifo_menu.c
AgeCommit message (Collapse)Author
2003-08-30remove the last of the plugin stuffDana Jansens
2003-08-12adjust for changes to the parsing api.Dana Jansens
split the menu into its own file.
2003-08-11Some fixes and new bugs. Someone else can do the menus because it isScott Moynes
clear no one gives a fuck what I think and no one else wants a window manager that doesn't suck the same balls as every other window manager.
2003-07-23* Change xml parsing to pass the parent node, rather than the firstScott Moynes
child. * Add x,y co-ordinates on showmenu action so we can place menus on keypress.
2003-07-22declare vars at the top of the blockDana Jansens
2003-07-19If there is a pid="true" attribute in the <menu plugin="fifo_menu">Scott Moynes
tag, append .pid to the fifo files. This allows for more than one openbox to be run by the same user and use fifo menus.
2003-07-17Menu parsing updates for plugins.Scott Moynes
FIFO menus are the only plugin that takes advantage of this. Example: <menu id="root" label="Openbox 3"> <menu id="fonk" label="fonk" plugin="fifo_menu"> </menu> </menu> This creates a FIFO ~/.openbox/fifo_menu/fonk to which you can send menus to. The menus sent to it must be like <fifo> <item> etc... </fifo> I think. If my memory serves me right. It is all hideous, but I just wanted to experiment and see if it was possible.
2003-07-10prefix and capitalize ObMenu ObMenuEntry and ObMenuEntryRenderTypeDana Jansens
make the ObMenuEntryRenderType a standard enum instead bitflags
2003-07-10kill warningsDana Jansens
2003-05-23Fixed missing includesScott Moynes
2003-05-18Added a fifo_menu pluginScott Moynes