Handle InputShape type shaping too.
[mikachu/openbox.git] / openbox / client.h
2009-01-29 Mikael MagnussonHandle InputShape type shaping too.
2008-03-06 Dana Jansenswhen a window pops up a child, don't avoid focusing...
2008-02-14 Dana JansensIntroducing the icon cache.
2008-02-14 Dana Jansensdon't ping everything all the time. yay. ping when...
2008-02-14 Dana Jansensif a prompt is already showing and you try show it...
2008-02-14 Dana Jansensprompt to kill windows when they are not responding
2008-02-14 Dana JansensMake ObPrompt windows get managed as clients, and make...
2008-02-03 Dana Jansensimprove comment
2008-02-02 Dana Jansensmake fullscreen windows more xinerama and multi-screen...
2008-01-16 Dana Jansenscant consistently tell if we should use WM_DESTROY...
2008-01-16 Dana Jansensping all the windows every 3 seconds, and show "not...
2008-01-16 Dana Jansenswhen you close an app and it stops responding.. if...
2008-01-16 Dana Jansensshow [Not Responding] in the titlebar when closing...
2008-01-16 Dana Jansenscheck if a client will respond to pings
2008-01-11 Dana Jansensmake it possible to temporarily raise a window to the...
2007-08-02 Dana Jansensremove focus-stealing-prevention stuff, don't use user_...
2007-07-17 Mikael Magnussonremove trailing whitespace
2007-07-12 Dana Jansensadding trunk
2007-07-10 Dana Jansensgrow to edge works again, using the new edge detection...
2007-07-06 Dana Jansensmove to edge works and the code can be used for resize...
2007-06-28 Dana Jansensrewrote the movetoedge code so it works with both types...
2007-06-22 Dana Jansensadd the activate action. it will replace the focus...
2007-06-21 Dana Jansenslook, thumbnails in alt-tab. its such crap though....
2007-06-13 Dana Jansensadd force_reply back to client_configure(). client_reco...
2007-06-13 Dana Jansensdon't raise windows when moving them between desktops...
2007-06-13 Dana Jansensdon't force reconfigure in a number of places, also...
2007-06-07 Dana Jansensget rid of client->transient_for. just client->parents...
2007-06-07 Dana Jansensnice code cleanup that's been needed for a long time...
2007-06-06 Dana Jansensbetter code for the last commit. let transients get...
2007-05-28 Dana Jansensgive the client a 0 border again.
2007-05-28 Dana Jansensbetter more obvious code
2007-05-28 Dana Jansensdon't give focus to transient when it is ambiguous...
2007-05-28 Dana Jansenswhen you focus a window, bring any modal children it...
2007-05-26 Dana Jansensdon't change clients' borders
2007-05-26 Dana Jansensuse the PSize and USSize hints to decide to resize...
2007-05-23 Dana Jansensyay! gravity finally works right!
2007-05-21 Dana Jansensuse simple pattern matching for per-app settings. all...
2007-05-19 Dana Jansens(no commit message)
2007-05-17 Dana Jansensdon't let the user toggle decorations on widnows that...
2007-05-17 Dana Jansensrename client_configure_full to client_configure
2007-05-17 Dana Jansensgrab the pointer when windows move them selves so no...
2007-05-15 Dana Jansensalways ignore errors for client_focus like we used to.
2007-05-15 Dana Jansenssimplify focus handling a bit. no need to listen to...
2007-05-14 Dana Jansensbig scary g_assert(). interactive actions should never...
2007-05-14 Dana Jansensyay for simplifying code. if we check for errors we...
2007-05-13 Dana Jansensadd support for _NET_WM_ACTION_ABOVE and _NET_WM_ACTION...
2007-05-13 Dana Jansensuse the right list in client_add_hide_notify, rename...
2007-05-13 Dana Jansenslikewise if a window is unmanaged and we were trying...
2007-05-11 Dana Jansensremove the last param from configure_full, it's not...
2007-05-10 Dana Jansenswhen un-showing the desktop if a window is getting...
2007-05-10 Dana Jansensmake restacking much better, yay
2007-05-09 Dana Jansensadd support for _NET_REQUEST_FRAME_EXTENTS
2007-05-09 Dana Jansensadd support for _NET_WM_USER_TIME_WINDOW. round 1 ...
2007-05-08 Dana Jansensupdate the client menu when you do stuff without closin...
2007-05-08 Dana Jansensxhtml..
2007-05-08 Dana Jansenslet windows that cant iconify still iconify with their...
2007-05-08 Dana Jansensdon't focus splash screens and toolbars and menus when...
2007-05-08 Dana Jansensmerge r6176-6182 from 3.4-working
2007-05-08 Dana Jansensi dont like this "application window" concept. swap...
2007-05-08 Dana Jansensmake helper windows share desktops with all their appli...
2007-05-07 Dana Jansensadd a notifier for clients changing desktops. use it...
2007-05-07 Dana Jansensthe session properties are not set on the group leader...
2007-05-06 Dana Jansenschange the perapp settings "head" option to "monitor...
2007-05-06 Dana Jansenssave session state for old clients that dont use XSMP...
2007-05-06 Dana Jansensa bunch of thigns got squashed into this commit.. sorry..
2007-05-05 Dana Jansensanimate iconify/reestore. yeah.
2007-05-03 Dana Jansensadd the notion of "application windows" meaning normal...
2007-05-02 Dana Jansensturn on demands_attention when urgent gets set, and...
2007-05-01 Dana Jansensa whole lot of changes to the moving/resizing code...
2007-04-24 Dana Jansensadd support for _NET_WM_SYNC_REQUEST
2007-04-24 Dana Jansenssave windows' colormaps rather than querying them from...
2007-04-23 Dana Jansenscycling between dock windows now possible with the...
2007-04-23 Mikael Magnussoninclude the header that has gethostname
2007-04-23 Mikael Magnussonshow the hostname of forwarded clients in the titlebar
2007-04-20 Dana Jansensremove the client_time_heap thing. actually its better...
2007-04-18 Dana Jansensget rid of global client_last_user_time variable.
2007-04-12 Dana Jansensbetter synthetic configurenotify handling. in particular..
2007-04-12 Dana Jansensdon't fallback when a window is hidden right away,...
2007-03-24 Dana Jansenskill window title numbering...
2007-03-19 Dana Jansensnot passing timestamps sometimes and not others. set...
2007-03-16 Dana Jansensmention when the logicalx/y is actually returned
2007-03-14 Dana Jansensoh, 2 things in this commit..
2007-03-14 Dana Jansensa) fix resizerelative moving windows when they reach...
2007-03-13 Dana Jansensset IconicState on windows that are not visible always...
2007-03-13 Dana Jansenssave and restore pre-maximized/fullscreen sizes properly
2007-03-12 Dana Jansensdon't validate inside client_focus. instead, validate...
2007-03-12 Dana JansensRewrite the stacking code. It's a lot faster now, I...
2007-03-11 Dana Jansensstacking has been made more reliable with groups and...
2007-03-11 Dana Jansensmake _NET_ACTIVE_WINDOW requests look at the timestamp...
2007-03-11 Dana Jansenswow... this is a big commit...
2007-03-11 Dana Jansensadd the _NET_WM_USER_TIME property support. When focus_...
2007-03-10 Dana Jansens1) Remove support for the Urgent hint. This will no...
2007-03-02 Dana Jansensthis includes a number of things since my magnificent...
2006-10-31 Mikael MagnussonAdd MoveFromEdge* actions, shorten client_directional_e...
2006-08-22 Mikael Magnussonupdate copyright step 2
2006-06-09 Mikael Magnussonlollerskates
2006-06-09 Mikael Magnussonadd the rest of the possible states to per app settings...
2006-06-09 Mikael Magnussonadd role matching to per app settings and fix a small...
2006-06-08 Mikael Magnussonmove stuff around some more
2005-08-11 Mikael Magnussonfix programs showing their child windows outside the...
next