summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-01-19Update test namesWaldo Bastian1-2/+2
2007-01-19Added support for LSB's TET test framework Renamed tests to moreWaldo Bastian88-576/+905
* Added support for LSB's TET test framework * Renamed tests to more meaningful names (see ChangeLog for details)
2006-10-31Remove equal sign from reserved characters in Exec args Add backslash toWaldo Bastian2-8/+13
* Remove equal sign from reserved characters in Exec args * Add backslash to list of reserved characters in Exec args
2006-10-16Update version (0.9.7)Waldo Bastian1-2/+2
2006-10-13Add _NET_WM_FULL_PLACEMENT ↵llunak1-0/+37
(http://mail.gnome.org/archives/wm-spec-list/2006-August/msg00000.html).
2006-10-04Deprecate %v, it is FSDevice specificWaldo Bastian2-3/+6
2006-09-29Add _NET_WM_USER_TIME_WINDOWmclasen1-4/+29
2006-09-20Remove confusing "MUST" column.Waldo Bastian1-38/+18
2006-09-19Clarify how the version number must look like (if present).Waldo Bastian1-6/+4
2006-09-19Remove "regexp" type, it is no longer used in the spec.Waldo Bastian1-3/+3
2006-09-19remove "Actions" from the 1.0 version of the spec because is itWaldo Bastian1-20/+1
under-specified and not widely implemented.
2006-09-19Make stronger recommendations wrt the minimum required set of supportedWaldo Bastian1-213/+233
categories.
2006-09-19This change codifies how to use different .menu files for differentWaldo Bastian1-13/+52
desktop environments. Some distributions currently already do this. This change will require them to set $XDG_MENU_PREFIX accordingly. They should also check that their distribution picks up the applications-merged directory correctly.
2006-08-30list FSDevice type as KDE specific refer to Icon Theme SpecificationWaldo Bastian2-70/+81
* list FSDevice type as KDE specific * refer to Icon Theme Specification
2006-08-22clarification of Exec key correction of StartupWMClass, clarifyWaldo Bastian2-68/+167
* clarification of Exec key * correction of StartupWMClass, clarify StartupNotify (Lubos Lunak) * deprecate SortOrder and FilePattern key (Vincent Untz) * remove section on "MIME Type caching" from spec (Vincent Untz) * groups and keys must be unique (Vincent Untz) See http://lists.freedesktop.org/archives/xdg/2006-August/008446.html
2006-07-13Don't fail if system items bleed through in the testsWaldo Bastian1-4/+16
2006-07-13Add a dirty hack for distros that do the sameWaldo Bastian34-70/+70
2006-07-13Fix .menu file in the how to install a submenu exampleWaldo Bastian1-4/+5
2006-06-19+ - explicit cut/copy commands should always set both CLIPBOARD andLubos Lunak1-0/+7
+ PRIMARY, even when copying doesn't involve a selection (e.g. a + "copy url" -option which explicitly copies an url without the + url being selected first) + + - a selection becoming unselected should never unset PRIMARY
2006-05-29Close <para>.llunak1-0/+1
2006-05-28Patch by Vincent Untz <vuntz@gnome.org>Waldo Bastian2-205/+206
* cleanup of text and some reorg for clearity * move all of the legacy-mixed encoding stuff to the appendix * deprecate the Swallow* keys * improve definition of group headers * reorder the list of standard keys so they are sorted by type See http://lists.freedesktop.org/archives/xdg/2006-May/008131.html
2006-04-13New window types to be used on override-redirect windows:sandmann1-27/+154
_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, and _NET_WM_WINDOW_TYPE_DND New _NET_WM_CM_Sn manager selection for compositing managers. Added note WM_TRANSIENT_FOR for override-redirect windows
2006-03-29Added example for installing sub-menu.Waldo Bastian2-85/+187
2006-03-21Specify correct Type= for .desktop and .directory files Provide guidanceWaldo Bastian1-6/+27
* Specify correct Type= for .desktop and .directory files * Provide guidance to third party application developers on installation directories
2006-02-13Clearify that autostart happens after a user logs inWaldo Bastian1-2/+3
2006-02-13Autostart spec addedWaldo Bastian9-0/+381
2006-02-13Initial importWaldo Bastian0-0/+0
2006-02-13Initial revisionWaldo Bastian2-0/+238
2006-01-04Add _NET_WM_MOVERESIZE_CANCEL .llunak1-3/+18
2005-12-29Dont't hardcode /tmp/menutestdirWaldo Bastian29-100/+100
2005-08-092005-08-09 Owen Taylor <otaylor@redhat.com>Owen Taylor2-1/+5
* xsettings-client.c (read_settings): Fix a typo (Travis Spencer)
2005-06-27_NET_WM_ACTION_CLOSE indicates _NET_CLOSE_WINDOW may be sent.llunak1-1/+1
2005-06-02two more testslanius4-0/+78
2005-05-22add testslanius2-0/+40
2005-05-22another onlyunallocated testlanius3-0/+34
2005-05-13Validate.llunak1-3/+0
2005-05-13Apparently empty <itemizedlist> is not liked.llunak1-2/+0
2005-05-13And going for draft 1.4.llunak1-1/+6
2005-05-131.3 is final.llunak1-2/+2
2005-04-25add test for recursive inclusion of .menu files. Also know as the "getMark McLoughlin3-0/+69
2005-04-25 Mark McLoughlin <mark@skynet.ie> * tests/u: add test for recursive inclusion of .menu files. Also know as the "get really hosed and eat all the RAM you can find" test.
2005-04-21test s: Test that .desktop files under $HOME correctlyWaldo Bastian8-0/+289
override .desktop files at system level test t: Test order in which <Move> elements are processed
2005-04-13Change semantics and remove restrictions on <Move> element to facilitateWaldo Bastian2-32/+22
menu editing.
2005-04-13Patch by Olivier Chapuis <olivier.chapuis@free.fr> to add sourcellunak1-9/+34
indication to more messages.
2005-04-13A patch from Alexander Strasser <eclipse7@gmx.net> to explicitly specifyllunak1-2/+8
the wm should restore geometry after going back from fullscreen.
2005-03-23Clearify DTD conformance and version compatibilityWaldo Bastian2-16/+33
2005-03-22Test for type attribute in <MergeFile>Waldo Bastian4-0/+130
2005-03-22Added type attribute to <MergeFile> element to facilitate menu-editing.Waldo Bastian3-8/+55
(v0.91)
2005-03-17Additional test for MergeFile outside applications-merged directoryWaldo Bastian2-0/+60
2005-02-28Add a timestamp field to _NET_CURRENT_DESKTOP messagesnewren1-0/+5
2005-02-24Fixed links to www.freedesktop.orgWaldo Bastian2-7/+11