platform/upstream/xorg-server.git
2013-09-03 Eric Anholtephyr: Remove the host/server split of the actual XV...
2013-09-03 Eric Anholtephyr: Remove another host/server split for XV image...
2013-09-03 Eric Anholtephyr: Remove the host/server split for video encodings.
2013-09-03 Eric Anholtephyr: Remove the host/server split for XV formats.
2013-09-03 Eric Anholtephyr: Remove the host/server split for XV attributes.
2013-09-03 Eric Anholtephyr: Remove the host/server split for XV adaptors.
2013-09-03 Eric Anholtephyr: Refactor XV adaptor feature detection.
2013-09-03 Eric Anholtephyr: Remove some pointless indirection in the XV...
2013-09-03 Eric Anholtephyr: Move event processing into ephyr.c.
2013-09-03 Eric Anholtephyr: Move the host screen info into the kdrive screen...
2013-09-03 Eric Anholtephyr: Rename and use the proper type for what was...
2013-09-03 Eric Anholtephyr: Expose a single function for detecting extensions.
2013-09-03 Eric Anholtephyr: Drop dead ephyrHostAtomToLocal code.
2013-09-03 Julien CristauXephyr: we're not using Xlib anymore, no need to undef...
2013-09-03 Julien CristauXephyr: handle errors in event loop
2013-09-03 Julien CristauXephyr: drop remaining Xlib dependency
2013-09-03 Julien CristauXephyr: move glx code to xcb
2013-09-03 Julien CristauXephyr: remove unused DRI1 code
2013-09-03 Julien CristauXephyr: move ephyrdri over to xcb
2013-09-03 Julien CristauXephyr: use xcb-xv instead of libXv
2013-09-03 Julien CristauXephyr: use xcb for event handling
2013-09-03 Julien CristauXephyr: some more hostx.c xcb-ification
2013-09-03 Julien CristauXephyr: move HostX.visual to xcb
2013-09-03 Julien CristauXephyr: replace XKeycodeToKeysym with xcb-keysyms
2013-09-03 Julien CristauXephyr: delete unused hostx_get_extension_info function
2013-09-03 Julien CristauXephyr: delete unused proxy code
2013-09-03 Julien CristauXephyr: xcb-ify visual list construction
2013-09-03 Julien CristauXephyr: xcb-ify pointer/keyboard grab
2013-09-03 Julien CristauXephyr: no need for XDisplayKeycodes
2013-09-03 Julien CristauXephyr: use xcb-shape instead of XShape*
2013-09-03 Julien CristauXephyr: start converting hostx.c over to xcb
2013-09-03 Julien CristauXephyr: stop loading the host's keymap
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...
next