no tabs
[mikachu/openbox.git] / openbox / action.c
2003-09-17 Dana Jansensno tabs
2003-09-17 Dana Jansensadd copyright headers, adjust --version output to inclu...
2003-09-17 Dana Jansensmake ob_exit() take an error code. don't exit with...
2003-09-15 Dana Jansensmake openbox base-dir spec compliant, and change the...
2003-09-14 Dana Jansensfix mem leak
2003-09-10 Dana Jansensoops, copypaste
2003-09-10 Dana Jansensdont deref the client before checking for null
2003-09-09 Dana Jansensno more interactive mouse actions, they are evil etc...
2003-09-09 Dana Jansensno mouse interactive actions. no bugs.
2003-09-08 Dana Jansensgrab the pointer befoer shading a window to prevent...
2003-09-07 Dana Jansenslittle bit of an actions overhaul, added action_run...
2003-09-03 Dana Jansensuse the NONE cursor when not specifying a cursor
2003-09-03 Dana Jansensadd a reconfigure action, also reconfigure on SIGUSR2.
2003-09-02 Dana Jansensgrab the mouse before any move/resizes in actions,...
2003-09-02 Dana Jansensgrow to edge is a move and a resize, oops
2003-09-01 Dana Jansensremove vibrate and flash actions
2003-09-01 Dana Jansensadd flash action
2003-09-01 Dana Jansensadd urgent actions
2003-09-01 Dana Jansenss/expand_tile/ob_expand_tilde/
2003-09-01 Dana Jansensmove expand_tilde to ob_expand_tilde in openbox.c to...
2003-08-31 Dana Jansensadd the DesktopLast action, props to marius nita for...
2003-08-31 Dana Jansensmake directional focusing an interactive action
2003-08-30 Dana Jansensmake interactive actions a type and not special cases.
2003-08-29 Dana Jansensremove plugins from the menu parsing
2003-08-29 Dana Jansenstypo, reading from the wrong member of the actiondata...
2003-08-28 Dana Jansensrm double ;;
2003-08-28 Dana Jansensmake client-list-menu work too
2003-08-28 Dana Jansensadd follow option back for sendto actions
2003-08-22 Dana Jansensonly use visible windows when calcing for raiselower
2003-08-22 Dana Jansensmaybe smarter
2003-08-22 Dana Jansensmake the raiselower action smarter
2003-08-20 Dana Jansensadd the 'raiselower' action for raising obscured window...
2003-08-14 Dana Jansensparse <here>true</here> for the activate action
2003-08-14 Dana Jansensmake the activate action have a 'here' parameter
2003-08-14 Dana Jansensadd an 'activate' action
2003-08-12 Dana Jansensbug fixes for growtoedge from tore. props to tore for...
2003-08-12 Dana Jansensuse the new client_directional_edge_search for the...
2003-08-12 Dana Jansensremove debug printings
2003-08-12 Dana Jansensmove the keyboard and mouse plugins into the kernel...
2003-07-24 Dana Jansensuse ob_debug for any debug printing and only display...
2003-07-19 Scott MoynesFix a couple memory leaks.
2003-07-10 Dana Jansensadd disabled buttons, instead of now showing buttons...
2003-07-10 Dana Jansensmake the ob_restart/shutdown stuff static vars and...
2003-07-10 Dana Jansensprefix and capitalize some more constants/enums in...
2003-07-10 Dana Jansensrename the Client struct to ObClient
2003-07-10 Dana Jansensadd misc.h with some standard enumerations with proper...
2003-06-21 Dana Jansensstrdup the exec path cuz it gets freed by the time...
2003-05-28 Dana Jansensrm the 'focusraise' action, it is redundant.
2003-05-24 Dana Jansensthis is a big one! im putting stats in here just cuz!
2003-05-24 Dana Jansensconvert shit from utf8 to filename before execing it
2003-05-24 Dana Jansensadd actions for showing the desktop
2003-05-24 Dana Jansenssoem changes to desktop actions.
2003-05-22 Dana Jansensadd actions for changing client layers to abov/below...
2003-05-21 Dana Jansensadd 'movetoedge' actions
2003-05-19 Dana Jansensuse the resize increment when resizing relative
2003-05-19 Dana Jansens2 in 1 again..
2003-05-11 Dana JansensClients Menus and Slits are all 'ObWindow's now.
2003-04-25 Dana Jansensadd helper functions for manipulating the focus_order...
2003-04-17 Dana Jansens02:33 (@xor) omg yes
2003-04-17 Dana Jansensfix grip workspace cycling
2003-04-17 Dana Jansensmove the move/resize functionality into moveresize...
2003-04-17 Dana Jansensgrab pointer during cycling to remove focus screwups...
2003-04-15 Dana Jansenswatch out for missing a name
2003-04-15 Dana Jansensstart of showing/rendering menus. woot!
2003-04-13 Dana Jansensmove the openbox engine into librender and the kernel...
2003-04-09 Dana Jansensdont show the focus popup when theres no target client
2003-04-08 Dana Jansensshow a popup with the focus target while cycling
2003-04-07 Dana Jansensput focus_cycle into focus.c, use it there in the actio...
2003-04-06 Dana Jansensdont toggle when no client was passed to teh action
2003-04-06 Dana Jansensadd a coords popup for moving and resizing
2003-04-05 Dana Jansensallow specifying that some focus events should be ignor...
2003-04-05 Dana Jansensstacked and linear cycling
2003-04-05 Dana Jansenslinear focus cycling of the gods
2003-04-05 Dana Jansenschange how rc parsing will work. a=b will be parsed...
2003-04-03 Dana Jansensdouble break statements :) oops
2003-03-31 Dana Jansensdisallow resizing of windows which are shaded
2003-03-29 Dana Jansensmake SendToDesktop action work right, give the option...
2003-03-29 Dana Jansensrm a redundant actiondata struct
2003-03-29 Dana Jansenstranslate sendtodesktop actions
2003-03-29 Scott MoynesMenu data structures basically completed.
2003-03-29 Dana Jansensadd unshaderaise and shadelower actions from Mikachu
2003-03-28 Dana Jansensrm client_disable_decorations.. it already had an action.
2003-03-28 Dana Jansensadd resizing event
2003-03-28 Dana Jansenslet a window be 'moved' to a new desktop without actual...
2003-03-26 Dana Jansenssplit up the relative move/resize actions into horz...
2003-03-26 Dana Jansenscreate actions from string names
2003-03-26 Dana Jansenslet a be null for action_free
2003-03-26 Dana Jansenscheck for no client
2003-03-26 Dana Jansensfree the string for action_restart too
2003-03-24 Dana Jansensdont move/resize !normal windows
2003-03-24 Dana Jansensadd restart and exit actions
2003-03-22 Dana Jansensadd the client_kill function, and the kill action,...
2003-03-21 Dana Jansensadd a dispatched event for interactively moving a window.
2003-03-20 Dana Jansensinit the GError to NULL
2003-03-19 Dana Jansenssnap windows when moving them
2003-03-19 Dana Jansensadd focusraise
2003-03-19 Dana Jansensadd focus actions
2003-03-19 Dana Jansensmouse and key bindings plugins work. segfault somewhere...
2003-03-18 Dana Jansensadd actions for key/mouse bindings etc