summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-03-15fix version numberDavid Faure1-1/+1
2012-03-14web-export: Add support for specs written directly in .htmlVincent Untz1-1/+4
2012-03-14web-export: add link to trash spec v0.8David Faure1-0/+2
(earlier revs are not so interesting for the website, only for git history...)
2012-03-14trash: 0.8, fixed email and urlDavid Faure1-8/+5
2012-03-14trash: Import version 0.7 of the trash specDavid Faure1-5/+8
2012-03-14trash: Import version 0.6 of the trash specDavid Faure1-55/+64
2012-03-14trash: Import version 0.5 of the trash specDavid Faure1-7/+7
2012-03-14trash: Import version 0.4 of the trash specDavid Faure1-54/+51
2012-03-14trash: Import version 0.3 of the trash specDavid Faure1-92/+246
2012-03-14trash: Import version 0.2 of the trash spec.David Faure1-96/+100
2012-03-14trash: Import version 0.1 of the trash spec.David Faure1-332/+165
2012-03-02web-export: Change some specs to use git instead of cvsVincent Untz1-4/+6
I imported clipboard, recent-files, xembed and xsettings to git.
2012-03-02xsettings: Merge import from CVSVincent Untz15-0/+3192
2012-03-02xembed: Merge import from CVSVincent Untz24-0/+12717
2012-03-02recent-files: Merge import from CVSVincent Untz1-0/+156
2012-03-02clipboard: Merge import from CVSVincent Untz2-0/+162
2012-02-17trash: Import spec from http://www.ramendik.ru/docs/trashspec.htmlDavid Faure1-0/+457
2012-02-01Add attributes before child elementsAlex Merry1-18/+15
A bug appears to be because tp:type is transformed into child annotation element, but non-tp attributes are copied, and this is done in order the attributes appear. So if there are non-tp attributes after tp:type in an "arg" or "property" element, it will attempt to copy the attribute into the node having already added the "annotation" child element, and this is not allowed in XSLT. https://bugs.freedesktop.org/show_bug.cgi?id=45369
2012-01-26web-export: Support converting old specs from SGML DocBookVincent Untz2-20/+28
2012-01-25web-export: Fix latest html links to have latest in the filenameVincent Untz1-1/+1
2012-01-25web-export: Completely rewrite update.pyVincent Untz1-138/+263
It's real python now. It also fetches specs.idx directly from git, and checks there's no new version of this script before doing anything.
2012-01-24web-export: Reorder, and comment out specs with sgml/invalid docbookVincent Untz1-34/+53
2012-01-24web-export: Handle empty/commented linesVincent Untz1-0/+4
2012-01-24web-export: Add more versions of specsVincent Untz1-1/+24
Add master for: basedir, wm, startup-notification Add icon-theme 0.12 (latest version). Add older versions for: wm, desktop-entry, menu-spec, shared-mime-info, icon-naming.
2012-01-24web-export: Update to fetch specs from git as much as possibleVincent Untz1-42/+42
2012-01-24web-export: Import the script used to generate the websiteVincent Untz3-0/+195
2012-01-24desktop-entry: Improvements to specification of actionsVincent Untz1-95/+112
Structure and reorganize the text with subsections, and reword for clarifications. Also make the Icon key a localestring, like it is for Desktop Entry. Add a link to the Exec key section in the description of [Desktop Entry]/Exec.
2012-01-24desktop-entry: Restore support for Desktop ActionsGiovanni Campagna1-3/+127
Reintroduce the Actions key, which was removed around version 1.1, and give it a formal specification, detailing what actions applications are expected to provide and who should make use of this information. Names were taken from the original specification, since apparently they have been in use during all this time. Also remove X-KDE-* keys from the example, as it's unrelated to the spec.
2012-01-24menu: Add MATE to list of registered environmentsVincent Untz1-0/+2
See http://lists.freedesktop.org/archives/xdg/2012-January/012250.html https://bugs.freedesktop.org/show_bug.cgi?id=44353
2012-01-24menu: Add Razor to list of registered environmentsVincent Untz1-0/+2
See http://lists.freedesktop.org/archives/xdg/2012-January/012250.html https://bugs.freedesktop.org/show_bug.cgi?id=41112
2011-12-19desktop-entry: Add an optional Keywords keyFlorian Müllner1-2/+21
When searching through .desktop files, the existing keys meant for menu browsing may produce insufficient results; add a new optional key specifically targeting search which may be used to improve matches.
2011-12-13Adding _NET_WM_OPAQUE_REGIONPhilipp Knechtges1-0/+28
Adding a new property _NET_WM_OPAQUE_REGION that as the name says represents an area of the window that occludes the background. The implementation is the same as discussed in http://www.mail-archive.com/wm-spec-list@gnome.org/msg00715.html
2011-12-01menu: Recommend that implementors provide "catch-all" menuPeter TB Brett1-0/+7
Because menu implementations are unlikely to support a full ontology of application Categories, recommend to implementors that a submenu is provided to catch any .desktop files that slip through the cracks. See also: http://thread.gmane.org/gmane.comp.freedesktop.xdg/12770
2011-12-01menu: Relax main category requirementsPeter TB Brett1-5/+3
The list of Main Categories does not provide a complete ontology for application categorisation. A very large number of applications (e.g. specialist scientific and engineering applications) have therefore been unable to list one of the existing Main Categories in their .desktop files, leading to nonconformance with this specification. This patch relaxes the requirement to list at least one Main Category in conformant .desktop files. This permits conformant .desktop files to be written for applications that do not fit into the existing Main Category ontology. See also: http://thread.gmane.org/gmane.comp.freedesktop.xdg/12770
2011-11-10wm-spec: fix typo _NET_WM_SUPPORTED_LIST → _NET_SUPPORTEDRui Matos1-2/+2
2011-11-10Add _NET_WM_STATE_FOCUSEDOwen W. Taylor1-2/+25
Patch from Rui Tiago Cação Matos to add a a new _NET_WM_STATE atom that accurately tracks when the window manager shows the window decorations as active or inactive. This allows for better handling of cases where modal dialogs might be shown as a unit with a parent window, or where grabs cause a disjunction between X input focus and the focus displayed to the user.
2011-11-09Add a Makefile for wm-specOwen W. Taylor1-0/+7
2011-11-09Add WM spec to the repositoryOwen W. Taylor1-0/+2709
Merge in wm-spec repository converted from CVS.
2011-11-08menu: Move Adult category a bit earlier in the tableVincent Untz1-5/+5
2011-11-08menu: add Adult category to registryMikkel Kamstrup Erlandsen1-0/+5
2011-08-30Wording fixesPaul Vojta1-12/+12
* Discussed on mailing list
2011-08-11Fix my email address.Stef Walter1-1/+1
2011-08-11Fix the last few places that used the old name.Stef Walter1-4/+4
s/Secrets Service/Secret Service/g See: http://lists.freedesktop.org/archives/authentication/2009-August/000092.html
2011-07-28Collection Locked property should be Boolean instead of STRINGValentin Rusu1-1/+1
2011-04-27Update version number.Stef Walter1-1/+1
2011-04-27Upload to specs.freedesktop.orgStef Walter1-0/+3
2011-04-08basedir: clarify that all variables need to be set to absolute pathsLennart Poettering1-0/+5
As discussed on XDG.
2011-03-31menu: Add Unity to list of registered environmentsVincent Untz1-1/+3
See http://lists.freedesktop.org/archives/xdg/2011-March/011856.html
2011-03-16Property names in CreateItem and CreateCollection have interface.Stef Walter1-10/+10
Specify properties to CreateItem and CreateCollection with a full interface name like so: org.freedesktop.Secret.Item.Label This allows future extensions to use different interfaces.
2011-03-09Merge branch 'with-hkdf'Stef Walter1-3/+58