| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-06-25 | grab all motion events for pointer grabs | Dana Jansens | |
| 2003-06-24 | position submenus correctly horizontally | Dana Jansens | |
| 2003-06-24 | menus were too short by a border width | Dana Jansens | |
| 2003-06-24 | check to make sure the window is on screen *after* positioning it | Dana Jansens | |
| 2003-06-22 | add a simple menu parser. | Dana Jansens | |
| while menu parsing, the theme does not exist so we can't do any theme stuff while creating menu stuff, so put that off for later, i.e when the menu is shown. | |||
| 2003-06-22 | reorder startup so menu goes before config parsing | Dana Jansens | |
| 2003-06-21 | add decoration state to the frame struct. make client_configure adjust the ↵ | Dana Jansens | |
| frame if the decorations do not match between the client and the frame, so that when they change it can send a configurenotify to the client. | |||
| 2003-06-21 | make client_reconfigure a non-user-type client_configure | Dana Jansens | |
| 2003-06-21 | strdup the exec path cuz it gets freed by the time we restart otherwise | Dana Jansens | |
| 2003-06-21 | moveresize messages are not user-requests | Dana Jansens | |
| 2003-06-21 | remove debug print | Dana Jansens | |
| 2003-06-21 | send 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-21 | always use the session id from the session manager when setting the restart ↵ | Dana Jansens | |
| property | |||
| 2003-06-21 | add -sm-disable option | Dana Jansens | |
| 2003-06-21 | only show -sm-client-id in the help when session management is build in | Dana Jansens | |
| 2003-06-21 | session management works, and it can resume with its old ID, so it works ↵ | Dana Jansens | |
| with gnome-session | |||
| 2003-06-21 | make session management optional | Dana Jansens | |
| 2003-06-21 | set the required properties so that session managers see openbox | Dana Jansens | |
| 2003-06-21 | add libSM *client* support, so we should work with gnome-session now! | Dana Jansens | |
| 2003-06-21 | more namespacing with Rr* | Dana Jansens | |
| 2003-06-21 | kill a warning | Dana Jansens | |
| 2003-06-21 | more namespacing to Rr* | Dana Jansens | |
| 2003-06-21 | fix a warning | Dana Jansens | |
| 2003-06-21 | rename pixel32/16 to RrPixel32/16 | Dana Jansens | |
| 2003-06-21 | put the render theme into a struct | Dana Jansens | |
| 2003-06-21 | fixed to accomodate the changes to the render/ API. | Dana Jansens | |
| 2003-06-20 | simply 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-20 | remove non-planar surfaces | Dana Jansens | |
| 2003-06-19 | fix for how base-size is used to comply with the icccm | Dana Jansens | |
| 2003-06-08 | remove an extra useless call to focus_set_client(NULL) | Dana Jansens | |
| 2003-06-08 | describe the complicated if a bit :) | Dana Jansens | |
| 2003-06-08 | more checks for when to do an XResizeWindow | Dana Jansens | |
| 2003-06-08 | send the configure notify for resizes too, just to be a little more safe | Dana Jansens | |
| 2003-06-08 | onlt send configurenotify if the client actually moved, to work around ↵ | Dana Jansens | |
| emacs, hopefully :) | |||
| 2003-06-08 | some 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-08 | from 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-08 | i was backwards | Dana Jansens | |
| 2003-06-08 | this cnofigure is FINAL! | Dana Jansens | |
| 2003-06-08 | don't resize the client itself while doing a resize if its not final when ↵ | Dana Jansens | |
| config_opaque_resize is not on | |||
| 2003-06-04 | better VIDMODE support, handle the cases where the functions fail | Dana Jansens | |
| 2003-06-04 | size fullscreen applications to the resolution with the VIDMODE extension | Dana Jansens | |
| 2003-06-04 | remove 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-04 | make key grabbing per window instead of always root | Dana Jansens | |
| 2003-06-04 | allow cycling to iconic windows | Dana Jansens | |
| 2003-06-04 | use client_can_focus from client_focus to always get the same result | Dana Jansens | |
| 2003-06-04 | reverting 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-04 | better 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-04 | dont try change focus while looping thru the focus list | Dana Jansens | |
| 2003-06-04 | allow focus_fallback to query if a client can be focused without changing ↵ | Dana Jansens | |
| the focus order on it | |||
| 2003-06-03 | remove debug print | Dana Jansens | |
