summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-06-12 16:33:22 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2008-06-28 22:32:08 +0300
commit2c7c18962220696a9dea668ac8abbcba27598131 (patch)
tree5e7a0fe8fd9cd8e20365f7adc14e5bec6f44b066
parent4e9d8eefe2371942ddfee13aaa1e90351e53a79c (diff)
scroll events
Heya! A few new events, for scrolling. (And I also sneaked in some fix for the Makefile I sent you earlier. Should make this work on non-Fedora) Lennart Signed-off-by: Lennart Poettering <mzfuryy@0pointer.net> Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com>
-rw-r--r--spec/Makefile2
-rw-r--r--spec/sound-naming-spec.xml48
2 files changed, 49 insertions, 1 deletions
diff --git a/spec/Makefile b/spec/Makefile
index 1c445fb..b8d5567 100644
--- a/spec/Makefile
+++ b/spec/Makefile
@@ -1,7 +1,7 @@
DOCS = sound-naming-spec.html sound-theme-spec.html
%.html: %.xml
- xsltproc /usr/share/sgml/docbook/xsl-stylesheets-1.73.2/xhtml/docbook.xsl $< > $@
+ xsltproc /usr/share/sgml/docbook/xsl-stylesheets/xhtml/docbook.xsl $< > $@
all: $(DOCS)
diff --git a/spec/sound-naming-spec.xml b/spec/sound-naming-spec.xml
index 3d3efe2..ec7aa88 100644
--- a/spec/sound-naming-spec.xml
+++ b/spec/sound-naming-spec.xml
@@ -837,6 +837,54 @@ usage.
A text completion was attempted and the list of available options reached the end and completion started from the beginning.
</entry>
</row>
+ <row>
+ <entry>scroll-up</entry>
+ <entry>
+ Some window was scrolled up.
+ </entry>
+ </row>
+ <row>
+ <entry>scroll-down</entry>
+ <entry>
+ Some window was scrolled down.
+ </entry>
+ </row>
+ <row>
+ <entry>scroll-left</entry>
+ <entry>
+ Some window was scrolled left.
+ </entry>
+ </row>
+ <row>
+ <entry>scroll-right</entry>
+ <entry>
+ Some window was scrolled right.
+ </entry>
+ </row>
+ <row>
+ <entry>scroll-up-end</entry>
+ <entry>
+ Some window was scrolled up and reached the end of the scrollbar.
+ </entry>
+ </row>
+ <row>
+ <entry>scroll-down-end</entry>
+ <entry>
+ Some window was scrolled down and reached the end of the scrollbar.
+ </entry>
+ </row>
+ <row>
+ <entry>scroll-left-end</entry>
+ <entry>
+ Some window was scrolled left and reached the end of the scrollbar.
+ </entry>
+ </row>
+ <row>
+ <entry>scroll-right-end</entry>
+ <entry>
+ Some window was scrolled right and reached the end of the scrollbar.
+ </entry>
+ </row>
<row>
<entry>audio-volume-change</entry>
<entry>