Andrey Turkin
85cc2c13f6
server: Connect named pipe synchronously when overlapped param is NULL.
2010-05-24 12:39:35 +02:00
Alexandre Julliard
c30688c4d2
winex11: Allow the Xft configuration to override both registry and fontconfig parameters.
2010-05-24 12:34:55 +02:00
Alexandre Julliard
4c20632691
winex11: Fetch the antialias parameter from fontconfig too.
2010-05-24 12:34:28 +02:00
Austin English
40b3d2ed13
ntdll: Add %gs support for FreeBSD.
2010-05-24 11:32:40 +02:00
Henri Verbeet
31d1417ca3
wined3d: Set the nvidia_texture_shader.c GLINFO_LOCATION to *gl_info.
2010-05-24 11:31:31 +02:00
Henri Verbeet
08c783a8ad
wined3d: Set the volume.c GLINFO_LOCATION to *gl_info.
2010-05-24 11:31:28 +02:00
Henri Verbeet
bcc4603125
wined3d: Set the swapchain.c GLINFO_LOCATION to *gl_info.
2010-05-24 11:31:25 +02:00
Henri Verbeet
5178e475d6
wined3d: Set the drawprim.c GLINFO_LOCATION to *gl_info.
2010-05-24 11:31:23 +02:00
Nikolay Sivov
61c8a30574
comctl32/listview: Fix vertical position offset for subitem rectangle.
2010-05-24 11:30:33 +02:00
Dylan Smith
3f1d3e0ea1
richedit: Simplify redundant code in WM_IME_COMPOSITION.
2010-05-24 11:30:23 +02:00
Dylan Smith
e809bc887d
richedit: Commit undo items after modifications in WM_IME_COMPOSITION.
...
ME_InsertTextFromCursor could previously follow the ME_CommitUndo call
leaving uncommitted changes which would cause improper grouping of commits,
or an assertion failure.
2010-05-24 11:30:12 +02:00
Dylan Smith
fb7d6b783e
richedit: Missing HeapFree in WM_IME_COMPOSITION. (Smatch).
...
ME_InsertTextFromCursor copies the string passed into it rather than making
taking ownership of it.
2010-05-24 11:30:06 +02:00
Marcus Meissner
34d17c9ea1
ntdll: qsort: comparator must not get the same pointer.
2010-05-24 11:27:25 +02:00
Piotr Caban
6f358ef867
msvcrt: Fix wcstombs_l implementation.
2010-05-24 11:25:09 +02:00
Piotr Caban
2ca3b9e016
msvcrt: Fix mbstowcs_l implementation.
2010-05-24 11:25:04 +02:00
Damjan Jovanovic
b34f04f9c4
windowscodecs: Fix ICO palette size calculation.
2010-05-24 11:21:02 +02:00
Andrey Turkin
234afb88e8
oleaut32: Don't rewrite name's hreftype.
2010-05-24 11:20:45 +02:00
Andrey Turkin
61dfc28b75
oleaut32: Store correct offset for imported files in ICreateTypeInfo::AddRefTypeInfo.
2010-05-24 11:20:00 +02:00
Andrey Turkin
9724c6d774
oleaut32: Fix ctl2_alloc_importfile offset calculations.
2010-05-24 11:19:41 +02:00
Aric Stewart
18b310a703
usp10: Apply the GSUB 'rlig' feature for Required ligature substitution.
2010-05-24 11:19:03 +02:00
Aric Stewart
6c73258725
usp10: Handle Ligature Substitution Subtable from GSUB.
...
This also involves a restructuring of the handling of glyph lookups
from GSUB since Ligature Substitution can result in many glyphs being
replaced with 1 glyph, and future looksup may result in one glyph
being replaces with many glyphs.
2010-05-24 11:18:59 +02:00
Aric Stewart
ec62c33d79
gdi32: Handle a BiDi string being shaped into more or less glyphs than characters in the string.
2010-05-24 11:18:28 +02:00
Aric Stewart
a27e03bf5d
usp10: Use font chartype only as a fallback if we do not know the characters script already.
2010-05-24 11:18:15 +02:00
Maarten Lankhorst
3e5f7f49fe
winmm: Wake up timer after the timer list is empty.
2010-05-24 11:16:57 +02:00
Marcus Meissner
163c7021b1
usp10: Check heap_alloc return value (Coverity).
2010-05-24 11:15:25 +02:00
Michael Stefaniuc
ff2813364a
msacm32: Avoid using the long type.
2010-05-24 11:15:06 +02:00
Sven Baars
23f9b07d6a
msi: Update Dutch translation.
2010-05-24 11:14:52 +02:00
Sven Baars
cc9e357ecf
msi: Fix English translation.
2010-05-24 11:14:44 +02:00
Alexandre Julliard
4dae774893
ntdll: Reimplement bsearch to avoid redundant and possibly out of bounds comparisons.
2010-05-23 22:26:51 +02:00
Alexandre Julliard
5702a941ad
user32: Don't repaint the caret in SetCaretPos if the position doesn't change.
2010-05-23 09:26:05 +02:00
Matej Špindler
46c7f2686b
oleacc: Add Slovenian translation.
2010-05-21 18:58:06 +02:00
Marcus Meissner
27a28bf29f
msvcrt: Check locale for NULL before freeing.
2010-05-21 18:58:05 +02:00
Andrew Nguyen
c6e5e39460
urlmon: Validate parameters in MkParseDisplayNameEx.
2010-05-21 18:58:05 +02:00
Andrew Nguyen
07325c7d7c
ole32/tests: Add tests for output parameters in MkParseDisplayName.
2010-05-21 18:58:05 +02:00
Andrew Nguyen
7bdf023e69
ole32: Validate pointer parameters in MkParseDisplayName.
2010-05-21 18:58:05 +02:00
Austin English
c4ea80cf9b
ntdll: Add stub for NtRaiseHardError.
2010-05-21 18:58:05 +02:00
Aric Stewart
e276fbc222
usp10: Correct Left and Right confusions for Arabic joining and shaping.
2010-05-21 18:58:05 +02:00
Matteo Bruni
5786d3a0c7
d3dx9: Shader assembler ps_2_x support.
2010-05-21 18:58:05 +02:00
Matteo Bruni
ce3e846f3b
d3dx9: Add some more tests on register number checking.
2010-05-21 18:58:05 +02:00
Matteo Bruni
5050f7c8d2
d3dx9: Shader assembler vs_2_x support.
2010-05-21 18:58:05 +02:00
Matteo Bruni
961db7964d
d3dx9: Check for oCx register number.
2010-05-21 18:58:04 +02:00
Matteo Bruni
a9118ba171
d3dx9: Use separate opcodes for TEXLDP and TEXLDB.
...
There is no reason we have to strictly follow D3D bytecode format in our
intermediate representation.
2010-05-21 18:58:04 +02:00
Matteo Bruni
1d3f462fef
d3dx9: Add missing texkill instruction parsing.
2010-05-21 18:58:04 +02:00
Stefan Dösinger
b5da118531
wined3d: Catch RCP 0.0 in ARB.
2010-05-21 18:58:04 +02:00
Stefan Dösinger
c80b5d6afc
wined3d: Handle length zero vectors in ARB's NRM.
2010-05-21 18:58:04 +02:00
Stefan Dösinger
ed74fcefc8
wined3d: Make the mova constant more generic for relative addressing.
2010-05-21 18:58:04 +02:00
Stefan Dösinger
a0143e142b
wined3d: Order the helper constants a bit better.
2010-05-21 18:58:04 +02:00
Stefan Dösinger
a1710a32f3
wined3d: Add a function for reading (ps_)helper_const.
2010-05-21 18:58:04 +02:00
Stefan Dösinger
6946de8125
wined3d: Store a positive 1.0 in the ARB's vertex shader helper constant.
2010-05-21 18:58:04 +02:00
Stefan Dösinger
09d74b748e
wined3d: Split up the "one" pixel shader helper constant.
2010-05-21 18:58:04 +02:00
André Hentschel
f31e30d1be
msvidc32: Be less picky with formats.
2010-05-21 18:58:04 +02:00
Michael Stefaniuc
6d89364ad1
wined3d: Avoid using the long type.
2010-05-21 18:58:04 +02:00
Michael Stefaniuc
f9d2b85ea5
mciwave: Avoid using long.
2010-05-21 18:58:03 +02:00
Michael Stefaniuc
5b9fb3c5be
winemp3.acm: Avoid using the long type.
2010-05-21 18:57:37 +02:00
Michael Stefaniuc
309e92f449
mcicda: Avoid using long.
2010-05-21 14:37:53 +02:00
Michael Stefaniuc
bf7241c125
user32: Avoid using long.
2010-05-21 14:37:53 +02:00
Henri Verbeet
11b8c425e9
wined3d: Set the device.c GLINFO_LOCATION to *gl_info.
2010-05-21 14:37:53 +02:00
Henri Verbeet
5dff410254
wined3d: Explicitly pass GL info to buffer_get_sysmem().
2010-05-21 14:37:52 +02:00
Henri Verbeet
e647309402
wined3d: Explicitly pass GL info to buffer_create_buffer_object().
2010-05-21 14:37:52 +02:00
Henri Verbeet
e536f99871
wined3d: Set the buffer.c GLINFO_LOCATION to *gl_info.
2010-05-21 14:37:52 +02:00
Henri Verbeet
db0784e1da
wined3d: Introduce a separate function for translating front buffer coordinates to GL coordinates.
2010-05-21 14:37:52 +02:00
Juan Lang
62d806601b
rsaenh: Implement CALG_SSL3_SHAMD5 hashing.
2010-05-21 14:37:52 +02:00
Juan Lang
71a9d1380c
rsaenh: Add tests for CALG_SSL3_SHAMD5 hashing.
2010-05-21 14:37:52 +02:00
Nikolay Sivov
7abdcd2c45
shell32: Add SHGetLocalizedName stub.
2010-05-21 14:37:52 +02:00
Nikolay Sivov
5d708246d7
comctl32/listview: Don't forward WM_COMMAND to parent if we don't have an Edit box.
2010-05-21 14:37:52 +02:00
Juan Lang
c79aad51cd
crypt32: Implement wildcard domain name matching in subject alternative names.
2010-05-21 14:37:52 +02:00
Alexandre Julliard
50ebc10da4
user32: Get rid of the CURSORICONINFO structure in icon objects.
2010-05-21 14:37:30 +02:00
Alexandre Julliard
fb70204c69
user32: No longer store the icon bits in the icon object.
2010-05-21 14:35:11 +02:00
Alexandre Julliard
86c4a3694d
user32: Remove the CURSORICONINFO parameter in the CreateCursorIcon driver entry point.
2010-05-21 13:30:15 +02:00
Alexandre Julliard
e25049e879
winex11: Create X11 cursors on demand when the cursor is set to a window.
2010-05-21 13:29:47 +02:00
Alexandre Julliard
875ca461ae
winex11: Reimplement creation of Xlib cursors to use the bitmaps returned by GetIconInfo.
2010-05-21 13:27:14 +02:00
Alexandre Julliard
6264bc20bc
winex11: Retrieve the cursor info with GetIconInfo to create a color cursor.
2010-05-21 12:55:15 +02:00
Alexandre Julliard
45b7eb6858
winex11: Move X11 locking inside the cursor creation functions.
2010-05-21 12:53:14 +02:00
Alexandre Julliard
0d84ccbfa1
winex11: Fix a bitmap leak when setting the small icon hints.
2010-05-20 17:37:28 +02:00
Piotr Caban
224af0d0e7
wininet: Fix variables values after redirection in HTTP_HttpSendRequestW.
...
Moved dwContentLength reset after HTTP_DrainContent (this function
disconnects when dwContentLength is set to ~0u).
2010-05-20 16:48:37 +02:00
Andrew Nguyen
b8fb1c97a1
oleaut32/tests: Update a comment about PNG support in OLE picture tests.
2010-05-20 16:48:37 +02:00
Andrew Nguyen
96dbdcb8c9
oleaut32: Implicitly initialize COM in OleLoadPicturePath.
2010-05-20 16:48:37 +02:00
Andrew Nguyen
61f7f77636
oleaut32: Convert file URLs to DOS paths for special handling in OleLoadPicturePath.
...
File URLs cannot be used in the moniker code path, as binding to the IStream interface is not possible.
2010-05-20 16:48:37 +02:00
Andrew Nguyen
dc13339988
oleaut32: Improve parameter validation in OleLoadPicturePath.
2010-05-20 16:48:37 +02:00
Andrew Nguyen
0b3eac9227
urlmon/tests: Fix CoInternetCompareUrl failure message typos.
2010-05-20 16:38:56 +02:00
Andrew Nguyen
e92cca8df6
urlmon: Validate URL and output pointer in CreateURLMoniker.
2010-05-20 16:38:49 +02:00
Jacek Caban
1943d84ce0
shdocvw: Added ITargetFrame2 stub implementation.
2010-05-20 16:25:45 +02:00
Aleksey Bragin
bd7859c5fe
winex11.drv: Fix SetCursor entry in the spec file.
2010-05-20 16:25:44 +02:00
Hans Leidekker
5395c999d2
msi: Add more tests for feature overrides.
2010-05-20 16:25:44 +02:00
Hans Leidekker
e16f187791
msi: Test the reference count on the installer object retrieved from a session object.
2010-05-20 16:25:44 +02:00
Hans Leidekker
2e24d34b22
msi: Fix some leaks in the tests.
2010-05-20 16:25:44 +02:00
Hans Leidekker
7a370c8d7b
msi: Consistently use the allocation macros.
2010-05-20 16:25:44 +02:00
Hans Leidekker
57a6b6fb38
msi: Release the package in MsiGetMode and MsiSetMode.
2010-05-20 16:25:44 +02:00
Hans Leidekker
e5dd509901
msi: Release the package in MsiGetProductPropertyW.
2010-05-20 16:25:44 +02:00
Hans Leidekker
a4c25196b0
msi: Fix memory leaks in deformat_string_internal.
2010-05-20 16:25:44 +02:00
Jörg Höhle
594a70f550
winmm: Have MCI drivers handle notification for MCI_OPEN.
...
All notifications are handled locally by the drivers.
2010-05-20 16:25:44 +02:00
Alexandre Julliard
efe1c945f2
user32: Use the stored color and mask bitmaps instead of the raw bits in GetIconInfo.
2010-05-20 16:25:44 +02:00
Alexandre Julliard
072d0b3483
user32: Use the stored color and mask bitmaps instead of the raw bits in DrawIconEx.
2010-05-20 16:25:44 +02:00
Alexandre Julliard
bb33cebe3f
user32: Store a pre-computed alpha bitmap for 32-bpp icons with an alpha channel.
2010-05-20 16:11:20 +02:00
Alexandre Julliard
f78c5c940a
user32: Store color and mask bitmaps in the cursor data.
2010-05-20 16:01:25 +02:00
Alexandre Julliard
e58afcfb2d
user32: Define an explicit structure for storing the cursor data.
2010-05-20 14:17:52 +02:00
Henri Verbeet
a2a58a21d8
wined3d: Translate front buffer coordinates in surface_blt_to_drawable().
2010-05-20 13:47:53 +02:00
Henri Verbeet
e5c76f7396
wined3d: Merge destination rectangle operations into a single block in IWineD3DBaseSurfaceImpl_Blt().
2010-05-20 13:47:53 +02:00
Henri Verbeet
3884bb3bdc
wined3d: Merge source rectangle operations into a single block in IWineD3DBaseSurfaceImpl_Blt().
2010-05-20 13:47:53 +02:00
Henri Verbeet
c48ff6c12a
wined3d: Split checking for "empty" source and destination rectangles in IWineD3DBaseSurfaceImpl_Blt().
...
Assuming this is supposed to check for empty source / destination rectangles,
the check doesn't look quite right to me. I'm going to leave that alone for
the time being though.
2010-05-20 13:47:53 +02:00
Henri Verbeet
becf8dc828
wined3d: Check for a destination clipper in IWineD3DBaseSurfaceImpl_Blt().
...
This check was there in the original ddraw code, but apparently got lost
during the ddraw rewrite in 2006.
2010-05-20 13:47:53 +02:00
Juan Lang
1d79e5de9a
crypt32/tests: Test wildcards in subject alternative name.
2010-05-20 13:47:53 +02:00
Juan Lang
fbd3a1dd7b
crypt32/tests: Allow specifying a chain engine when verifying a chain policy.
2010-05-20 13:47:53 +02:00
Juan Lang
742b4f37c8
crypt32/tests: Allow specifying a chain engine when creating a certificate chain.
2010-05-20 13:47:53 +02:00
Juan Lang
d298e1e614
crypt32: Support hExclusiveRoot when creating a certificate chain engine.
2010-05-20 13:47:53 +02:00
Juan Lang
d3db308853
crypt32: Update definition of CERT_CHAIN_ENGINE_CONFIG.
2010-05-20 13:47:53 +02:00
Michael Stefaniuc
f38336d82a
shlwapi: Remove redundant "not NULL" checks of the len arg (coccicheck).
2010-05-20 13:47:53 +02:00
Piotr Caban
4134c57a91
msvcrt: Fix compilation error (x86_64-pc-mingw32).
2010-05-20 13:47:52 +02:00
Michael Stefaniuc
2c07791c5b
wininet: Remove redundant "not NULL/0" checks (coccicheck).
2010-05-20 13:47:52 +02:00
Michael Stefaniuc
629a0b8057
user32: Avoid a potential NULL pointer dereference in a TRACE.
2010-05-20 13:47:52 +02:00
Michael Stefaniuc
9dc835c2bc
rpcrt4: Remove redundant "non NULL" check of var cred_dst (coccicheck).
2010-05-20 13:47:52 +02:00
Michael Stefaniuc
4deab508ba
wineoss.drv: Avoid a potential NULL pointer dereference in a TRACE.
2010-05-20 13:47:52 +02:00
Michael Stefaniuc
49c5494ff8
msxml3: Remove redundant "not NULL" check of the punk arg.
2010-05-20 13:47:52 +02:00
Michael Stefaniuc
63512e8e98
quartz: Avoid using the long type.
2010-05-20 13:47:44 +02:00
Maarten Lankhorst
aa65a56afe
mciqtz32: Add support for MCI_PAUSE.
2010-05-20 12:45:53 +02:00
Maarten Lankhorst
ecbc152977
mciqtz32: Add support for MCI_STATUS_TIME_FORMAT.
2010-05-20 12:45:51 +02:00
Maarten Lankhorst
573abf8398
mciqtz32: Handle window visibility better.
...
Video Window only needs to be created on play, so defer until then.
2010-05-20 12:45:44 +02:00
Maarten Lankhorst
02956bf798
quartz: Remove invalid check from put_WindowStyleEx in video renderer.
2010-05-20 12:45:02 +02:00
Maarten Lankhorst
ab9cbecf1b
quartz: Respect autoshow in video renderer.
2010-05-20 12:44:57 +02:00
Sven Baars
6711a0f553
shdoclc: Fix Dutch translation.
2010-05-20 12:44:50 +02:00
Maarten Lankhorst
4c23814c48
quartz: Support negative heights in video renderer.
2010-05-20 12:43:45 +02:00
Louis Lenders
1ae673f8de
samlib: Add stubbed samlib.dll.
2010-05-20 12:43:19 +02:00
Alexandre Julliard
5decff1897
user32: Ignore the bitmap offset if it's not set.
2010-05-20 12:37:59 +02:00
Alexandre Julliard
8f1853a309
comctl32/imagelist: Clear pixels that fall outside the mask when generating an alpha channel.
2010-05-19 20:11:48 +02:00
Alexandre Julliard
9479fbfd34
winex11: Add some tracing to the fontconfig subpixel code.
2010-05-19 19:49:15 +02:00
Aric Stewart
8412028562
usp10: Attempt to do shaping via the font GSUB table first.
...
Modern fonts expect this and the presentation form B glyphs are a fallback.
2010-05-19 18:02:08 +02:00
Aric Stewart
32b9b63a42
usp10: Add Arabic shaping.
2010-05-19 17:59:35 +02:00
Alexandre Julliard
a5fe688704
libwine: Generate Unicode data for Arabic shaping.
2010-05-19 17:52:42 +02:00
Matteo Bruni
5cc00e82b6
d3dx9: Shader assembler ps_3_0 support.
2010-05-19 16:58:00 +02:00
Matteo Bruni
abb489b29d
d3dx9: Add ps_3_0 instructions parsing to the shader assembler.
2010-05-19 16:58:00 +02:00
Michael Stefaniuc
91c7d4f909
qcap: Use the proper types.
2010-05-19 16:57:59 +02:00
Henri Verbeet
2c2e3f8665
user32: Verify we got a valid window handle in GetDCEx().
2010-05-19 16:57:59 +02:00
Henri Verbeet
9d865274c0
wined3d: Fix a comment.
2010-05-19 16:57:59 +02:00
Henri Verbeet
f0888577c5
wined3d: Use wine_dbgstr_rect() for tracing the rectangle in IWineD3DSurfaceImpl_LockRect().
2010-05-19 16:57:59 +02:00
Henri Verbeet
465e8f66cb
wined3d: Explicitly pass the FBO target to context_clean_fbo_attachments().
...
This should have been part of e01d56f331
.
2010-05-19 16:57:59 +02:00
Henri Verbeet
0fe7b45b6c
wined3d: Make context_attach_surface_fbo() static.
2010-05-19 16:57:59 +02:00
Piotr Caban
8dde5c5168
wininet: Combine certificate errors in HTTP_OpenConnection.
2010-05-19 15:01:00 +02:00
Piotr Caban
ee72094ca8
wininet: Added INTERNET_OPTION_ERROR_MASK flag handling to InternetSetOptionW.
2010-05-19 15:00:55 +02:00
Piotr Caban
4ba60d265a
wininet: Fix callbacks sent on connection error.
2010-05-19 15:00:43 +02:00
Maarten Lankhorst
231396de90
quartz: Add support for windowstate in video renderer.
2010-05-19 13:16:34 +02:00
Maarten Lankhorst
6956ce6153
mciqtz32: Add support for mciUpdate.
2010-05-19 13:16:34 +02:00
Maarten Lankhorst
e51d5af9d6
mciqtz32: Add support for MCI_DGV_WHERE_SOURCE.
2010-05-19 13:16:34 +02:00
Maarten Lankhorst
4eddb852b1
mciqtz32: Handle mciOpen better.
2010-05-19 13:16:34 +02:00
Alexandre Julliard
b81d08e31c
winex11: Make sure that all fontconfig support is properly #ifdef'ed.
2010-05-19 11:26:44 +02:00
Maarten Lankhorst
00eaa92945
winmm: Make timer keep a ref on winmm while it's running.
2010-05-19 11:20:37 +02:00
Ilya Shpigor
cc784e277f
shdocvw: Added IDataObject stub implementation.
2010-05-19 11:17:55 +02:00
Dylan Smith
dcbc22b985
richedit: Send EN_SELCHANGE after wrapping but before EN_CHANGE.
...
The call to ME_SendSelChange cannot be done in ME_CommitUndo like it was
before, because it must be done after wrapping. Native richedit controls
send EN_CHANGE first, which is sent in ME_UpdateRepaint, so
ME_SendSelChange must be before this notification in ME_UpdateRepaint.
2010-05-19 11:17:55 +02:00
Dylan Smith
d312d4e33c
richedit: Revert commit that caused a regression. (Bug 22758).
...
Revert commit 049cf5aca0
richedit: Avoid notifying parent window in improper state.
The commit was meant to fix a problem caused by ME_SendSelChange being
called in ME_SendSelChange, but moving the calls to ME_CommitUndo caused
a regression. So this patch reverts the previous commit, and my
following patch will instead fix the bug by moving the call to
ME_SendSelChange out of ME_CommitUndo.
2010-05-19 11:17:55 +02:00
Michael Stefaniuc
aef5374c8b
ntdll: Remove superfluous "not NULL" check for the count arg.
2010-05-19 11:17:55 +02:00
Michael Stefaniuc
be6ef9158d
user32: Remove superfluous "not NULL" check of the atom variable.
2010-05-19 11:17:55 +02:00
Andrew Eikum
17789c1636
Revert "user32: Don't use DLGTEMPLATE's ExStyle when creating dialogs.".
...
This reverts commit 897f11d331
.
2010-05-19 11:17:55 +02:00
Vincent Povirk
bea0daa281
shlwapi: Implement SHRegEnumUSValue.
2010-05-19 11:17:55 +02:00
Jörg Höhle
c89853ebe5
winmm: More MIDI boundary tests & fixes.
2010-05-19 11:17:27 +02:00
Jörg Höhle
a311dff763
winmm: A NULL CALLBACK_FUNCTION is acceptable since w2k.
2010-05-19 11:17:26 +02:00
Jörg Höhle
e3869300b9
winmm: WAVE/MIDI_MAPPER (-1) is a 32 bit UINT, not 16.
2010-05-19 11:17:26 +02:00
Dmitry Timoshkov
7d3cb53cf1
gdi32: Do not use VDMX for mapping of negative font heights, based on a test case.
2010-05-18 18:44:24 +02:00
Dmitry Timoshkov
cc870dc484
user32: Paint button focus in the ODA_SELECT case too.
2010-05-18 18:44:18 +02:00
Andrew Eikum
fe92119f53
comctl32/listview: Derive subitem rect from listview origin.
2010-05-18 18:42:18 +02:00
Sven Baars
4ad98744ce
setupapi: Fix Dutch translation.
2010-05-18 18:42:10 +02:00
Maarten Lankhorst
e331a84fc0
mciqtz32: Implement MCI_STATUS_LENGTH.
2010-05-18 18:42:10 +02:00
Maarten Lankhorst
f65d4c5a47
mciqtz32: Add command table from mciavi32.
2010-05-18 18:42:10 +02:00
Jörg Höhle
f5715f96ab
imaadp32: Refine size checks.
2010-05-18 18:42:09 +02:00
Jörg Höhle
8fa84df772
winealsa: MOD_MIDIPORT has 0 voices and notes and FFFF ChannelMask.
2010-05-18 18:42:09 +02:00
Jörg Höhle
3af7e99ba0
winealsa: Supply FFFFFFFF for midiOutGetVolume, no garbage.
2010-05-18 18:42:09 +02:00
Matteo Bruni
c1f7faca45
d3dx9: Add some version-specific checks in the shader assembler.
2010-05-18 18:42:09 +02:00
Nikolay Sivov
f894862ebc
comctl32: Fix SysLink debug channel name, add a trace.
2010-05-18 18:42:09 +02:00
Michael Stefaniuc
127733ebda
dinput: Remove explicit cast to long as it happens implicitly.
...
LPDIEFFECT->rglDirection is a LPLONG.
2010-05-18 18:42:09 +02:00
Henri Verbeet
7bec8e1dcb
wined3d: Correctly translate between coordinate systems in swapchain_blit().
2010-05-18 18:42:09 +02:00
Henri Verbeet
e0d6ca57d7
wined3d: Check for offscreen contexts inside context_validate_onscreen_formats() itself.
2010-05-18 18:42:08 +02:00
Henri Verbeet
4889c33da6
wined3d: Explicitly pass the depth/stencil surface to context_validate_onscreen_formats().
...
This avoids switching to offscreen rendering in context_apply_blit_state() for
a depth buffer that isn't going to be used anyway. This switch would be
problematic for blits to the frontbuffer, since it's always onscreen. I.e.,
we'd be blitting to the screen, but with offscreen transforms.
2010-05-18 18:42:08 +02:00
Henri Verbeet
96cdab1792
wined3d: context_validate_onscreen_formats() may modify context->render_offscreen.
...
I merged this by accident in be43c867a5
.
2010-05-18 18:42:08 +02:00
Alexandre Julliard
2f614e6081
krnl386.exe: Call the 32-bit string functions that contain exception handlers.
2010-05-18 18:42:08 +02:00
Alexandre Julliard
ea596f8a5f
winex11: Force alpha channel to 0 when blitting to depth 32 from a lower depth.
2010-05-18 18:42:08 +02:00
Michael Stefaniuc
31e4cf9313
winex11.drv: Remove redundant "not NULL" check of cfgs (coccicheck).
2010-05-18 18:42:08 +02:00
Michael Stefaniuc
2721cff09e
mciwave: Remove redundant "not NULL" checks of the variables lpParms.
...
Found by coccicheck.
2010-05-18 18:42:08 +02:00
Michael Stefaniuc
6178e86a74
avifil32: Remove some redundant "not NULL" checks (coccicheck).
2010-05-18 18:42:07 +02:00
Michael Stefaniuc
989e98202f
ddraw: Remove redundant "not NULL" check of This (coccicheck).
2010-05-18 18:42:07 +02:00
Michael Stefaniuc
48e36e43dd
user32: Remove redundant not NULL check of variable item (coccicheck).
2010-05-18 18:42:07 +02:00
Michael Stefaniuc
f8bac98196
shell32: Remove redundant "not NULL" check of ppidl (coccicheck).
2010-05-18 18:42:07 +02:00
Alexandre Julliard
15efbc892b
comctl32/imagelist: Don't pre-multiply the stored image, do it only at blending time.
2010-05-18 18:42:06 +02:00
Nikolay Sivov
2c80e14eec
ole32: Use window property to store registered drop target.
2010-05-18 08:53:08 +02:00
Maarten Lankhorst
5568f33db3
quartz: Forward IMediaFilter to IMediaControl.
2010-05-18 08:50:54 +02:00
Maarten Lankhorst
44827a0336
quartz: Implement IBasicVideo get_AvgTimePerFrame.
2010-05-18 08:50:47 +02:00
Matej Špindler
515b15233e
jscript: Add Slovenian translation.
2010-05-18 08:50:26 +02:00
Matej Špindler
4ed5079b67
wininet: Update Slovenian translation.
2010-05-18 08:50:10 +02:00
Juan Lang
0b7711e545
wintrust/tests: Fix test failures when not running as administrator.
2010-05-18 08:49:52 +02:00
Juan Lang
b659dee999
winhttp: Honor security flags when verifying a certificate.
2010-05-18 08:48:35 +02:00
Juan Lang
2a569a9e89
winhttp: Store a pointer to the netconn_t in the SSL context.
2010-05-18 08:48:29 +02:00
Juan Lang
7c7d00a12f
winhttp: Store security flags in netconn_t.
2010-05-18 08:48:21 +02:00
Sven Baars
141875c84a
wineps.drv: Fix Dutch translation.
2010-05-18 08:48:04 +02:00
Julius Schwartzenberg
ba11b695e6
wined3d: Cope with the new Intel renderer string.
2010-05-18 08:47:57 +02:00
Owen Rudge
00eb092e4d
d3dx9: Implement CreateEffectFromFile/Resource functions.
2010-05-18 08:47:38 +02:00
Owen Rudge
b3523a447c
d3dx9: Implement D3DXCreateEffectCompilerFromFile/Resource.
2010-05-18 08:47:35 +02:00
Michael Stefaniuc
943eefc8fc
rpcrt4: Avoid using long.
2010-05-17 15:41:33 +02:00
Dmitry Timoshkov
184c86e774
user32: Add BM_SETSTATE/BM_SETCHECK message tests for a button, make them pass under Wine.
2010-05-17 15:41:27 +02:00
Roderick Colenbrander
ee9b409fce
wined3d: Use BltFast in UpdateSurface when desc.convert is set.
2010-05-17 14:44:09 +02:00
Roderick Colenbrander
ba8f0da271
wined3d: Remove unneeded d3dfmt_get_conv conversion constants.
2010-05-17 14:43:56 +02:00
Roderick Colenbrander
f892003194
wined3d: Set conversion flags for format descriptors having a convert function.
2010-05-17 14:43:49 +02:00
Andrey Turkin
de79a63838
kernel32: Implement CreateHardLink.
2010-05-17 14:43:26 +02:00
Mike Kaplinskiy
42debac149
server: Move socket async activation to sock_poll_event.
2010-05-17 14:41:33 +02:00