mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-23 16:10:52 +00:00
Updated
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@19737 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
feda605242
commit
6065eb9442
2 changed files with 27 additions and 23 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-07-14 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Documentation/Back/Standards.txt: update.
|
||||
|
||||
2004-07-13 03:11 Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
* Source/art/shfill.m (function_setup, -DPSshfill:): NSDebugLLog
|
||||
|
|
|
@ -13,40 +13,40 @@ EWMH hints
|
|||
[-] : not applicable/ignored
|
||||
|
||||
Root Window Properties (and Related Messages)
|
||||
[-] _NET_SUPPORTED
|
||||
[-] _NET_CLIENT_LIST
|
||||
[-] _NET_NUMBER_OF_DESKTOPS
|
||||
[-] _NET_SUPPORTED // WM property
|
||||
[-] _NET_CLIENT_LIST // WM property
|
||||
[-] _NET_NUMBER_OF_DESKTOPS // WM property
|
||||
[ ] _NET_DESKTOP_GEOMETRY // use this in preference to X calls?
|
||||
[-] _NET_DESKTOP_VIEWPORT
|
||||
[-] _NET_CURRENT_DESKTOP
|
||||
[-] _NET_DESKTOP_NAMES
|
||||
[-] _NET_DESKTOP_VIEWPORT // WM property
|
||||
[-] _NET_CURRENT_DESKTOP // WM property
|
||||
[-] _NET_DESKTOP_NAMES // WM property
|
||||
[ ] _NET_ACTIVE_WINDOW // "main" window?
|
||||
[-] _NET_WORKAREA
|
||||
[-] _NET_SUPPORTING_WM_CHECK
|
||||
[-] _NET_VIRTUAL_ROOTS
|
||||
[-] _NET_DESKTOP_LAYOUT
|
||||
[-] _NET_SHOWING_DESKTOP
|
||||
[-] _NET_WORKAREA // WM property
|
||||
[-] _NET_SUPPORTING_WM_CHECK // WM property
|
||||
[-] _NET_VIRTUAL_ROOTS // WM property
|
||||
[-] _NET_DESKTOP_LAYOUT // Pager property
|
||||
[-] _NET_SHOWING_DESKTOP // WM property
|
||||
|
||||
Other Root Window Messages
|
||||
[-] _NET_CLOSE_WINDOW
|
||||
[-] _NET_MOVERESIZE_WINDOW
|
||||
[-] _NET_CLOSE_WINDOW // Pager property
|
||||
[-] _NET_MOVERESIZE_WINDOW // Pager property
|
||||
[ ] _NET_WM_MOVERESIZE // use with in-view mouse control?
|
||||
|
||||
Application Window Properties
|
||||
[ ] _NET_WM_NAME // need to implement
|
||||
[-] _NET_WM_VISIBLE_NAME
|
||||
[-] _NET_WM_VISIBLE_NAME // WM property
|
||||
[ ] _NET_WM_ICON_NAME // need to implement
|
||||
[-] _NET_WM_VISIBLE_ICON_NAME
|
||||
[-] _NET_WM_DESKTOP
|
||||
[ ] _NET_WM_WINDOW_TYPE // use with or replace Window Level?
|
||||
[-] _NET_WM_VISIBLE_ICON_NAME // WM property
|
||||
[-] _NET_WM_DESKTOP // GNUstep apps don't need this(?)
|
||||
[+] _NET_WM_WINDOW_TYPE // use with or replace Window Level?
|
||||
[-] _NET_WM_STATE // probably don't need this.
|
||||
[-] _NET_WM_ALLOWED_ACTIONS
|
||||
[-] _NET_WM_STRUT
|
||||
[-] _NET_WM_STRUT_PARTIAL
|
||||
[-] _NET_WM_ICON_GEOMETRY
|
||||
[-] _NET_WM_ALLOWED_ACTIONS // WM property
|
||||
[-] _NET_WM_STRUT // GNUstep apps don't need this(?)
|
||||
[-] _NET_WM_STRUT_PARTIAL // GNUstep apps don't need this(?)
|
||||
[-] _NET_WM_ICON_GEOMETRY // GNUstep apps don't need this(?)
|
||||
[ ] _NET_WM_ICON // would be nice to support
|
||||
[ ] _NET_WM_PID // need to implement
|
||||
[-] _NET_WM_HANDLED_ICONS
|
||||
[+] _NET_WM_PID
|
||||
[-] _NET_WM_HANDLED_ICONS // Pager property
|
||||
[ ] _NET_WM_USER_TIME // need to figure this out...
|
||||
|
||||
Window Manager Protocols
|
||||
|
|
Loading…
Reference in a new issue