index
:
~kibi/xserver
debian-experimental
debian-squeeze-backports
debian-unstable
doc-master
fdo41211
inputbk
manpage-master
master
master-next-pull
pu/35066
server-1.7-branch
unused-but-set-variable
unused-but-set-variable-round2
upstream-experimental
various-master
KiBi's patches for xorg-server
kibi
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dix
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-12
doPolyText needs UseAccess to each font, not ReadAccess.
Jamey Sharp
1
-1
/
+1
2010-05-12
Merge remote branch 'dottedmag/for-keithp'
Keith Packard
1
-18
/
+24
2010-05-13
Misc coding style cleanup
Mikhail Gusarov
1
-4
/
+4
2010-05-13
Remove useless casts
Mikhail Gusarov
1
-12
/
+13
2010-05-13
Fix code style: extra whitespace before ()
Mikhail Gusarov
1
-1
/
+1
2010-05-13
Fix warning: it's safe to pass atom strings > XA_LAST_PREDEFINED to free(3)
Mikhail Gusarov
1
-2
/
+7
2010-05-12
SetFontPath: set client->errorValue on failure.
Jamey Sharp
2
-9
/
+5
2010-05-13
Use lowercase variant of XNFalloc and Xstrdup
Mikhail Gusarov
1
-1
/
+1
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
25
-447
/
+447
2010-05-11
dix: Update element count in FreeResource*()
Kristian Høgsberg
1
-1
/
+9
2010-05-10
Simplify error-handling in dixChangeGC.
Jamey Sharp
1
-71
/
+46
2010-05-07
Introduce dixLookupFontable for "FONT or GC" parameters.
Jamey Sharp
2
-22
/
+22
2010-05-03
Fix cursor ref counting mistakes with sprites and xf86Cursor.c
Keith Packard
2
-5
/
+17
2010-05-02
dix: wrap variables with #ifdef when panoramix is not used
Tiago Vignatti
2
-3
/
+2
2010-04-30
Replace some input devPrivates with regular struct fields
Keith Packard
3
-51
/
+17
2010-04-30
Merge remote branch 'vignatti/for-keith'
Keith Packard
1
-1
/
+0
2010-04-26
Merge remote branch 'jamey/for-keith'
Keith Packard
1
-1
/
+0
2010-04-26
dix: Default DPMS timeout values to match screensaver values
Adam Jackson
1
-3
/
+1
2010-04-26
ProcGrabButton: remove redundant error check.
Jamey Sharp
1
-1
/
+0
2010-04-26
dix and others: remove unused arraySize field from ScreenInfo
Tiago Vignatti
1
-1
/
+0
2010-04-15
Merge remote branch 'whot/for-keith'
Keith Packard
1
-1
/
+5
2010-04-16
dix: fix cursor screen check for xinerama setups.
Tim Yamin
1
-1
/
+5
2010-04-15
dix: Fix crash in DeliverGrabbedEvents.
Peter Hutterer
1
-1
/
+1
2010-04-07
dix: be more verbose when we run out of opcodes
Paulo Ricardo Zanoni
1
-1
/
+4
2010-03-22
New header for XF86Bigfont server functions
Yaakov Selkowitz
1
-2
/
+1
2010-03-21
Merge commit 'fa5103a02bd509e4a102afdad2ab26cb22210367'
Keith Packard
1
-0
/
+3
2010-03-21
dix: if owner-events is true for passive grabs, add the window mask (#25400)
Peter Hutterer
1
-0
/
+36
2010-03-16
Cygwin/X: Tidy up some cosmetic issues in log strings
Jon TURNEY
1
-1
/
+1
2010-03-16
Add a ConfigNotify hook.
Francisco Jerez
1
-0
/
+3
2010-03-12
Record: Avoid duplicates from replaying frozen events
Daniel Stone
1
-27
/
+1
2010-03-11
Revert "dix: Use DeliverGrabbedEvent for implicit passive grabs (#25400)"
Peter Hutterer
1
-1
/
+62
2010-03-10
dix: Clip only into axis ranges if we're in absolute mode. (#26543)
Peter Hutterer
1
-2
/
+3
2010-03-03
dix: Use DeliverGrabbedEvent for implicit passive grabs (#25400)
Peter Hutterer
1
-62
/
+1
2010-02-24
Merge remote branch 'whot/for-keith'
Keith Packard
2
-13
/
+0
2010-02-23
dix: try to ring the bell even if the current device doesn't have one. (#24503)
Peter Hutterer
1
-8
/
+0
2010-02-23
dix: remove now-erroneous comment about frozen slave devices.
Peter Hutterer
1
-5
/
+0
2010-02-22
Don't print a failure message when XACE denies an input event delivery.
Eamon Walsh
1
-25
/
+25
2010-02-22
Revert "Remove some debug messages that trigger on XACE event delivery failure."
Eamon Walsh
1
-3
/
+9
2010-02-22
Re-enable RECORD extension.
Chris Dekter
1
-8
/
+7
2010-02-15
dix: move config_init into the DDX.
Peter Hutterer
1
-2
/
+1
2010-02-12
dix: restore lastDeviceEventTime update in dixSaveScreens
Julien Cristau
1
-2
/
+7
2010-02-05
main: move config_init() after InitInput()
Julien Cristau
1
-1
/
+1
2010-02-02
Allow driver to call DeleteInputDeviceRequest during UnInit
Oldřich Jedlička
1
-11
/
+33
2010-02-01
Fix typo in updateSlaveDeviceCoords
Oldřich Jedlička
1
-1
/
+1
2010-01-27
dix/configure: remove null root cursor option
Tiago Vignatti
1
-17
/
+0
2010-01-27
dix: EventToCore needs to copy the root window too.
Peter Hutterer
1
-0
/
+1
2010-01-27
Revert "dix: EventToCore needs to copy the root window too."
Keith Packard
1
-1
/
+0
2010-01-25
dix: move cursor realize code to its own function
Tiago Vignatti
1
-118
/
+85
2010-01-25
dix: EventToCore needs to copy the root window too.
Peter Hutterer
1
-0
/
+1
2010-01-05
dix: don't update the slave coordinates from the VCK.
Peter Hutterer
1
-2
/
+5
[next]