index
:
~whot/xserver
1.8-fixes
barriers
barriers-try-5
cleanup
devel
driver-integration-testing
driver-merge
extmod-changes
for-keith
input-api
inputproto-2.1-devel
integration-testing
masked-valuators
master
mt-devel
mt-devel2
multitouch
multitouch-devel-history
multitouch-from-scratch
next
next-all
pointer-barriers
queue
record
review/xsync-transition-bug-59644
rhel6-two-screen-coordinates
rhel6-two-screen-coordinates-with-doubles
server-1.10-branch
server-1.10-input
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.14-touch-fixes
server-1.15-branch
server-1.17-branch
server-1.19-branch
server-1.8-branch
server-1.9-input
sigsafe-logging-varargs
single-master-device
smooth-scrolling
touch-grab-race-condition-56578
touch-grab-race-condition-56578-v2
touch-grab-race-condition-56578-v3
two-screen-coordinates
unreviewed
wip/logind-integration
wip/touchpad-resolution-scaling
wip/xsync-transition-bug-59644
wip/xwayland-tablet
X Server input fixes.
whot
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dix
Age
Commit message (
Expand
)
Author
Files
Lines
2006-06-20
Move Xserver API for security extension to securitysrv.h
Alan Coopersmith
7
-14
/
+7
2006-06-07
fix compiler warning about XKB_IN_SERVER redefinition
Greg Kroah-Hartman
2
-0
/
+4
2006-06-01
Kill LBX, too.
Daniel Stone
7
-244
/
+6
2006-06-01
Remove horrendously ugly DDX backward-compatibility.
Daniel Stone
1
-39
/
+4
2006-05-22
Bug #6924: Restore the ABI for DrawableRec and ColormapRec to the state
Adam Jackson
3
-2
/
+21
2006-04-05
Put the screensaver extension back in the Xext module.
Fredrik Höglund
1
-1
/
+5
2006-03-31
Fri Mar 31 12:37:16 2006 Søren Sandmann <sandmann@redhat.com>
Søren Sandmann Pedersen
1
-5
/
+5
2006-03-29
Fix composite overlay window bug 6411
Deron Johnson
1
-0
/
+43
2006-03-28
Big old pile of warning fixes.
Adam Jackson
3
-13
/
+5
2006-03-24
Refactored the screensaver and DPMS timer code to use the screensaver timer
Fredrik Höglund
1
-7
/
+1
2006-02-15
Mark everything in dixsym.c as _X_EXPORT.
Adam Jackson
20
-205
/
+205
2006-02-15
Mark everything in {ext,font}sym.c as _X_EXPORT.
Adam Jackson
1
-1
/
+1
2006-01-12
Thu Jan 12 17:09:18 2006 Søren Sandmann <sandmann@redhat.com>
Søren Sandmann Pedersen
1
-2
/
+25
2005-12-02
Define XFree86Server only where it is required.
Kevin E Martin
1
-1
/
+1
2005-11-29
Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable
Kevin E Martin
1
-1
/
+1
2005-11-03
Fix vendor string and release version reported by the servers. Enable
Kevin E Martin
1
-1
/
+3
2005-10-05
Add DGA configure option and add various files that we should be dist'ing.
Kristian Høgsberg
1
-0
/
+2
2005-09-13
Bug #594: CAN-2005-2495: Fix exploitable integer overflow in pixmap
Daniel Stone
2
-0
/
+20
2005-09-05
Initialise private arrays with calloc, rather than standard malloc.
Daniel Stone
2
-6
/
+8
2005-08-25
Fix a use-after-free of cursor data by refcounting for the sprite.current
Eric Anholt
1
-1
/
+6
2005-07-23
Add a safety check to catch when numDepths GCperDepthexceeps MAXFORMATS
Stuart R. Anderson
1
-0
/
+3
2005-07-16
Mark variables modified in signal handlers as volatile (part of Sun bug id
Alan Coopersmith
1
-2
/
+8
2005-07-15
Fix keyboard state when XEVIE is not enabled (Keith Packard).
Kevin E Martin
1
-1
/
+1
2005-07-03
Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".
Daniel Stone
20
-27
/
+27
2005-07-03
Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
Daniel Stone
25
-5
/
+105
2005-07-02
Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.
Daniel Stone
1
-0
/
+2
2005-07-01
Change all misc.h and os.h references to <X11/foo.h>.
Daniel Stone
20
-36
/
+36
2005-07-01
Change all misc.h and os.h references to <X11/foo.h>.
Daniel Stone
1
-1
/
+1
2005-07-01
Adding initial build system.
Daniel Stone
1
-0
/
+33
2005-06-15
Conditionalise another use of XEvIE.
Daniel Stone
1
-1
/
+1
2005-06-15
Conditionalise building of XEvIE code with #ifdef XEVIE.
Daniel Stone
1
-1
/
+3
2005-06-10
Bug #2799: Input shape. (Keith Packard)
Adam Jackson
3
-14
/
+42
2005-05-22
Bugzilla #2800 <https://bugs.freedesktop.org/show_bug.cgi?id=2800> Xevie
Alan Coopersmith
4
-27
/
+193
2005-04-24
xc/config/cf/X11.tmpl
Roland Mainz
2
-1
/
+10
2005-04-23
//bugs.freedesktop.org/show_bug.cgi?id=3118) attachment #2525
Roland Mainz
1
-6
/
+0
2005-04-20
Change xf86bigfont.h to X11/extensions/xf86bigfont.h for includes.
Daniel Stone
1
-2
/
+2
2005-04-20
Conditionalise usage of Xprint functions and headers.
Daniel Stone
1
-1
/
+7
2005-04-20
Change keysymdef.h to X11/keysymdef.h for include statement.
Daniel Stone
1
-1
/
+1
2005-04-20
Fix includes right throughout the Xserver tree:
Daniel Stone
22
-63
/
+63
2005-03-23
xc/programs/Xserver/Imakefile
Roland Mainz
2
-5
/
+22
2005-03-07
xc/programs/Xserver/dix/atom.c
Roland Mainz
20
-1701
/
+761
2004-09-22
Allow overriding DPMS defaults (timeouts & default for on/off) from
Alan Coopersmith
1
-5
/
+14
2004-09-18
Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=1404 - Fixing
Roland Mainz
1
-2
/
+2
2004-09-15
Unregistering events in XSelectInput() when unregistering IM filter
Egbert Eich
1
-1
/
+1
2004-08-13
Empty damage object when freeing pixmap.
Keith Packard
1
-11
/
+7
2004-08-09
- Fix building without Xfixes extension
Kevin E Martin
1
-3
/
+10
2004-08-07
Remove alpha-related fields from visual structure to retain binary
Keith Packard
1
-13
/
+13
2004-07-31
Integrate COMPOSITEWRAP branch including composite wrapper. This code still
Eric Anholt
2
-3
/
+50
2004-07-31
- Add some XFIXES bits apparently missed in the DAMAGE-XFIXES merge
Eric Anholt
3
-16
/
+32
2004-07-31
Integration of XEVIE branch to trunk, Some updates from latest reviews
Stuart Kreitman
1
-1
/
+71
[next]