Adam Petaccia
ae817aea09
gdiplus: Stub GdipStringFormatGetGenericDefault.
2008-07-10 12:30:56 +02:00
Aric Stewart
a4a5a2ec12
winex11: Allow for sane SCIM im processing by processing some filtered KeyRelease events.
2008-07-10 12:30:56 +02:00
Aric Stewart
686ea70c18
coreaudio: Make sure Port_SendToMessageThread is not NULL before calling CFMessagePortSendRequest.
...
Prevents crashing when closing audio device during playback.
2008-07-10 12:30:56 +02:00
Stefan Dösinger
031ee3e695
wined3d: A few more junk misc states.
2008-07-10 12:30:56 +02:00
Stefan Dösinger
c31dfc7d0d
wined3d: A few more vertex states.
2008-07-10 12:30:56 +02:00
Stefan Dösinger
9086ed2d2e
wined3d: WINED3DRS_SRGBWRITEENABLE->fragment.
2008-07-10 12:30:56 +02:00
Stefan Dösinger
0b67a84b44
wined3d: Wrapping states -> misc.
2008-07-10 12:30:56 +02:00
Stefan Dösinger
dd95fce9fb
wined3d: texturefactor-> fragment states.
2008-07-10 12:30:56 +02:00
Stefan Dösinger
6fa9f0e363
wined3d: Stencil states -> misc table.
2008-07-10 12:30:56 +02:00
Stefan Dösinger
de1b0a5c04
wined3d: Move a few more odd states to the misc state table.
2008-07-10 12:30:56 +02:00
Stefan Dösinger
e988c8bd60
wined3d: WINED3DRS_ZBIAS -> misc states.
2008-07-10 12:30:56 +02:00
Stefan Dösinger
1df66c3893
wined3d: Move the bordercolor to the fragment states.
2008-07-10 12:30:56 +02:00
Stefan Dösinger
340272bc26
wined3d: Move more fog stuff to the vertex states.
2008-07-10 12:30:55 +02:00
Alexandre Julliard
5861612e86
kernel32: Set the stdin/stdout file descriptors to match the specified Win32 handles when possible.
2008-07-10 12:20:56 +02:00
Andrew Talbot
4110e61f37
dplayx: Remove unneeded address-of operator from array name.
2008-07-10 12:19:56 +02:00
Andrew Talbot
3a7d43c55a
dmstyle: Remove unneeded address-of operators from array names.
2008-07-10 12:19:50 +02:00
Andrew Talbot
f8f758f747
dmime: Remove unneeded address-of operators from array names.
2008-07-10 12:19:47 +02:00
Andrew Talbot
32a21e2e71
dmband: Remove unneeded address-of operators from array names.
2008-07-10 12:19:43 +02:00
Andrew Talbot
0993244b08
dinput: Remove unneeded address-of operators from array names.
2008-07-10 12:19:39 +02:00
Andrew Talbot
2b8bf17a08
crypt32: Remove unneeded address-of operator from array name.
2008-07-10 12:19:36 +02:00
Andrew Talbot
468f709cbe
comdlg32: Remove unneeded address-of operator from array name.
2008-07-10 12:19:32 +02:00
Francois Gouget
8320d214d4
wined3d: Move float_32_to_16() to surface_base.c which is the only place where it's used, and because it needs port.h for isinf().
2008-07-10 12:18:43 +02:00
Francois Gouget
888cf5a4af
rpcss: Add a trailing '\n' to a Wine trace.
2008-07-10 12:18:34 +02:00
Francois Gouget
4b1f6310d9
gdiplus/tests: Spelling fix.
2008-07-10 12:18:27 +02:00
Francois Gouget
c3a952eb48
msxml3/tests: Add a trailing '\n' to ok() calls.
2008-07-10 12:18:23 +02:00
Francois Gouget
bfc133f19b
winhlp32: Remove spaces before '...'.
2008-07-10 12:18:19 +02:00
Maarten Lankhorst
adcf93aeaf
quartz: Fix deadlocks in dsound renderer.
2008-07-10 12:18:13 +02:00
Michael Stefaniuc
310b58994c
quartz: Compare a file handle to INVALID_HANDLE_VALUE and not NULL.
2008-07-10 12:17:59 +02:00
Jacek Caban
c086429465
shlwapi: Fixed handling mk protocol URLs in UrlCombineW.
2008-07-10 12:17:51 +02:00
Jacek Caban
a4ea1c608a
shlwapi: Fixed UrlCanonicalizeW for URLs without slashes after scheme.
2008-07-10 12:17:44 +02:00
Maarten Lankhorst
43d0acd26a
quartz: Fix end of stream handling.
...
Flushing blocks any end of stream that may occur.
2008-07-10 12:17:20 +02:00
Maarten Lankhorst
6748f073ed
quartz: Always set current position again.
2008-07-10 12:17:10 +02:00
H. Verbeet
54ae3ebfd4
wined3d: Destroy depth_blt resources in the backend's destructor.
...
No need to expose this in the interface.
2008-07-10 12:17:06 +02:00
Dylan Smith
7de6c2674a
richedit: Added more conditional cursor changes.
...
Previously the cursor was either an IBEAM, or a reversed arrow when over
the selectionbar.
2008-07-10 12:16:58 +02:00
Dylan Smith
d293b3fc98
richedit: Prevented cursor flicker while moving over selection bar.
...
When the cursor is moved over the selection bar, without holding any
mouse buttons down, the cursor would be repeatably set between the
normal cursor, set by DefWindowProc for the WM_SETCURSOR message, and
the reversed cursor, set by ME_MouseMove.
2008-07-10 12:16:39 +02:00
Huw Davies
140d4edb5b
gdiplus: Add some defines for the magic values.
2008-07-10 12:16:24 +02:00
Huw Davies
1c8271d27a
gdiplus: Add some tests for regions with paths and update a comment.
2008-07-10 12:16:16 +02:00
Vincent Povirk
2893294f4b
comctl32: Disable owner of modal property sheets before creating the dialog.
2008-07-09 12:40:08 +02:00
Vincent Povirk
57b25bcf48
comctl32: Add test for disabling owner of modal property sheets.
2008-07-09 12:40:03 +02:00
Jon Griffiths
e19a904139
include: Avoid TEXT() in sddl component tags, hide them when building Wine.
2008-07-09 12:35:13 +02:00
Jon Griffiths
7b7cd31f05
msvcrt: Make tests for [w]makepath pass.
2008-07-09 12:35:07 +02:00
Jon Griffiths
afb3593274
msvcrt: Tests for [w]makepath.
2008-07-09 12:35:01 +02:00
Stefan Leichter
5e15187fd0
rasapi32: Added some more tests for RasEnumDevicesA, fix Wine not to crash on the tests.
2008-07-09 12:34:50 +02:00
Stefan Leichter
b8c6d8e598
rasapi32: Added some tests for RasEnumDevicesA (based on a patch by Austin English),
2008-07-09 12:34:34 +02:00
Alexandre Julliard
9e7deebcb8
Maketest.rules: Use the cross-compiled import libraries for crosstest instead of the MinGW ones.
...
Don't pass the configure-specific gcc flags to the cross-compiler.
2008-07-09 11:55:52 +02:00
Alexandre Julliard
26c930b32d
make_makefiles: Add rules for cross-compiling all import libs from the dlls directory.
2008-07-09 11:55:00 +02:00
Alexandre Julliard
e9a34e919e
make_makefiles: Add more wildcard patterns in .gitignore.
2008-07-09 11:53:03 +02:00
Alexandre Julliard
33128dbb22
msxml3/tests: Fix test cleanup.
2008-07-09 11:46:44 +02:00
Daniel Remenak
806385248a
shell32: Fix crash regression in browse for folder dialog.
2008-07-09 11:45:12 +02:00
Piotr Caban
616fd82062
msxml3: Skip the first XML declaration in file generated by domdoc_save.
...
This is the last patch needed for Photoshop CS3 installer.
2008-07-09 11:31:23 +02:00