summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2008-10-27Add backtrace definitions to dix-config.h.inAdam Jackson1-0/+6
2008-10-27Move xorg_backtrace() up to the OS level so we can call it from DIX.Adam Jackson1-0/+2
2008-10-09Revert "Array-index based devPrivates implementation."Adam Jackson1-1/+1
2008-10-08Array-index based devPrivates implementation.Eamon Walsh1-1/+1
2008-08-06Make xstrcasestr prototype return value match the implementationAlan Coopersmith1-1/+1
2008-08-06DIX: Add strcasestr from FreeBSDDaniel Stone2-0/+8
2008-08-06dix: Actually build str(n)casecmp if we don't have itDaniel Stone1-3/+6
2008-08-06DIX: Add strncasecmp from FreeBSD, make strcasecmp args constDaniel Stone1-1/+6
2008-07-13Export xkbfile.h in the SDKJulien Cristau1-1/+2
2008-07-01input: change dxremaind, dyremaind to floats for better acceleration #9156Simon Thum1-1/+1
2008-06-23Check for strcasestr and workaround it on systems without itAlan Coopersmith1-0/+3
2008-06-13Make devPrivates lookup functions ABI instead of static inlines.Eamon Walsh1-53/+8
2008-06-09Add xkbstr.h and xkbsrv.h to sdk_HEADERSJulien Cristau1-1/+3
2008-06-09int10: add pci_device_enable support on LinuxDave Airlie1-0/+3
2008-04-15Check for __x86_64__ when we check for __amd64__Matt Turner1-1/+1
2008-04-01XKB: Fix processInputProc wrappingThomas Jaeger1-4/+12
2008-03-28XSELinux: Add xorg.conf option for permissive/enforcing/disabled.Eamon Walsh1-0/+10
2008-03-24test for the presence of pci_system_init_dev_mem() before calling it.Matthieu Herrb1-0/+3
2008-03-05Fix distcheck.Adam Jackson1-2/+2
2008-02-29dix: Refactoring of selection code to allow for polyinstantiation.Eamon Walsh2-30/+40
2008-02-29dix: Refactoring of property code to allow for polyinstantiation.Eamon Walsh1-0/+7
2008-02-20XACE: Make the default window background state configurable per-window.Eamon Walsh1-0/+1
2008-02-20Remove COMPOSITE ifdefs around WindowRec bitfield as it has no ABI effect.Eamon Walsh1-3/+1
2008-02-17XKB: Ditch XkbFileInfoDaniel Stone3-30/+18
2008-02-17XKB: Remove support for pre-built keymapsDaniel Stone1-7/+0
2008-02-17XKB: Remove usage of client-side typesDaniel Stone3-40/+6
2008-02-17XKB: Deprecate XKBSRV_NEED_FILE_FUNCSDaniel Stone2-20/+481
2008-02-17XKB: Move headers into the server treeDaniel Stone2-3/+614
2008-02-17XKB: Delete xkberrs.cDaniel Stone1-2/+1
2008-02-14Add DRI2 module.Kristian Høgsberg3-0/+9
2008-02-14X.Org Group -> X.Org FoundationAdam Jackson1-1/+1
2008-02-14requestingClient is an xprintism, hide it for other servers.Adam Jackson1-0/+2
2008-02-14Remove some MAX* #defines that never get used.Adam Jackson1-3/+0
2008-02-14Rip out useless indirection in the callback list management.Adam Jackson2-20/+0
2007-12-19include: never overwrite realInputProc with enqueueInputProc. Bug #13511Peter Hutterer1-1/+2
2007-12-14registry: XREGISTRY_UNKNOWN needs to be defined even if XREGISTRY isn't enabledOtavio Salvador1-5/+5
2007-12-13Merge branch 'master' into XACE-SELINUXEamon Walsh7-38/+8
2007-12-07Darwin: Use __APPLE__ instead of __DARWIN__Jeremy Huddleston4-5/+5
2007-12-02Clean up many #if 0.Adam Jackson2-33/+0
2007-11-26registry: swap out the DTRACE XErrorDB stuff for the new registry call.Eamon Walsh1-3/+0
2007-11-26registry: Add a call for DTRACE compatibility.Eamon Walsh1-0/+2
2007-11-26registry: Rebase registry to use the server config file of protocol names.Eamon Walsh1-8/+5
2007-11-26registry: rename the SERVERCONFIGdir and relocate it to /usr/lib/xorgEamon Walsh1-0/+3
2007-11-21Darwin: Dead code removal, Code cleanup, Added launcherJeremy Huddleston1-0/+3
2007-11-20Restore checks for __i386 where needed for Sun compilers on SolarisAlan Coopersmith1-1/+1
2007-11-19Merge branch 'master' into XACE-SELINUXEamon Walsh5-20/+5
2007-11-19xace: restore the old SaveScreens function and introduce new API, since theEamon Walsh1-1/+5
2007-11-16Bug #1612: Use a stronger PRNG.Adam Jackson1-0/+3
2007-11-15Small static cleanups on dix/Adam Jackson1-13/+0
2007-11-15Fix a really dumb typo.Aaron Plattner1-1/+1