]> icculus.org git repositories - mikachu/openbox.git/history - openbox/client.c
whitespace
[mikachu/openbox.git] / openbox / client.c
2003-03-23 Dana Jansenswhitespace
2003-03-22 Dana Jansensasserts in unmanage to try track a crash
2003-03-22 Dana Jansensadd the client_kill function, and the kill action,...
2003-03-22 Dana Jansensrename the res_name and res_class members to name and...
2003-03-21 Dana Jansensalways adjust the frames size and position together...
2003-03-21 Dana Jansensdont check for != NULL before freeing. pointless.
2003-03-21 Dana Jansensadd the client_set_focused function.
2003-03-21 Dana Jansensrm debug prints
2003-03-21 Dana Jansensrm the focused member from the client struct, it was...
2003-03-20 Dana Jansenssave decor and functions per client for fullscreening!
2003-03-20 Dana Jansenslock the size/position of maximized and fullscreen...
2003-03-20 Dana Jansenslock the position/size of maximized windows
2003-03-19 Dana Jansensno \n in g_messages
2003-03-19 Dana Jansensrm the comments pointer bindings stuff, thats in a...
2003-03-19 Dana Jansensadd new windows to the back of the focus order list
2003-03-19 Dana Jansensmove the focus_order lists into the kernel
2003-03-18 Dana Jansensadd 'grab_server' for grabbing .. the .. server!
2003-03-18 Dana Jansensadd actions for key/mouse bindings etc
2003-03-18 Dana Jansensadd a keyboard plugin
2003-03-17 Dana Jansensall events are dispatched
2003-03-17 Dana Jansensstop using python internally. add an event dispatcher
2003-03-17 Dana Jansensmake client_showhide a static function
2003-03-17 Dana Jansensspeed up workspace switching by causing the minimal...
2003-03-16 Dana Jansensmerge the C branch into HEAD