Commit graph

4403 commits

Author SHA1 Message Date
Dana Jansens
2ff32f86a1 add recent changes 2003-12-22 20:08:25 +00:00
Dana Jansens
8e4d085dc9 add ja 2003-12-22 19:47:16 +00:00
Dana Jansens
be1b2cf823 3.1 2003-12-22 19:46:16 +00:00
Dana Jansens
fb0cd13254 dont persist the linear state, not sure why i did it and it breaks stuff. hope changing this doesnt break other stuff!!! closes #1025 2003-12-22 18:54:14 +00:00
Dana Jansens
6f8d9cde7d closed 881 2003-12-22 18:39:43 +00:00
Dana Jansens
745e851faa dont have glib reap children, we shall reap them instead to avoid zombies from processes tranferred to us 2003-12-22 18:37:12 +00:00
Dana Jansens
05c1f33323 recent changes 2003-12-22 18:20:09 +00:00
Dana Jansens
7ae62cc7ef dont make our frame windows override-redirect, so that configure requests are generated if apps try to configure our frame (eg. import -frame) 2003-12-22 18:16:47 +00:00
Dana Jansens
57ddb2751e whitespace 2003-12-22 18:16:02 +00:00
Dana Jansens
c96a918b39 add recent changes 2003-12-22 17:54:40 +00:00
Dana Jansens
dbe2a9e5b3 add japanese translation 2003-12-22 17:50:36 +00:00
Dana Jansens
eb22848aeb s/guint/gboolean/ oops 2003-12-22 17:43:38 +00:00
Dana Jansens
b11a948442 don't use action_run_string in action.c, pass along the data so that the second action gets all the same flags 2003-12-22 17:38:05 +00:00
Dana Jansens
a6e4aba806 make all dialog typed windows transient for their group if they dont specify a WM_TRANSIENT_FOR hint. 2003-12-22 17:24:51 +00:00
Dana Jansens
06202e2bad dont scale images to 0 px wide or tall 2003-11-11 12:04:47 +00:00
Dana Jansens
b338e27b32 use g_snprintf instead of sprintf 2003-11-11 11:59:50 +00:00
Dana Jansens
064901801e dont go changing the session file all the time, and so then dont need to unlink so we dont end up stalling when the same session is asked for more than once. 2003-11-11 11:54:29 +00:00
Dana Jansens
5f0d12c9d7 recent changes 2003-10-27 20:44:12 +00:00
Dana Jansens
5b2ac0a66c remove the debian menu file 2003-10-27 20:43:41 +00:00
Dana Jansens
3603c20b4e 3.0 time 2003-10-27 20:19:14 +00:00
Dana Jansens
ace1d5b510 dist the version.h.in not the version.h 2003-10-27 20:14:30 +00:00
Dana Jansens
1ad44dab35 add version.h 2003-10-27 20:13:23 +00:00
Dana Jansens
13206849ea add version info the library headers 2003-10-27 20:11:14 +00:00
Dana Jansens
def76092b5 disable the "Go there" menu entry when its the current desktop 2003-10-27 19:59:11 +00:00
Dana Jansens
7c80db2552 was setting NULL incorrectly to cancel actions and then not checking for NULL before using it 2003-10-27 19:52:49 +00:00
Dana Jansens
671a30187f g_strerror 2003-10-25 19:40:54 +00:00
Dana Jansens
5a1ad84c05 use gpointer for void* 2003-10-25 19:39:19 +00:00
Dana Jansens
7ed0e10404 g_getenv fix, it returns const char*. use gpointer for void* 2003-10-25 19:38:51 +00:00
Dana Jansens
e5c7e635bc use g_getenv 2003-10-25 19:35:12 +00:00
Dana Jansens
16dc1c48c8 oops typo of doom 2003-10-25 19:30:48 +00:00
Dana Jansens
174de91c34 use g_[s]list_next/previous consistantly, and check for "it" instead of "it != NULL" consistantly. props to Logan again :) 2003-10-25 19:27:09 +00:00
Dana Jansens
4cb183401c show a message if chdir() fails 2003-10-25 19:16:57 +00:00
Dana Jansens
eaa3b3aaa7 capitalization consistency 2003-10-25 19:16:38 +00:00
Dana Jansens
938915b8e5 free the GErrror 2003-10-25 19:14:30 +00:00
Dana Jansens
91de569e69 free the GError 2003-10-25 19:14:10 +00:00
Dana Jansens
5cadc1bff5 much improved functions for maknig directories, props to Logan 2003-10-25 19:13:09 +00:00
Dana Jansens
138d98fc3f avoid duplicates in the path lists 2003-10-25 18:57:34 +00:00
Dana Jansens
de98f8153b skip taskbar windows dont appear in the client menu 2003-10-23 07:28:14 +00:00
Dana Jansens
9fae7e8b1e dont use the parent's title in the focus cycling dialog 2003-10-18 22:15:32 +00:00
Dana Jansens
7c827e16ba assert that add_new is not making a duplicate entry 2003-10-18 22:11:18 +00:00
Dana Jansens
5cac540f56 add to teh focus order before the call to change_state, since this can remove/add to the focus order, and then we're in there twice 2003-10-18 22:09:29 +00:00
Dana Jansens
2aa5cd3574 allow parents of transients to be focus cycled to 2003-10-18 22:08:37 +00:00
Dana Jansens
8226cd7026 make the all desktops thinger get disabled too 2003-10-17 06:27:14 +00:00
Dana Jansens
d7f51ce0a6 changes 2003-10-15 17:54:34 +00:00
Dana Jansens
18ac56b9db add comment 2003-10-15 17:04:27 +00:00
Dana Jansens
32a2c26763 recent change 2003-10-15 16:18:16 +00:00
Dana Jansens
4cd6194f75 add DOCK_NORMAL stacking layer 2003-10-15 16:17:33 +00:00
Dana Jansens
5749f109f9 both must be normal to inherit above/below 2003-10-15 16:14:29 +00:00
Dana Jansens
2e90dfbfec UGLY HACK
makes move/resize events not get queued, so to avoid a race
UGLY HACK
2003-10-15 07:31:24 +00:00
Dana Jansens
53a259f60d focus fallback when focus is on PointerRoot 2003-10-15 07:29:17 +00:00