Age | Commit message (Collapse) | Author | Files | Lines |
|
winkeyhook.c
Make keyhook feature work in multiwindowmode too Hook windows keys
|
|
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).
|
|
//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
|
|
(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
|
|
(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>.
|
|
|
|
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
|
|
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
|
|
|
|
attachment #1627 (https://bugs.freedesktop.org/attachment.cgi?id=1627):
xorgconfig default keyboard model outdated (should be pc105, not
pc101/pc102)
|
|
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
|
|
|
|
|
|
for WIN32 Remove temporary file after executing xkbcomp
|
|
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.
|
|
#1587 <https://bugs.freedesktop.org/attachment.cgi?id=1587> Call to
uname should not check for return == 0, but for >= 0 instead
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef'ed out.
Fixed typo.
Added comment to a changed that's been committed with one of the previous
commits.
|
|
(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
|
|
(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>.
|
|
|
|
|
|
|
|
|
|
(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>.
|
|
(https://bugs.freedesktop.org/attachment.cgi?id=938): Allow more
extensions to be enabled/disabled.
|
|
|
|
needed when building this file
- bug fix: pointerMsg -> keyboardMsg in auto-configuration code.
- make the 'kbd' driver the default for autoconfiguration everywhere.
|
|
|
|
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.
|
|
|
|
|
|
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
|
|
StaticGray visual to report only 1bit of significant bits in color
specification (instead of 8bits). Patch by Julien Lafon
<julien.lafon@gmail.com>
|
|
|
|
|
|
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.
|
|
build when RENDER extension includes are not availabe.
|
|
define, and remove the last bits of the old workaround.
|
|
|
|
Make multiplemonitors default for -internalwm
|
|
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()
|
|
Check return value from ts_config. (TslibInit): Likewise.
|
|
a workaround and disabled by default
|
|
|