summaryrefslogtreecommitdiff
path: root/COMPLIANCE
blob: 315f4f1077b70430625a087b08ff2d54d6314107 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
------------------------------------------------------------------------

ICCCM Compliance: Version 2.0

Section 4: Client to Window Manager Communication

4.1.2 Client Properties:
	WM_NAME:			supported
	WM_ICON_NAME:			unused
	WM_NORMAL_HINTS:		supported (only Gravity=Static)
	WM_HINTS:			partially supported
	WM_CLASS:			?
 	WM_TRANSIENT_FOR:		?
	WM_PROTOCOLS:			?
 	WM_DELETE_WINDOW:		?
 	WM_TAKE_FOCUS:			?
	WM_COLORMAP_WINDOWS:		NOT supported
	WM_CLIENT_MACHINE:		?

4.1.3 Window Manager Properties:
	WM_STATE:			supported
	WM_ICON_SIZE:			not set

        No constraints on icon size exist.  icons are scaled appropriately.

4.1.4 Changing Window State:		supported
4.1.5 Configuring the Window:		?
4.1.6 Changing Window Attributes:	?
4.1.7 Input Focus:			?
4.1.8 Colormaps:			NOT supported

	As mentioned above, WM_COLORMAP_WINDOWS is
	not supported, neither is the WM_COLORMAP_NOTIFY
	client message.

4.1.9 Icons:				?

	The icon_pixmap field of the WM_HINTS property is ignored.
	The icon_window field of the WM_HINTS property is also
	ignored, which appears to be in violation of the ICCCM.

4.1.10 Pop-up Windows:			?
4.1.11 Window Groups:			?

4.3 Communication through Selections:	?

	WM_Sn selection

Section 5: Session Management

5.2 Window Manager Support:		NOT supported

	libxcwm does not support the X11 Session Management
	Protocol, and as such does not work in such an environment.

------------------------------------------------------------------------

EWMH Compliance: Version 1.4 (draft-2)
See http://www.freedesktop.org/Standards/wm-spec

Section 3: Root Window Properties (and Related Messages)

_NET_SUPPORTED:				?
_NET_CLIENT_LIST:			?
_NET_CLIENT_LIST_STACKING:		?
_NET_NUMBER_OF_DESKTOPS:		?
_NET_DESKTOP_GEOMETRY:			?
_NET_DESKTOP_VIEWPORT:			?
_NET_CURRENT_DESKTOP:			?
_NET_DESKTOP_NAEMS:			?
_NET_ACTIVE_WINDOW:			?
_NET_WORKAREA:				?
_NET_SUPPORTING_WM_CHECK:		?
_NET_VIRTUAL_ROOTS:			?
_NET_DESKTOP_LAYOUT:			?
_NET_SHOWING_DESKTOP:			?


Section 4: Other Root Window Messages

_NET_CLOSE_WINDOW:			?
_NET_MOVERESIZE_WINDOW:			?
_NET_WM_MOVERESIZE:			?
_NET_RESTACK_WINDOW:			?
_NET_REQUEST_FRAME_EXTENTS:		?


Section 5: Application Window Properties

_NET_WM_NAME:				?
_NET_WM_VISIBLE_NAME:			?
_NET_WM_ICON_NAME:			?
_NET_WM_VISIBLE_ICON_NAME:		?
_NET_WM_DESKTOP:			?
_NET_WM_WINDOW_TYPE:			?
	_NET_WM_WINDOW_TYPE_DESKTOP:	?
	_NET_WM_WINDOW_TYPE_DOCK:	?
	_NET_WM_WINDOW_TYPE_TOOLBAR:	?
	_NET_WM_WINDOW_TYPE_MENU:	?
	_NET_WM_WINDOW_TYPE_UTILITY:	?
	_NET_WM_WINDOW_TYPE_SPLASH:	?
	_NET_WM_WINDOW_TYPE_DIALOG:	?
	_NET_WM_WINDOW_TYPE_DROPDOWN_MENU: ?
	_NET_WM_WINDOW_TYPE_POPUP_MENU:	?
	_NET_WM_WINDOW_TYPE_TOOLTIP:	?
	_NET_WM_WINDOW_TYPE_NOTIFICATION: ?
	_NET_WM_WINDOW_TYPE_COMBO:	?
        _NET_WM_WINDOW_TYPE_DND:	?
	_NET_WM_WINDOW_TYPE_NORMAL:	?
_NET_WM_STATE:				?
	_NET_WM_STATE_MODAL:		?
	_NET_WM_STATE_STICKY:		?
	_NET_WM_STATE_MAXIMIZED_VERT:	?
	_NET_WM_STATE_MAXIMIZED_HORZ:	?
	_NET_WM_STATE_SHADED:		?
	_NET_WM_STATE_SKIP_TASKBAR:	?
	_NET_WM_STATE_SKIP_PAGER:	?
	_NET_WM_STATE_HIDDEN:		?
	_NET_WM_STATE_FULLSCREEN:	?
	_NET_WM_STATE_ABOVE:		?
	_NET_WM_STATE_BELOW:		?
	_NET_WM_STATE_DEMANDS_ATTENTION ?
_NET_WM_ALLOWED_ACTIONS:		?
	_NET_WM_ACTION_MOVE:		?
	_NET_WM_ACTION_RESIZE:          ?
	_NET_WM_ACITON_MINIMIZE:	?
	_NET_WM_ACTION_SHADE:		?
 	_NET_WM_ACTION_STICK:		?
	_NET_WM_ACTION_MAXIMIZE_HORZ:	?
	_NET_WM_ACTION_MAXIMIZE_VERT:	?
	_NET_WM_ACTION_FULLSCREEN:	?
	_NET_WM_ACTION_CHANGE_DESKTOP:	?
	_NET_WM_ACTION_CLOSE:		?
_NET_WM_STRUT:				?
_NET_WM_STRUT_PARTIAL:			?
_NET_WM_ICON_GEOMETRY:			?
_NET_WM_ICON:				?
_NET_WM_PID:				?
_NET_WM_HANDLED_ICONS:			?
_NET_WM_USER_TIME:			?
_NET_WM_USER_TIME_WINDOW:		?
_NET_FRAME_EXTENTS:			?


Section 6: Window Manager Protocols

_NET_WM_PING:				?
_NET_WM_SYNC_REQUEST:			?
_NET_WM_FULLSCREEN_MONITORS:		?


Section 7: Other Properties

_NET_WM_FULL_PLACEMENT:			?


Section 8: Compositing Managers

_NET_WM_CM_Sn:				?

------------------------------------------------------------------------