index
:
~tagr/xserver
fixes
libunwind
master
non-pci-primary
outputclass
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dix
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-29
Fix most remaining deprecated resource lookups.
Eamon Walsh
9
-93
/
+120
2009-04-28
dix: remove all but main() from main.c
Peter Hutterer
5
-372
/
+364
2009-04-24
input: propagate XTst events through virtual slave devices.
Benjamin Close
1
-1
/
+63
2009-04-21
dix: Change AllocMaster into AllocDevicePair, allow creation of SDs too.
Benjamin Close
1
-7
/
+11
2009-04-21
dix: don't allow more than MAX_VALUATORS on one device.
Peter Hutterer
1
-0
/
+8
2009-04-20
Add XI 1.5 event and requests to protocol.txt
Julien Cristau
1
-0
/
+5
2009-04-20
Add RandR 1.3 requests to protocol.txt
Julien Cristau
1
-0
/
+7
2009-04-17
input: allow NULL as XkbRMVLOSet in InitKeyboardDeviceStruct.
Peter Hutterer
1
-3
/
+1
2009-04-17
dix: remove un-used parameter "core" from AllowSome
Peter Hutterer
1
-10
/
+9
2009-04-14
Move VENDOR_* defines from AC_SUBST to a header to avoid angering shave.
Eric Anholt
2
-3
/
+2
2009-04-10
dix: correctly utilize tracker buffer and protect from timer overruns
Simon Thum
1
-11
/
+13
2009-04-10
dix: fix pointer accelerations remainder handling
Simon Thum
1
-7
/
+7
2009-04-09
dix: fix dev/keybd variable mixup.
Peter Hutterer
1
-3
/
+3
2009-04-07
dix: Dont change the keyboard mapping on non-keyboard devices.
Peter Hutterer
1
-0
/
+2
2009-04-03
DPMS: Remove the defaultDPMS* variables
Adam Jackson
2
-8
/
+4
2009-04-03
DPMS: Simplify command line parsing
Adam Jackson
1
-2
/
+1
2009-04-03
DPMS: Align the default timeouts with the default screensaver timeout.
Adam Jackson
1
-3
/
+3
2009-04-03
DPMS: Simplify some macro silliness.
Adam Jackson
1
-17
/
+5
2009-03-31
dix: Simplify InitClient()
Adam Jackson
1
-22
/
+1
2009-03-27
dix: build_modmap_from_modkeymap needs to bounds-check its argument.
Peter Hutterer
1
-0
/
+3
2009-03-27
dix: return BadValue as error in SetModifierMapping.
Peter Hutterer
1
-1
/
+1
2009-03-23
dix: remove a truly useless a = (foo) ? bar : bar; statement.
Peter Hutterer
1
-1
/
+1
2009-03-23
Remove two unused defines in C files
Tomas Carnecky
1
-3
/
+0
2009-03-20
dix: remove duplicate PickKeyboard() command.
Peter Hutterer
1
-1
/
+0
2009-03-20
dix: fix device sync state when calling SyncBoth during AllowEvents.
Peter Hutterer
1
-4
/
+4
2009-03-20
dix: do percentage check before device check in ProcBell
Peter Hutterer
1
-5
/
+5
2009-03-20
dix: fix uncredible fail in PostSyntheticMotion.
Peter Hutterer
1
-1
/
+2
2009-03-20
dix/xfree86: simplified velocity approximation algorithm
Simon Thum
1
-296
/
+197
2009-03-20
dix: ProcSendEvent shouldn't use inputInfo.keyboard directly.
Peter Hutterer
1
-2
/
+4
2009-03-16
dix: remove wrong InputInfo.pointer usage - should be pDev instead.
Peter Hutterer
1
-1
/
+1
2009-03-16
dix: use GetPairedDevice in ProcQueryPointer rather than inputInfo.keyboard.
Peter Hutterer
1
-1
/
+4
2009-03-16
dix: don't use inputInfo.keyboard to get the focus window in ActivateKbdGrab
Peter Hutterer
1
-1
/
+1
2009-03-16
dix: fix XACE checks in ProcWarpPointer
Peter Hutterer
1
-5
/
+5
2009-03-16
dix: use PickPointer() and PickKeyboard instead of inputInfo.pointer/keyboard.
Peter Hutterer
2
-10
/
+19
2009-03-16
dix: fix ProcChangePointerControl's wrong inputInfo.pointer usage.
Peter Hutterer
1
-10
/
+10
2009-03-12
dix: Merge DevicePresence notify events generation into a single function.
Peter Hutterer
1
-40
/
+20
2009-03-12
dix: s/numEvents/num_events/ in GetKeyboardValuatorEvents
Peter Hutterer
1
-4
/
+4
2009-03-12
dix: remove a few pointless (void) casts of return values.
Peter Hutterer
1
-5
/
+5
2009-03-09
Replace dixLookupResource by dixLookupResourceBy{Type,Class}
Keith Packard
8
-56
/
+102
2009-03-03
Fix build with --enable-debug.
Jason Vas Dias
1
-2
/
+2
2009-03-03
dix: fix two compiler warnings (old-style function definition).
Peter Hutterer
1
-2
/
+2
2009-02-25
dix: set the valuator mode in set_valuators
Peter Hutterer
1
-2
/
+4
2009-02-25
dix: remove unused variable 'tmp'
Peter Hutterer
1
-1
/
+0
2009-02-25
dix: remove ConvertBackToXI.
Peter Hutterer
1
-23
/
+0
2009-02-25
Doxygenify events.h and eventconvert.c
Peter Hutterer
1
-14
/
+20
2009-02-24
dix: fix wrong condition for setting valuators on the event.
Peter Hutterer
1
-1
/
+1
2009-02-23
dix: don't apply button mappings to SDs, or the device's MD. (#20122)
Peter Hutterer
1
-18
/
+0
2009-02-23
dix: remove un-used getValuatorEvents and countValuatorEvents from getevents.c
Peter Hutterer
1
-56
/
+0
2009-02-23
Input: change processing API to InternalEvents.
Peter Hutterer
1
-2
/
+2
2009-02-23
dix: Fix PostSyntheticMotion to use a DeviceEvent for posting.
Peter Hutterer
1
-7
/
+8
[next]