2007-05-13 |
Dana Jansens | use the right list in client_add_hide_notify, rename... |
blob | commitdiff | raw | diff to current |
2007-05-09 |
Dana Jansens | mem leak |
blob | commitdiff | raw | diff to current |
2007-05-07 |
Dana Jansens | um... hide the client menu when the window changes... |
blob | commitdiff | raw | diff to current |
2007-05-07 |
Dana Jansens | add a notifier for clients changing desktops. use it... |
blob | commitdiff | raw | diff to current |
2007-05-07 |
Dana Jansens | translate "More..." |
blob | commitdiff | raw | diff to current |
2007-05-07 |
Dana Jansens | merge in r6153-6154 from the 3.4 branch |
blob | commitdiff | raw | diff to current |
2007-05-05 |
Dana Jansens | changes to the client menu, which entries are there... |
blob | commitdiff | raw | diff to current |
2007-04-26 |
Dana Jansens | place the client menu at the top left of the window... |
blob | commitdiff | raw | diff to current |
2007-04-25 |
Dana Jansens | cleanups for keyboard menu shotcuts. dont let & set... |
blob | commitdiff | raw | diff to current |
2007-04-25 |
Dana Jansens | add keyboard shortcuts to the menus. you can specify... |
blob | commitdiff | raw | diff to current |
2007-04-23 |
Dana Jansens | 1) translate all of openbox's output |
blob | commitdiff | raw | diff to current |
2007-04-22 |
Dana Jansens | 1) get rid of menu titles |
blob | commitdiff | raw | diff to current |
2007-03-25 |
Dana Jansens | don't menu menus jump around at all anymore. open them... |
blob | commitdiff | raw | diff to current |
2007-03-18 |
Dana Jansens | use const char*'s when we should be |
blob | commitdiff | raw | diff to current |
2007-03-05 |
Dana Jansens | scary commit..but here goes. |
blob | commitdiff | raw | diff to current |
2007-01-30 |
Mikael Magnusson | a combined client_list_menu, use as client-list-combine... |
blob | commitdiff | raw | diff to current |
2006-08-22 |
Mikael Magnusson | update copyright step 2 |
blob | commitdiff | raw | diff to current |
2006-08-19 |
Mikael Magnusson | a more proper fix for the client list menu trying to... |
blob | commitdiff | raw | diff to current |
2006-08-16 |
Mikael Magnusson | don't allow inventive users to open the menu while... |
blob | commitdiff | raw | diff to current |
2006-04-23 |
Mikael Magnusson | maybe this makes everyone happy, only select first... |
blob | commitdiff | raw | diff to current |
2006-04-20 |
Mikael Magnusson | fix #2670 (hilight first entry in menus) and respect... |
blob | commitdiff | raw | diff to current |
2005-09-14 |
Mikael Magnusson | never code on an empty stomach |
blob | commitdiff | raw | diff to current |
2005-09-14 |
Mikael Magnusson | maybe i should have tried opening a submenu too |
blob | commitdiff | raw | diff to current |
2005-09-14 |
Mikael Magnusson | fix menus to show on the screen the mouse cursor spawne... |
blob | commitdiff | raw | diff to current |
2004-10-06 |
Mikael Magnusson | remove the hilightFirst option since it wasnt actually... |
blob | commitdiff | raw | diff to current |
2003-10-12 |
Dana Jansens | indenting |
blob | commitdiff | raw | diff to current |
2003-10-11 |
Dana Jansens | free menuframes when they fail to show themselves |
blob | commitdiff | raw | diff to current |
2003-10-01 |
Dana Jansens | define DEBUG, NDEBUG, and G_DISABLE_ASSERTS |
blob | commitdiff | raw | diff to current |
2003-09-28 |
Dana Jansens | start menus with the cursor inside it, not over the... |
blob | commitdiff | raw | diff to current |
2003-09-28 |
Dana Jansens | halfway through client changes but... |
blob | commitdiff | raw | diff to current |
2003-09-26 |
Dana Jansens | give actions a ref count |
blob | commitdiff | raw | diff to current |
2003-09-21 |
Dana Jansens | dont add null actions to the list |
blob | commitdiff | raw | diff to current |
2003-09-17 |
Dana Jansens | no tabs |
blob | commitdiff | raw | diff to current |
2003-09-17 |
Dana Jansens | add copyright headers, adjust --version output to inclu... |
blob | commitdiff | raw | diff to current |
2003-09-17 |
Dana Jansens | remoev unneeded include |
blob | commitdiff | raw | diff to current |
2003-09-15 |
Dana Jansens | make openbox base-dir spec compliant, and change the... |
blob | commitdiff | raw | diff to current |
2003-09-14 |
Dana Jansens | fix a mem leak, and make suer the menus arent visible... |
blob | commitdiff | raw | diff to current |
2003-09-10 |
Dana Jansens | hide menus before showing a new menu root |
blob | commitdiff | raw | diff to current |
2003-09-08 |
Dana Jansens | if the menu path starts with a /, then just load it... |
blob | commitdiff | raw | diff to current |
2003-09-07 |
Dana Jansens | dont use obsolete xmlChildrenNode |
blob | commitdiff | raw | diff to current |
2003-09-07 |
Dana Jansens | little bit of an actions overhaul, added action_run... |
blob | commitdiff | raw | diff to current |
2003-09-04 |
Dana Jansens | code style fix |
blob | commitdiff | raw | diff to current |
2003-09-04 |
Dana Jansens | optimization. don't need a glist where a simple pointer... |
blob | commitdiff | raw | diff to current |
2003-09-04 |
Dana Jansens | when a pipe menu is killed, kill all its submenus as... |
blob | commitdiff | raw | diff to current |
2003-09-03 |
Dana Jansens | add a reconfigure action, also reconfigure on SIGUSR2. |
blob | commitdiff | raw | diff to current |
2003-09-03 |
Dana Jansens | make the client destructor a GDestroyNotify |
blob | commitdiff | raw | diff to current |
2003-09-02 |
Dana Jansens | move the default menu to menu.xml |
blob | commitdiff | raw | diff to current |
2003-09-01 |
Dana Jansens | move expand_tilde to ob_expand_tilde in openbox.c to... |
blob | commitdiff | raw | diff to current |
2003-08-31 |
Dana Jansens | parse all the menu files specified |
blob | commitdiff | raw | diff to current |
2003-08-30 |
Dana Jansens | add destructor functions for clients that you acn subsc... |
blob | commitdiff | raw | diff to current |
2003-08-30 |
Dana Jansens | add pipe-menus |
blob | commitdiff | raw | diff to current |
2003-08-29 |
Dana Jansens | ultra-keyboard-controlled-menus |
blob | commitdiff | raw | diff to current |
2003-08-29 |
Dana Jansens | remove plugins from the menu parsing |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Dana Jansens | fix a bunch of memleaks from valgrind and stuff |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Dana Jansens | new method for loading menu files etc |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Dana Jansens | fix for using freed memory to exec stuff |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Dana Jansens | make submenus not require the menu to exist when they... |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Dana Jansens | make client-list-menu work too |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Dana Jansens | load menu plugins automatically from whats in the menu... |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Dana Jansens | change the menu plugin interface, no need for the creat... |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Dana Jansens | half way through the changes to new menu code/design... |
blob | commitdiff | raw | diff to current |
2003-08-14 |
Dana Jansens | fix the offsets used to keep the menus on screen |
blob | commitdiff | raw | diff to current |
2003-08-14 |
Dana Jansens | make putting plugin menus in a menu closer to working.. |
blob | commitdiff | raw | diff to current |
2003-08-14 |
Dana Jansens | add a menu destructor callback. |
blob | commitdiff | raw | diff to current |
2003-08-12 |
Dana Jansens | adjust for changes to the parsing api. |
blob | commitdiff | raw | diff to current |
2003-08-12 |
Dana Jansens | move the keyboard and mouse plugins into the kernel... |
blob | commitdiff | raw | diff to current |
2003-08-11 |
Scott Moynes | Some fixes and new bugs. Someone else can do the menus... |
blob | commitdiff | raw | diff to current |
2003-07-30 |
Dana Jansens | only ignore wheel buttons |
blob | commitdiff | raw | diff to current |
2003-07-29 |
Scott Moynes | Clear current_menu when hiding menus. |
blob | commitdiff | raw | diff to current |
2003-07-29 |
Scott Moynes | Close menu properly on unbound keys. |
blob | commitdiff | raw | diff to current |
2003-07-29 |
Scott Moynes | Fix some keyboard control issues. |
blob | commitdiff | raw | diff to current |
2003-07-28 |
Dana Jansens | use plugin_open_reopen not plugin_open_full |
blob | commitdiff | raw | diff to current |
2003-07-28 |
Scott Moynes | demand load plugins from the menu |
blob | commitdiff | raw | diff to current |
2003-07-28 |
Scott Moynes | Menu stuff. |
blob | commitdiff | raw | diff to current |
2003-07-26 |
Scott Moynes | more fixes |
blob | commitdiff | raw | diff to current |
2003-07-26 |
Scott Moynes | Some menu updates. |
blob | commitdiff | raw | diff to current |
2003-07-24 |
Scott Moynes | I had a commit message but my commit got stepped on... |
blob | commitdiff | raw | diff to current |
2003-07-24 |
Dana Jansens | use ob_debug for any debug printing and only display... |
blob | commitdiff | raw | diff to current |
2003-07-23 |
Dana Jansens | unhilite the entry for the submenu when it is closed |
blob | commitdiff | raw | diff to current |
2003-07-23 |
Scott Moynes | * Change xml parsing to pass the parent node, rather... |
blob | commitdiff | raw | diff to current |
2003-07-22 |
Dana Jansens | add a func to find a menu entry from a submenu. |
blob | commitdiff | raw | diff to current |
2003-07-22 |
Dana Jansens | add a menuOverlap property to themes, and use it in... |
blob | commitdiff | raw | diff to current |
2003-07-21 |
Scott Moynes | Keyboard navigatable menus |
blob | commitdiff | raw | diff to current |
2003-07-19 |
Scott Moynes | Fix a couple memory leaks. |
blob | commitdiff | raw | diff to current |
2003-07-17 |
Scott Moynes | Menu parsing updates for plugins. |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Dana Jansens | prefix and capitalize ObMenu ObMenuEntry and ObMenuEntr... |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Dana Jansens | remove the ob_root var, its redundant of what Xlib... |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Dana Jansens | prefixing and capitalizing the StackLayer -> ObStacking... |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Dana Jansens | rename the Client struct to ObClient |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Dana Jansens | rename 'xinerama' stuff to 'monitors' to be more generi... |
blob | commitdiff | raw | diff to current |
2003-06-29 |
Scott Moynes | Handle menu events a little better: don't bother updati... |
blob | commitdiff | raw | diff to current |
2003-06-27 |
Dana Jansens | xinerama support |
blob | commitdiff | raw | diff to current |
2003-06-26 |
Dana Jansens | remove unused variable |
blob | commitdiff | raw | diff to current |
2003-06-25 |
Dana Jansens | menus grab the keyboard and pointer, thus making only... |
blob | commitdiff | raw | diff to current |
2003-06-24 |
Dana Jansens | position submenus correctly horizontally |
blob | commitdiff | raw | diff to current |
2003-06-22 |
Dana Jansens | add a simple menu parser. |
blob | commitdiff | raw | diff to current |
2003-06-21 |
Dana Jansens | kill a warning |
blob | commitdiff | raw | diff to current |
2003-06-21 |
Dana Jansens | fix a warning |
blob | commitdiff | raw | diff to current |
2003-06-21 |
Dana Jansens | put the render theme into a struct |
blob | commitdiff | raw | diff to current |
2003-06-21 |
Dana Jansens | fixed to accomodate the changes to the render/ API. |
blob | commitdiff | raw | diff to current |
next |