Alexandre Julliard
|
76fb69bf3d
|
user32: Fix LoadImage behavior with zero size and no LR_DEFAULTSIZE.
Based on a patch by Marcus Meissner.
|
2011-01-28 12:44:21 +01:00 |
Alexandre Julliard
|
ab4a5a327d
|
user32: Propagate the LoadImage flags into the low-level loader functions.
|
2011-01-28 12:42:56 +01:00 |
Marcus Meissner
|
6e077e0bc0
|
user32: Get MDI icon as close the "small icon" as possible.
|
2011-01-28 12:03:50 +01:00 |
Alexander Law
|
a8308dd017
|
programs/notepad: Correct sharing mode for opening file in notepad.
|
2011-01-28 12:03:09 +01:00 |
Nikolay Sivov
|
81c4f2a25f
|
msvcrt: Forward _realloc_crt to realloc.
|
2011-01-28 12:00:10 +01:00 |
Michael Stefaniuc
|
7f184144ff
|
d3d8: COM cleanup for the IWineD3DDeviceParent_iface.
|
2011-01-28 11:59:45 +01:00 |
Michael Stefaniuc
|
54a61ae734
|
d3d8: Finish the COM cleanup of the IDirect3DDevice8 iface.
|
2011-01-28 11:59:39 +01:00 |
Michael Stefaniuc
|
dec337acac
|
d3d8: Use impl_from_IDirect3DDevice8() instead of the iface to object cast.
|
2011-01-28 11:59:34 +01:00 |
Vincent Povirk
|
8a8808984e
|
mscoree: Implement GetFileVersion.
|
2011-01-28 11:59:21 +01:00 |
Henri Verbeet
|
7421bb0b61
|
widl: Support forward type declarations.
|
2011-01-28 11:59:04 +01:00 |
Henri Verbeet
|
8872239088
|
ddraw: Link directly to wined3d.
|
2011-01-28 11:59:02 +01:00 |
Henri Verbeet
|
69ea0884ab
|
d3d9: Check the correct swapchain in IDirect3DDevice9Impl_GetSwapChain() (LLVM/Clang).
|
2011-01-28 11:58:09 +01:00 |
Henri Verbeet
|
1b726498ed
|
wined3d: Set all render targets to NULL in IWineD3DDeviceImpl_Uninit3D().
|
2011-01-28 11:58:06 +01:00 |
Alexandre Julliard
|
16a2ea5c8f
|
dbghelp: Use wine64 as loader name on 64-bit.
|
2011-01-28 11:57:46 +01:00 |
Alexandre Julliard
|
3bae7d0383
|
dbghelp: Add a helper function to determine the name of the wine loader.
|
2011-01-28 11:41:14 +01:00 |
Alexandre Julliard
|
22cd7e0e5e
|
winedbg: Add dumping of floating point registers for x86_64.
|
2011-01-28 11:41:10 +01:00 |
Jacek Caban
|
020245bba1
|
jscript: Fixed some clang warnings.
|
2011-01-27 16:32:22 +01:00 |
Alexander Morozov
|
c0ab36949d
|
shell32/tests: Fix test failure on some NT4.
|
2011-01-27 16:32:16 +01:00 |
Hans Leidekker
|
1549088da0
|
winhttp/tests: Test a return value (clang).
|
2011-01-27 16:31:49 +01:00 |
Hans Leidekker
|
08c3d2a5ab
|
msi: Skip rollback custom actions.
|
2011-01-27 16:31:45 +01:00 |
Hans Leidekker
|
aae1b21092
|
msi: Initialize a variable in get_patch_product_codes (clang).
|
2011-01-27 16:31:37 +01:00 |
Hans Leidekker
|
eb4e5d6024
|
msi: Return the correct disk prompt size from MsiSourceListEnumMediaDisksW (clang).
|
2011-01-27 16:31:32 +01:00 |
Hans Leidekker
|
53b5e7f319
|
msi: Check a return value (clang).
|
2011-01-27 16:31:25 +01:00 |
Hans Leidekker
|
4a7371e32d
|
msi/tests: Test a return value (clang).
|
2011-01-27 16:31:19 +01:00 |
Hans Leidekker
|
af3733cde5
|
msi: Use a return value (clang).
|
2011-01-27 16:31:13 +01:00 |
Hans Leidekker
|
e861283a62
|
msi: Make sure the return value is initialized in save_table (clang).
|
2011-01-27 16:31:07 +01:00 |
Hans Leidekker
|
15f0cc3130
|
msi: Check the return value of IActiveScript_AddNamedItem (clang).
|
2011-01-27 16:30:58 +01:00 |
Hans Leidekker
|
a84af95d3e
|
msi/tests: Consistently test return values (clang).
|
2011-01-27 16:30:53 +01:00 |
Hans Leidekker
|
78ce0a7350
|
msi: Check the return value of fetch_int (clang).
|
2011-01-27 16:30:48 +01:00 |
Alexandre Julliard
|
c469b77624
|
kernel32: Add proper English messages for all error codes.
|
2011-01-27 15:23:56 +01:00 |
Alexandre Julliard
|
6d659d7e15
|
makedep: Add dependencies for the msg.pot file.
|
2011-01-27 15:15:01 +01:00 |
Alexandre Julliard
|
945ccf52e9
|
configure: Automatically remove obsolete entries in po files.
|
2011-01-27 15:09:55 +01:00 |
Hwang YunSong
|
c6193f91c8
|
po: Update Korean resource.
|
2011-01-27 14:46:08 +01:00 |
Greg Geldorp
|
90df19f05a
|
shell32/tests: Use long file name.
Test is about the extension, so let's un-complicate it by using long path
names.
|
2011-01-27 14:20:48 +01:00 |
Greg Geldorp
|
0abf2da022
|
msi/tests: Check 64-bit reg view if key not present in 32-bit view.
|
2011-01-27 14:20:35 +01:00 |
Michael Stefaniuc
|
421b6527f2
|
shell32: Use ifaces instead of vtbl pointers in RecycleBin.
|
2011-01-27 14:20:21 +01:00 |
Vincent Povirk
|
757012cd3c
|
gdiplus: Test the types of records in an empty EMF+.
|
2011-01-27 14:16:47 +01:00 |
Vincent Povirk
|
a06b4bc59b
|
gdiplus: Test for EMF+ recording.
|
2011-01-27 14:16:38 +01:00 |
Vincent Povirk
|
e029d71c4b
|
gdiplus: Stub GdipGetHemfFromMetafile.
|
2011-01-27 14:15:59 +01:00 |
Vincent Povirk
|
8fa86b5980
|
include: Add declaration of GdipRecordMetafile.
|
2011-01-27 14:15:55 +01:00 |
Michael Stefaniuc
|
c2bf9a6b79
|
d3dx9_36: COM cleanup for the ID3DXSprite iface.
|
2011-01-27 14:15:22 +01:00 |
Michael Stefaniuc
|
697a9a1ac5
|
d3dx9_36: COM cleanup for the ID3DXMesh iface.
|
2011-01-27 14:15:17 +01:00 |
Michael Stefaniuc
|
a9065082da
|
d3dx9_36: COM cleanup for the ID3DXMatrixStack iface.
|
2011-01-27 14:15:13 +01:00 |
Michael Stefaniuc
|
7342f34ef7
|
d3dx9_36: COM cleanup for the ID3DXFont iface.
|
2011-01-27 14:15:08 +01:00 |
Michael Stefaniuc
|
7660526337
|
d3dx9_36: COM cleanup for the ID3DXBuffer iface.
|
2011-01-27 14:15:04 +01:00 |
Michael Stefaniuc
|
c84b8dbd3e
|
d3dx9_36: COM cleanup for the ID3DXInclude iface.
|
2011-01-27 14:14:59 +01:00 |
Michael Stefaniuc
|
b88e09e221
|
d3dx9_36: COM cleanup for the ID3DXEffectPool iface.
|
2011-01-27 14:14:55 +01:00 |
Michael Stefaniuc
|
03321ad0fb
|
d3dx9_36: COM cleanup for the ID3DXEffect iface.
|
2011-01-27 14:14:51 +01:00 |
Nikolay Sivov
|
8d09b40835
|
msvcrt: Implement _wsopen_s.
|
2011-01-27 14:14:41 +01:00 |
Henri Verbeet
|
34bd603b9e
|
d3d9/tests: Add a test for the NULL format.
|
2011-01-27 14:14:04 +01:00 |