]> icculus.org git repositories - dana/openbox.git/history - openbox/screen.c
ignore errors when playing with application defined colormaps
[dana/openbox.git] / openbox / screen.c
2003-05-20 Dana Jansensignore errors when playing with application defined...
2003-05-18 Dana Jansensadd (optional) support for showing a busy cursor via...
2003-05-16 Dana Jansensgive the dock a strut and use it
2003-05-16 Dana Jansensrename "Slit" to "Dock".
2003-05-11 Dana Jansensnot everything in the stacking_list is a client anymore
2003-05-10 Dana Jansensadd a slit to the kernel
2003-05-09 Dana Jansensall my changes while i was offline.
2003-04-28 Dana Jansensmove windows before calcing struts. watch for windows...
2003-04-25 Dana Jansensrestore the desktop and focused window on restarts...
2003-04-18 Dana Jansensdont need to sync
2003-04-17 Dana Jansensdistribute focus when entering/leaving show-the-desktop...
2003-04-17 Dana Jansensadd support for net_moveresize_window and net_wm_moveresize
2003-04-17 Dana Jansensuse the new ptr cursor defn
2003-04-15 Dana Jansensremove debug print
2003-04-14 Dana Jansensfixes for handling char**s
2003-04-14 Dana Jansensfix a seg from ignoreing PROP_GETSS failure
2003-04-14 Dana Jansensmore fixes for working with char**s
2003-04-14 Dana Jansensnullify the ends of the char**
2003-04-14 Dana Jansensremove casts from PROP defines. use proper vars and...
2003-04-14 Dana Jansensrip the prop code i wrote in cwmcc out and make it...
2003-04-13 Dana Jansensmove the openbox engine into librender and the kernel...
2003-04-08 Dana Jansensmove config option loading for the kernel into config.c/h
2003-04-08 Dana Jansensadd more options for focus fallback, use an enum for...
2003-04-05 Dana Jansenschange how rc parsing will work. a=b will be parsed...
2003-03-28 Dana Jansenslet a window be 'moved' to a new desktop without actual...
2003-03-27 Dana Jansensfocus a window on desktop switch
2003-03-26 Dana Jansensrm the debug print
2003-03-23 Dana Jansensoops
2003-03-23 Dana Jansensmove windows when the number of desktops changes and...
2003-03-22 Dana Jansensblef
2003-03-21 Dana Jansensdont focus anything in the kernel from showing-the...
2003-03-21 Dana Jansensdon't check for != NULL before freeing. pointless
2003-03-21 Dana Jansensdefn vars at the top of funcs
2003-03-21 Dana Jansensdont use the client's colormap if it is set to None!
2003-03-20 Dana Jansensshow windows before hiding when switching desktops
2003-03-19 Dana Jansensput the comment where it belongs
2003-03-19 Dana Jansenson shutdown: destroy the net support window. clear...
2003-03-19 Dana Jansenserase the openbox_pid hint on the root window when...
2003-03-19 Dana Jansensstart with 0 desktops, so the focus_order stuff all...
2003-03-19 Dana Jansensmove the focus_order lists into the kernel
2003-03-18 Dana Jansensadd a keyboard plugin
2003-03-17 Dana Jansensall events are dispatched
2003-03-17 Dana Jansensspeed up workspace switching by causing the minimal...
2003-03-16 Dana Jansensmerge the C branch into HEAD