Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-06-18 | Xprint/ -> hw/xprint | Adam Jackson | 258 | -2/+37208 | |
XpConfig -> hw/xprint/config | |||||
2006-06-16 | Add explicit dependencies (Xorg_DEPENDENCIES = ) on the internal libraries | Eric Anholt | 1 | -0/+3 | |
(such as libcw.la) that we link into the server, causing it to be rebuild automatically when they're updated. Some system libraries are included, but don't appear to cause any harm. You would think this would be automatic... | |||||
2006-06-09 | fix compiler warning in hw/xfree86/loader/loaderProcs.h | Greg Kroah-Hartman | 1 | -0/+1 | |
2006-06-09 | fix compiler warning in hw/xfree86/loader/loadmod.c | Greg Kroah-Hartman | 1 | -2/+0 | |
2006-06-09 | fix compiler warnings in hw/xnest/Keyboard.c | Greg Kroah-Hartman | 1 | -3/+0 | |
2006-06-09 | put function prototype for ShapeExtensionInit() in proper place | Greg Kroah-Hartman | 1 | -1/+0 | |
based on FIXME in mi/miinitext.c | |||||
2006-06-08 | Bug #7120: Multimonitor (non-Xinerama) support for xwin servers. | Adam Jackson | 1 | -2/+4 | |
(Tom Whittock) | |||||
2006-06-08 | Bug #7121: fix clipboard handling in Xming (Colin Harrison) | Adam Jackson | 1 | -26/+17 | |
2006-06-08 | fix up EnableDisableExtension() and EnableDisableExtensionError() prototypes | Greg Kroah-Hartman | 1 | -3/+1 | |
2006-06-07 | Fix compiler warning about undefined ReinitializeRootWindow function | Greg Kroah-Hartman | 1 | -3/+0 | |
2006-06-07 | Fix compiler warnings about SetVendorRelease and SetVendorString | Greg Kroah-Hartman | 1 | -3/+0 | |
2006-06-07 | Demolish now-unused loader functions. | Adam Jackson | 2 | -170/+0 | |
2006-06-07 | Add a token for EDID-supplied modes. | Adam Jackson | 1 | -0/+1 | |
2006-06-07 | Delete a (now misleading) message from the crash handler. | Adam Jackson | 1 | -11/+0 | |
2006-06-05 | When we can, bound the maximum number of PCI devices to attempt to scan, by | Daniel Stone | 4 | -2/+25 | |
the number found on the system. Only implemented for Linux right now. | |||||
2006-06-05 | Ensure all *ModuleData symbols are marked _X_EXPORT. Start removing | Adam Jackson | 39 | -201/+61 | |
XFree86LOADER ifdefs, non-loadable hasn't been supported for a while now. Remove completely gratuitious REMOVE_LOADER_CHECK_MODULE_INFO ifdefs surrounding a call to a function added in XFree86 4.1 (!). Miscellaneous static markings. | |||||
2006-06-04 | Remove a stray LBX reference. | Adam Jackson | 1 | -4/+1 | |
2006-06-03 | Bug #6619: Fix disappearing hardware cursor. (Colin Harrison) | Daniel Stone | 4 | -10/+4 | |
2006-06-03 | Completely remove relocation pointer table. | Daniel Stone | 2 | -24/+1 | |
2006-06-03 | Add support for kFreeBSD systems. (Robert Millan, Aurelien Jarno) | Daniel Stone | 1 | -1/+1 | |
2006-06-02 | Fix type confusion. | Daniel Stone | 1 | -2/+2 | |
2006-06-01 | Bug #6583: Only open /proc/bus/pci/devices once. (Bill Nottingham) | Daniel Stone | 2 | -186/+165 | |
2006-06-01 | Clean up a warning, and remove excess multiple-suffix code. | Daniel Stone | 2 | -24/+18 | |
2006-06-01 | Ditch more alternate-loader braindamage. | Daniel Stone | 3 | -17/+0 | |
2006-06-01 | Kill a.out, COFF and ELF loaders with FIRE. | Daniel Stone | 13 | -7352/+2 | |
2006-06-01 | Add bitmap to the ignored module list. | Adam Jackson | 1 | -2/+2 | |
2006-06-01 | Ignore requests to load GLcore and speedo. | Daniel Stone | 4 | -10/+19 | |
2006-06-01 | Bug #5089: Die, libbitmap, die! | Adam Jackson | 3 | -85/+2 | |
2006-06-01 | Remove horrendously ugly DDX backward-compatibility. | Daniel Stone | 2 | -3/+3 | |
2006-06-01 | Die XTESTEXT1, die! | Daniel Stone | 8 | -246/+3 | |
2006-05-30 | Powerpc machines also need ioperm_noop.c | Matthieu Herrb | 1 | -1/+2 | |
2006-05-30 | Properly document the DPMS, SyncOnGreen, and TargetRefresh options. | Adam Jackson | 1 | -10/+15 | |
2006-05-29 | Remove -xkbmap argument. | Daniel Stone | 10 | -112/+44 | |
2006-05-27 | check buffersize before reading next char, fixes the "mouse stuck at left" | Matthieu Herrb | 1 | -1/+1 | |
bug (bugzilla #3113) for BSD systems using wscons. (Dale Rahn). | |||||
2006-05-26 | RGB color database and XErrorDB install to "share" not "lib" by default (by | Jeremy C. Reed | 2 | -5/+5 | |
app/rgb and libX11). TODO: They are customizable, so maybe cpprules.in should be extended. | |||||
2006-05-25 | Don't do fixup_video_driver_list if no drivers. (I had signal 11 and core | Jeremy C. Reed | 1 | -2/+2 | |
dump when drivers not installed yet.) TODO: fix fixup_video_driver_list to handle NULL argument. | |||||
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-20 | Update to 2006-05-19 snapshot | Alan Coopersmith | 3 | -591/+10180 | |
Remove entries now present in pci.ids Regenerate from updated pci.ids & extrapci.ids | |||||
2006-05-18 | Bug #4139: Fix a BAR remapping bug that could lead to IERR and system hang. | Adam Jackson | 7 | -73/+169 | |
(Egbert Eich) | |||||
2006-05-18 | Bug #6377: Ignore disabled BARs, and allow matching BARs aligned to less | Adam Jackson | 1 | -11/+15 | |
than 16 bytes. (Felix Kühling, ATI) | |||||
2006-05-18 | Bug #5877: Avoid burning CPU when acpid dies. Require acpid to be running | Adam Jackson | 1 | -12/+13 | |
for ACPI support on Linux. Minor errno handling fixes. (Valery Inozemtsev, Adam Jackson) | |||||
2006-05-17 | Make Xv symbols conditional. (Enrico Wiegelt) | Daniel Stone | 1 | -0/+2 | |
2006-05-17 | Make DBE support conditional. (Enrico Wiegelt) | Daniel Stone | 1 | -2/+6 | |
2006-05-15 | Bug #5209: Fix APM/ACPI support, again. (Michel Dänzer, Valery Inozemtsev) | Adam Jackson | 1 | -0/+4 | |
2006-05-11 | Bug #4320: Improved XAA Composite fastpath. | Matthias Hopf | 1 | -6/+13 | |
2006-05-09 | Bug #5209: Re-enable building APM and ACPI support. (Michel Dänzer) | Adam Jackson | 7 | -15/+51 | |
2006-05-03 | Make Xephyr build on Solaris: | Alan Coopersmith | 2 | -2/+5 | |
Add #include <sys/file.h> on Solaris for FNONBLOCK/FASYNC definitions hw/kdriver/linux/Makefile.am Move agp.c & agp.h to KDRIVE_HW_SOURCES since they're not needed for Xephyr-only builds Add -lrt to XEPHYR_LIBS if needed to get nanosleep(). | |||||
2006-05-03 | Redact a few mentions of speedo font support. | Adam Jackson | 3 | -14/+6 | |
2006-04-30 | Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes. | Adam Jackson | 18 | -83/+0 | |
2006-04-26 | Add a helper for the Component Alpha Over case, which breaks the operation | Eric Anholt | 1 | -0/+6 | |
down into an OutReverse and an Add. Turn off the fallback to software glyphs when component alpha, now that we expect all (new) drivers to be able to support it. Also, make Xephyr fall back in the CA Over case to exercise this code. This speeds up my rgb24text and ls -lR in gnome-terminal by a factor of 5. |