Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-11-29 | Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable | Kevin E Martin | 78 | -132/+359 | |
module builds to reflect this change. | |||||
2005-11-28 | Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 | Alan Coopersmith | 15 | -17/+17 | |
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) | |||||
2005-11-23 | Add configure option to install libxf86config.a (disabled by default). | Kevin E Martin | 5 | -6/+43 | |
2005-11-22 | Bug #5118: Use "rm -f" instead of "$(RM)", which isn't always defined. | Eric Anholt | 2 | -2/+7 | |
2005-11-21 | Fix Xprt library dependencies in the case that Xprint is auto-detected by | Felix Kuehling | 2 | -1/+7 | |
configure. | |||||
2005-11-20 | Make sure XKM_OUTPUT_DIR (used in code) ends in / (so paths don't get hosed | Alan Coopersmith | 3 | -3/+18 | |
when appending file names) but XKB_COMPILED_DIR (used in Makefiles) does not so install-sh -d doesn't get confused when the directory already exists. | |||||
2005-11-20 | Add xext to list of modules xorgcfg depends on. | Alan Coopersmith | 2 | -1/+6 | |
2005-11-19 | Update pkgconfig files to separate library build-time dependencies from | Kevin E Martin | 9 | -11/+32 | |
application build-time dependencies, and update package deps to work with separate build roots. | |||||
2005-11-19 | Bug #4824: Build XTrap support by default, matching monolith. | Adam Jackson | 2 | -10/+12 | |
2005-11-18 | Bug #5060: Fix non-Linux DRI on 64 bit post Linux 32/64 changes. | Eric Anholt | 1 | -0/+8 | |
2005-11-18 | Bug #4928: Unbreak Makefile.am for Alpha chips. (Stefan DeRoeck) | Adam Jackson | 2 | -2/+7 | |
2005-11-18 | Bug #4859: Don't segfault on bad DDC read. (Tony Houghton) | Adam Jackson | 1 | -5/+8 | |
2005-11-16 | Fix builds when not building the Xorg DDX. | Adam Jackson | 2 | -2/+9 | |
2005-11-15 | Make fb build on darwin/ppc without addition #define hacks | Adam Jackson | 1 | -1/+1 | |
2005-11-14 | Use glcontextmodes.[ch] from Mesa. | Kevin E Martin | 4 | -556/+12 | |
2005-11-14 | Add GL_CFLAGS so that GLX can find its proto headers when using separate | Kevin E Martin | 2 | -1/+7 | |
build dirs. | |||||
2005-11-14 | Dont prevent SCO platforms for using the default ZAxisMapping now that the | Kean Johnson | 1 | -3/+1 | |
OS layer correctly sends z-axis events when the wheel button is used. | |||||
2005-11-14 | Default xkb-output directory needs trailing slash. | Alan Coopersmith | 2 | -2/+7 | |
2005-11-13 | Bug #5019 <https://bugs.freedesktop.org/show_bug.cgi?id=5019> xserver | Alan Coopersmith | 15 | -33/+194 | |
installs manpages into 'man1' instead of 'man1x' | |||||
2005-11-12 | use RGB_DB not RGB_PATH as that's what configure defines (Jürg Billeter | Alan Coopersmith | 2 | -1/+7 | |
<j@bitron.ch>) | |||||
2005-11-10 | Fix typo to enable DGA support.XORG-6_99_99_902 | Kevin E Martin | 5 | -4/+14 | |
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 | Update package version number for X11R7 RC2 release. Update release string | Kevin E Martin | 2 | -2/+8 | |
to 6.99.99.902 (i.e., 7.0 RC2). | |||||
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 | 6 | -5/+60 | |
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 | 45 | -178/+3310 | |
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 | 6 | -6/+6 | |
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-04 | Only use fbCopyAreammx if planemask is FB_ALLONES (fixes XTS5 XCopyArea | Kevin E Martin | 1 | -1/+2 | |
tests 22 and 23). | |||||
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 | 4 | -17/+53 | |
security, lbx and xevie extensions to give us parity with monolithic tree. | |||||
2005-11-03 | Use APP_MAN_SUFFIX for Xserver man page instead of hardcoding section 1 | Alan Coopersmith | 2 | -5/+17 | |
2005-11-02 | Add support for enabling/disabling DBE (part of generic enable/disable | Kevin E Martin | 3 | -9/+26 | |
extension support in the server). | |||||
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 | 8 | -12/+99 | |
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 | 2 | -0/+6 | |
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-22 | programs/Xserver/GL/mesa/X/xf86glx.c: Missing initializer in xf86glx.c | Dave Airlie | 1 | -0/+1 | |
spotted while debugging something else. | |||||
2005-10-21 | Bug #1429: Report input device type correctly. (Stéphane VOLTZ) | Adam Jackson | 1 | -2/+2 | |
2005-10-21 | Bug #4730: Byte-swap the pixmap ID correctly. (Neil Campbell) | Adam Jackson | 1 | -0/+1 | |
2005-10-21 | Bug #4840: Typo, x$xRES -> x$RES. (George Fufutos) | Adam Jackson | 2 | -1/+6 | |