summaryrefslogtreecommitdiff
path: root/openbox
AgeCommit message (Collapse)Author
2003-06-21moveresize messages are not user-requestsDana Jansens
2003-06-21remove debug printDana Jansens
2003-06-21send teh configure event to client on user-requested final configures even ↵Dana Jansens
if not moved, cuz usualy the final isnt sent with a change, but just to end the move process.
2003-06-21always use the session id from the session manager when setting the restart ↵Dana Jansens
property
2003-06-21add -sm-disable optionDana Jansens
2003-06-21only show -sm-client-id in the help when session management is build inDana Jansens
2003-06-21session management works, and it can resume with its old ID, so it works ↵Dana Jansens
with gnome-session
2003-06-21make session management optionalDana Jansens
2003-06-21set the required properties so that session managers see openboxDana Jansens
2003-06-21add libSM *client* support, so we should work with gnome-session now!Dana Jansens
2003-06-21more namespacing with Rr*Dana Jansens
2003-06-21kill a warningDana Jansens
2003-06-21more namespacing to Rr*Dana Jansens
2003-06-21fix a warningDana Jansens
2003-06-21rename pixel32/16 to RrPixel32/16Dana Jansens
2003-06-21put the render theme into a structDana Jansens
2003-06-21fixed to accomodate the changes to the render/ API.Dana Jansens
2003-06-20simply the render interface by not requiring the setting of all the areas. ↵Dana Jansens
only take a w and h in paint(). best font layout ever.
2003-06-20remove non-planar surfacesDana Jansens
2003-06-19fix for how base-size is used to comply with the icccmDana Jansens
2003-06-08remove an extra useless call to focus_set_client(NULL)Dana Jansens
2003-06-08describe the complicated if a bit :)Dana Jansens
2003-06-08more checks for when to do an XResizeWindowDana Jansens
2003-06-08send the configure notify for resizes too, just to be a little more safeDana Jansens
2003-06-08onlt send configurenotify if the client actually moved, to work around ↵Dana Jansens
emacs, hopefully :)
2003-06-08some more fixes for resizing clients. aspect ratio is not the last thing ↵Dana Jansens
checked and so rules all, that might need to change.. however, it now uses base-size only for aspect ratios and base-size/min-size for other sizing shit, as per the ICCCM.
2003-06-08from icccm:Dana Jansens
If a base size is not provided, the minimum size is to be used in its place and vice versa. Added support for this.
2003-06-08i was backwardsDana Jansens
2003-06-08this cnofigure is FINAL!Dana Jansens
2003-06-08don't resize the client itself while doing a resize if its not final when ↵Dana Jansens
config_opaque_resize is not on
2003-06-04better VIDMODE support, handle the cases where the functions failDana Jansens
2003-06-04size fullscreen applications to the resolution with the VIDMODE extensionDana Jansens
2003-06-04remove the client_remaximize function, and replace it with the ↵Dana Jansens
client_reconfigure function, which just calls client_configure with the window's current location and dimensions, user=TRUE and final=TRUE. add support for the VIDMODE extension in client_configure, namely, fullscreen windows are positioned at the point of the viewport rather than at 0,0. call client_reconfigure when uniconifying a window, so that fullscreen windows are put at the point of the view port.
2003-06-04make key grabbing per window instead of always rootDana Jansens
2003-06-04allow cycling to iconic windowsDana Jansens
2003-06-04use client_can_focus from client_focus to always get the same resultDana Jansens
2003-06-04reverting the transient focus cycle change, its just not.. right. add the ↵Dana Jansens
parent's title to the transient's for the popup instead of just relpacing it
2003-06-04better focus cycling for transients. use the parent instead of the ↵Dana Jansens
transients in the list in case it has more than one, then after choosing it try focus a transient instead
2003-06-04dont try change focus while looping thru the focus listDana Jansens
2003-06-04allow focus_fallback to query if a client can be focused without changing ↵Dana Jansens
the focus order on it
2003-06-03remove debug printDana Jansens
2003-06-03ignore xerrors while using the pixmaps specified by the client, since they ↵Dana Jansens
can certainly be invalid and there's nothing i can do about it.
2003-06-03rm g_messages.. ones that segfault.. :>Dana Jansens
2003-06-02also dont increment the nicons if the w*h is 0Dana Jansens
2003-06-02watch out for 0x0 icons, and skip themDana Jansens
2003-05-30adjust what gets raised on map a bit, a little less selective.Dana Jansens
2003-05-29only add non-nonintrusively when both windows share a stacking layerDana Jansens
2003-05-28rm the 'focusraise' action, it is redundant.Dana Jansens
2003-05-28proper centering of the text in popups without iconsDana Jansens
2003-05-26use frame->visible, not the desktop number, other states exist too, like ↵Dana Jansens
show_desktop