Age | Commit message (Expand) | Author | Files | Lines |
2007-08-01 | Fonts: Fix builtin fonts | Daniel Stone | 1 | -0/+2 |
2007-07-18 | Always normalize the module name. | Adam Jackson | 1 | -4/+0 |
2007-07-18 | Remove dead code for screen crossing. | Adam Jackson | 1 | -8/+0 |
2007-07-18 | Delete dead module test code. | Adam Jackson | 1 | -33/+0 |
2007-07-18 | Remove MEMDEBUG | Adam Jackson | 1 | -3/+0 |
2007-07-18 | Dead ifdefs for BITMAP_SCANLINE_UNIT == 64 | Adam Jackson | 1 | -21/+0 |
2007-07-14 | MakeAtom needs length without trailing NUL. sizeof("string") includes NUL. | Keith Packard | 1 | -1/+1 |
2007-07-13 | Use %S instead of %s for strftime seconds when printing build time | Alan Coopersmith | 1 | -1/+1 |
2007-07-12 | Use kbd driver when xorg.conf specifies "keyboard" or "Keyboard" (bug #11301) | Alan Coopersmith | 1 | -0/+16 |
2007-06-28 | Remove the remnants of OS/2 support. | Adam Jackson | 1 | -15/+1 |
2007-06-25 | Split up memory for devices configured in the config file. | Peter Hutterer | 1 | -7/+7 |
2007-06-11 | Really make sure BUILD_TIME doesn't have a leading zero. | Clark Rawlins | 1 | -1/+1 |
2007-06-04 | Print the build time as well as the date if we can. | Zephaniah E. Hull | 1 | -0/+8 |
2007-02-17 | dix mods for Darwin | Ben Byer | 1 | -0/+1 |
2006-12-07 | Revert "xfree86 DDX: Delete DDX screens in ddxGiveUp()." | Michel Dänzer | 1 | -3/+0 |
2006-11-29 | xfree86 DDX: Delete DDX screens in ddxGiveUp(). | Michel Dänzer | 1 | -0/+3 |
2006-11-22 | Add a -showDefaultLibPath option. | Aaron Plattner | 1 | -0/+13 |
2006-11-22 | Add a -showDefaultModulePath option. | Aaron Plattner | 1 | -0/+13 |
2006-10-20 | Pre-release message should tell users to check git, not CVS, for updates | Alan Coopersmith | 1 | -2/+2 |
2006-10-08 | warning cleanups | Daniel Stone | 1 | -1/+0 |
2006-08-29 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ... | Daniel Stone | 1 | -5/+0 |
2006-08-28 | Remove calls to LoaderCheckUnresolved(), since it's now a stub. | Adam Jackson | 1 | -5/+0 |
2006-08-24 | More #ifdef USE_DEPRECATED_KEYBOARD_DRIVER. | Adam Jackson | 1 | -1/+3 |
2006-08-24 | Merge branch 'master' into input-hotplug | Daniel Stone | 1 | -0/+4 |
2006-08-23 | Add xorg.conf IgnoreABI option which does the same thing as -ignoreABI | David Nusinow | 1 | -0/+4 |
2006-07-21 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ... | Daniel Stone | 1 | -2/+0 |
2006-07-21 | Remove RCS tags. Fix Xprint makefile braindamage. | Adam Jackson | 1 | -2/+0 |
2006-07-21 | bug #890: completely remove deprecated keyboard driver | Kristian Høgsberg | 1 | -14/+0 |
2006-07-21 | xorg ddx: move to new input API, remove old keyboard driver | Daniel Stone | 1 | -82/+2 |
2006-07-21 | xorg DDX: implement NewInputDeviceRequest | Daniel Stone | 1 | -16/+1 |
2006-07-18 | get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE | Daniel Stone | 1 | -24/+0 |
2006-06-20 | Check setuid() return value. Bugzilla #7116. | Matthieu Herrb | 1 | -1/+5 |
2006-06-01 | Bug #5089: Die, libbitmap, die! | Adam Jackson | 1 | -2/+1 |
2006-06-01 | Die XTESTEXT1, die! | Daniel Stone | 1 | -9/+1 |
2006-05-09 | Bug #5209: Re-enable building APM and ACPI support. (Michel Dänzer) | Adam Jackson | 1 | -1/+3 |
2006-04-04 | Bug #5300: Fix missing spaces in the Build OS line in the log. (Egmont | Adam Jackson | 1 | -2/+2 |
2006-03-25 | Mark everything in xf86sym.c as _X_EXPORT. | Adam Jackson | 1 | -3/+3 |
2006-03-20 | Bug #6213: Check geteuid's return value, not its address, otherwise | Adam Jackson | 1 | -3/+3 |
2006-03-07 | Numerous amounts refactoring and comment adding (see ChangeLog for file by | Ian Romanick | 1 | -4/+1 |
2006-02-13 | Move call to xf86WrapperInit() to OsVendorInit() in xf86Init.c and remove | Benjamin Herrenschmidt | 1 | -2/+3 |
2005-12-14 | Bug #4718: Command line flag to disable ACPI. | Adam Jackson | 1 | -0/+5 |
2005-11-08 | See ChangeLog entry 2005-11-07 for details. | Kean Johnson | 1 | -2/+2 |
2005-11-05 | Bug #4948: <https://bugs.freedesktop.org/show_bug.cgi?id=4948> Incorrect | Alan Coopersmith | 1 | -3/+3 |
2005-10-05 | Fix the rest of the XFree86 DDX options that require an argument to say so | Alan Coopersmith | 1 | -42/+34 |
2005-10-05 | Make Xorg -config stop lying to people and claiming it doesn't exist when | Alan Coopersmith | 1 | -10/+12 |
2005-08-12 | Fix segfault when "kbd" fails to load and "keyboard" driver is not | Alan Coopersmith | 1 | -1/+2 |
2005-08-06 | Merge in patch release RC handling code from 6.8.2 (Kevin Martin) | Alan Coopersmith | 1 | -1/+11 |
2005-07-29 | Fix code to handle printing 7.0 release candidates properly. | Kevin E Martin | 1 | -0/+4 |
2005-07-04 | Bug #2216: Multiseat support. From various Debian and Ubuntu patches by | Adam Jackson | 1 | -0/+20 |
2005-07-03 | Predicate usage of xf86OSPM functions on #ifdef XF86PM. | Daniel Stone | 1 | -0/+8 |