- Mar 07, 2004
-
-
Alan Coopersmith authored
Compaq for X11R6.5.1 that allows redistribution without written permission from DEC. Originally X.org Defect #9263. freedesktop.org bugzilla #283. (Alan Coopersmith)
-
- Mar 05, 2004
-
-
Egbert Eich authored
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).
-
- Mar 04, 2004
-
-
Alan Coopersmith authored
freedesktop.org bugzilla #267. (Alan Coopersmith)
-
- Mar 03, 2004
-
-
Alan Coopersmith authored
compilers
-
- Mar 02, 2004
-
-
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.
-
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.
-
- Mar 01, 2004
-
-
Alan Coopersmith authored
SHT_STRTAB sections with debug information to ignore when loading ELF objects.
-
- Feb 29, 2004
-
-
Kaleb Keithley Keithley authored
generating Alt_L, etc, fix the implementation so that you get Meta_L for the left Meta key and Meta_R for the right Meta key. Ditto for Alt, Control, and Shift.
-
- Feb 27, 2004
-
-
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.)
-
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.
-
- Feb 25, 2004
-
-
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.
-
- Feb 24, 2004
-
-
Kaleb Keithley Keithley authored
-
Kaleb Keithley Keithley authored
merge
-
- Feb 23, 2004
-
-
Kaleb Keithley Keithley authored
-
Kaleb Keithley Keithley authored
-
- Feb 18, 2004
-
-
Alan Coopersmith authored
-
Alan Coopersmith authored
architecture #ifdef should accept either form
-
- Feb 16, 2004
-
-
Alan Coopersmith authored
-
- Feb 11, 2004
-
-
Egbert Eich authored
and during int10 initialization (Egbert Eich).
-
- Feb 08, 2004
-
-
Kaleb Keithley Keithley authored
-
Kaleb Keithley Keithley authored
-
- Dec 21, 2003
-
-
Kaleb Keithley Keithley authored
-
- Dec 20, 2003
-
-
Kaleb Keithley Keithley authored
-
- Dec 18, 2003
-
-
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.
-
- Dec 06, 2003
-
-
Kaleb Keithley Keithley authored
-
- Nov 30, 2003
-
-
Kaleb Keithley Keithley authored
-
- Nov 29, 2003
-
-
Kaleb Keithley Keithley authored
-
Kaleb Keithley Keithley authored
-
- Nov 26, 2003
-
-
Kaleb Keithley Keithley authored
-
- Nov 17, 2003
-
-
Kaleb Keithley Keithley authored
-
- Nov 14, 2003
-
-
Kaleb Keithley Keithley authored
-
Kaleb Keithley Keithley authored
-
Keith Packard authored
manager enabled.
-
- Nov 13, 2003
-
-
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.
-
- Nov 11, 2003
-
-
Emma Anholt authored
-Werror default and add --enable-werror switch to add it back.
-
- Nov 10, 2003
-
-
Keith Packard authored
drawable pixmap rather than directly into the frame buffer. Rewrite logic in kdoffscreen to make space for new allocations, now deals correctly with locked areas.
-
Keith Packard authored
case.
-
- Nov 08, 2003
-
-
Phil Blundell authored
New functions. (TsInit): Register them.
-
Keith Packard authored
kaaComposite acceleration for simple bltblt case.
-
- Nov 07, 2003
-
-
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
-