Huw Davies
ab1373d847
gdi32: Keep track of the english family name if there's a localised name as well.
2011-10-06 16:47:11 -05:00
Nikolay Sivov
8899c2e59a
oleaut32/typelib: Use BSTR for filename.
2011-10-06 16:46:41 -05:00
Nikolay Sivov
c71637b692
oleaut32/typelib: Properly handle allocation failure on creation.
2011-10-06 16:46:41 -05:00
Frédéric Delanoy
cd30c52b35
cmd: Avoid reading char by char from files.
2011-10-06 16:46:41 -05:00
Frédéric Delanoy
5e3cb1867b
cmd: Infer handle type from handle value in WCMD_fgets and WCMD_ReadAndParseLine.
2011-10-06 16:46:41 -05:00
Damjan Jovanovic
ea35386b2b
windowscodecs: Read PNGs sequentially.
2011-10-06 16:46:41 -05:00
Louis Lenders
8435e40874
gdiplus: Return zero properties in stubbed GdipGetPropertyCount.
2011-10-06 16:46:41 -05:00
Piotr Caban
45b4b4205a
msvcrt: Added _iswdigit_l implementation.
2011-10-06 16:46:40 -05:00
Piotr Caban
c867f3324e
msvcrt: Free fd entries with incorrect HANDLE value.
2011-10-06 16:46:40 -05:00
Piotr Caban
190c67c70e
msvcrt: Fix __pioinfo block size.
2011-10-06 16:46:40 -05:00
Nikolay Sivov
35b5955606
msxml3: Use a helper to get property values.
2011-10-06 16:46:40 -05:00
Nikolay Sivov
5931af0283
msxml3: Use helper to set properties.
2011-10-06 16:46:40 -05:00
Nikolay Sivov
d65f298817
msxml3: Add some useful traces and demangle some parameter names.
2011-10-06 16:46:40 -05:00
Andrew Eikum
ecd13dcbef
dsound: Fix fragment position calculations.
2011-10-06 12:28:22 -05:00
Aric Stewart
63490ce038
usp10: Correct ScriptStringGetLogicalWidths to be based on char not glyph.
2011-10-06 12:28:06 -05:00
Hwang YunSong
750404ee8d
winecfg: Updated Korean translation.
2011-10-06 12:27:59 -05:00
Marko Nikolic
154d088eb9
comctl32/tests: Removed sign comparison warning in datetime tests.
2011-10-06 12:27:39 -05:00
Marko Nikolic
30fde946fa
advapi32: Removed sign comparison warning.
2011-10-06 12:27:34 -05:00
Marko Nikolic
b76e2daec2
comctl32/tests: Removed sign comparison warning in dpa tests.
2011-10-06 12:26:51 -05:00
Charles Davis
486783626f
winegcc: On Mac OS, turn -s into -Wl,-x.
2011-10-06 12:24:05 -05:00
Nikolay Sivov
cd919f60cf
advapi32/tests: Add one more QueryServiceStatusEx() test.
2011-10-06 12:23:43 -05:00
Nikolay Sivov
54326116da
msxml3: Use provided qualified name length while writing end element tag.
2011-10-05 17:31:31 -05:00
Andrew Eikum
cec8e0d73a
dsound: Remove a few unused variables.
2011-10-05 17:31:27 -05:00
Eric Pouech
a971d8657c
winedbg: Don't assert() on unsupported v-packets, but rather report an error.
2011-10-05 17:09:40 -05:00
Henri Verbeet
7bb7d08d19
secur32: Handle the schan_buffers limit field in schan_get_buffer() instead of schan_pull().
...
Aside from being the right place, we depend on schan_get_buffer() not
returning a buffer if there's no space left in schan_imp_recv() /
schan_imp_send().
2011-10-05 17:00:58 -05:00
Frédéric Delanoy
d25f614c51
cmd: Rename a parameter in WCMD_fgets.
2011-10-05 17:00:12 -05:00
Frédéric Delanoy
63e11558b6
cmd: Improve handle type recognition in WCMD_ReadFile.
2011-10-05 16:59:48 -05:00
Frédéric Delanoy
e2fd09c2e7
cmd: Avoid dead assignments (Clang).
2011-10-05 16:59:18 -05:00
Andrew Eikum
58f2a3cf3e
winecfg: Allow user to select default audio devices.
2011-10-05 16:55:30 -05:00
Andrew Eikum
66724f617e
mmdevapi: Attempt to determine default devices from the registry.
...
This uses a new, Wine-specific registry key
<HKCU\Software\Wine\Drivers\wine<driver>.drv> to determine the correct
device to use for the various defaults. The drivers still supply their
own defaults which will be chosen if no registry entry is defined. For
portability we use a driver-specific key in order to support default
devices for each of the driver backends.
2011-10-05 16:50:29 -05:00
Andrew Eikum
b07a82c01d
winecfg: Reload winmm for each sound test.
...
Also localize the error dialog while we're in there.
2011-10-05 16:48:27 -05:00
Andrew Eikum
8410dd353c
audio: Change winmm import to delayed import.
2011-10-05 14:13:31 -05:00
Nikolay Sivov
3d3786c2fa
msxml3: Support setting namespaces feature to default value.
2011-10-05 14:13:16 -05:00
Nikolay Sivov
5f68f3710c
msxml3: Support setting unlimited nesting depth for a reader.
2011-10-05 14:13:07 -05:00
Nikolay Sivov
393c232b05
msxml3: Support setting unlimited xml stream length for a reader.
2011-10-05 14:13:01 -05:00
Nikolay Sivov
165d1b5d70
msxml3: Accept DTD prohibition feature.
2011-10-05 14:12:49 -05:00
Nikolay Sivov
cc4c694623
msxml3: Accept lexical handler parameter entities switch.
2011-10-05 14:12:44 -05:00
Nikolay Sivov
1bd501ab3e
msxml3: Accept disabled parameter entities feature.
2011-10-05 14:12:27 -05:00
Huw Davies
9969b8dec1
gdi32: Display the depth of a bitmap rather than the total number colors.
2011-10-05 11:38:24 -05:00
Huw Davies
82f4538c55
winex11: Initialise the dib color table.
2011-10-05 11:37:30 -05:00
Thomas Faber
fc2dcd04ab
kernel32/tests: Fix MSVC build in console.c.
2011-10-04 17:31:45 -05:00
Thomas Faber
bcbaefe8b5
kernel32/tests: Fix MSVC build in file.c and pipe.c.
2011-10-04 17:31:08 -05:00
Andrew Talbot
76a6404c26
mshtml: Mark some fall-throughs in switch statements.
2011-10-04 16:56:35 -05:00
Andrew Talbot
a051be53d2
msacm32: Mark fall-through in switch statement.
2011-10-04 16:55:58 -05:00
Andrew Talbot
203085dcee
mapi32: Mark some fall-throughs in a switch statement.
2011-10-04 16:55:46 -05:00
Nikolay Sivov
ad336be675
msxml3: Accept disabling of external entities loading.
2011-10-04 16:55:27 -05:00
Piotr Caban
8df606fea4
msvcrt: Fix wcsncpy_s implementation.
2011-10-04 16:54:04 -05:00
Hans Leidekker
50110d4bbd
mspatcha: Forward ApplyPatchToFileA to ApplyPatchToFileW.
2011-10-04 15:44:15 -05:00
Hans Leidekker
e5f1ea5799
include: Add patchapi.h.
2011-10-04 15:44:11 -05:00
Thomas Faber
1354d15a05
gdi32/tests: Fix MSVC build in bitmap.c.
2011-10-04 15:30:02 -05:00