summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2011-11-23dmx: Build fix for -Werror=implicit-function-declarationHEADmasterJeremy Huddleston6-0/+95
2011-11-23Fix gcc -Wwrite-strings warnings in xf86Modes codeAlan Coopersmith4-8/+8
2011-11-23Fix gcc -Wwrite-strings warnings in xf86 ddxAlan Coopersmith22-53/+54
2011-11-23FindModule: stop copying const char *dirname to char *dirpathAlan Coopersmith1-8/+3
2011-11-23Remove redundant redeclarations of functions in the same header fileAlan Coopersmith1-5/+0
2011-11-23sun_agp: cast key to uintptr_t before casting to (int *)Alan Coopersmith1-1/+1
2011-11-23Convert a bunch of sprintf to snprintf callsAlan Coopersmith12-30/+33
2011-11-23Remove xf86FormatPciBusNumber from API, inline the one place its usedAlan Coopersmith2-12/+6
2011-11-23Move DoShowOptions to xf86Configure.c, delete xf86ShowOpts.cAlan Coopersmith3-123/+52
2011-11-23Remove bad code from DoShowOptions (Xorg -showopts handler)Alan Coopersmith1-10/+2
2011-11-23Convert dmxSetDefaultFontPath to use strdup instead of malloc+strncpyAlan Coopersmith1-7/+4
2011-11-23matchDriverFromFiles: use one snprintf instead of strncpy/cat seriesAlan Coopersmith1-3/+2
2011-11-23Convert strncpy/strncat to strlcpy/strlcatAlan Coopersmith8-17/+13
2011-11-23Convert some malloc + strncpy pairs into strndup callsAlan Coopersmith1-3/+1
2011-11-23Don't fallback to wsfb or fbdev on SolarisAlan Coopersmith1-0/+2
2011-11-23Fix Xdmx build on Linux to work with strlcpy changesAlan Coopersmith2-0/+5
2011-11-21docs: spell "X Server Version" consistently in titles. Add where missing.Gaetan Nadon3-1/+5
2011-11-18edid: Add quirk for Acer Aspire One 110Ross Burton1-0/+5
2011-11-18dri2: Register the DRI2DrawableType after server regenerationChris Wilson2-2/+15
2011-11-18DRI2: Avoid a NULL pointer dereferenceChris Wilson1-1/+2
2011-11-18VidMode: prevent crash with no modesChris Wilson1-0/+3
2011-11-18xfree86: Deprecate the use of xf86PciInfo.hJeremy Huddleston6-10/+3
2011-11-18xfree86: Fix powerpc build with -Werror=int-to-pointer-cast -Werror=pointer-t...Jeremy Huddleston1-4/+4
2011-11-14xfree86: Fix RandR rotation across server generationsPierre-Loup A. Griffais1-0/+3
2011-11-14Merge remote-tracking branch 'whot/for-keith'Keith Packard3-2/+4
2011-11-09input: replace remaining GetPairedDevice() with GetMaster()Peter Hutterer2-2/+2
2011-11-06Fix vesa's VBE PanelID interpretationDerek Buitenhuis1-1/+4
2011-11-04xfree86: duplicate name and driver from pInfo for NewInputDeviceRequestPeter Hutterer1-0/+2
2011-11-02Merge remote-tracking branch 'jturney/master'Keith Packard11-158/+45
2011-11-02mi: remove deprecated miPointerAbsoluteCursor from design docGaetan Nadon1-8/+1
2011-11-02Merge remote-tracking branch 'whot/two-screen-coordinates'Keith Packard5-20/+7
2011-11-02Merge remote-tracking branch 'koba/reviewed'Keith Packard8-102/+23
2011-11-02hw/xwin: Fix a typo in ddraw.hColin Harrison1-1/+1
2011-11-02hw/xwin: Revert "Fix bug #5735, Serious flaw in CygwinX clipboard"Yaakov Selkowitz1-46/+2
2011-11-02hw/xwin: Stop pretending we work on NT4Jon TURNEY3-57/+11
2011-11-02hw/xwin: Link directly to TrackMouseEvent()Jon TURNEY6-49/+6
2011-11-02Cygwin/X: Make default DPI match native DPIJon TURNEY3-5/+25
2011-10-30Merge remote-tracking branch 'whot/for-keith'Keith Packard2-13/+25
2011-10-31xfree86: fix potential buffer overflowServaas Vandenberghe1-4/+13
2011-10-31xfree86: reduce calls to input_option_get_key/valuePeter Hutterer1-9/+12
2011-10-29xfree86: add nouveau as the first automatic driver for NVIDIA hardwareAnssi Hannula1-1/+9
2011-10-29bsd: alpha_video: Remove unused variablesAlexandr Shadchin1-3/+0
2011-10-29bsd: alpha_video: Simplify #includeAlexandr Shadchin1-6/+4
2011-10-29bsd: alpha_video: Function sethae() need only for FreeBSDAlexandr Shadchin1-37/+14
2011-10-29Move check definition MAP_FAILED in xf86_OSlib.hAlexandr Shadchin8-30/+4
2011-10-29Remove odd definition DEV_MEMAlexandr Shadchin4-7/+1
2011-10-29Remove BSDi supportAlexandr Shadchin1-17/+2
2011-10-29Remove unused VT_SYSREQ_DEFAULTAlexandr Shadchin1-4/+0
2011-10-28bsd: Remove odd message about -sharevtsAlexandr Shadchin1-1/+0
2011-10-26XWin: windowswm: Correct byte swapping in event notificationsJeremy Huddleston1-1/+3