]> icculus.org git repositories - mikachu/openbox.git/history - openbox/client.c
add a comment
[mikachu/openbox.git] / openbox / client.c
2007-05-28 Dana Jansensadd a comment
2007-05-28 Dana Jansenswhen you focus a window, bring any modal children it...
2007-05-28 Dana Jansensput transients on the current desktop when their parent...
2007-05-27 Dana Jansenswhen colormap changes and it is installed, reinstall...
2007-05-27 Dana Jansensdebug prints improved
2007-05-27 Dana Jansenswhen an app doesn't specify PPosition or USPosition...
2007-05-27 Dana Jansensdebug print modified and the confignotify test
2007-05-27 Dana Jansensdon't set the above member in synthetic configurenotify...
2007-05-27 Dana Jansensonly need to call xconfigurewindow once
2007-05-27 Dana Jansensalways set all the coords, as the x/y only change when...
2007-05-26 Dana Jansensonly readjust the frame size when the client needs...
2007-05-26 Dana Jansensfix for not changing clients' border widths on them
2007-05-26 Dana Jansensdon't change clients' borders
2007-05-26 Dana Jansenswe set borderwidth to 0 so always give that to the...
2007-05-26 Dana Jansenssend the client's border width in configurenotify messa...
2007-05-26 Dana Jansenschange in how things are ungrabbed to avoid grabwhileno...
2007-05-26 Dana Jansensremove a debug print
2007-05-26 Dana Jansensuse the PSize and USSize hints to decide to resize...
2007-05-26 Dana Jansensfix a debug print
2007-05-26 Dana Jansensgive focus to new windows when *any* relative already...
2007-05-26 Dana Jansensadd a debug print
2007-05-25 Dana Jansensput the hostname in icon titles too
2007-05-25 Dana Jansenssend iconic windows to the bottom of the focus list...
2007-05-24 Dana Jansensdont give focus to transients when the situation is...
2007-05-24 Dana Jansensadd a debug print
2007-05-24 Dana Jansensexperimental change. when apps map, make them fit insid...
2007-05-24 Dana Jansensonly put a transient for the group onto some other...
2007-05-24 Dana Jansenschoose the closest icon size, not always the first...
2007-05-24 Dana Jansensuse maximized state to try find fullscreen sized window...
2007-05-23 Dana Jansensdon't let you maximize menu and toolbars
2007-05-23 Dana Jansenslet you iconify utility windows
2007-05-23 Dana Jansensfirst step of changing the types and their restrictions
2007-05-23 Dana Jansensyay! gravity finally works right!
2007-05-23 Dana Jansenswhen a window is being kept on screen (espcially from...
2007-05-23 Dana Jansensfix libwnck by unmapping the plate window as well as...
2007-05-22 Dana Jansensfix window gravity..
2007-05-22 Dana Jansenssettings is never null anymore, so dont bother to check...
2007-05-22 Dana Jansensback out 6769 on files that werent supposed to commit yet
2007-05-22 Dana Jansenscomment out the applications example
2007-05-22 Dana Jansensdon't compare variables to themselves
2007-05-22 Dana Jansensdont use the client's area rect when figuring out where...
2007-05-22 Dana Jansensadjust the frame's size before placing the window so...
2007-05-22 Dana Jansensfix showing the resize cursors at the right times.
2007-05-22 Dana Jansenswe put desktop windows on all desktops so dont let...
2007-05-22 Dana Jansensmissing another break; ! wow
2007-05-22 Dana Jansensmissing a break; heh
2007-05-22 Dana Jansensbetter ordering so you can unmaximize maximized windows...
2007-05-22 Dana Jansensyou can't resize fully maxed windows
2007-05-21 Dana Jansenssome repositioning of frame elements for maximized...
2007-05-21 Dana Jansensmaybe the user time stuff should be more like other...
2007-05-21 Dana Jansensuse simple pattern matching for per-app settings. all...
2007-05-20 Dana Jansensfix windows moving to monitors other than their own...
2007-05-19 Dana Jansensremove a function that is no longer used. and backwards...
2007-05-18 Dana Jansenssuper correct enter event ignoring that will only ignor...
2007-05-17 Dana Jansensadd an atom ob_wm_action_undecorate to match with ob_wm...
2007-05-17 Dana Jansensdon't let the user toggle decorations on widnows that...
2007-05-17 Dana Jansenskill enter events without using pointer grabs
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-17 Dana Jansensgrab the pointer accross actions run by the application...
2007-05-17 Dana Jansens"fullscreen" windows that are undecorated by the user...
2007-05-16 Dana Jansensfullscreen only if no decorations
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 Jansensalso if you hide the focused window, then kill the...
2007-05-14 Dana Jansensdon't assert, users can bind stuff however they like...
2007-05-14 Dana Jansensexcep the assert was backwards. heh
2007-05-14 Dana Jansensbig scary g_assert(). interactive actions should never...
2007-05-14 Dana Jansensget rid of the fullscreen below layer. its the same...
2007-05-14 Dana Jansensyay for simplifying code. if we check for errors we...
2007-05-14 Dana Jansenswatch for errors while setting focus on windows, return...
2007-05-14 Dana Jansensfix fullscreen windows being stuck in the wrong layer...
2007-05-14 Dana Jansensremove the dialog option for Desktop action for now...
2007-05-14 Dana Jansensremove this check, it didnt guarantee anything anyways
2007-05-14 Dana Jansensthe configurenotify needs to come after adjusting the...
2007-05-14 Dana Jansenssend a configurenotify on mapping after the window...
2007-05-14 Dana Jansensanother little focus cleanup/rearrangement, for focus...
2007-05-14 Dana Jansensremove some old checking because we're not using window...
2007-05-13 Dana Jansensrename the openbox_* atoms back to ob_*
2007-05-13 Mikael Magnussonfix error in client_directional_edge_search that ignore...
2007-05-13 Dana Jansensadd a debug line
2007-05-13 Dana Jansensadd support for _NET_WM_ACTION_ABOVE and _NET_WM_ACTION...
2007-05-13 Dana Jansensfix drawcontents=no
2007-05-13 Dana Jansensalways send configure notify when windows map
2007-05-13 Dana Jansensdon't allow focus to move during an interactive grab...
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-13 Dana Jansenssome changes to focus handling.
2007-05-12 Dana Jansensremove the edges_hit_layers_below option. don't use...
2007-05-11 Dana Jansensdon't show handles on windows that cannot resize
2007-05-11 Dana Jansensfix for circular transiency
2007-05-11 Dana Jansensoops, debug prints
2007-05-11 Dana Jansenspick the closest icon instead of always a smaller one
2007-05-11 Dana Jansensset the default window gravity to NorthWest.
2007-05-10 Dana Jansenswhen un-showing the desktop if a window is getting...
2007-05-10 Dana Jansensstacking fixes for layers
2007-05-10 Dana Jansensdon't get the layer from the group like that. let new...
2007-05-10 Dana Jansensmake the frame before you use the frame..
2007-05-10 Dana Jansensset the session stuff before trying to apply per-app...
2007-05-10 Dana Jansensmake restacking much better, yay
next