Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-11-10 | Fix typo to enable DGA support.XORG-6_99_99_902 | Kevin E Martin | 1 | -1/+1 | |
EXTMODULE is required to build DGA support into extmod. | |||||
2005-11-10 | Dont pass wheel mouse buttons as real buttons, map them as Z-Axis movementXORG-6_8_99_902 | Kean Johnson | 3 | -30/+16 | |
on SCO and USL. Re-instate the ZAxisMapping default for the mouse driver. | |||||
2005-11-09 | Bug #4915: ButtonMapping option which allows to define arbitrary button | Matthias Hopf | 4 | -13/+18 | |
mappings (including left-handed mouse etc.). Fixed incorrect usage of non-reversed, but ZAxisMapped buttons for state detection. Nuked unused part of reverseMap. | |||||
2005-11-09 | DRM 1.0.5 importDRM-1_0_5 | Kevin E Martin | 2 | -5/+4 | |
2005-11-08 | Add newly checked in files to Xorg server build. | Kevin E Martin | 3 | -2/+23 | |
Fix release date. Enable DGA extension by default. | |||||
2005-11-08 | Bug #2880, add functions for byte and word level access to pci config | Kristian Høgsberg | 3 | -14/+128 | |
space. Fix broken utf8 again. | |||||
2005-11-08 | See ChangeLog entry 2005-11-07 for details. | Kean Johnson | 39 | -168/+3247 | |
2005-11-08 | Don't reference noXkbExtension when building without XKB. (Bob Terek - Sun | Alan Coopersmith | 1 | -2/+9 | |
Microsystems) | |||||
2005-11-07 | Fix Xvfb to work properly in depth 15 mode. Fixes XTS5 XCloseDisplay-3 | Kevin E Martin | 1 | -7/+4 | |
server crash. | |||||
2005-11-06 | Fix a bug where a system memory pixmap got a wrong address if memcpy() | Thomas Hellstrom | 3 | -3/+3 | |
fallback was used for downloading from screen. | |||||
2005-11-05 | Bug #4948: <https://bugs.freedesktop.org/show_bug.cgi?id=4948> Incorrect | Alan Coopersmith | 1 | -3/+3 | |
URL in log file for Xorg CVS. Also fixed wording of statement to not refer to monolithic CVS since modular uses the same code, so it was appearing in modular builds too. | |||||
2005-11-03 | Whitespace change just to make sure I created the branch correctly. | Ian Romanick | 1 | -1/+0 | |
2005-11-03 | Fix vendor string and release version reported by the servers. Enable | Kevin E Martin | 1 | -2/+2 | |
security, lbx and xevie extensions to give us parity with monolithic tree. | |||||
2005-11-02 | Fix support for enabling/disabling extensions loaded from modules. | Kevin E Martin | 4 | -19/+24 | |
2005-11-01 | Add xorg-server.m4 for driver dependency checking. | Kevin E Martin | 4 | -2/+19 | |
Update pkgcheck depedencies to work with separate build roots. | |||||
2005-10-31 | Fix fd leak by closing them in the ACPI code instead of just using | Kevin E Martin | 1 | -0/+2 | |
shutdown. | |||||
2005-10-30 | RandR: Add a driver func to let the driver determine the physical size of a | Thomas Winischhofer | 2 | -28/+61 | |
screen size (display mode). Useful for faked widescreen modes, modes which are scaled by the driver, etc. This really helps fixing RandR's sometimes dumb DPI assumptions. | |||||
2005-10-30 | Add xf86RandRSetNewVirtualAndDimensions to loader symlist | Thomas Winischhofer | 1 | -0/+5 | |
2005-10-29 | Add function for drivers to change RandR's idea of the virtual screen size. | Thomas Winischhofer | 2 | -13/+56 | |
(This allows drivers to reserve a larger virtual size at start and change it later) | |||||
2005-10-29 | Make X -> Xorg symlink at install time. | Alan Coopersmith | 1 | -0/+1 | |
2005-10-28 | build fix on alpha | Alan Hourihane | 1 | -1/+1 | |
2005-10-27 | Improved stack trace dump code for Solaris - try fork & exec of pstack | Alan Coopersmith | 1 | -5/+86 | |
first so we can see the names of non-exported symbols that aren't visible to walkcontext/dladdr1 code. | |||||
2005-10-21 | Bug #1429: Report input device type correctly. (Stéphane VOLTZ) | Adam Jackson | 1 | -2/+2 | |
2005-10-20 | EXA: The "optimization" for using a fill operation instead of 1x1 copies | Thomas Winischhofer | 3 | -9/+9 | |
checked the destination drawable's dimensions (!) instead of the tile's. Really.... | |||||
2005-10-20 | Move xf86XTrapModule.c to dixmods, guess at a build system. | Adam Jackson | 1 | -0/+11 | |
2005-10-19 | Bug #3196: Fix Load foo.so syntax. | Adam Jackson | 1 | -0/+5 | |
2005-10-19 | Fix PCI bus scan on ia64 E8870 chipsets. | Adam Jackson | 1 | -1/+1 | |
2005-10-18 | Fix distcheck by forcing Xorg to be installed before chmod/chown. | Adam Jackson | 1 | -1/+1 | |
2005-10-18 | Fix parallel builds my ensuring libdmxconfig builds first. | Adam Jackson | 1 | -0/+3 | |
2005-10-18 | Don't use $< in explicit rules since neither BSD nor Solaris make allow | Alan Coopersmith | 1 | -1/+1 | |
that. | |||||
2005-10-18 | Add miext/damage so misym.c can export DamageDamageRegion. | Aaron Plattner | 1 | -1/+2 | |
2005-10-18 | Export DamageDamageRegion. Not bumping the ABI version since we did thatXORG-6_8_99_901 | Aaron Plattner | 1 | -0/+6 | |
already for this release. | |||||
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 | |
$(sysconfdir)/X11/app-defaults to $(libdir)/X11/app-defaults to match the monolith & allow localization | |||||
2005-10-17 | More automake 1.7 braindamage: use mkdir -p, not . | Adam Jackson | 1 | -1/+2 | |
2005-10-17 | Work around automake-1.7 braindamage by providing an explicit rule for | Adam Jackson | 1 | -0/+5 | |
XOrgCfg. | |||||
2005-10-17 | include/dix-config.h.in Add support for more extensions | Kevin E Martin | 9 | -15/+63 | |
Add missing files to EXTRA_DIST | |||||
2005-10-15 | Fix typo and add new Makefiles to AC_OUTPUT | Kevin E Martin | 3 | -3/+12 | |
Fix typos Add xorg.conf.man to CLEANFILES Add missing files to EXTRA_DIST | |||||
2005-10-15 | Add an additional meaning to the "dirty" flag. Now, if !dirty && !area, the | Eric Anholt | 7 | -32/+82 | |
pixmaps's contents are undefined, so we won't need to upload the undefined contents in MoveIn. Use the ExaCheck* for async ops as well, so that dirty is always tracked. While the performance impact for my ls -lR test was not significant (though the avoiding-upload path was being hit), it's likely to be important for the upcoming Get/PutImage acceleration from ajax. | |||||
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 | 4 | -2/+4 | |
in those dirs. Remove unsupported os-support subdirs (bsdi, dgux, hurd, nto, os2, pmax, qnx4) that have no maintainer and we don't dist. Add Options. | |||||
2005-10-14 | remove reference to non-existent agpgart.h | Alan Hourihane | 1 | -2/+0 | |
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 | 1 | -0/+4 | |
2005-10-13 | Dist NOTES. | Kristian Høgsberg | 6 | -4/+8 | |
Dist helper shell scripts. Dist XAA.HOWTO and a few more unused C files. Dist xorgconf.cpp. Fix DIST_EXTRA typo. Clean yacc and lex generated files only during make maintainer-clean as we don't expect users to have those tools installed. | |||||
2005-10-13 | Fix stupid mistake in yesterday's allocator commit, would cause exa to | Benjamin Herrenschmidt | 2 | -2/+4 | |
consider a random available memory size | |||||
2005-10-12 | Remove an RM line that appears unnecessary and was breaking the build at | Eric Anholt | 1 | -4/+5 | |
xf86DefModeSet.c with FreeBSD make, where RM was undefined. While here, make the build of xf86DefModeSet.c depend on its sources, so it'll rebuild properly, and make it a normal CLEANFILE rather than a DISTCLEANFILE, since the intention seems to be to build it at the user's build time. | |||||
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 | 2 | -6/+26 | |
2005-10-12 | If a window background is a 1x1 pixmap, read the value out and go to | Eric Anholt | 3 | -0/+81 | |
exaFillRegionSolid rather than sending piles and piles of Copies to the hardware. |