Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-07-24 | Remove xorgcfg | Daniel Stone | 56 | -26294/+0 | |
Us shipping a GUI configuration utility (especially as part of the server!) was pretty pointless. There was pretty much nothing it could configure which wasn't already runtime adjustable: if you could get a server up with functioning input and output, there wasn't much xorgcfg could do for you. Au revoir. | |||||
2008-07-23 | Unifdef QNX. | Adam Jackson | 1 | -5/+0 | |
Again, hasn't worked since at least 7.0. | |||||
2008-07-19 | Fix compile failure | James Cloos | 1 | -0/+1 | |
This fixes a compile failure by ensuring that mouse-cfg.c can see the MTYPE_ constants. | |||||
2008-07-17 | Remove XF86Misc code from xorgcfg. | Adam Jackson | 1 | -32/+0 | |
2008-07-16 | Remove font module support from xorgcfg. | Adam Jackson | 3 | -97/+5 | |
2008-07-04 | Nuke libc wrapper remaining stuffs. | Tiago Vignatti | 1 | -183/+0 | |
2008-06-24 | Check for __amd64__, not __x86_64__. | Adam Jackson | 1 | -1/+1 | |
Spiritual revert of 1fa4de80fcfc697b5e5879cc351fb3e9dbf6acbe. Intel's C compiler claims to be gcc-compatible; if they're not defining the same macros as gcc then that's their bug, not ours. Even if we were to do this aliasing we should do it once and for all in servermd.h. | |||||
2008-05-01 | xorgcfg: Fix a crash if xorg.conf doesn't have a Files section. | Paulo Cesar Pereira de Andrade | 1 | -16/+34 | |
This patch only creates a Files section if required, so if no entries are added, an empty Files section will not be created. Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au> | |||||
2008-04-12 | Check for __x86_64__ when we check for __amd64__ | Matt Turner | 1 | -1/+3 | |
It seems Intel C Compiler neglects to define __amd64__, __amd64, or amd64, but *does* define __x86_64__. | |||||
2008-02-22 | Use the client-side XKB headers for the config utilities | Adam Jackson | 1 | -1/+1 | |
2008-02-17 | XKB: Move headers into the server tree | Daniel Stone | 1 | -1/+1 | |
We need to start breaking the XKB API to enforce sanity, so drag whichever headers we need to do so into the server tree, as the client API is set in stone, being part of Xlib. | |||||
2007-12-03 | Death to libcwrapper. | Adam Jackson | 1 | -1/+0 | |
This has been deprecated since 1.1. Since we're breaking ABI again anyway, remove it entirely. | |||||
2007-11-17 | Bug #9725: Don't look in root's $HOME for config files, that's just confusing. | Adam Jackson | 1 | -1/+0 | |
2007-11-05 | Remove all traces of external RGB database (and Speedo) | Daniel Stone | 4 | -30/+1 | |
Remove all references to an external RGB database (which hasn't been enabled for a very long time). Also get rid of some references to Speedo fonts. | |||||
2007-09-27 | xorgcfg needs $(DIX_CFLAGS) for pixman-1 include path | Alan Coopersmith | 1 | -1/+1 | |
2007-08-23 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵ | Ian Romanick | 7 | -56/+0 | |
pci-rework Conflicts: hw/xfree86/common/xf86.h hw/xfree86/common/xf86Init.c hw/xfree86/common/xf86pciBus.c hw/xfree86/int10/generic.c hw/xfree86/int10/helper_exec.c hw/xfree86/loader/xf86sym.c hw/xfree86/os-support/bus/Pci.c hw/xfree86/os-support/bus/Pci.h hw/xfree86/os-support/bus/linuxPci.c hw/xfree86/os-support/linux/int10/linux.c | |||||
2007-06-29 | Death to RCS tags. | Adam Jackson | 3 | -5/+0 | |
2007-06-28 | Remove the remnants of OS/2 support. | Adam Jackson | 4 | -51/+0 | |
This has never worked in any modular server release, and as far as I know was never tested in 6.7 through 6.9. | |||||
2007-06-18 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵ | Ian Romanick | 1 | -2/+2 | |
pci-rework Conflicts: hw/xfree86/os-support/bus/Pci.c hw/xfree86/os-support/bus/linuxPci.c | |||||
2007-04-10 | XFree86: Fix memory leak in option parsing | Magnus Vigerlöf | 1 | -2/+2 | |
Fix option parsing functions and callers thereof to not leak memory. | |||||
2006-12-08 | Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver ↵ | Ian Romanick | 5 | -26/+5 | |
into pci-rework Conflicts: hw/xfree86/common/xf86Configure.c hw/xfree86/common/xf86Helper.c hw/xfree86/common/xf86pciBus.c hw/xfree86/int10/helper_exec.c hw/xfree86/os-support/bus/Pci.c hw/xfree86/os-support/bus/linuxPci.c hw/xfree86/os-support/linux/lnx_pci.c hw/xfree86/scanpci/Makefile.am hw/xfree86/utils/pcitweak/Makefile.am hw/xfree86/utils/scanpci/Makefile.am | |||||
2006-12-04 | Check for __sparc as well as __sparc__ for compatibility with Sun cc | Alan Coopersmith | 1 | -1/+1 | |
(gcc defines __sparc__, Sun cc defines __sparc) | |||||
2006-11-13 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver | Jeremy C. Reed | 5 | -31/+17 | |
2006-11-13 | On DragonFLy, default to /dev/sysmouse (just like on FreeBSD). | Jeremy C. Reed | 1 | -1/+1 | |
TODO: use autoconf to handle this so the code is not platform based but feature based. | |||||
2006-10-24 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵ | Ian Romanick | 2 | -7/+14 | |
pci-rework Conflicts: hw/xfree86/Makefile.am hw/xfree86/common/xf86.h hw/xfree86/common/xf86DoScanPci.c hw/xfree86/os-support/bus/linuxPci.c hw/xfree86/scanpci/extrapci.ids hw/xfree86/scanpci/pci.ids hw/xfree86/scanpci/pciid2c.pl hw/xfree86/scanpci/xf86PciStdIds.h | |||||
2006-10-23 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵ | Daniel Stone | 1 | -0/+1 | |
input-hotplug | |||||
2006-10-19 | Add ast driver/device info to Xorg server & config utilities | Carl Switzky | 1 | -0/+1 | |
2006-10-20 | Make sure xorgcfg files are included even when dist made with --disable-xorgcfg | Alan Coopersmith | 1 | -7/+13 | |
2006-10-13 | Make sure xorgcfg files are included even when dist made with --disable-xorgcfg | Alan Coopersmith | 1 | -7/+13 | |
2006-08-12 | xfree86: remove Xqueue support completely | Daniel Stone | 2 | -6/+0 | |
2006-08-08 | xorgcfg: fix compilation error | Tiago Vignatti | 3 | -3/+3 | |
Add missing parentheses to IS_KBDDRIV macros. | |||||
2006-07-25 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵ | Ian Romanick | 31 | -34/+0 | |
pci-rework Conflicts: hw/xfree86/common/xf86Init.c hw/xfree86/int10/pci.c hw/xfree86/scanpci/xf86PciData.h hw/xfree86/scanpci/xf86PciStdIds.h hw/xfree86/scanpci/xf86PciStr.h hw/xfree86/scanpci/xf86ScanPci.h hw/xfree86/utils/pcitweak/pcitweak.c hw/xfree86/utils/scanpci/scanpci.c Re-removed most of the conflicting files. | |||||
2006-07-21 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵ | Daniel Stone | 31 | -34/+0 | |
input-hotplug | |||||
2006-07-21 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵ | Ian Romanick | 2 | -4/+1 | |
pci-rework Conflicts: hw/xfree86/common/xf86DoScanPci.c hw/xfree86/common/xf86Init.c hw/xfree86/common/xf86pciBus.c | |||||
2006-07-21 | Remove RCS tags. Fix Xprint makefile braindamage. | Adam Jackson | 31 | -34/+0 | |
2006-07-21 | bug #890: completely remove deprecated keyboard driver | Kristian Høgsberg | 3 | -18/+3 | |
Remove all remnants of the old built-in keyboard driver. | |||||
2006-07-18 | get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE | Daniel Stone | 2 | -4/+1 | |
Get rid of almost all uses of these definitions. They're still defined for delinquent out-of-tree drivers, and also for the Mesa build. As well as for miinitext.c. But largely gone. | |||||
2006-06-20 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver | Ian Romanick | 1 | -0/+2 | |
Conflicts: hw/xfree86/loader/Makefile.am hw/xfree86/loader/xf86sym.c | |||||
2006-06-18 | Add some missing .gitignore stuff for Mesa symlinks and other generated files. | Eric Anholt | 1 | -0/+2 | |
2006-06-07 | Initial batch of changes for PCI rework. All future changes will be | Ian Romanick | 1 | -23/+3 | |
tracked individually. | |||||
2006-05-24 | NetBSD also has curses.h instead of ncurses.h. (TODO: Maybe instead of | Jeremy C. Reed | 1 | -2/+2 | |
checking for SCO, UnixWare, Sun SVR4 and NetBSD, the curses.h versus ncurses.h should be tested in configure.) | |||||
2006-05-03 | Redact a few mentions of speedo font support. | Adam Jackson | 1 | -2/+2 | |
2006-04-18 | Update all prefixes in config tools, so they mostly work again. Also, make | Donnie Berkholz | 5 | -9/+11 | |
RgbPath commented out when using xorgconfig. Start using /dev/input/mice as the default mouse location on Linux. | |||||
2006-04-07 | Coverity #1216: Fix double-close of file on error. | Daniel Stone | 1 | -1/+0 | |
2006-03-25 | Mark everything in xf86sym.c as _X_EXPORT. | Adam Jackson | 1 | -16/+16 | |
2006-03-11 | Fix buffer size checks to prevent 2-byte buffer overflows. (Coverity #480, | Alan Coopersmith | 1 | -7/+7 | |
#481, #482, #483) | |||||
2006-03-11 | Pass sizeof the correct buffer to XmuSnprintf. (Coverity #489) | Alan Coopersmith | 1 | -1/+1 | |
2006-03-05 | define SYS_LIBS to hold system dependant libraries that may needed. and add | Matthieu Herrb | 1 | -1/+2 | |
it to libraries list where needed. Update ChangeLog for previous changes too | |||||
2006-02-10 | Remove libcwrapper usage from xorg server modules. The libcwrapper is only | Eric Anholt | 1 | -1/+0 | |
of (marginal) use in the drivers, and that usage remains. | |||||
2005-12-08 | Add configure options to allow hard-coded paths to be changed. | Kevin E Martin | 1 | -2/+5 | |