summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-14XQuartz: pointer -> void *HEADmasterJeremy Huddleston Sequoia1-4/+4
2014-02-13DIST_SUBDIRS needs to include glamor, even if it isn't builtKeith Packard1-1/+1
2014-02-13config: fails to create tarball as xorg-server.conf file removedGaetan Nadon1-1/+1
2014-02-09Delete stray ; in struct _DeviceChangedEventAlan Coopersmith1-1/+1
2014-02-09Merge remote-tracking branch 'whot/for-keith'Keith Packard24-134/+179
2014-02-10xfree86: use xnfstrdup in the Xorg -configure codePeter Hutterer1-21/+21
2014-02-10mi: fix printf warning about size_t format specifierPeter Hutterer1-1/+1
2014-02-07ephyr: Repaint entire screen when colormap is updatedKeith Packard1-0/+15
2014-02-07configure.ac: add missing "test"David Heidelberger1-1/+1
2014-02-07__glGetProcAddress: explictly cast function pointers to void *Alan Coopersmith1-2/+2
2014-02-07xfree86: Fix a compiler warning on 64-bit.Eric Anholt1-1/+1
2014-02-07glx: Delete dead NV program string functions.Eric Anholt1-22/+0
2014-02-07glx: Reduce compiler warnings by not requesting GL extension prototypes.Eric Anholt1-1/+0
2014-02-07glx: Stop relying on libGL ABI bugs for glGetCompressedTexImage().Eric Anholt1-2/+6
2014-02-07glx: Remove left-over glthread.cJon TURNEY1-204/+0
2014-02-07configure: Don't add GLX_SYS_LIBS to XORG_SYS_LIBSAdam Jackson1-1/+1
2014-02-05dix: fix a -Wshadow warningPeter Hutterer1-2/+2
2014-02-05xfree86: unconstify driver in the XF86ConfInputClassRecPeter Hutterer1-1/+1
2014-02-05xfree86: unconstify another stringPeter Hutterer2-3/+3
2014-02-05xfree86: un-constify inp_driver/inp_identifierPeter Hutterer2-6/+6
2014-02-05xfree86: device name and driver are not const charPeter Hutterer1-2/+2
2014-02-05dix: fix button state check before changing a button mappingPeter Hutterer1-1/+2
2014-02-05include: make the various button array lengths more obviousPeter Hutterer1-2/+2
2014-02-04dix: prevent a driver from initializing or submitting buttons > MAX_BUTTONSPeter Hutterer2-0/+3
2014-02-04Revert "xfree86/common: handle string constants in xf86Xinput configuration"Peter Hutterer1-2/+2
2014-02-04Revert "xfree86/parser: make strings in xf86MatchGroup const"Peter Hutterer2-13/+13
2014-02-04input: un-constify dev->namePeter Hutterer4-9/+19
2014-02-04Revert "os: xstrtokenize takes and returns const char * now"Peter Hutterer2-4/+4
2014-02-04input: un-constify InputAttributesPeter Hutterer4-47/+51
2014-02-04xkb: add a call to init an XkbRMLVOSet from const charsPeter Hutterer5-25/+52
2014-02-04Xi: remove superfluous cast.Peter Hutterer1-1/+1
2014-01-30edid: Add quirk for Sony Vaio Pro 13Arun Raghavan1-0/+5
2014-01-29xf86Events: add Enable/DisableInputDeviceForVTSwitch functionsHans de Goede2-24/+32
2014-01-29xf86Events: refactor xf86VTLeave error handlingHans de Goede1-48/+46
2014-01-29xf86Events: split xf86VTSwitch into xf86VTLeave and xf86VTEnter functionsHans de Goede2-130/+145
2014-01-29dbus-core: Attempt to connect to dbus ASAPHans de Goede1-2/+2
2014-01-29dbus-core: Make dbus-core no longer mutually exclusive with udevHans de Goede10-74/+101
2014-01-29config: drop the dbus APIPeter Hutterer7-464/+2
2014-01-29xfree86: Keep a non-seat0 X server from touching VTs (#71258)Laércio de Sousa1-1/+2
2014-01-29configure.ac: enable systemd socket activation in libxtransŁukasz Stelmach2-1/+24
2014-01-29Add RANDR 1.4 requests & events to dix/protocol.txtAlan Coopersmith1-0/+11
2014-01-29xf86DeleteScreen: move check for NULL pScrn before first dereferenceAlan Coopersmith1-3/+4
2014-01-29On realloc failure, free font_path_string instead of leaking itAlan Coopersmith1-3/+6
2014-01-29Link libvgahw with $(PCIACCESS_LIBS) as wellAlan Coopersmith1-0/+1
2014-01-27Merge remote-tracking branch 'whot/for-keith'Keith Packard3-2/+13
2014-01-27Merge remote-tracking branch 'anholt/glamor-reformat'Keith Packard45-15172/+14938
2014-01-27Add _XITYPEDEF_POINTER to dix-config.hKeith Packard1-0/+3
2014-01-27pseudoramiX: Only compile on XQUARTZ and XWINKeith Packard2-1/+7
2014-01-27pseudoramiX: Add _X_ATTRIBUTE_PRINTF attributes to debug functions.Keith Packard1-0/+8
2014-01-27Warning fixes in glxKeith Packard2-2/+2