-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathCOMPLIANCE
140 lines (112 loc) · 4.17 KB
/
COMPLIANCE
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
------------------------------------------------------------------------
ICCCM Compliance: Version 2.0
Section 4: Client to Window Manager Communication
4.1.2 Client Properties:
WM_NAME: supported
WM_ICON_NAME: supported
WM_NORMAL_HINTS: supported
WM_HINTS: supported
WM_CLASS: unused
WM_TRANSIENT_FOR: supported
WM_PROTOCOLS: supported
WM_DELETE_WINDOW: supported
WM_TAKE_FOCUS: supported
WM_COLORMAP_WINDOWS: NOT supported
WM_CLIENT_MACHINE: unused
4.1.3 Window Manager Properties:
WM_STATE: supported
WM_ICON_SIZE: NOT supported
4.1.4 Changing Window State: supported
4.1.5 Configuring the Window: supported
4.1.6 Changing Window Attributes: supported
4.1.7 Input Focus: supported
4.1.8 Colormaps: NOT finished
Only the top-level window's colormap is installed when the
window is focused. As mentioned above, WM_COLORMAP_WINDOWS is
not (yet) supported, neither is the WM_COLORMAP_NOTIFY
client message.
4.1.9 Icons: PARTIAL
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: supported
4.1.11 Window Groups: supported
4.3 Communication through Selections: NOT supported
Section 5: Session Management
5.2 Window Manager Support: NOT supported
Blackbox does not (yet) support the X11 Session Management
Protocol, and as such does not work in such an environment.
------------------------------------------------------------------------
EWMH Compliance: Version 1.3 (draft)
See http://www.freedesktop.org/Standards/wm-spec
Section 3: Root Window Properties (and Related Messages)
_NET_SUPPORTED: supported
_NET_CLIENT_LIST: supported
_NET_CLIENT_LIST_STACKING: supported
_NET_NUMBER_OF_DESKTOPS: supported
_NET_DESKTOP_GEOMETRY: NOT supported
_NET_DESKTOP_VIEWPORT: NOT supported
_NET_CURRENT_DESKTOP: supported
_NET_DESKTOP_NAEMS: supported
_NET_ACTIVE_WINDOW: supported
_NET_WORKAREA: supported
_NET_SUPPORTING_WM_CHECK: supported
_NET_VIRTUAL_ROOTS: NOT supported
_NET_DESKTOP_LAYOUT: NOT supported
_NET_SHOWING_DESKTOP: NOT supported
Section 4: Other Root Window Messages
_NET_CLOSE_WINDOW: supported
_NET_MOVERESIZE_WINDOW: supported
_NET_WM_MOVERESIZE: NOT supported
_NET_RESTACK_WINDOW: NOT supported
_NET_REQUEST_FRAME_EXTENTS: NOT supported
Section 5: Application Window Properties
_NET_WM_NAME: supported
_NET_WM_VISIBLE_NAME: supported
_NET_WM_ICON_NAME: supported
_NET_WM_VISIBLE_ICON_NAME: supported
_NET_WM_DESKTOP: supported
_NET_WM_WINDOW_TYPE: supported
_NET_WM_WINDOW_TYPE_DESKTOP: supported
_NET_WM_WINDOW_TYPE_DOCK: supported
_NET_WM_WINDOW_TYPE_TOOLBAR: supported
_NET_WM_WINDOW_TYPE_MENU: supported
_NET_WM_WINDOW_TYPE_UTILITY: supported
_NET_WM_WINDOW_TYPE_SPLASH: supported
_NET_WM_WINDOW_TYPE_DIALOG: supported
_NET_WM_WINDOW_TYPE_NORMAL: supported
_NET_WM_STATE: supported
_NET_WM_STATE_MODAL: supported
_NET_WM_STATE_STICKY: NOT supported
_NET_WM_STATE_MAXIMIZED_VERT: supported
_NET_WM_STATE_MAXIMIZED_HORZ: supported
_NET_WM_STATE_SHADED: supported
_NET_WM_STATE_SKIP_TASKBAR: NOT supported
_NET_WM_STATE_SKIP_PAGER: NOT supported
_NET_WM_STATE_HIDDEN: supported
_NET_WM_STATE_FULLSCREEN: supported
_NET_WM_STATE_ABOVE: supported
_NET_WM_STATE_BELOW: supported
_NET_WM_ALLOWED_ACTIONS: supported
_NET_WM_ACTION_MOVE: supported
_NET_WM_ACTION_RESIZE: supported
_NET_WM_ACITON_MINIMIZE: supported
_NET_WM_ACTION_SHADE: supported
_NET_WM_ACTION_STICK: NOT supported
_NET_WM_ACTION_MAXIMIZE_HORZ: supported
_NET_WM_ACTION_MAXIMIZE_VERT: supported
_NET_WM_ACTION_FULLSCREEN: supported
_NET_WM_ACTION_CHANGE_DESKTOP: supported
_NET_WM_ACTION_CLOSE: supported
_NET_WM_STRUT: supported
_NET_WM_STRUT_PARTIAL: NOT supported
_NET_WM_ICON_GEOMETRY: NOT supported
_NET_WM_ICON: NOT supported
_NET_WM_PID: NOT supported
_NET_WM_HANDLED_ICONS: NOT supported
_NET_WM_USER_TIME: NOT supported
_NET_FRAME_EXTENTS: NOT supported
Section 6: Window Manager Protocols
_NET_WM_PING: NOT supported
_NET_WM_SYNC_REQUEST: NOT suppported
------------------------------------------------------------------------