platform/upstream/xorg-server.git
2013-09-05 Thomas KlausnerFix bug in cursor handling.
2013-09-05 Chris Claytonkdrive: fix build error on gcc 4.8 for out-of-bounds...
2013-08-30 Peter HuttererXi: allow for XIAllowEvent requests larger than XI...
2013-08-30 Peter Huttererdix: check for grab type before checking XI2 mask
2013-08-30 Peter HuttererXi: replace loop with memset
2013-08-30 Peter Huttererinclude: wrap EMASKSIZE in parentheses
2013-08-30 Peter Hutterertest: fix the gcc diagnostics pragma
2013-08-30 Egbert EichDIX/Xi: Pass correct client to CheckDeviceGrabAndHintWi...
2013-08-21 Eric Anholtephyr: Fix warning about XID vs unsigned long * by...
2013-08-21 Eric Anholtephyr: Drop is_ok logging.
2013-08-21 Eric Anholtkdrive: Fix const cast warnings in arguments processing.
2013-08-21 Eric Anholtkdrive: Fix const cast warnings in driver name handling.
2013-08-21 Eric Anholtkdrive: Fix a few easy cast warnings.
2013-08-21 Eric Anholtkdrive: Drop dead code.
2013-08-21 Eric Anholtephyr: Fix dead code warning.
2013-08-21 Eric Anholtephyr: Fix const-cast warnings for setting window title.
2013-08-21 Eric Anholtephyr: Fix const cast warnings in ephyrhostvideo.
2013-08-18 Julien Cristaudix: add missing include for DeleteWindowFromAnySelections
2013-08-17 Keith PackardAdd .dir-locals.el
2013-08-06 Keith PackardMerge commit '9680f6a12d642c2e4bfa09bf459d678214059d74'
2013-08-06 Alan CoopersmithAllow disabling XFree86-DGA, DRI, VidModeExtension...
2013-08-06 Peter Huttererxfree86: de-duplicate some AM_CPPFLAGS
2013-08-06 Peter HuttererReplace INCLUDES with AM_CPPFLAGS
2013-08-06 Julien Cristauxfree86: improve check for posix saved ids
2013-08-06 Julien Cristautest: include dix-config.h in hashtabletest.c
2013-08-01 Maarten Lankhorsttest/xi2: fix protocol-xiqueryversion test
2013-08-01 Maarten LankhorstXi: Clamp XIClient maximal version to XIVersion
2013-08-01 Dave Airliexfree86/man: document AutoAddGPU
2013-07-26 Keith PackardMerge remote-tracking branch 'whot/for-keith'
2013-07-26 Keith PackardXi: Allow clients to ask for 2.3 and then 2.2 without...
2013-07-25 Aaron Plattnerxfree86: detach scanout pixmaps when detaching output...
2013-07-25 Peter Huttererdix: set the valuator mask to ensure XI 1.x events...
2013-07-24 Peter Huttererdix: check the xi2mask, not the grab type for touch...
2013-07-23 Jon TURNEYhw/xwin: Fix numerous 64-bit format/type cast issues...
2013-07-23 Colin Harrisonhw/xwin: Fix possible crash in winMultiWindowGetClassHint
2013-07-23 Jon TURNEYhw/xwin: Remove obsolete WIN_XEVENTS_SHUTDOWN
2013-07-23 Jon TURNEYconfigure.ac: Check for python at configure time when...
2013-07-23 Jon TURNEYhw/xwin: Avoid a null dereference if CreateDIBSection...
2013-07-23 Jon TURNEYhw/xwin: Handle WM_MOUSEHWHEEL
2013-07-23 Jon TURNEYhw/xwin: Map extra mouse buttons 1 and 2 to X buttons...
2013-07-23 Jon TURNEYhw/xwin: Remove unneeded WM_XBUTTON message defines
2013-07-23 Jon TURNEYhw/xwin: Change winTranslateKey() to return it's result...
2013-07-23 Oliver Schmidthw/xwin: Consider left and right modifier keys independ...
2013-07-23 Jon TURNEYhw/xwin: Remove an extra '\n' from some log messages
2013-07-23 Jon TURNEYhw/xwin: _NET_WM_STATE is ATOM[] not ATOM
2013-07-23 Jon TURNEYhw/xwin: Improve WM_ENDSESSION handling using separate...
2013-07-23 Jon TURNEYAllow DDX to provide a main()
2013-07-23 Keith PackardMerge remote-tracking branch 'alanc/master'
2013-07-22 Peter Huttererdix: scale y back instead of x up when pre-scaling...
2013-07-18 Thomas KlausnerFix typo in header guard.
2013-07-18 Alan CoopersmithXephyr: Use _XEatDataWords (from Xlib 1.6) instead...
2013-07-18 Alan Coopersmithglxproxy: Use _XEatDataWords (from Xlib 1.6) instead...
2013-07-18 Alan Coopersmithglxproxy: Use _XReadPad instead of _XEatData to clean...
2013-07-18 Alan CoopersmithXephyr: integer overflow in XF86DRIGetClientDriverName()
2013-07-18 Alan CoopersmithXephyr: integer overflow in XF86DRIOpenConnection()
2013-07-18 Alan CoopersmithXephyr: integer overflow in ephyrHostGLXGetStringFromSe...
2013-07-18 Alan CoopersmithXdmx: integer overflow in GetGLXFBConfigs()
2013-07-18 Alan CoopersmithXdmx: integer overflow in GetGLXVisualConfigs()
2013-07-17 Peter Huttererdix: allow a ConstantDeceleration between 0 and 1 ...
2013-07-17 Peter Huttererdix: UpdateTouchesForGrab must only free the listener...
2013-07-17 Peter Huttererconfig: provide example configuration for multi-seat...
2013-07-17 François TigeotFix mouse header include on DragonFly and FreeBSD
2013-07-10 Jon TURNEYos: Remove any old logfile before trying to write to it
2013-07-10 Peter Huttererdix: when ungrabbing an active grab, accept pointer...
2013-07-02 Julien Cristauxkb: don't call atoi(NULL) when parsing argv
2013-06-18 Eric AnholtRevert "DRI2: re-allocate DRI2 drawable if pixmap seria...
2013-06-18 Keith PackardMerge remote-tracking branch 'jturney/master'
2013-06-10 Jon TURNEYhw/xwin: Update manifest to target all architectures...
2013-06-10 Jon TURNEYhw/xwin: Win32 Windows properties are of pointer type...
2013-06-10 Jon TURNEYhw/xwin: winMultiWindowGetTransientFor() returns an...
2013-06-10 Jon TURNEYhw/xwin: Change winIconIsOverride() to take a HICON...
2013-06-10 Jon TURNEYhw/xwin: Fix uses of CreateDialogParam() for 64-bit...
2013-06-10 Jon TURNEYhw/xwin: deprecated interface cygwin_conv_to_win32_path...
2013-06-10 Jon TURNEYhw/xwin: Fix a 64-bit portability issue with casting...
2013-06-05 Peter Huttererconfig: add a quirks file for devices needing special...
2013-06-05 Maarten Lankhorstdix: add missing dixFreeRegistry define
2013-05-27 Peter Huttererdix: remove logspam in RefCursor()
2013-05-24 Keith PackardMerge remote-tracking branch 'whot/unreviewed'
2013-05-24 Keith PackardMerge remote-tracking branch 'whot/touch-grab-race...
2013-05-23 Keith PackardMerge remote-tracking branch 'whot/for-keith'
2013-05-23 Peter Huttererdix: devices must have valuators before touch is initia...
2013-05-23 Peter Huttererdix: fix device scaling to use a [min,max[ range.
2013-05-23 Peter Huttererdix: pre-scale x by the screen:device:resolution ratio
2013-05-15 Peter HuttererAbstract cursor refcounting
2013-05-15 Peter Huttererdix: call UpdateDeviceState() for emulated TouchEndEvents
2013-05-15 Peter Huttererdix: devices must have valuators before touch is initia...
2013-05-15 Peter HuttererXi: fix warning - remove unused 'rc'
2013-05-15 Peter Huttererdix: fix cursor refcounting
2013-05-14 Peter Huttererephyr: add -resizeable to the man page
2013-05-14 Peter Huttererephyr: fix typo in man page
2013-05-14 Geert UytterhoevenShadow: Switch the Amiga/Atari bitplane code to the...
2013-05-10 Peter Huttererdix: free the old grab when activating a new grab
2013-05-10 Peter HuttererXi: check for HAS_ACCEPTED only for grab listeners
2013-05-10 Peter HuttererMove TouchListenerGone call to CloseDownClient
2013-05-10 Peter Huttererdix: remove all listeners when freeing a touch
2013-05-10 Peter Huttererdix: always copy grabs, don't reference them
2013-05-10 Peter Huttererdix: AllocGrab can copy if an argument is passed in
2013-05-10 Peter Huttererdix: freeing a null grab is a bug, complain if doing so
2013-05-10 Peter Huttererdix: use a temporary variable for listeners[0]
2013-05-10 Peter Huttererdix: drop DeviceIntRec's activeGrab struct
next