Age | Commit message (Expand) | Author | Files | Lines |
2005-10-18 | DRM 20051017 importDRM-20051017 | Kevin E Martin | 1 | -1/+1 |
2005-10-18 | Change default install dir for app-default files from | Alan Coopersmith | 1 | -1/+1 |
2005-10-17 | More automake 1.7 braindamage: use mkdir -p, not . | Adam Jackson | 2 | -1/+5 |
2005-10-17 | Work around automake-1.7 braindamage by providing an explicit rule for | Adam Jackson | 2 | -0/+11 |
2005-10-17 | Fix whitespace in AS_HELP_STRING uses, convert all help strings to use | Kristian Høgsberg | 2 | -41/+54 |
2005-10-17 | include/dix-config.h.in Add support for more extensions | Kevin E Martin | 17 | -40/+188 |
2005-10-16 | Link Xprint config directories in $(C_LOCALE) list to C locale dir, not | Alan Coopersmith | 1 | -1/+1 |
2005-10-16 | Change '==' to portable '='. | Donnie Berkholz | 2 | -10/+14 |
2005-10-15 | Fix typo and add new Makefiles to AC_OUTPUT | Kevin E Martin | 13 | -33/+198 |
2005-10-15 | Doh, remember to add this file. | Kristian Høgsberg | 2 | -0/+25 |
2005-10-15 | Add an additional meaning to the "dirty" flag. Now, if !dirty && !area, the | Eric Anholt | 12 | -48/+144 |
2005-10-14 | Hook up lbx. | Kristian Høgsberg | 5 | -10/+39 |
2005-10-14 | Set default font path to match the default in the monolith so fonts are | Alan Coopersmith | 2 | -1/+15 |
2005-10-14 | Install Xorg & xorg.conf man pages even when not building docs | Alan Coopersmith | 2 | -2/+4 |
2005-10-14 | Add sysv and sco os-support subdirs and add simple EXTRA_DIST Makefile.am | Kristian Høgsberg | 5 | -2/+14 |
2005-10-14 | remove reference to non-existent agpgart.h | Alan Hourihane | 1 | -2/+0 |
2005-10-14 | Add XTRAP_LIB to XPRINT_EXTENSIONS to fix xprint build when xtrap is | Donnie Berkholz | 2 | -1/+6 |
2005-10-14 | Require glproto >= 1.4.1 if building DRI with GLX. This fixes a build | Donnie Berkholz | 2 | -1/+6 |
2005-10-14 | Remove reference to XF86config-4. Add xorgcfg(1) to See Also list. | Alan Coopersmith | 1 | -3/+3 |
2005-10-14 | Set substitutions needed in xorgconfig man page. | Alan Coopersmith | 2 | -0/+9 |
2005-10-13 | AC_SUBST VENDOR_STRING & VENDOR_RELEASE for xorgcfg's app-defaults file | Alan Coopersmith | 1 | -1/+3 |
2005-10-13 | Dist NOTES. | Kristian Høgsberg | 7 | -4/+26 |
2005-10-13 | Fix stupid mistake in yesterday's allocator commit, would cause exa to | Benjamin Herrenschmidt | 3 | -3/+6 |
2005-10-12 | Remove an RM line that appears unnecessary and was breaking the build at | Eric Anholt | 2 | -4/+15 |
2005-10-12 | remove unneeded line of code | Alan Hourihane | 1 | -2/+0 |
2005-10-12 | Use proper access size when reading pixel based on bpp of the source pixmap | Benjamin Herrenschmidt | 3 | -9/+39 |
2005-10-12 | If a window background is a 1x1 pixmap, read the value out and go to | Eric Anholt | 6 | -0/+162 |
2005-10-12 | Fix typo (DIST_EXTRA -> EXTRA_DIST) | Kevin E Martin | 2 | -1/+6 |
2005-10-11 | Fix a couple of bugs in the offscreen allocator. One mostly harmless was | Benjamin Herrenschmidt | 5 | -54/+60 |
2005-10-11 | missed commit | Alan Hourihane | 1 | -0/+4 |
2005-10-11 | missed ChangeLog entry for previous commit | Alan Coopersmith | 1 | -0/+6 |
2005-10-11 | Add DGAReInitModes, Part 2 | Thomas Winischhofer | 1 | -0/+1 |
2005-10-11 | Add DGAReInitModes in order to allow the driver to change the list of | Thomas Winischhofer | 2 | -0/+52 |
2005-10-11 | fix a typo | Alan Hourihane | 1 | -1/+1 |
2005-10-11 | check randrp has been initialized | Alan Hourihane | 1 | -2/+2 |
2005-10-11 | programs/Xserver/hw/xfree86/common/xf86RandR.c | Alan Hourihane | 2 | -1/+13 |
2005-10-10 | don't move x or y depending on the screen size change | Alan Hourihane | 1 | -4/+2 |
2005-10-10 | rework that again | Alan Hourihane | 1 | -5/+4 |
2005-10-10 | a furthur tweak to the randr cursor position fix | Alan Hourihane | 1 | -2/+6 |
2005-10-10 | Add missing {Prepare,Finish}Access() wrappers for the tile pixmap in the | Benjamin Herrenschmidt | 6 | -0/+12 |
2005-10-09 | Bug #3254 <https://bugs.freedesktop.org/show_bug.cgi?id=3254> Make sure | Alan Coopersmith | 1 | -5/+20 |
2005-10-09 | Bug #4715 <https://bugs.freedesktop.org/show_bug.cgi?id=4715> Add | Alan Coopersmith | 1 | -1/+2 |
2005-10-09 | Don't try the accelerated glyphs path for component-alpha text (which I | Eric Anholt | 3 | -6/+15 |
2005-10-07 | another update to the RandR fix (thanks Aaron) | Alan Hourihane | 1 | -3/+2 |
2005-10-07 | Add Xprint init scrips to EXTRA_DIST. | Kristian Høgsberg | 7 | -1/+19 |
2005-10-07 | update the last RandR fix | Alan Hourihane | 1 | -1/+5 |
2005-10-07 | programs/Xserver/hw/xfree86/common/xf86RandR.c Use PointerMoved instead of | Alan Hourihane | 1 | -1/+1 |
2005-10-07 | Add darwin to dist | Kevin E Martin | 7 | -2/+194 |
2005-10-07 | Add README.compiled to dist tarball | Kevin E Martin | 2 | -1/+6 |
2005-10-06 | Clients tend to set picture->repeat when not necessary. Most HW cannot | Benjamin Herrenschmidt | 3 | -12/+72 |