summaryrefslogtreecommitdiff
path: root/src/session.h
Commit message (Collapse)AuthorAgeFilesLines
* Stick an emacs comment directive at the beginning of all the code files soElijah Newren2006-10-011-0/+2
| | | | | | | | | 2006-10-01 Elijah Newren <newren gmail com> * src/*.[ch]: Stick an emacs comment directive at the beginning of all the code files so that people using emacs will be more likely to get coding style correct in their patches. We still need a similar vi directive. #358866
* Session saves the unmaximized postion, size of a maximized window. #86059JeyaSudha2002-09-041-0/+2
| | | | | | | 2002-06-25 JeyaSudha <jeyasudha.duraipandy@wipro.com> * src/session.c, src/window.c: Session saves the unmaximized postion, size of a maximized window. #86059
* Partially fix Jacob's SM bugs.Havoc Pennington2002-06-231-0/+7
| | | | | | | | | | | | 2002-06-22 Havoc Pennington <hp@pobox.com> Partially fix Jacob's SM bugs. * src/window.c (meta_window_apply_session_info): restore the extra stuff we're saving, except stack position I didn't figure out yet. * src/session.c: save stack position, minimized, maximized, in the session file.
* call meta_session_shutdown when exiting cleanlyHavoc Pennington2002-06-081-0/+2
| | | | | | | | | | | | 2002-06-08 Havoc Pennington <hp@pobox.com> * src/main.c (main): call meta_session_shutdown when exiting cleanly * src/session.c (meta_session_shutdown): function to change use to RestartIfRunning (meta_session_init): change normal restart hint to RestartImmediately
* put back --sm-client-id argument, needed for including us in a defaultHavoc Pennington2002-03-141-1/+2
| | | | | | | 2002-03-13 Havoc Pennington <hp@pobox.com> * src/main.c (main): put back --sm-client-id argument, needed for including us in a default session
* don't save a file here, only in response to SaveYourself. Change the codeHavoc Pennington2002-03-141-1/+1
| | | | | | | | | 2002-03-13 Havoc Pennington <hp@pobox.com> * src/session.c (meta_session_init): don't save a file here, only in response to SaveYourself. Change the code to properly use a unique state file for each SaveYourself. Totally, totally untested.
* ...rhp2001-07-271-4/+29
|
* ...rhp2001-07-261-12/+7
|
* ...rhp2001-06-231-0/+2
|
* ...rhp2001-06-091-0/+48