]> icculus.org git repositories - dana/openbox.git/history - openbox/client.c
usnig flex directly, renaming symbols so that theres no clash with other lexers
[dana/openbox.git] / openbox / client.c
2003-03-25 Dana Jansensclarify using stacking_lower for restoring the stacking...
2003-03-25 Dana Jansensfree the startup stacking order after using it
2003-03-25 Dana Jansensread in the stacking order on startup, and use it to...
2003-03-24 Dana Jansensuse g_hash_table properly
2003-03-24 Dana Jansensmake sure the ConfigureNotify is propogated even when...
2003-03-24 Dana Jansensalways send the event on a final configure even if...
2003-03-24 Dana Jansensmake sure windows which cant be moved or resized also...
2003-03-24 Dana Jansensonly configure the engine if something changed
2003-03-24 Dana Jansensonly perform the actions necessary when performing...
2003-03-24 Dana Jansenskill debug print
2003-03-24 Dana Jansensmore focus improvements. everything seems to work!
2003-03-24 Dana Jansensno \n in g_message
2003-03-23 Dana Jansensyet more improvements to focus handling
2003-03-23 Dana Jansenscode optimization
2003-03-23 Dana Jansenswhen adjusting the trasient lists, set them, dont leave...
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