]> Dogcows Code - chaz/openbox/blobdiff - data/rc.xsd
config option for icons in desktop menus
[chaz/openbox] / data / rc.xsd
index f36b39f774873f12f3f9527ef57e00a7f247c2ec..b5b40f2da13bdea10e8cea244f55168984de4805 100644 (file)
          fix some capitalization
      Mon Sep 22 14:08:16 EDT 2003 - xor(a)orodu.net
          update hideTimeout to hideDelay
+     Thu Apr 22 12:33:11 UTC 2004 - mikachu(a)openbox.org
+         add diffs between 3.1 and 3.2
+     Sun Oct 31 10:08:34 UTC 2004 - mikachu(a)openbox.org
+         we haven't remembered to update this changelog in a while,
+         adding desktopMenuIcons.
 -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
     targetNamespace="http://openbox.org/"
@@ -63,6 +68,7 @@
         <xs:sequence>
             <xs:element name="strength" type="xs:integer"/>
             <xs:element name="screen_edge_strength" type="xs:integer"/>
+            <xs:element name="edges_hit_layers_below" type="xs:yesorno"/>
         </xs:sequence>
     </xs:complexType>
     <xs:complexType name="focus">
@@ -89,6 +95,7 @@
         <xs:sequence>
             <xs:element name="name" type="xs:string"/>
             <xs:element name="titlelayout" type="xs:string"/>
+            <xs:element name="keepBorder" type="ob:yesorno"/>
         </xs:sequence>
     </xs:complexType>
     <xs:complexType name="desktops">
     <xs:complexType name="resize">
         <xs:sequence>
             <xs:element name="drawContents" type="ob:yesorno"/>
+            <xs:element name="popupShow" type="ob:popupshow"/>
+            <xs:element name="popupPosition" type="ob:popupposition"/>
         </xs:sequence>
     </xs:complexType>
     <xs:complexType name="dock">
             <xs:element name="floatingY" type="xs:integer"/>
             <xs:element name="autoHide" type="ob:yesorno"/>
             <xs:element name="hideDelay" type="xs:integer"/>
+            <xs:element name="disktopMenuIcons" type="ob:yesorno"/>
             <xs:element name="moveButton" type="ob:button"/>
         </xs:sequence>
     </xs:complexType>
     <xs:complexType name="menu">
         <xs:sequence>
             <xs:element maxOccurs="unbounded" name="file" type="xs:string"/>
+            <xs:element name="warpPointer" type="ob:yesorno"/>
+            <xs:element name="xorStyle" type="ob:yesorno"/>
         </xs:sequence>
     </xs:complexType>
     <!--
             <xs:enumeration value="UnderMouse"/>
         </xs:restriction>
     </xs:simpleType>
+    <xs:simpleType name="popupshow">
+        <xs:restriction base="xs:string">
+            <xs:enumeration value="Always"/>
+            <xs:enumeration value="Never"/>
+            <xs:enumeration value="Nonpixel"/>
+        </xs:restriction>
+    </xs:simpleType>
+    <xs:simpleType name="popupposition">
+        <xs:restriction base="xs:string">
+            <xs:enumeration value="Top"/>
+            <xs:enumeration value="Center"/>
+        </xs:restriction>
+    </xs:simpleType>
     <xs:simpleType name="position">
         <xs:restriction base="xs:string">
             <xs:enumeration value="TopLeft"/>
             <xs:enumeration value="ToggleAlwaysOnBottom"/>
             <xs:enumeration value="ToggleAlwaysOnTop"/>
             <xs:enumeration value="ToggleDecorations"/>
+            <xs:enumeration value="ToggleFullscreen"/>
             <xs:enumeration value="ToggleMaximizeFull"/>
             <xs:enumeration value="ToggleMaximizeHorz"/>
             <xs:enumeration value="ToggleMaximizeVert"/>
This page took 0.027343 seconds and 4 git commands to generate.