Alexandre Julliard
|
d3bfd6d570
|
include: Add defines for 32-bit dbghelp functions on 64-bit.
|
2009-04-23 18:14:26 +02:00 |
Nicolas Le Cam
|
8b348fca27
|
msi/tests: Fix package test when run on a different drive than C:\.
|
2009-04-23 18:14:25 +02:00 |
Nicolas Le Cam
|
b91fc465ff
|
msi: Fix ACTION_AppSearchDr on empty path.
|
2009-04-23 18:14:25 +02:00 |
Nicolas Le Cam
|
34202629c9
|
msi/tests: Add empty dir test for the DrLocator part of the AppSearch action.
|
2009-04-23 18:14:25 +02:00 |
Nicolas Le Cam
|
03afdb0217
|
msi: Enfore use of GetFileAttributes return value.
|
2009-04-23 18:14:25 +02:00 |
Huw Davies
|
11cb788f35
|
ole32/tests: For win9x and winme the size of the data on the clipboard may be larger than expected.
|
2009-04-23 18:14:03 +02:00 |
Nikolay Sivov
|
946936c274
|
comctl32/tests: Remove tests failing on most platforms.
|
2009-04-23 14:22:07 +02:00 |
Henri Verbeet
|
6f33b97c94
|
wined3d: Get rid of the shared_handle parameter.
I don't expect us to support this in the near future, and right now it's just
dead code.
|
2009-04-23 14:22:06 +02:00 |
Henri Verbeet
|
f88bd17ef6
|
wined3d: Downgrade an ERR to a WARN.
|
2009-04-23 14:22:06 +02:00 |
Henri Verbeet
|
fba6f871cf
|
wined3d: Move frontend specfic constants to baseshader.c.
|
2009-04-23 14:22:06 +02:00 |
Henri Verbeet
|
d6494ad00c
|
wined3d: Move some frontend specfic code to baseshader.c.
|
2009-04-23 14:22:06 +02:00 |
Henri Verbeet
|
fc60083ed2
|
wined3d: Handle the destination modifier shift in the frontend rather than the backend.
|
2009-04-23 14:22:06 +02:00 |
Łukasz Wojniłowicz
|
7448a09258
|
cmd: Updated Polish translations.
|
2009-04-23 14:22:06 +02:00 |
Łukasz Wojniłowicz
|
1e0caf7dfd
|
kernel32: Added Polish translations.
|
2009-04-23 14:21:44 +02:00 |
Rein Klazes
|
17e9174076
|
comdlg32: Fix a crash in LookIn combo box WM_COMMAND message handler.
|
2009-04-23 12:57:01 +02:00 |
Christian Costa
|
fd80a7b7c4
|
mciqtz32: Stop the device only after param and device checks are done.
|
2009-04-23 12:56:54 +02:00 |
Christian Costa
|
7b1b498a31
|
mciqtz32: Make sure the device is valid before starting the play.
|
2009-04-23 12:56:48 +02:00 |
Christian Costa
|
aa9550e689
|
mciqtz32: Move MCIQTZ_mciGetOpenDev at the top and always use it.
|
2009-04-23 12:56:43 +02:00 |
Colin Finck
|
fcceb61fd0
|
mshtml: Fix the size passed to MultiByteToWideChar.
|
2009-04-23 12:56:03 +02:00 |
Alexandre Julliard
|
eafc9caa80
|
winex11.drv: Don't give focus to a minimized window upon take focus.
|
2009-04-23 12:41:57 +02:00 |
Alexandre Julliard
|
bceedda955
|
imagehlp: Forward some more 64-bit functions to dbghelp.
|
2009-04-23 12:41:42 +02:00 |
Alexandre Julliard
|
329c22f323
|
dbghelp: Add a few more 64-bit symbol functions.
|
2009-04-23 12:41:29 +02:00 |
Huw Davies
|
083473659b
|
ole32/tests: Rename variable to avoid a conflict on some systems.
|
2009-04-22 17:00:56 +02:00 |
Huw Davies
|
aaed9de51a
|
ole32: Improve the TRACEs by printing the fmtetc contents.
|
2009-04-22 17:00:53 +02:00 |
Giuseppe Bilotta
|
6a01f71949
|
comctl32/toolbar: Fix trace info for TOOLBAR_InternalInsertButtonsT.
|
2009-04-22 17:00:51 +02:00 |
Mikołaj Zalewski
|
1e256e426d
|
winedbg: Add a crash dialog for --auto mode.
|
2009-04-22 17:00:34 +02:00 |
Alexandre Julliard
|
c6083037a8
|
kernel32: Make sure the string is properly terminated in QueryFullProcessImageNameW.
|
2009-04-22 16:56:37 +02:00 |
Jeff Latimer
|
b485ed2346
|
include: Bring in6_addr into line with the MS definition.
|
2009-04-22 16:56:37 +02:00 |
Alexandre Julliard
|
d341cca616
|
ws2_32/tests: Avoid sizeof in traces.
|
2009-04-22 16:56:37 +02:00 |
Alexandre Julliard
|
eae1898aae
|
jscript: Avoid size_t in printf width specifier.
|
2009-04-22 16:56:37 +02:00 |
Huw Davies
|
6928615d5c
|
ole32/tests: Add some tests to exercise the enumerator.
|
2009-04-22 14:43:37 +02:00 |
Huw Davies
|
1556d831c8
|
ole32/tests: win9x and winme don't enumerate duplicated cfFormats.
|
2009-04-22 14:43:33 +02:00 |
Huw Davies
|
d18875f306
|
ole32/tests: win64 sets the lsb of the final DWORD in the ole private data header.
|
2009-04-22 14:43:20 +02:00 |
Huw Davies
|
f9d48e7ba0
|
ole32/tests: win9x and winme don't have CF_UNICODETEXT.
|
2009-04-22 14:43:17 +02:00 |
Huw Davies
|
508d6db8e2
|
ole32/tests: win9x, winme and nt4 ignore the target device.
|
2009-04-22 14:43:13 +02:00 |
Huw Davies
|
57d555c796
|
ole32/tests: OleGetClipboard doesn't return the same object under win9x, winme and nt4.
|
2009-04-22 14:43:09 +02:00 |
André Hentschel
|
7a0f61191a
|
winemaker: Parse include dirs from vcproj file.
|
2009-04-22 14:42:28 +02:00 |
André Hentschel
|
868547c932
|
winemaker: Fix wrong place for case-check.
|
2009-04-22 14:42:19 +02:00 |
André Hentschel
|
b09d6d0819
|
winemaker: Fix whitespace handling for libs.
|
2009-04-22 14:42:14 +02:00 |
Alexandre Julliard
|
aeb7655cc1
|
configure: Remove checks for headers that are no longer used.
|
2009-04-22 14:41:49 +02:00 |
Nikolay Sivov
|
457c983ee3
|
comctl32/listview: Partial fix for LVM_GETSUBITEMRECT for item == -1.
|
2009-04-22 13:14:48 +02:00 |
Nikolay Sivov
|
09d6a6c8c9
|
comctl32/listview: Additional tests for LVM_GETSUBITEMRECT.
|
2009-04-22 13:14:30 +02:00 |
Henri Verbeet
|
cf1bfc8c68
|
wined3d: Handle the source modifier shift in the frontend rather than the backend.
|
2009-04-22 13:14:26 +02:00 |
Henri Verbeet
|
fec1fa93cf
|
wined3d: Handle the swizzle shift in the frontend rather than the backend.
|
2009-04-22 13:14:14 +02:00 |
Henri Verbeet
|
baf2f94b76
|
wined3d: Get rid of the WINED3DVS_* swizzle constants.
They're redundant.
|
2009-04-22 13:14:09 +02:00 |
Henri Verbeet
|
629801bccb
|
wined3d: Get rid of the token field from struct wined3d_shader_src_param.
|
2009-04-22 13:14:03 +02:00 |
Henri Verbeet
|
7a3d4ce76f
|
wined3d: Pass a struct wined3d_shader_src_param to shader_arb_get_swizzle().
|
2009-04-22 13:13:57 +02:00 |
Michael Stefaniuc
|
69680296ee
|
user32/tests: Don't use the long type.
|
2009-04-22 13:13:51 +02:00 |
Marcus Meissner
|
870bb4e6de
|
amstream/tests: Handle directdraw not being created (Coverity 920).
|
2009-04-22 13:13:47 +02:00 |
Rein Klazes
|
b12c46be4a
|
msvcrt/tests: Add some tests for strtok().
|
2009-04-22 13:13:38 +02:00 |