]> icculus.org git repositories - mikachu/openbox.git/history - openbox/client.h
finally fix broken gimp window icons
[mikachu/openbox.git] / openbox / client.h
2005-08-11 Mikael Magnussonfix programs showing their child windows outside the...
2004-03-21 Mikael Magnussonyay no tabs in the source
2003-10-15 Dana Jansensconsistant glib type usage
2003-10-09 Dana Jansensprovide function to tell if a client has any group...
2003-09-28 Dana Jansenshalfway through client changes but...
2003-09-26 Dana Jansensadd client_raise and client_lower which just fire off...
2003-09-26 Dana Jansensadd some more client tree searching functions. make...
2003-09-26 Dana Jansenscomment the client_search_transient function
2003-09-25 Dana Jansensadd client_set_undecorated().
2003-09-25 Dana Jansensdont use the _OPENBOX_PREMAX window property anymore...
2003-09-21 Dana Jansensmove the code to find the window under the pointer...
2003-09-17 Dana Jansensno tabs
2003-09-17 Dana Jansensadd copyright headers, adjust --version output to inclu...
2003-09-15 Dana Jansenssave the sm_client_id just like saving other properties...
2003-09-03 Dana Jansensadd the startup_id
2003-09-03 Dana Jansensadd a reconfigure action, also reconfigure on SIGUSR2.
2003-09-03 Dana Jansensmake the client destructor a GDestroyNotify
2003-09-01 Dana Jansensadd urgent actions
2003-08-30 Dana Jansensadd destructor functions for clients that you acn subsc...
2003-08-25 Dana Jansensrestore the stacking order of a saved session
2003-08-14 Dana Jansensmake activate take a here parameter
2003-08-12 Dana Jansenssmall bugfix to the directional focus code.
2003-08-02 Dana Jansensadd partial struts tho they arent useful eyt
2003-07-31 Dana Jansensadd a function to retrieve the sm_client_id value
2003-07-30 Dana Jansensimproved ICCCM compliance!
2003-07-28 Dana Jansensmake those apps stay/map on screen!! fuck stupid apps...
2003-07-25 Dana Jansensadd client_search_transient which searches the tree...
2003-07-10 Dana Jansensadd disabled buttons, instead of now showing buttons...
2003-07-10 Dana Jansensprefixing and capitalizing the StackLayer -> ObStacking...
2003-07-10 Dana Jansensprefixing and capitalization for the Frame->ObFrame...
2003-07-10 Dana Jansensprefix Group to ObGroup
2003-07-10 Dana Jansensprefix TRAN_GROUP to OB_TRAN_GROUP
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 a mwm.h for the mwm hint structure and flags.
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-07-10 Dana Jansensadd client_search_top_transient.
2003-06-27 Dana Jansensxinerama support
2003-06-21 Dana Jansensrename pixel32/16 to RrPixel32/16
2003-06-04 Dana Jansensremove the client_remaximize function, and replace...
2003-06-04 Dana Jansensreverting the transient focus cycle change, its just...
2003-06-04 Dana Jansensallow focus_fallback to query if a client can be focuse...
2003-05-22 Dana Jansensadd actions for changing client layers to abov/below...
2003-05-19 Dana Jansens2 in 1 again..
2003-05-18 Dana Jansensmake icons use pixel32 data, and image_draw takes pixel...
2003-05-18 Dana Jansens2 in 1 deal :\
2003-05-16 Dana Jansensrename "Slit" to "Dock".
2003-05-11 Dana JansensClients Menus and Slits are all 'ObWindow's now.
2003-05-09 Dana Jansensadd a client_activate function, use it for net_wm_activ...
2003-05-09 Dana Jansensall my changes while i was offline.
2003-04-25 Dana Jansensadd helper functions for manipulating the focus_order...
2003-04-13 Dana Jansensmake fullscreen decorations and functions be calculated...
2003-04-10 Dana Jansensno fuck that it was working fine
2003-04-10 Dana Jansensmake the TRAN_GROUP an unsigned long
2003-04-07 Dana Jansenssupport for transients of groups
2003-04-07 Dana Jansenssupport for transients of groups
2003-04-07 Dana Jansenstrack window groups
2003-04-07 Dana Jansensput focus_cycle into focus.c, use it there in the actio...
2003-04-05 Dana Jansenschange how rc parsing will work. a=b will be parsed...
2003-03-31 Dana Jansensadd a shaded button
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 Jansenscomment the new parameter
2003-03-28 Dana Jansenslet a window be 'moved' to a new desktop without actual...
2003-03-27 Dana Jansenshandle focus in the kernel, no more plugin
2003-03-26 Dana Jansensuse rgba icons for clients
2003-03-24 Dana Jansensmore focus improvements. everything seems to work!
2003-03-23 Dana Jansensyet more improvements to focus handling
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 Jansensadd the client_set_focused function.
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-18 Dana Jansensadd a keyboard plugin
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