Commit graph

3485 commits

Author SHA1 Message Date
Dana Jansens
e5afb0db59 only load the session from file if a file was provided 2003-07-31 16:42:47 +00:00
Dana Jansens
36056a69d7 missing a header 2003-07-31 16:30:53 +00:00
Dana Jansens
c9759edb42 remove shit i no longer use 2003-07-31 09:18:00 +00:00
Dana Jansens
577ae81f3f always return a string from parse_string 2003-07-31 09:05:45 +00:00
Dana Jansens
c8fa3a6028 set the desktop hint if the desktop is changed by the session code 2003-07-31 09:02:56 +00:00
Dana Jansens
d7f3d16fb7 set the desktop hint after everything is read/setup even session stuff 2003-07-31 09:01:14 +00:00
Dana Jansens
717d10f31a add the window to the lists before setting the client list hint 2003-07-31 08:45:57 +00:00
Dana Jansens
e75ad73c0f declare functions that are needed when built without session support 2003-07-31 08:08:56 +00:00
Dana Jansens
d9cc4f6522 use the new sm_client_id function so all windows who should save state do. session save/load seems to be working with gnome-session rather well. 2003-07-31 08:05:38 +00:00
Dana Jansens
02c15aca65 add a function to retrieve the sm_client_id value 2003-07-31 08:04:20 +00:00
Dana Jansens
07b38ba2c3 dont save/load history. its slow and its stupid. 2003-07-31 08:03:10 +00:00
Dana Jansens
9c1438f17b restore saved session data for applications 2003-07-30 20:01:35 +00:00
Dana Jansens
07b66ee1e3 center transients 2003-07-30 17:06:09 +00:00
Dana Jansens
54ad34a039 move the titlebar layout from the theme to the rc file 2003-07-30 16:25:08 +00:00
Dana Jansens
9e9e6278d5 attemp #3 2003-07-30 16:15:51 +00:00
Dana Jansens
f346738173 attempt #2 at better logical size values 2003-07-30 16:14:24 +00:00
Dana Jansens
0a809d36dd attempt #2 at better logical size values 2003-07-30 16:13:52 +00:00
Dana Jansens
c852826e9e include the base size in the logical size 2003-07-30 16:09:56 +00:00
Dana Jansens
db6bb0561d recent changes 2003-07-30 07:12:16 +00:00
Dana Jansens
006de2abaa the size can be 0 when there is a base size 2003-07-30 07:09:36 +00:00
Dana Jansens
1aa0bc66eb improved ICCCM compliance!
a) send ConfigureNotify back to the client as required by the ICCCM in all sitatuations.
  b) send the corrent coords in the ConfigureNotify, including the border width
  c) remove the WM_STATE property when unmanaging a window
2003-07-30 06:19:15 +00:00
Dana Jansens
b8ba52fabc code cleaning 2003-07-30 06:08:12 +00:00
Dana Jansens
40c3228f35 only ignore wheel buttons 2003-07-30 06:06:13 +00:00
Dana Jansens
64884e4390 i am the king of copy/paste errors 2003-07-29 11:19:57 +00:00
Scott Moynes
df0f00848a more menu fixes.
I hate menus.
2003-07-29 01:29:12 +00:00
Scott Moynes
3b62c85b60 Clear current_menu when hiding menus. 2003-07-29 01:08:59 +00:00
Scott Moynes
dd33644de4 Close menu properly on unbound keys. 2003-07-29 01:04:22 +00:00
Scott Moynes
f6ad401dab Fix some keyboard control issues. 2003-07-29 00:56:04 +00:00
Dana Jansens
b799cfd9a3 base rudeness on if they have a strut even smarter! 2003-07-28 19:59:37 +00:00
Dana Jansens
067776e783 base rudeness on if they have a strut or not 2003-07-28 19:56:52 +00:00
Dana Jansens
4d82dd3017 make the new placement restrictions not affect !normal windows like panels 2003-07-28 19:53:54 +00:00
Dana Jansens
e6486bff08 use plugin_open_reopen not plugin_open_full 2003-07-28 19:50:21 +00:00
Dana Jansens
4de5230cec typo thanks merry 2003-07-28 19:43:05 +00:00
Dana Jansens
742106511f hover theme elements for window titlebar buttons 2003-07-28 19:21:45 +00:00
Dana Jansens
950516124f make those apps stay/map on screen!! fuck stupid apps. thats right im talking to you mozilla and you too java. 2003-07-28 18:06:55 +00:00
Dana Jansens
d8d2fd7148 make things compile again. hover does not work yet. 2003-07-28 16:24:20 +00:00
Dana Jansens
09f178aa54 use the macro 2003-07-28 16:10:06 +00:00
Dana Jansens
eb1fb5580e keep apps from moving/maping their titlebar underneath left/top panels 2003-07-28 07:19:47 +00:00
Dana Jansens
7da335f944 set teh clone comamnd 2003-07-28 05:32:39 +00:00
Dana Jansens
7b00edb343 use char not a long, since we're telling the SM that its 1 byte lone 2003-07-28 05:29:58 +00:00
Dana Jansens
4d7a7d9d4c save the commands on startup 2003-07-28 05:20:50 +00:00
Dana Jansens
f531b18a44 use the path properly for the session file 2003-07-28 04:53:51 +00:00
Dana Jansens
ecab6fe3c8 use teh save file not the session id 2003-07-28 04:45:45 +00:00
Scott Moynes
73374510cc demand load plugins from the menu 2003-07-28 03:41:28 +00:00
Scott Moynes
f37a919095 Menu stuff.
Testing may begin.
2003-07-28 02:52:56 +00:00
Dana Jansens
632b2af7a8 fix mem leaks/crashes 2003-07-27 19:57:38 +00:00
Dana Jansens
2eb5721416 add pressed colors for buttons 2003-07-27 19:39:02 +00:00
Scott Moynes
b8715ba309 Close menu on click if outside the menu.
I think, haven't tested.
2003-07-26 19:58:22 +00:00
Scott Moynes
702995014a more fixes 2003-07-26 14:48:10 +00:00
Dana Jansens
42009bd023 make errors non-modal 2003-07-26 07:50:37 +00:00