Skip to content
Snippets Groups Projects
  1. Mar 07, 2004
  2. Mar 05, 2004
  3. Mar 04, 2004
  4. Mar 03, 2004
  5. Mar 02, 2004
    • Harold L Hunt II's avatar
      Replace a handful of calls to ErrorF and exit(1) with a single call to · f72efebf
      Harold L Hunt II authored
          FatalError. These direct calls to exit(1) made it impossible to do
          anything ddx-specific in these cases; note that most of these calls
          occur during argument processing.
      f72efebf
    • Kaleb Keithley Keithley's avatar
      bug #230 Revert to Xinerama 1.1 In order to make a "quick" release it has · 7557d4da
      Kaleb Keithley Keithley authored
          been decided that the priority is to preserve the server's internal
          API/ABI so that third-party drivers that depend on symbols like
          noPanoramiXExtension, etc., would not need to be recompiled. Toobad gcc
          on Linux doesn't support ELF's weak symbols as that would have been a
          reasonable solution for preserving the ABI. N.B.: While symbols, i.e.
          functions and variables revert to the old name, I did not revert build
          names, i.e. -DXINERAMA, to the old -DPANORAMIX. There was no need, and
          it's just a build issue that has no impact on the binary output of the
          build.
      7557d4da
  6. Mar 01, 2004
  7. Feb 29, 2004
  8. Feb 27, 2004
    • Kaleb Keithley Keithley's avatar
      bug #238 test for root-window that XFree86 fixed in their · bb93fef9
      Kaleb Keithley Keithley authored
          programs/Xserver/Xext/shm.c
      3.37 and programs/Xserver/Xext/xvdisp.c 1.26 got zapped when Xinerama2 was
          merged into the tree. (Xinerama has since been reverted to 1.1, but
          that's another story.)
      bb93fef9
    • Kaleb Keithley Keithley's avatar
      Revert to Xinerama 1.1 In order to make a "quick" release it has been · cb718ce0
      Kaleb Keithley Keithley authored
          decided that the priority is to preserve the server's internal API/ABI
          so that third-party drivers that depend on symbols like
          noPanoramiXExtension, etc., would not need to be recompiled. Toobad gcc
          on Linux doesn't support ELF's weak symbols as that would have been a
          reasonable solution for preserving the ABI. N.B.: While symbols, i.e.
          functions and variables revert to the old name, I did not revert build
          names, i.e. -DXINERAMA, to the old -DPANORAMIX. There was no need, and
          it's just a build issue that has no impact on the binary output of the
          build.
      cb718ce0
  9. Feb 25, 2004
    • Kaleb Keithley Keithley's avatar
      bug #230 Revert to Xinerama 1.1 In order to make a "quick" release it has · b052486a
      Kaleb Keithley Keithley authored
          been decided that the priority is to preserve the server's internal
          API/ABI so that third-party drivers that depend on symbols like
          noPanoramiXExtension, etc., would not need to be recompiled. Too bad
          gcc on Linux doesn't support ELF's weak symbols as that would have been
          a reasonable solution for preserving the ABI. N.B.: While symbols, i.e.
          functions and variables revert to the old name, I did not revert build
          names, i.e. -DXINERAMA, to the old -DPANORAMIX. There was no need, and
          it's just a build issue that has no impact on the binary output of the
          build.
      2 tags
      b052486a
  10. Feb 24, 2004
  11. Feb 23, 2004
  12. Feb 18, 2004
  13. Feb 16, 2004
  14. Feb 11, 2004
  15. Feb 08, 2004
  16. Dec 21, 2003
  17. Dec 20, 2003
  18. Dec 18, 2003
    • Kaleb Keithley Keithley's avatar
      First pass at "Standard" Xinerama. The sources for this came from Heather · 4b75c7f6
      Kaleb Keithley Keithley authored
          Lanigan's xinerama tree on Sourceforge.Net. No attempt has been made to
          handle previous, non-standard versions of the protocol. Nor has any
          attempt been made to preserve the ABI of previous versions -- that part
          will be added at a later time, and then probably only on systems that
          have nice object/linker semantics, e.g. ELF systems with weak symbols.
      4b75c7f6
  19. Dec 06, 2003
  20. Nov 30, 2003
  21. Nov 29, 2003
  22. Nov 26, 2003
  23. Nov 17, 2003
  24. Nov 14, 2003
  25. Nov 13, 2003
    • Keith Packard's avatar
      Have the composite extension tell the damage extension about clients which · 318d525b
      Keith Packard authored
          have redirected subwindows in manual mode. Those clients are marked
          Critical and given a significant scheduling boost whenever they receive
          a damage notify event. This dramatically improves update frequency.
      If the kernel reported a large number of keys, readKernelMapping would walk
          off the end of the kdKeysym array.
      Fix usage of _IOWR; the 'size' argument is actually a datatype.
      318d525b
  26. Nov 11, 2003
  27. Nov 10, 2003
  28. Nov 08, 2003
  29. Nov 07, 2003
    • Keith Packard's avatar
      Ok, Composite extension is semi-working; when no-one asks for redirection, · 1280f790
      Keith Packard authored
          the server seems to act as before. With RedirectSubwindows (root,
          automatic), the server looks just like a regular X server. Now to go
          rewrite the (currently lame) compositing manager to get some real
          action on the screen.
      Some of the fixes here are to make valgrind quiet with various ioctls used
          by kdrive/linux.
      Also fixed a bug where fbdev initialization was out of order in fbdev.c and
          smi.c
      1280f790
Loading