Age | Commit message (Expand) | Author | Files | Lines |
2006-07-21 | bug #890: completely remove deprecated keyboard driver | Kristian Høgsberg | 1 | -5/+0 |
2006-07-21 | add support for built-in fonts | Daniel Stone | 1 | -0/+8 |
2006-07-21 | make XInput mandatory | Daniel Stone | 1 | -7/+3 |
2006-07-21 | new KDrive input world order | Daniel Stone | 1 | -69/+120 |
2006-07-21 | add basic D-BUS configuration mechanism | Daniel Stone | 1 | -3/+17 |
2006-07-21 | fix minor typo | Daniel Stone | 1 | -1/+1 |
2006-07-18 | get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE | Daniel Stone | 1 | -14/+1 |
2006-07-10 | Fix the configure check for the --{enable,disable}-dpms option | Gustavo Pichorim Boiko | 1 | -1/+1 |
2006-07-08 | Bug #3042: Use autoconf to get the correct name of a struct member. | Tilman Sauerbeck | 1 | -0/+19 |
2006-07-06 | xorgcfg now needs libxkbui version 1.0.2 or better. | Keith Packard | 1 | -1/+1 |
2006-07-06 | GL proto version 1.4.7 needed for texture-from-pixmap defines. | Keith Packard | 1 | -1/+1 |
2006-07-06 | Drop unused GL/include subtree. | Kristian Høgsberg | 1 | -2/+0 |
2006-07-03 | Bump server version to 7.1.99.2 for gradient and repeat fixes. | Eric Anholt | 1 | -1/+1 |
2006-06-27 | Bump server release to 7.1.99.1. | Eric Anholt | 1 | -3/+3 |
2006-06-22 | Drop libz from the server's link line, it was only needed for LBX. | Adam Jackson | 1 | -1/+1 |
2006-06-20 | Don't add -ldl to XORG_LIBS if it's not needed for dlopen | Alan Coopersmith | 1 | -1/+4 |
2006-06-19 | Another round of loader sense-beating. Remove the (unused) server export | Adam Jackson | 1 | -1/+1 |
2006-06-18 | Xprint/ -> hw/xprint | Adam Jackson | 1 | -36/+36 |
2006-06-03 | Bump to 1.1.99.2.xorg-server-1_1_99_2 | Daniel Stone | 1 | -1/+1 |
2006-06-03 | Add support for kFreeBSD systems. (Robert Millan, Aurelien Jarno) | Daniel Stone | 1 | -5/+8 |
2006-06-01 | Kill LBX, too. | Daniel Stone | 1 | -29/+9 |
2006-06-01 | Ditch more alternate-loader braindamage. | Daniel Stone | 1 | -4/+0 |
2006-05-24 | On NetBSD, add -li386 for i386 and -lx86_64 for x86_64 to SYS_LIBS. (x86_64 | Jeremy C. Reed | 1 | -2/+6 |
2006-05-23 | Add AC_SUBST([SOLARIS_ASM_CFLAGS]) that I forgot when splitting them out of | Alan Coopersmith | 1 | -0/+1 |
2006-05-15 | Bug #5209: Fix APM/ACPI support, again. (Michel Dänzer, Valery Inozemtsev) | Adam Jackson | 1 | -1/+1 |
2006-05-14 | Don't use AM_CONDITIONAL inside shell conditionals. Bugzilla #6916. | Matthieu Herrb | 1 | -3/+4 |
2006-05-09 | Bug #5209: Re-enable building APM and ACPI support. (Michel Dänzer) | Adam Jackson | 1 | -1/+10 |
2006-05-03 | Make Xephyr build on Solaris: | Alan Coopersmith | 1 | -0/+4 |
2006-05-02 | Fix Solaris build with Sun compilers to work when exa is built before | Alan Coopersmith | 1 | -1/+2 |
2006-04-06 | Remove cfb16, no longer used. | Adam Jackson | 1 | -1/+0 |
2006-04-05 | Put the screensaver extension back in the Xext module. | Fredrik Höglund | 1 | -2/+2 |
2006-04-02 | Bump to 1.1.99.1.xorg-server-1_1_99_1 | Adam Jackson | 1 | -1/+1 |
2006-04-02 | Reorder link order for Xdmx to fix new screensaver variable referencexorg-server-1_0_99_2 | Adam Jackson | 1 | -2/+2 |
2006-04-01 | Disable Xprint freetype support momentarily. Needs ttf2pt1.c, which exists | Adam Jackson | 1 | -1/+1 |
2006-04-01 | Bug #5801: Check for MTRR support under Linux. Minor refactoring of MTRR | Daniel Stone | 1 | -5/+11 |
2006-04-01 | Make Xprint AC_ARG_ENABLEs and AC_ARG_WITHs unconditional also. | Daniel Stone | 1 | -3/+5 |
2006-04-01 | Unconditionally run XP_USE_FREETYPE AM_CONDITIONAL, not only in the Xprint | Daniel Stone | 1 | -1/+1 |
2006-03-31 | Move the screensaver extension from module to builtins. | Fredrik Höglund | 1 | -2/+2 |
2006-03-31 | Add full FreeType support for Xprint. (Drew Parsons) | Daniel Stone | 1 | -0/+36 |
2006-03-28 | Fix another typo. | Kristian Høgsberg | 1 | -1/+1 |
2006-03-28 | Fix a couple of typos. | Kristian Høgsberg | 1 | -1/+0 |
2006-03-28 | Add --enable-glx-tls ./configure option to enable use of TLS for storing | Kristian Høgsberg | 1 | -0/+8 |
2006-03-28 | Silence some editorializing in the configure help text. | Adam Jackson | 1 | -2/+2 |
2006-03-27 | Fix remnants of previous busted _XkbStrCaseCmp commit. | Daniel Stone | 1 | -0/+2 |
2006-03-21 | Make the server distcheck and tag 1.0.99.1 snapshot.xorg-server-1_0_99_1 | Kristian Høgsberg | 1 | -1/+1 |
2006-03-17 | Typo fix, reindent. | Daniel Stone | 1 | -2/+2 |
2006-03-17 | Check for glproto when building GLX and make sure we have at least 1.4.6. | Kristian Høgsberg | 1 | -0/+1 |
2006-03-15 | Bump to requiring fixesproto >= 4.0 and compositeproto >= 0.3. | Adam Jackson | 1 | -2/+2 |
2006-03-15 | - OpenBSD needs -Wl,-export-dynamic to export symbols from main executable | Matthieu Herrb | 1 | -0/+10 |
2006-03-12 | Merge accel_indirect branch to HEAD. | Kristian Høgsberg | 1 | -0/+12 |