Nikolay Sivov
|
3e3027761c
|
hlink: Remove useless initializers.
|
2013-03-26 12:10:30 +01:00 |
Nikolay Sivov
|
c5a73badad
|
hlink: Implement HlinkUpdateStackItem().
|
2013-03-26 12:10:16 +01:00 |
Nikolay Sivov
|
2bdaffd879
|
xmllite: Partially implement value normalization for CDATA sections.
|
2013-03-26 12:09:59 +01:00 |
Nikolay Sivov
|
448e939ebe
|
msxml3: Embed user/password in uri used to create a moniker.
|
2013-03-26 12:09:48 +01:00 |
Daniel Jelinski
|
d8a86da66e
|
wined3d: Add NVidia GeForce 315M.
|
2013-03-26 12:07:59 +01:00 |
Ken Thomases
|
e633f79f61
|
winemac: Implement GetDeviceGammaRamp() and SetDeviceGammaRamp().
|
2013-03-26 12:07:03 +01:00 |
Carlo Bramini
|
fd7f0517c7
|
inetcpl.cpl: Minor fix, remove useless code.
|
2013-03-26 12:06:32 +01:00 |
Jacek Caban
|
b7a75b468a
|
secur32: Pass whole schan_credentials struct to schannel backend implementations.
|
2013-03-25 16:28:18 +01:00 |
Piotr Caban
|
737bb1bb18
|
msvcrt: Fixed copied buffer size in _ui64tow_s.
|
2013-03-25 16:28:07 +01:00 |
Hans Leidekker
|
a55e3d4f57
|
winhttp: Remove support for MSG_PEEK.
|
2013-03-25 16:27:38 +01:00 |
Hans Leidekker
|
bb3097f01e
|
winhttp: Add a read-ahead buffer to allow WinHttpQueryDataAvailable to return the right values in chunked mode.
This is a port of wininet commit 3d02c42b39 .
|
2013-03-25 16:27:34 +01:00 |
Hans Leidekker
|
9967aed09d
|
rpcrt4: Use the right port for https connections.
|
2013-03-25 16:27:17 +01:00 |
Dmitry Timoshkov
|
c09c82b25a
|
ws2_32: Make _is_blocking() return server error code, so that callers can act appropriately.
|
2013-03-25 16:26:34 +01:00 |
Austin English
|
f3c154197e
|
msvcp90/tests: Remove thiscall_thunk_retptr struct definitions.
|
2013-03-25 16:25:04 +01:00 |
Lucas Zawacki
|
45a19b0c9b
|
dinput: Initialize all axis (from 0 to ABS_MAX) with -1.
|
2013-03-25 16:24:30 +01:00 |
Piotr Caban
|
6eeb000c90
|
msvcrt: Fixed fgetwc behavior on multibyte characters and Unicode files.
|
2013-03-25 16:24:13 +01:00 |
Piotr Caban
|
cde73251d8
|
msvcrt: Remove incorrect cast in fgetws function.
|
2013-03-25 16:24:01 +01:00 |
Qian Hong
|
6b616f3ea8
|
atl: Don't forward AtlAxWinInit to atl100.
|
2013-03-25 16:23:10 +01:00 |
Qian Hong
|
cd321cbea8
|
atl80: Don't forward AtlAxWinInit to atl100.
|
2013-03-25 16:23:04 +01:00 |
Qian Hong
|
ed62fcb700
|
atl100: Fixed register class types in AtlAxWinInit.
|
2013-03-25 16:22:25 +01:00 |
Qian Hong
|
ef601fcb7e
|
atl100: Fixed register class names in AtlAxWinInit.
|
2013-03-25 16:22:15 +01:00 |
Qian Hong
|
c02bf8817e
|
atl100/tests: Added class name test for AtlAxWinInit.
|
2013-03-25 16:22:11 +01:00 |
Jimmy Rentz
|
c61df08543
|
advapi32: Fix segfault in OpenService.
|
2013-03-25 16:21:17 +01:00 |
Jacek Caban
|
4ece40f86b
|
jscript: Return buffer pointer separately from jsstr_t from jsstr_alloc_len.
|
2013-03-25 14:10:08 +01:00 |
Piotr Caban
|
79632a2212
|
vbscript: Added IMatch interface to Match2 object.
|
2013-03-25 14:09:55 +01:00 |
Piotr Caban
|
fbf01da470
|
vbscript: Added IMatchCollection interface to MatchCollection2 object.
|
2013-03-25 14:09:50 +01:00 |
Huw Davies
|
a20d42de15
|
riched20: Always write out the color table.
|
2013-03-25 14:09:41 +01:00 |
Huw Davies
|
c409fc13fd
|
riched20: Set the bidi base embedding level.
|
2013-03-25 14:09:38 +01:00 |
Huw Davies
|
503c6caba6
|
riched20: We don't need to special case the PARAFORMAT2 fields since the masks have already been correctly sanitised. This fixes setting PFE_RTLPARA.
|
2013-03-25 14:09:31 +01:00 |
Ken Thomases
|
3158fd764d
|
winemac: Don't read an array at index -1 in debugstr_pf().
|
2013-03-25 14:09:25 +01:00 |
André Hentschel
|
3c04958b8a
|
ntdll: Implement RtlLookupFunctionEntry on ARM.
|
2013-03-25 14:08:42 +01:00 |
André Hentschel
|
df7f4fb720
|
ntdll: Add stubs for RtlAddFunctionTable and RtlDeleteFunctionTable on ARM.
|
2013-03-25 14:08:32 +01:00 |
André Hentschel
|
18c95cf165
|
winedump: Dump exception info on ARM.
|
2013-03-25 14:07:55 +01:00 |
André Hentschel
|
5d712e7ea0
|
winedump: Recognize IMAGE_DEBUG_TYPE_CLSID.
|
2013-03-25 14:07:49 +01:00 |
Marcus Meissner
|
2ba014bf40
|
strmbase: Fixed user-after-free (Coverity).
|
2013-03-25 14:07:35 +01:00 |
Marcus Meissner
|
542fe17a05
|
urlmon: Pass up error on error condition (Coverity).
|
2013-03-25 14:07:29 +01:00 |
Andrew Eikum
|
3f02c24163
|
riched20: EM_FINDTEXT implementation should match richedit character type.
|
2013-03-25 14:07:19 +01:00 |
Piotr Caban
|
a0a12d7b7c
|
msvcp: Sync implementations.
|
2013-03-25 14:06:33 +01:00 |
Piotr Caban
|
5401437739
|
msvcp90: Added time_put facet to locale object.
|
2013-03-25 14:06:30 +01:00 |
Piotr Caban
|
1c688130c4
|
msvcp90: Added collate facet to locale object.
|
2013-03-25 14:06:28 +01:00 |
Piotr Caban
|
889786edd1
|
msvcp90: Added time_put class implementation.
|
2013-03-25 14:06:26 +01:00 |
Piotr Caban
|
38302c20f0
|
msvcp90: Added time_put class stub.
|
2013-03-25 14:06:24 +01:00 |
Aric Stewart
|
e909665db3
|
usp10: Correct access to -1 index of array.
Issue found by Phil Krylov.
|
2013-03-25 14:04:12 +01:00 |
Phil Krylov
|
c9cbde73c0
|
usp10: Support GPOS extension lookup subtables.
|
2013-03-25 14:03:52 +01:00 |
Jacek Caban
|
9fa1570fe6
|
mshtml: Added IHTMLButtonElement::name tests.
|
2013-03-25 14:03:25 +01:00 |
Jacek Caban
|
724b248f98
|
mshtml: Added IHTMLButtonElement::name implementation.
|
2013-03-25 14:03:23 +01:00 |
Dmitry Timoshkov
|
fb87ee2464
|
windowscodecs: Make JPEG decoder fallback to 96 dpi resolution for density_unit == 0 case.
|
2013-03-25 14:03:14 +01:00 |
Ken Thomases
|
6ee486644a
|
winemac: Allow Command-[Shift-]Tab to switch apps even when the displays are captured.
|
2013-03-25 14:03:02 +01:00 |
Ken Thomases
|
9714e6ee63
|
winemac: Implement rudimentary support for system tray icons as Mac status items.
|
2013-03-25 14:02:56 +01:00 |
Ken Thomases
|
b1de532393
|
winemac: Set application Dock icon from first icon resource in process's .exe file.
|
2013-03-25 14:01:04 +01:00 |