]> icculus.org git repositories - dana/openbox.git/history - openbox/actions.c
replace the <active> placement option with <placeOn>active/mouse/any</placeOn>
[dana/openbox.git] / openbox / actions.c
2008-01-27 Dana Jansenscreate fake enter events for button press bindings...
2008-01-25 Dana JansensCreate fake enter events in fewer situations - avoiding...
2008-01-16 Mikael MagnussonVarious fixes for sparse warnings.
2007-09-04 Mikael MagnussonANSI function declarations, ie () -> (void)
2007-07-17 Mikael Magnussonremove trailing whitespace
2007-07-15 Dana JansensDon't cancel interactive action when another one is...
2007-07-13 Dana Jansensmove directionalcycling actions into the same .c file...
2007-07-11 Dana Jansensonly end the interactive action if it's the action...
2007-07-11 Dana Jansenscancel the interactive action only if runing another...
2007-07-11 Dana Jansenscreate actions from string in a way that won't crash
2007-07-09 Dana Jansenscancel interactive actions when anothr action runs...
2007-06-22 Dana Jansensadd raise action
2007-06-22 Dana Jansensadd the move action
2007-06-22 Dana Jansensadd the cyclewindows action
2007-06-22 Dana Jansensadded the debug action
2007-06-22 Dana Jansensthe execute action works again.
2007-06-22 Dana Jansenswell.. it compiles..
2007-06-22 Dana Jansensadd code for interactive actions
2007-06-22 Dana Jansensadd interactive action functions. some other changes...
2007-06-21 Dana Jansensmake mouse use the new action stuff
2007-06-21 Dana Jansensdont build the old action stuff.
2007-06-21 Dana Jansensmaybe the new actions framework is kinda there now
2007-06-21 Dana Jansenssome first structural stuff for new actions