]> icculus.org git repositories - dana/openbox.git/history - openbox/client.c
more build fixes
[dana/openbox.git] / openbox / client.c
2003-04-02 Dana Jansensrm debug print
2003-03-31 Dana Jansensadd a shaded button
2003-03-31 Dana Jansensonly disallow shading when the function is not enabled...
2003-03-31 Dana Jansensuse the frame's position in the maximize function since...
2003-03-31 Dana Jansensset fullscreen and max positions properly for all gravities
2003-03-28 Dana Jansensrm client_disable_decorations.. it already had an action.
2003-03-28 Dana Jansensadd client_disable_decorations
2003-03-28 Dana Jansensonlt raise the window when sending to a desktop it...
2003-03-28 Dana JansensRevertToPointerRoot is the worse error case, so use...
2003-03-28 Dana Jansensmake the value boolean
2003-03-28 Dana Jansenswas not moving the window between desktop focus lists...
2003-03-28 Dana Jansenslet a window be 'moved' to a new desktop without actual...
2003-03-28 Dana Jansensuse the struts to size the window correctly for maximiz...
2003-03-28 Dana Jansensread struts properly
2003-03-28 Dana Jansensonly use the initial_state shit when NOT starting and...
2003-03-28 Dana Jansensmor fabulous focus fixings.
2003-03-27 Dana Jansenshandle focus in the kernel, no more plugin
2003-03-27 Dana Jansensrm debug print
2003-03-26 Dana Jansensnot using CurrentTime anywhere
2003-03-26 Dana Jansenskill the prints again for now
2003-03-26 Dana Jansensput back map/unmap msgs
2003-03-26 Dana Jansensoops
2003-03-26 Dana Jansensrm some debug prints
2003-03-26 Dana Jansensuse rgba icons for clients
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