Commit Graph

  • 5bca72458c Bug #4915: Move buttonMapping initialization before calling OS specific PreInit. Matthias Hopf 2005-11-14 14:19:52 +00:00
  • f00e2a8c96 Unrevert default ZAxisMapping change now that the default is back to "4 5 6 7" XORG-6_99_99_902 XORG-6_8_99_902 Alan Coopersmith 2005-11-10 03:37:47 +00:00
  • 77975bfe30 Dont pass wheel mouse buttons as real buttons, map them as Z-Axis movement on SCO and USL. Re-instate the ZAxisMapping default for the mouse driver. Kean Johnson 2005-11-10 02:41:20 +00:00
  • aa6bdb84ec Bump version numbers for X11R6.9/X11R7 RC2. Kevin E Martin 2005-11-09 21:31:23 +00:00
  • f8bf605528 Update package version number for X11R7 RC2 release. Kevin E Martin 2005-11-09 21:15:12 +00:00
  • 75a30c5270 Bug #4915: ButtonMapping option which allows to define arbitrary button mappings (including left-handed mouse etc.). Fixed incorrect usage of non-reversed, but ZAxisMapped buttons for state detection. Nuked unused part of reverseMap. Matthias Hopf 2005-11-09 17:05:40 +00:00
  • 2372fba8f5 Reflect changes in ZAxisMapping default. Matthias Hopf 2005-11-09 16:32:51 +00:00
  • 823f49c823 See ChangeLog entry 2005-11-07 for details. Kean Johnson 2005-11-08 06:33:28 +00:00
  • 6400062962 Update pkgcheck depedencies to work with separate build roots. Kevin E Martin 2005-11-01 15:08:50 +00:00
  • 8dca995860 Update package version number for RC1 release. XORG-6_99_99_901 Kevin E Martin 2005-10-19 02:48:01 +00:00
  • 9dffd55847 Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro substitutions to work better with BSD make Alan Coopersmith 2005-10-18 00:01:52 +00:00
  • 08905305e0 More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead of indirectly Adam Jackson 2005-10-17 22:57:29 +00:00
  • bcabac6b1f Use sed & cpp to substitute variables in driver man pages Alan Coopersmith 2005-10-17 00:08:59 +00:00
  • 34856ca1f7 Check in generated README files Søren Sandmann Pedersen 2005-10-04 20:01:02 +00:00
  • 55e2944645 - For all drivers that have a <driver>.sgml file, add code in their build system to build the README file at make dist time - in util/macros/xorg-macros.m4, add a new XORG_CHECK_LINUXDOC macro that will check if the required tools and files exist, and if so set a conditional. - util/modular/symlink.sh - Link all the <driver>.sgml to xf86-video-<driver>/README.sgml - Add all the README.<driver> to the list of excluded files - xc/programs/Xserver/hw/xfree86/doc/sgml/SiS.sgml: Various changes to make it spew less warnings when the text file is built. Søren Sandmann Pedersen 2005-10-03 21:22:06 +00:00
  • 79a6d468c7 Fix EmulateWheelTimeout Option. Spotted by Richard Neill, bug 4291 XORG-6_8_99_901 Alex Deucher 2005-08-31 23:38:47 +00:00
  • 70e4c1b572 Extend Genius NetMouse support. (Debian #040) Daniel Stone 2005-08-26 07:12:34 +00:00
  • 8227eb1ff7 Update autogen.sh to one that does objdir != srcdir. Daniel Stone 2005-08-18 09:03:40 +00:00
  • 4b08d97462 Set ZAxisMapping default to "4 5 6 7". Alan Coopersmith 2005-08-15 23:48:35 +00:00
  • f355ef63c6 Don\'t lose existing CFLAGS in all the input drivers and some of the video drivers Søren Sandmann Pedersen 2005-08-10 14:07:23 +00:00
  • fd37fdea22 Various changes preparing packages for RC0: - Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version XORG-6_99_99_900 Kevin E Martin 2005-07-29 21:22:41 +00:00
  • 0159c76ac3 Make the module dir configurable Kevin E Martin 2005-07-13 20:03:22 +00:00
  • 84c2842023 Update driver to pass distcheck Kevin E Martin 2005-07-12 23:16:59 +00:00
  • e955a67245 Build skeletons for input drivers. Should basically work. Adam Jackson 2005-07-12 06:15:09 +00:00
  • 5f673ca035 Prep input drivers for modularizing by adding guarded #include "config.h" XORG-6_8_99_900 XORG-6_8_99_16 XORG-6_8_99_15 Adam Jackson 2005-07-11 02:38:00 +00:00
  • c2bc3b67c1 Change all misc.h and os.h references to <X11/foo.h>. XORG-6_8_99_14 Daniel Stone 2005-07-01 22:43:23 +00:00
  • 25eb972e71 Bug #3626: _X_EXPORT tags for video and input drivers. XORG-6_8_99_13 Adam Jackson 2005-06-25 21:17:02 +00:00
  • e9fd033c9c Bugzilla #2389: Document the maximum number of buttons a mouse can have. Correct a missing period I noticed while I was here. XORG-6_8_99_9 XORG-6_8_99_8 XORG-6_8_99_7 XORG-6_8_99_12 XORG-6_8_99_11 XORG-6_8_99_10 Eric Anholt 2005-05-09 23:41:06 +00:00
  • 0367a3a65a Port X.Org to FreeBSD/powerpc. This makes a bit of math for sysmouse in mouse.c explicitly signed, avoiding the need for -fsigned-chars. (Peter Grehan, grehan at FreeBSD dot org) XORG-6_8_99_6 Eric Anholt 2005-05-04 04:14:58 +00:00
  • b538c125e4 Fix includes right throughout the Xserver tree: change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h; change "foo.h", "extensions/foo.h" and "X11/foo.h" to <X11/extensions/foo.h> for extension headers, e.g. Xv.h; change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files. sco_port_update-base XORG-6_8_99_5 XORG-6_8_99_4 Daniel Stone 2005-04-20 12:25:34 +00:00
  • 39eeceba31 - Fix DFP detection in r128 driver (bug 1386, Klaus Kusche) - Fix EmulateWheelInertia defaults (bug 1115, Andrew Pimlott) XORG-6_8_99_3 XORG-6_8_99_2 XORG-6_8_99_1 Alex Deucher 2004-10-17 22:45:57 +00:00
  • a257b41d74 - Add interlaced support to S3 driver (bug 332, Leo Savernik) - EmulateWheelTimeout (bug 323, Mathias Fröhlich) - single button double-click (bug 322, Rob Brown) Alex Deucher 2004-10-17 20:29:35 +00:00
  • 7326093ef7 Pull XORG-6_8_0 to CYGWIN branch YGWIN-6_8_1-MERGE CYGWIN-6_8_2-MERGE CYGWIN-6_8_1-MERGE CYGWIN-6_8_0-MERGE Alexander Gottwald 2004-09-15 16:34:07 +00:00
  • 1a49e85539 First set of documentation updates. Include more correct fix for rootless interaction with damage (Bug #1168, Keith Packard). rel-0-6-1 lg3d-rel-0-7-0 lg3d-rel-0-6-2 lg3d-base XORG-6_8_2 XORG-6_8_1_904 XORG-6_8_1_903 XORG-6_8_1_902 XORG-6_8_1_901 XORG-6_8_1 XORG-6_8_0 Kevin E Martin 2004-09-03 16:18:23 +00:00
  • 014853d848 - Change xf86config to xorgconfig - Update Solaris mouse support information XORG-6_7_99_904 XORG-6_7_99_903 XORG-6_7_99_902 XORG-6_7_99_901 XORG-6_7_99_2 XORG-6_7_99_1 Alan Coopersmith 2004-07-26 23:20:22 +00:00
  • 4ef4fa0191 Fix a problem with wsmouse driver loosing events on 64bit architectures (XFree86 Bugzilla #1438, John Heasley). "To fix this, I've added a mouse buffer (Xisb buffer) "scale" value to the MouseDevPtr type. If set, it is used as structure size of which we want space for a few." Matthieu Herrb 2004-07-24 17:35:39 +00:00
  • 3fed730ac9 Merging XORG-CURRENT into trunk XACE-SELINUX-MERGE Egbert Eich 2004-04-23 19:54:04 +00:00
  • b284894867 Merged changes from RELEASE-1 branch before_20040421_xprint_branch_landing XORG-CURRENT-CLOSED Egbert Eich 2004-04-15 10:17:05 +00:00
  • adb9a36747 Resync to 2004-04-12 XORG-RELEASE-1 branch) XPRINT_BEGIN Roland Mainz 2004-04-12 12:21:05 +00:00
  • d7590d5a61 Resync to 2004-04-10 XORG-RELEASE-1 branch Roland Mainz 2004-04-10 09:05:20 +00:00
  • cfaff2284d Fixed version number glitches in modules. xo-6_7_0 XORG-RELEASE-1-MERGE XORG-CYGWIN-MERGE XORG-6_7_0 Egbert Eich 2004-04-06 20:47:50 +00:00
  • 464d6c01dc 70. Merging in the TM branch (Egbert Eich). XORG-RELEASE-1-STSF-FORK XORG-CYGWIN-LAST-MERGE Egbert Eich 2004-04-02 21:47:30 +00:00
  • a145c09617 Merge with XORG-RELEASE-1-TM CYGWIN-PRE-6_8_0-MERGE Alexander Gottwald 2004-03-30 21:40:22 +00:00
  • 4ced5495f8 ident section has problems if more than one line. Given in to the inevitable; trying to fix this to preserve the based on stuff will cause me to slip down a slippery slope into doctools. XORG-TM-CYGWIN-MERGE XORG-TM-CYGWIN-LAST-MERGE XORG-RELEASE-1-TM-CLOSED Jim Gettys 2004-03-30 18:25:52 +00:00
  • 0dd17e44c0 36. Conversion: __AMD64__ > __amd64__ (Egbert Eich). 35. Fixed stretching option and centering in C&T driver (Egbert Eich). 34. Added support for memory size tweaking in BIOS for i845 (Egbert Eich, thanks to Christian Ziez) 33. Removed video playback dependency on Accel in NSC drivers (Egbert 3Eich). 32. Fix HW cursor state on Savage driver when entering VT as some BIOSes seem to enable it unconditionally (Egbert Eich). 31. Fixed Emulate3Button message to distinguish between 'hard' (ie. configured) and 'soft' (ie. automatic emulation that is disabled as soon as the middle button is pressed) (Egbert Eich). 30. Free XrmDB in XCloseDisplay() only when implicitely allocated by XGetDefaults(). If Client allocates it itself it should free it also. Trying to free it for the client may result in segfault if the client has already freed it (Egbert Eich). XORG-CURRENT-premerge-release-1 Egbert Eich 2004-03-30 14:23:14 +00:00
  • fc75a3235e Merge with XORG-RELEASE-1-TM (44-46) Alexander Gottwald 2004-03-30 11:25:45 +00:00
  • 52c91b8442 Fix alot of CVS tags. Jim Gettys 2004-03-30 02:29:22 +00:00
  • ec3de560b4 merge with XORG-RELEASE-1-TM Alexander Gottwald 2004-03-29 15:45:50 +00:00
  • 73035e982b 43. Updates to SGML and SGML-generated documentation (Jim Gettys, with minor hacks by Keith Packard) Keith Packard 2004-03-29 06:11:52 +00:00
  • 9e01a1beb4 40. TM fixes for input driver man pages (Keith Packard) Keith Packard 2004-03-28 07:18:23 +00:00
  • 8a99a7d669 merge with XORG-RELEASE-1 CYGWIN-RELEASE-1-MERGE Alexander Gottwald 2004-03-18 12:00:23 +00:00
  • c2fe3d1885 merge with XORG-RELEASE-1 (tag XORG-CYGWIN-LAST-MERGE) Alexander Gottwald 2004-03-17 20:31:18 +00:00
  • 9f0c33c228 45. Readding Monitor information obtained by DDC to the config file in commented out form (Egbert Eich). 44. Making a log message by the mouse driver more meaningful (Egbert Eich). XPRINT_BASE XORG-RELEASE-1-TM-MERGE Egbert Eich 2004-03-17 19:22:12 +00:00
  • 3e37718d90 Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 xf86-4_4_99_1 Egbert Eich 2004-03-14 08:33:52 +00:00
  • 9f1abf8dfb 23. Merged with XFree86 4.4.0. Added changes that went into infected files. Reverted darwin/bundle/**/Credits.rtf to XFree86 versions to avoid future conflicts on ASCII but not humal readable files. (There should probably be separate CreditsXorg.rtf files) (Egbert Eich). XACE-SELINUX-BASE DAMAGE-XFIXES-BASE Egbert Eich 2004-03-05 13:40:50 +00:00
  • 94a7d53863 no bug report, see prior version. Fix bad edit XORG-RELEASE-1-TM-BASE IPv6-REVIEW-BASE Kaleb Keithley 2004-03-04 20:16:41 +00:00
  • 7abee99432 18. Merged in XFree86 code up to 4.4.0 including changes to files that had a changed license. There was only one change which happened to be from me (Egbert Eich). Egbert Eich 2004-03-04 17:48:05 +00:00
  • 2714a22dc4 Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 xf86-4_4_0 Egbert Eich 2004-03-03 12:12:34 +00:00
  • fb74889ec7 readding XFree86's cvs IDs xf86-4_3_99_903 Egbert Eich 2004-02-26 13:36:00 +00:00
  • be8481276b Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 Egbert Eich 2004-02-26 09:23:34 +00:00
  • 88907112c4 merge XFree86 RC2 (4.3.99.902) from vendor branch XORG-RELEASE-1-BASE XEVIE-MERGE XEVIE-BASE Kaleb Keithley 2003-12-20 00:28:30 +00:00
  • 53bc8cd30c XFree86 4.3.99.902 (RC 2) xf86-4_3_99_903_special xf86-4_3_99_902 xf86-012804-2330 Kaleb Keithley 2003-12-19 20:55:25 +00:00
  • 6162e7a92f merge latest (4.3.99.16) from XFree86 (vendor) branch Kaleb Keithley 2003-11-26 22:49:01 +00:00
  • 8e2fe5d5a0 XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks xf86-4_3_99_901 xf86-4_3_99_16 Kaleb Keithley 2003-11-25 19:28:48 +00:00
  • 3839cae055 merge XFree86 4.3.0.1 to -CURRENT Kaleb Keithley 2003-11-17 19:03:45 +00:00
  • 92595648d1 XFree86 4.3.0.1 xf86-4_3_0_1 PRE_xf86-4_3_0_1 Kaleb Keithley 2003-11-14 16:48:56 +00:00
  • c9c7e96897 Initial revision Kaleb Keithley 2003-11-14 16:48:56 +00:00
  • 95b194f6e3 R6.6 is the Xorg base-line XORG-MAIN Kaleb Keithley 2003-11-14 15:54:49 +00:00