]> icculus.org git repositories - dana/openbox.git/history - openbox/screen.c
add STRUT_EQUAL
[dana/openbox.git] / openbox / screen.c
2003-08-25 Dana Jansensdont put #define values into the supported atoms list
2003-08-20 Dana Jansensreset first to TRUE properly when the desktop popup...
2003-08-12 Dana Jansensadd an option for if the popup is used for desktop...
2003-08-12 Dana Jansenswhen cancelling return the first desktop
2003-08-12 Dana Jansensremove debug printings
2003-08-12 Dana Jansensmove the keyboard and mouse plugins into the kernel...
2003-08-09 Dana Jansenschanges to the timer api, pass the timer to the callbac...
2003-08-05 Dana Jansensdont ignore topleft layouts
2003-08-01 Dana Jansensconfigre teh dock after finding the new screen sizes
2003-07-28 Dana Jansensmake the new placement restrictions not affect !normal...
2003-07-28 Dana Jansensmake those apps stay/map on screen!! fuck stupid apps...
2003-07-24 Dana Jansensuse ob_debug for any debug printing and only display...
2003-07-22 Dana Jansensadd the --replace command line option, and support...
2003-07-10 Dana Jansensmove ob_pointer_pos to screen_pointer_pos
2003-07-10 Dana Jansensmake ob_state a function so it cant be changed outside...
2003-07-10 Dana Jansensremove the ob_root var, its redundant of what Xlib...
2003-07-10 Dana Jansensreplace the focus_backup with the screen_support_win...
2003-07-10 Dana Jansensuse the xerror stuff to trap errors instead of dupliact...
2003-07-10 Dana Jansensprefix the Timer->ObTimer and TimeoutHandler->ObTimeout...
2003-07-10 Dana Jansensprefix and capitalize the ObFocusFallbackType enum
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-07-10 Dana Jansensrename 'xinerama' stuff to 'monitors' to be more generi...
2003-06-27 Dana Jansensset "Openbox" as the name no "Openbox3"
2003-06-27 Dana Jansensxinerama support
2003-06-21 Dana Jansensmore namespacing with Rr*
2003-06-21 Dana Jansensfixed to accomodate the changes to the render/ API.
2003-06-20 Dana Jansensremove non-planar surfaces
2003-06-04 Dana Jansensremove the client_remaximize function, and replace...
2003-05-21 Dana Jansensadd xerror.h
2003-05-21 Dana JansensOpenbox3 in the WM name, FUCK OFF XINE, YA YOU HEARD ME.
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