index
:
~yselkowitz/xserver
cygwin
cygwin-patches-for-1.12
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.16
cygwin-release-1.7
cygwin-release-1.8
cygwin-release-1.9
master
mingw-patches-for-1.13
server-1.10-branch
server-1.11-branch
server-1.7-branch
server-1.8-branch
server-1.9-branch
work
Yaakov's Cygwin/X xserver repository
yselkowitz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-21
Introduce a consistent coding style
Keith Packard
7
-370
/
+391
2011-12-06
hal: free tmp_val in one missing case
Dave Airlie
1
-0
/
+1
2011-10-03
Merge remote-tracking branch 'herrb/master'
Keith Packard
4
-0
/
+284
2011-10-03
udev: make use of udev_enumerate_add_match_tag() only when it is available
Lennart Poettering
1
-0
/
+4
2011-09-30
Add a 'wscons' autoconf mechanism to configure input devices on BSD.
Matthieu Herrb
4
-0
/
+284
2011-08-22
input: make InputOption opaque, provide interface functions.
Peter Hutterer
5
-101
/
+46
2011-08-22
config: use add_option for '_source' too
Peter Hutterer
3
-25
/
+3
2011-08-22
config: return the new InputOption from add_option.
Peter Hutterer
2
-4
/
+11
2011-08-22
config: fix a log message
Peter Hutterer
1
-1
/
+1
2011-08-22
config: add udev/systemd multi-seat support
Lennart Poettering
1
-0
/
+18
2011-07-27
config: don't fail if a device vanished by the time we managed to look at it
Lennart Poettering
1
-0
/
+5
2011-07-27
config: limit the kernel subsystems we look for devices in
Lennart Poettering
1
-0
/
+7
2011-07-27
config: process udev "changed" and "add" events in the same code paths
Lennart Poettering
1
-5
/
+3
2011-03-24
config: handle device change event properly
Erkki Seppälä
1
-0
/
+4
2011-03-09
config: Ensure that stolen option list elements are released.
Rami Ylimäki
2
-6
/
+6
2010-12-31
udev: Fix removing of the wake up handler
Pauli Nieminen
1
-1
/
+1
2010-12-31
udev: Add strdups to kill const warnings
Daniel Stone
1
-5
/
+12
2010-12-07
Convert alloc+sprintf pairs into asprintf() & XNFasprintf() calls
Alan Coopersmith
1
-6
/
+3
2010-12-07
Convert existing Xprintf style calls to asprintf style
Alan Coopersmith
2
-7
/
+11
2010-11-19
XF86CONFIGDIR is undefined when built with --disable-xorg (#28672)
Dan Horák
1
-0
/
+2
2010-11-11
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...
Peter Hutterer
1
-5
/
+0
2010-11-11
config: remove mention of AllowEmptyInput
Peter Hutterer
1
-5
/
+0
2010-10-15
Merge branch 'master' into input-api
Peter Hutterer
1
-17
/
+9
2010-09-01
config: expose config_info as an input option.
Peter Hutterer
2
-10
/
+3
2010-09-01
Fix udev population of Bluetooth input device product IDs
Chase Douglas
1
-17
/
+9
2010-06-11
config: Replace xstrdup with strdup in add_option()
Mikhail Gusarov
1
-1
/
+1
2010-06-11
Get rid of xstrdup when argument is definitely non-NULL
Mikhail Gusarov
4
-15
/
+15
2010-06-11
config: remove redundant DBUS API define, require dbus-1 >= 1.0
Peter Hutterer
1
-1
/
+0
2010-06-11
config: Script to convert HAL fdi settings to InputClass sections
Dan Nicholson
2
-1
/
+203
2010-06-11
xfree86: Match devices based on USB ID
Dan Nicholson
2
-0
/
+38
2010-06-11
xfree86: Match devices based on PnP ID
Dan Nicholson
2
-1
/
+11
2010-06-10
config/hal: Missing newline in log message
Dan Nicholson
1
-1
/
+1
2010-06-10
config/udev: Add verbose info when fetching udev properties
Dan Nicholson
1
-3
/
+36
2010-06-10
config/hal: don't leak the input.tags property
Dan Nicholson
1
-1
/
+4
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
2
-36
/
+18
2010-05-26
Revert "Add a "flags" field to DeleteInputDeviceRequest."
Keith Packard
2
-2
/
+2
2010-05-25
Add a "flags" field to DeleteInputDeviceRequest.
Peter Hutterer
2
-2
/
+2
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
4
-46
/
+46
2010-04-08
Move 10-evdev.conf to system config dir $datadir/X11/xorg.conf.d
Dan Nicholson
1
-1
/
+1
2010-04-08
config: only match sane devices in 10-evdev.conf
Peter Hutterer
1
-2
/
+34
2010-04-01
Install 10-evdev.conf in $(prefix)/etc/X11/xorg.conf.d under udev
Keith Packard
2
-1
/
+12
2010-03-26
config/udev: Prefer product name from attribute rather than uevent
Dan Nicholson
1
-2
/
+5
2010-02-15
udev: Don't filter subsystem "input"
Thomas Jaeger
1
-6
/
+0
2010-02-11
Add tag matching to input attributes.
Peter Hutterer
2
-0
/
+19
2009-12-30
config: add libudev input-hotplug backend
Julien Cristau
5
-72
/
+369
2009-12-22
config: Introduce InputAttributes in NewInputDeviceRequest
Dan Nicholson
2
-2
/
+25
2009-08-14
config: don't shutdown the libhal ctx if it failed to initialize (#23213)
Peter Hutterer
1
-10
/
+11
2009-07-28
config: add HAL error checks
Rémi Cardona
1
-10
/
+22
2009-06-07
config: fix build after XI2 API changes to RemoveDevice.
Simon Thum
1
-1
/
+1
2009-05-08
Don't printf NULL pointers on HAL connection error
Alan Coopersmith
1
-3
/
+6
[next]