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 |
|
Dana Jansens
|
ce2643f55b
|
add COMPLIANCE
|
2003-10-15 06:35:33 +00:00 |
|
Dana Jansens
|
fdd19eb00b
|
current WMWH compliance
|
2003-10-15 06:34:53 +00:00 |
|
Dana Jansens
|
203a52191e
|
recent changes
|
2003-10-15 06:13:58 +00:00 |
|
Dana Jansens
|
c30df2e750
|
dont let clients be above and below
|
2003-10-15 05:50:56 +00:00 |
|
Dana Jansens
|
ae04366751
|
missing ;
|
2003-10-15 05:06:16 +00:00 |
|
Dana Jansens
|
415f2cce27
|
only inherit layer when both windows are the same normal status
|
2003-10-15 04:56:32 +00:00 |
|
Dana Jansens
|
9b0f5fcde7
|
delete old save file when changing the session save file
|
2003-10-15 04:02:38 +00:00 |
|
Dana Jansens
|
740c5b2a20
|
consistant glib type usage
|
2003-10-15 03:59:35 +00:00 |
|
Dana Jansens
|
8085f3490f
|
use g_strsplit to save work
|
2003-10-15 03:11:59 +00:00 |
|
Dana Jansens
|
e7e51c3ef7
|
print the signal handler messages only when debugging
|
2003-10-15 03:08:47 +00:00 |
|
Dana Jansens
|
fb1627ba90
|
va_start needs va_end
|
2003-10-15 03:08:20 +00:00 |
|
Dana Jansens
|
c9233ddb23
|
unmap and map the client window when the frame is hidden/shown
|
2003-10-15 03:01:34 +00:00 |
|
Dana Jansens
|
37c9f2d961
|
fix _NET_WM_STRUT oldschool support
|
2003-10-14 07:23:42 +00:00 |
|
Dana Jansens
|
e6c9efa71d
|
unhilite windows correctly, forget how to break it without this :) what can i say? im high!
|
2003-10-14 07:21:54 +00:00 |
|
Dana Jansens
|
3643d53005
|
add a test for legacy struts
|
2003-10-14 07:20:48 +00:00 |
|
Dana Jansens
|
4805a6a40e
|
remove debug prints
|
2003-10-13 08:05:30 +00:00 |
|
Dana Jansens
|
94901fab5a
|
remove debug print
|
2003-10-13 08:04:48 +00:00 |
|
Dana Jansens
|
b051b3499d
|
smarting picking for cycling to windows woth transients
|
2003-10-13 07:57:43 +00:00 |
|
Dana Jansens
|
f85c50bb4a
|
indenting
|
2003-10-13 05:53:03 +00:00 |
|
Dana Jansens
|
7986853c40
|
changes
|
2003-10-13 04:55:38 +00:00 |
|
Dana Jansens
|
1d2aa812c6
|
ignore fullscreen windows in placing
|
2003-10-13 04:55:00 +00:00 |
|
Dana Jansens
|
dc9c39d042
|
handle multiple focusin/out in one batch
|
2003-10-13 04:01:11 +00:00 |
|