summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-01-10winkeybd.hAlexander Gottwald4-8/+15
winkeyhook.c Make keyhook feature work in multiwindowmode too Hook windows keys
2005-01-10Make option 'DontVTSwitch' work again with kbd driver under Linux. The kbdEgbert Eich1-10/+11
driver now calls the OS layer to handle special keys. Possibly other special keys and other OSes need to be looked at also. (Helmut Fahrion).
2005-01-09xc/programs/Xserver/xkb/ddxList.cAlexander Gottwald2-32/+41
//bugs.freedesktop.org/show_bug.cgi?id=2245) attachment #1647 (https://bugs.freedesktop.org/attachment.cgi?id=1647): export Win32System and Win32TempDir remove #ifdef WIN32 block for building xkbcomp commandline create win32 tempfile in system tempdir use PATH_MAX*4 for commandline buffer unlink tmpfile again
2005-01-09//bugs.freedesktop.org/show_bug.cgi?id=2245) attachment #1645Alexander Gottwald1-80/+76
(https://bugs.freedesktop.org/attachment.cgi?id=1645): cleanup some #ifdef __UNIXOS2__ and WIN32 blocks. make OutputDirectory check the size of the buffer quote all file and pathnames in the xkbcomp commandline use PATH_MAX*4 for commandline buffer
2005-01-09//bugs.freedesktop.org/show_bug.cgi?id=2240) attachment #1642Roland Mainz1-2/+2
(https://bugs.freedesktop.org/attachment.cgi?id=1642): Fix incorrect usage of /usr/bin/tr in startup script (the used "[\n]" is neither correct or portable, using "\n" seems to be sufficient (this fixes various "random" issues, including including Debian bug #258419 and Debian bug #264983). Patch by Drew Parsons <dparsons@debian.org>.
2005-01-08Fix a possible null-pointer dereference (Keishi Suenaga)Alexander Gottwald2-2/+10
2005-01-06ImakefileAlexander Gottwald2-2/+3
InitOutput.c XWin.rc winerror.c wintrayicon.c winvideo.c winshaddd.c Set PROJECT_NAME in Imakefile to create alternative window titles for Cygwin/X and Xming
2005-01-06ImakefileAlexander Gottwald7-18/+33
InitOutput.c XWin.rc winerror.c wintrayicon.c winvideo.c Set PROJECT_NAME in Imakefile to create alternative window titles for Cygwin/X and Xming
2005-01-06Fix crash with non-nullterminated strings (reported by Øyvind Harboe)Alexander Gottwald3-6/+16
2005-01-04Bugzilla #2211 (https://bugs.freedesktop.org/show_bug.cgi?id=2211)Alan Coopersmith1-5/+5
attachment #1627 (https://bugs.freedesktop.org/attachment.cgi?id=1627): xorgconfig default keyboard model outdated (should be pc105, not pc101/pc102)
2005-01-03Mon Jan 3 12:45:10 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen4-371/+341
Clean-ups and support for AMD64. Bug 1067. Patch by Nicholas Miell (nmiell@comcast.net) Add support for AMD64 Many cleanups using <mmintrin.h> instead of __builin_ia32_*, and intrinsics instead of inline assembly. Also unconditionally use pshufw on AMD64. s/USE_GCC34_MMX/USE_MMX/g
2005-01-03Added missing return value (Bugzilla #2205) Problem found by Stefan Kulow.Egbert Eich1-1/+1
2005-01-03Added missing return value (Bugzilla #2206) Problem found by Stefan Kulow.Egbert Eich1-2/+2
2004-12-24Print error message if CreateProcess fails Simplify popen simulation codeAlexander Gottwald1-11/+27
for WIN32 Remove temporary file after executing xkbcomp
2004-12-22Back out the previous day's broken R200 "fix" -- the same number of coordsEric Anholt3-14/+33
are always emitted. Fix the real problem, which was not enough regs being initialized in ati_draw.c. Fix a typo that was resulting in alpha coming out as 0 * src or 0 * broken instead of src * 1 or src * mask. Assign the blending results to R0, as appears to be necessary. Unbreak the dst-alpha-blend-with-no-dst-alpha code. Yow. And set the right DMA count for the r200 traps code.
2004-12-22Bug #2123 <https://bugs.freedesktop.org/show_bug.cgi?id=2123> AttachmentAlan Coopersmith2-3/+9
#1587 <https://bugs.freedesktop.org/attachment.cgi?id=1587> Call to uname should not check for return == 0, but for >= 0 instead
2004-12-21Fix r200 render (for real this time?) by setting tex1_comp_cnt right forEric Anholt2-3/+4
non-mask rendering. Reenable it. Also, R200TexFormats was used instead of R100 in one place. Harmless so far, because the formats were in the same order.
2004-12-21Whitespace nit.Eric Anholt1-1/+1
2004-12-15Use snprintf.Matthieu Herrb1-2/+2
2004-12-15Another fix for MiscPassMessage(): Initialize returned "status".Thomas Winischhofer1-0/+1
2004-12-15latest changes from CYGWINAlexander Gottwald3-15/+61
2004-12-15Make MISC extention's PassMessage() actually work and fix memory leaksThomas Winischhofer1-4/+15
2004-12-14Removed #ifdef'ed out code together with the comment explaining why it wasEgbert Eich1-0/+5
#ifdef'ed out. Fixed typo. Added comment to a changed that's been committed with one of the previous commits.
2004-12-13//bugs.freedesktop.org/show_bug.cgi?id=1695) attachment #1230Roland Mainz1-2/+2
(https://bugs.freedesktop.org/attachment.cgi?id=1230): Fix crash in Xscreensaver code which allowed any authentificated X client to crash the Xserver using |XScreenSaverUnsetAttributes()|. Patch by ajax@nwnk.net
2004-12-13//bugs.freedesktop.org/show_bug.cgi?id=1688) attachment #1530Roland Mainz1-4/+9
(https://bugs.freedesktop.org/attachment.cgi?id=1530): Fix the current implementation to make it possible to slow down the mouse pointer or use arbitrary fractions (without running into rounding error issues). The change is using the same method of preserving rounding errors that the exponential method is already using. Patch by Jan Brunner <Jan_B@gmx.ch>.
2004-12-12Reduce vidmode logging.Kristian Høgsberg1-16/+18
2004-12-12Add fix for 460gx pci scan code.Kristian Høgsberg1-1/+1
2004-12-09Fix crash with more than one screen reported by John Davidorff Pell.Torrey Lyons1-2/+25
2004-12-08import changes from CYGWIN branchAlexander Gottwald6-6/+194
2004-12-08//bugs.freedesktop.org/show_bug.cgi?id=1361) attachment #1287Roland Mainz1-0/+9
(https://bugs.freedesktop.org/attachment.cgi?id=1287): Avoid DRI initalisation when the Xfree86-DRI extension was turned off. Patch by Kristian Høgsberg <krh@bitplanet.net>.
2004-12-08//bugs.freedesktop.org/show_bug.cgi?id=1361) attachment #938Roland Mainz1-73/+14
(https://bugs.freedesktop.org/attachment.cgi?id=938): Allow more extensions to be enabled/disabled.
2004-12-06Xephyr on Xorg fixMatthew Allum1-3/+19
2004-12-06xf86Config.c references USE_DEPRECATED_KEYBOARD_DRIVER so define it ifMatthieu Herrb1-4/+4
needed when building this file - bug fix: pointerMsg -> keyboardMsg in auto-configuration code. - make the 'kbd' driver the default for autoconfiguration everywhere.
2004-12-06include windows.hAlexander Gottwald2-1/+7
2004-12-06Use the same method of finding the screen pixmap of COMPOSITE extension isEgbert Eich3-445/+47
compiled in or not. Removed stale make variable. Updated xaaWrapper.c: Under certain circumstances the accel path was not used when possible. Removed some debugging stuff and stale code that had been commented out. Check if maps are really installed before attempting to list them.
2004-12-06problem with max() macro. this one slipped though againAlexander Gottwald1-1/+1
2004-12-05missed another wBOOL issueAlexander Gottwald2-2/+2
2004-12-05redone ddraw.h to be able to mix it with w32api style COM header files.Alexander Gottwald14-834/+932
obj_base.h is not needed anymore. Using <objbase.h> instead. Use Xwindows.h instead of windows.h do not include win_ms.h remove extra definition of sleep() Set HOME to Documents and Settings/username if not set Use Xming basedir instead of ProjectRoot for system.XWinrc Fix callback functions to use wBOOL instead of BOOL Fix compiler warnings. Added debug output. Fix warning about undefined macro max
2004-12-05//freedesktop.org/bugzilla/show_bug.cgi?id=1800): Fix Postscript DDX's 1bitRoland Mainz1-1/+1
StaticGray visual to report only 1bit of significant bits in color specification (instead of 8bits). Patch by Julien Lafon <julien.lafon@gmail.com>
2004-12-04Encoding of numerous files changed to UTF-8Markus Kuhn158-332/+332
2004-12-03Removed scprintf, aprintf and snprintf stuff and use newXprintfAlexander Gottwald4-68/+24
2004-12-03Bugzilla #1865, https://bugs.freedesktop.org/show_bug.cgi?id=1865 AddedAlexander Gottwald2-0/+68
X(NF)printf and X(NF)vprintf functions which allocate the buffer with X(NF)alloc Bugzilla #1865, https://bugs.freedesktop.org/show_bug.cgi?id=1865 extend snprintf to work on NULL.
2004-12-02//freedesktop.org/bugzilla/show_bug.cgi?id=1998): Fix Xserver standaloneRoland Mainz1-1/+3
build when RENDER extension includes are not availabe.
2004-12-02Use __printf__ in gcc function attributes to avoid clash with libc wrapperKristian Høgsberg2-11/+1
define, and remove the last bits of the old workaround.
2004-12-02Remove some of the ifdef WIN32 checks from WaitForSomethingAlexander Gottwald1-17/+18
2004-12-02Adjust the width of the rootless backbuffer to match 32 bit alignmentAlexander Gottwald3-4/+29
Make multiplemonitors default for -internalwm
2004-12-02Set HasFfs to NOAlexander Gottwald1-13/+2
Fix link order problems with mingw. Add libdix.a after libmi.a. Pass -DHAS_FFS to compiler remove inline code for ffs(). It will link to dix/ffs.c instead added declaration for ffs()
2004-12-01Patch from Florian Boor <florian.boor@kernelconcepts.de>:Phil Blundell1-3/+4
Check return value from ts_config. (TslibInit): Likewise.
2004-12-01Remove code which sneaked in recently. It is not proven to be correct, justAlexander Gottwald1-13/+0
a workaround and disabled by default
2004-12-01Set XERRORDB environment variable to relocate the XErrorDB fileAlexander Gottwald2-0/+13