<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/xserver.git/include, branch input-hotplug</title>
<subtitle>gitlab.freedesktop.org: xorg/xserver.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/xserver.git/'/>
<entry>
<title>Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug</title>
<updated>2006-11-02T01:15:25+00:00</updated>
<author>
<name>Daniel Stone</name>
<email>daniel@fooishbar.org</email>
</author>
<published>2006-11-02T01:15:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/xserver.git/commit/?id=be291a6d9764cf29a7d9a8114d47d9f41ce856e9'/>
<id>be291a6d9764cf29a7d9a8114d47d9f41ce856e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>input: add non-keyboard bell ringing function</title>
<updated>2006-11-01T21:10:26+00:00</updated>
<author>
<name>Daniel Stone</name>
<email>daniel@fooishbar.org</email>
</author>
<published>2006-11-01T21:10:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/xserver.git/commit/?id=81728558a044fdde0e1d63da7b6314755f77296e'/>
<id>81728558a044fdde0e1d63da7b6314755f77296e</id>
<content type='text'>
Add a generic 'ring the bell' function (console bell on Linux and BSD,
/dev/audio on Solaris), and add DDX functions for this.  Make this the
core keyboard's bell.
Port Xvfb and Xnest to this.
Port XFree86 to this, with OS-specific hooks for Linux, BSD, and Solaris
taken from foo_io.c in the old layer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a generic 'ring the bell' function (console bell on Linux and BSD,
/dev/audio on Solaris), and add DDX functions for this.  Make this the
core keyboard's bell.
Port Xvfb and Xnest to this.
Port XFree86 to this, with OS-specific hooks for Linux, BSD, and Solaris
taken from foo_io.c in the old layer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure we have 64-bit file-offsets in libdrm.</title>
<updated>2006-10-29T14:22:37+00:00</updated>
<author>
<name>Thomas Hellstrom</name>
<email>thomas-at-tungstengraphics-dot-com</email>
</author>
<published>2006-10-29T14:22:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/xserver.git/commit/?id=06b6b971d065226b983ba25da7ea8236ec37df04'/>
<id>06b6b971d065226b983ba25da7ea8236ec37df04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Xi: disallow changing core keyboard and pointer</title>
<updated>2006-10-29T00:43:34+00:00</updated>
<author>
<name>Daniel Stone</name>
<email>daniel@fooishbar.org</email>
</author>
<published>2006-10-29T00:43:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/xserver.git/commit/?id=96e32805d12fc36f0fa0926dbfb0dd8a5cadb739'/>
<id>96e32805d12fc36f0fa0926dbfb0dd8a5cadb739</id>
<content type='text'>
Just short-circuit the change core keyboard/pointer requests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just short-circuit the change core keyboard/pointer requests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug</title>
<updated>2006-10-25T21:28:30+00:00</updated>
<author>
<name>Daniel Stone</name>
<email>daniel@fooishbar.org</email>
</author>
<published>2006-10-25T21:28:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/xserver.git/commit/?id=cdc8a4b7b2f099b8860a54c5c9f488e6f7c4913a'/>
<id>cdc8a4b7b2f099b8860a54c5c9f488e6f7c4913a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GetTimeInMillis: spuport monotonic clock</title>
<updated>2006-10-25T20:57:00+00:00</updated>
<author>
<name>Daniel Stone</name>
<email>daniel@fooishbar.org</email>
</author>
<published>2006-10-25T20:57:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/xserver.git/commit/?id=d285833290316cb5dd1e7f1e52c96be3e9cf21cd'/>
<id>d285833290316cb5dd1e7f1e52c96be3e9cf21cd</id>
<content type='text'>
Add support for CLOCK_MONOTONIC from clock_gettime, and use that in
GetTimeInMillis() if available, falling back to the old gettimeofday()
implementation.

This is _slightly_ faster on some 64-bit architectures, and _slightly_
slower on others (though barely measurable).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for CLOCK_MONOTONIC from clock_gettime, and use that in
GetTimeInMillis() if available, falling back to the old gettimeofday()
implementation.

This is _slightly_ faster on some 64-bit architectures, and _slightly_
slower on others (though barely measurable).
</pre>
</div>
</content>
</entry>
<entry>
<title>dix: add motion history support</title>
<updated>2006-10-24T22:08:29+00:00</updated>
<author>
<name>Daniel Stone</name>
<email>daniel@fooishbar.org</email>
</author>
<published>2006-10-24T22:08:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/xserver.git/commit/?id=5b38eb69cdaa154791c7f74e35dbe4d3256b19bd'/>
<id>5b38eb69cdaa154791c7f74e35dbe4d3256b19bd</id>
<content type='text'>
Add motion history support (sort of based on the XFree86 DDX's
implementation) to the DIX.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add motion history support (sort of based on the XFree86 DDX's
implementation) to the DIX.
</pre>
</div>
</content>
</entry>
<entry>
<title>inputstr: try to keep device structs the same size</title>
<updated>2006-10-24T20:06:57+00:00</updated>
<author>
<name>Daniel Stone</name>
<email>daniel@fooishbar.org</email>
</author>
<published>2006-10-24T20:06:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/xserver.git/commit/?id=37d1fffe79c35ada056ce9a56292c000014fe48a'/>
<id>37d1fffe79c35ada056ce9a56292c000014fe48a</id>
<content type='text'>
Try to make sure DeviceIntRec and friends stay the same size,
regardless of whether or not XKB is enabled.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Try to make sure DeviceIntRec and friends stay the same size,
regardless of whether or not XKB is enabled.
</pre>
</div>
</content>
</entry>
<entry>
<title>inputstr: fix indentation</title>
<updated>2006-10-24T20:01:05+00:00</updated>
<author>
<name>Daniel Stone</name>
<email>daniel@fooishbar.org</email>
</author>
<published>2006-10-24T20:01:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/xserver.git/commit/?id=9f9ac01a819ee96fb5be5d7d346c91f461bf3979'/>
<id>9f9ac01a819ee96fb5be5d7d346c91f461bf3979</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GetProximityEvents: add (untested) function</title>
<updated>2006-10-23T03:55:21+00:00</updated>
<author>
<name>Daniel Stone</name>
<email>daniel@fooishbar.org</email>
</author>
<published>2006-10-23T03:55:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/xserver.git/commit/?id=cccf7ae0ff24d0c84b5144c457f3f86bbbc36e12'/>
<id>cccf7ae0ff24d0c84b5144c457f3f86bbbc36e12</id>
<content type='text'>
Add untested first guess at what GetProximityEvents should look like.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add untested first guess at what GetProximityEvents should look like.
</pre>
</div>
</content>
</entry>
</feed>
