Updates.
svn path=/trunk/kdebase/kwin/; revision=255618
This commit is contained in:
parent
08bb12efcf
commit
9d641a1ac5
1 changed files with 1 additions and 7 deletions
|
@ -110,8 +110,6 @@ version 1.2
|
||||||
Supported states: MODAL, MAXIMIZED_VERT, MAXIMIZED_HORZ, SHADED,
|
Supported states: MODAL, MAXIMIZED_VERT, MAXIMIZED_HORZ, SHADED,
|
||||||
SKIP_TASKBAR, SKIP_PAGER, HIDDEN, ABOVE, BELOW.
|
SKIP_TASKBAR, SKIP_PAGER, HIDDEN, ABOVE, BELOW.
|
||||||
STICKY is not supported, because KWin doesn't implement viewports.
|
STICKY is not supported, because KWin doesn't implement viewports.
|
||||||
FULLSCREEN needs to be implemented.
|
|
||||||
HIDDEN still needs checking in Kicker etc.
|
|
||||||
BELOW - in order to make 'allow windows to cover the panel' feature
|
BELOW - in order to make 'allow windows to cover the panel' feature
|
||||||
in Kicker work KWin interprets this state a bit differently
|
in Kicker work KWin interprets this state a bit differently
|
||||||
for DOCK windows. While normal DOCK windows are in their
|
for DOCK windows. While normal DOCK windows are in their
|
||||||
|
@ -128,7 +126,6 @@ version 1.2
|
||||||
Supported actions: MOVE, RESIZE, MINIMIZE, SHADE, MAXIMIZE_HORZ,
|
Supported actions: MOVE, RESIZE, MINIMIZE, SHADE, MAXIMIZE_HORZ,
|
||||||
MAXIMIZE_VERT, CHANGE_DESKTOP, CLOSE
|
MAXIMIZE_VERT, CHANGE_DESKTOP, CLOSE
|
||||||
STICK is not supported, because KWin does not implement viewports.
|
STICK is not supported, because KWin does not implement viewports.
|
||||||
FULLSCREEN needs to be implemented.
|
|
||||||
Kicker etc. need to be updated.
|
Kicker etc. need to be updated.
|
||||||
+ 5.9.
|
+ 5.9.
|
||||||
* 5.10.
|
* 5.10.
|
||||||
|
@ -179,10 +176,7 @@ version 2.0
|
||||||
? 4.1.2.3
|
? 4.1.2.3
|
||||||
? - PSize, PPosition, USize, UPosition
|
? - PSize, PPosition, USize, UPosition
|
||||||
? - clients - Qt simply sets both
|
? - clients - Qt simply sets both
|
||||||
/ - PWinGravity - gravity should be handled correctly when adding/removing decorations,
|
+ - PWinGravity - window geometry constraints have higher priority than gravity
|
||||||
i.e. in all cases except for ConfigureRequests (which probably nobody really uses
|
|
||||||
anyway, given how many WMs can't do that); also, window geometry constaints have
|
|
||||||
higher priority that gravity
|
|
||||||
+ - (the rest)
|
+ - (the rest)
|
||||||
/ 4.1.2.4
|
/ 4.1.2.4
|
||||||
+ - input - see 4.1.7
|
+ - input - see 4.1.7
|
||||||
|
|
Loading…
Reference in a new issue