Commit graph

15 commits

Author SHA1 Message Date
Kevin E Martin
e689746c8d Fix header file to #ifdef the XKB keysyms when they are used. This fixes the X test suite build failure. 2004-08-19 06:48:06 +00:00
Keith Packard
d558a53a6f Use XLIB_SKIP_ARGB_VISUALS environment variable to disable all depth 32 visuals. Necessary to keep Flash from crashing.
Must call ValidateGC/ValidatePicture on "real" GC/Picture to ensure pCompositeClip is set correctly.
Need to take the composite clip from the "real" GC/Picture and turn it into the clientClip for the backing version.
Adjust pixmap screen origin to account for drawable->x/y Change debugging output a bit (disabled by default)
2004-08-14 07:12:36 +00:00
Alexander Gottwald
85c2d81f29 Set most significant bit to be a one. (Bug #1024, Kensuke Matsuzaki)
Fix conversion from sjis and euc. (Bug #1024, Toshio Takabe)
2004-08-13 16:28:19 +00:00
Adam Jackson
c4d56e4e28 Bug #372: Prevent a crash in XPolygonRegion when called with a bogus point count. Reported by Andreas Luik. 2004-08-11 05:25:13 +00:00
Kevin E Martin
9248743717 Fix install problem on platforms not using xorg.cf/xfree86.cf (Bug #339, Harold L. Hunt II, Alexander Gottwald).
Fix crash when using X core font in zh_CN.UTF-8 locale (Bug #368, Yu Shao, David Dawes).
Fix glXMakeCurrent(Dpy, None, NULL) crash (Bug #719, Adam Jackson).
HP-PA build fix (Bug #828, Guy Martin, Paul Anderson).
Fix SDK build for GATOS and Wacom driver (Bug #829, Bryan Stine).
Fix attempt to read video ROM before enabling it (Bug #843, Ivan Kokshaysky, Mike A. Harris).
Fix detection of primary adapter (Bug #843, Ivan Kokshaysky, Mike A. Harris).
Clarify xset man page description of how to use the keyboard repeat rate settings (Bug #846, Mike A. Harris).
Fix problem where print-screen key would get remapped to sys-req in certain keymaps, which broke GNOME printscreen functionality (Bug #847, Owen Taylor).
Fix several render problems:
- MMIO mode support
- Hang on IGP chips
- VT switching hang
- 3D render corruption (Bug #922, Hui Yu).
2004-08-09 22:37:22 +00:00
Matthieu Herrb
55c2ee568e - remove remaining AMOEBA references.
- remove unused file.
2004-07-27 06:06:05 +00:00
Søren Sandmann Pedersen
6e884b1291 Tue Jul 20 19:38:06 2004 Soeren Sandmann <sandmann@daimi.au.dk>
Set font_data->xlfd_data to NULL after XFree(). (#837, patch from Bastien Nocera).
Tue Jul 20 18:23:32 2004 Soeren Sandmann <sandmann@daimi.au.dk>
Use /dev/urandom on Linux.(#761).
2004-07-20 17:48:09 +00:00
Eric Anholt
6f0bc97aa4 Forced commit to note repocopy from xc/lib/XThrStub, will be connected to the build after this. 2004-05-28 23:26:44 +00:00
Egbert Eich
aa7010c43a Improve 'uniqueness' of authorization cookie sent by client for XDM-AUTHORIZATION-1. Old 'uniquness' consisted of the PID of the client, a time stamp (in seconds) and a number obtained by starting to count down from 0xffff. When a client did an XOpenDisplay() then execv'ed a child and did XOpenDisplay() again within the same second, the cookie was identical to the previous one (as the PID did not change but the static 'count down' variable was reinitialized) and thus refused by the server. 2004-05-24 19:02:11 +00:00
Alan Coopersmith
720702da29 Bugzilla #658: XStringToKeysym fails for Greek_IOTAdiaeresis (Fixes VSW5 testcase XStringToKeysym-7 failure) 2004-05-22 03:47:42 +00:00
Alan Coopersmith
3aed873292 XOpenDisplay should try tcp connection if local connections fail (aka Sun bug id #4624183).
Also includes fix from NetBSD Problem Report #25098 (Michael van Elst) (Xlib segfaults with IPv6 if compiled with HASXDMAUTH).
xc/config/cf/sunLib.tmpl
xc/lib/FS/Imakefile Add missing shared library dependencies for Solaris
2004-04-24 23:39:25 +00:00
Egbert Eich
c6349f4319 Merging XORG-CURRENT into trunk 2004-04-23 18:42:09 +00:00
Kaleb Keithley
c3c4ddc682 Initial revision 2003-11-25 19:28:07 +00:00
Kaleb Keithley
dc4268a7da Initial revision 2003-11-14 16:48:47 +00:00
Kaleb Keithley
deae12c6b6 R6.6 is the Xorg base-line 2003-11-14 15:54:30 +00:00