| Age | Commit message (Collapse) | Author |
|
also fix a segfault in some debug prints, printing ints as strings!
|
|
only have 1 firefox window in the saved session, the check for duplicates won't help
|
|
in the session with the same identifiers, because we can;t tell them apart
|
|
wmcommand across sessions on different window types. type is a pretty obvious check its hard for it to be a false alarm
|
|
improvements. with ksmserver we can save a few things before the clients go messing with stuff during the interactive phase.
|
|
make sessions save the desktop being displayed. can we get rid of config_firstdesk now?
refactor startup a bit. focus the window that was focused when we were restarted.
have clients properly restore their session state.
add undecorated to the saved session state for clients.
|
|
2) update copyrights.
3) make release. ok that part not quite yet.
|
|
clear
1. when another wm requests to replace openbox, openbox exits. but the SM will just restart openbox unless we tell it not to. so now ob_exit_replace() will change the session manager's view of openbox to not restart it. that way the new WM will be able to run.
2. allow windows to move themselves off of the screen 90% of the way, if they really want to. but only 90% to the left, right, and bottom of the screen. it won't let the app move off the top of the screen on its own at all now, since hiding the titlebar on you without you being a part of the process is pretty darn evil!
this is really to address bug # 2982 - for the tilda application. but i guess if windows really want to move off the screen, who's to say no? also, every other window manager will let them - except metacity won't let them on the left/top side of the screen.
|
|
this means that when openbox is restared it doesn't lose it's SM related command line args, they get passed to the new openbox same as they were passed to the one exiting.
|
|
|
|
|
|
|
|
|
|
--help output to not include version output.
|
|
remove --sm-save-file and --sm-client-id from argv so that they dont get reused when doing a restart.
|
|
based on stacking when it is loaded. make the list public.
|
|
|
|
|