Jacek Caban
|
194cc70fbe
|
secur32: Disable SSL2 protocol in default settings.
|
2013-04-01 12:18:55 +02:00 |
Jacek Caban
|
8036bd14f9
|
secur32: Pass enabled protocols to Mac Secure Transport.
|
2013-04-01 12:15:41 +02:00 |
Jacek Caban
|
66f80b57a4
|
secur32: Pass enabled protocols to GnuTLS.
|
2013-04-01 12:15:37 +02:00 |
Michael Stefaniuc
|
6f370dff7f
|
dplayx: Remove AddRef hacks for the parent DirectPlay object.
|
2013-04-01 12:09:52 +02:00 |
Michael Stefaniuc
|
b78f7290fe
|
dplayx: Add both ifaces to the DirectPlay object and stop cloning the object.
|
2013-04-01 12:09:36 +02:00 |
Michael Stefaniuc
|
3fa95f3376
|
dplayx: Use separate QueryInterface, AddRef and Release methods for IDirectPlay4 + 4A.
|
2013-04-01 12:09:01 +02:00 |
Michael Stefaniuc
|
ab98766504
|
dplayx: Introduce impl_from_IDirectPlay4A().
|
2013-04-01 12:08:39 +02:00 |
Michael Stefaniuc
|
5922ad98cb
|
dplayx: Assimilate the inherited methods into IDirectPlay4A.
|
2013-04-01 12:08:16 +02:00 |
Michael Stefaniuc
|
f19968a57c
|
dplayx: Forward IDirectPlay::EnumGroups to ::EnumGroupsInGroup.
|
2013-04-01 12:08:06 +02:00 |
Michael Stefaniuc
|
cd8460821e
|
dplayx: Forward IDirectPlay::EnumPlayers to ::EnumGroupPlayers.
|
2013-04-01 12:08:01 +02:00 |
Michael Stefaniuc
|
e19620111f
|
dplayx: Forward IDirectPlay::Send to ::SendEx.
|
2013-04-01 12:07:47 +02:00 |
Michael Stefaniuc
|
101dd3a949
|
dplayx: Forward IDirectPlay::GetMessageCount to ::GetMessageQueue.
|
2013-04-01 12:07:42 +02:00 |
Michael Stefaniuc
|
6f9dc0c2d4
|
dplayx: Forward IDirectPlay::Open to ::SecureOpen.
|
2013-04-01 12:07:23 +02:00 |
Michael Stefaniuc
|
338c726682
|
dplayx: Get rid of the useless IDirectPlay{2,3} vtables.
|
2013-03-29 17:52:33 +01:00 |
Michael Stefaniuc
|
82b51258ea
|
dplayx: Remove the duplicated IDirectPlayXImpl structs.
|
2013-03-29 17:52:31 +01:00 |
Michael Stefaniuc
|
0e7b1a46d5
|
dplayx: Get rid of the unused DirectPlay3Data / DirectPlay4Data fields.
|
2013-03-29 17:52:30 +01:00 |
Michael Stefaniuc
|
d09d061157
|
dplayx/tests: Add DirectPlay COM tests.
|
2013-03-29 17:52:28 +01:00 |
Michael Stefaniuc
|
7eaafd0141
|
dplayx/tests: Get rid of the LPDIRECTPLAY type usage.
|
2013-03-29 17:52:27 +01:00 |
Michael Stefaniuc
|
c1907b5ff9
|
dplayx/tests: Remove superfluous void pointer casts.
|
2013-03-29 17:52:26 +01:00 |
Michael Stefaniuc
|
caf9d42e0d
|
dplayx: Have the decency to support IUnknown in DirectPlay.
|
2013-03-29 17:52:25 +01:00 |
Michael Stefaniuc
|
99c726dd86
|
dplayx: Fix DllGetClassObject().
|
2013-03-29 17:52:23 +01:00 |
Michael Stefaniuc
|
a9c715fd74
|
dplayx: Fix QueryInterface, AddRef and Release methods for IClassFactory.
|
2013-03-29 17:52:22 +01:00 |
Michael Stefaniuc
|
fa4950c38a
|
dplayx: Get rid of LPCLASSFACTORY and use a better name for the methods.
|
2013-03-29 17:52:21 +01:00 |
Jactry Zeng
|
2f425fb832
|
msvcrt: Added _wcsncoll and _wcsncoll_l implementation.
|
2013-03-29 17:52:19 +01:00 |
C.W. Betts
|
95daa45dbc
|
winemac: Implement getting and setting screen saver state on OS X.
|
2013-03-29 17:52:17 +01:00 |
Ken Thomases
|
a767ee99fa
|
winemac: Track drawn surface region to reduce black flicker for new or resized windows.
|
2013-03-29 17:17:22 +01:00 |
Ken Thomases
|
0e8b305023
|
winemac: Draw surface region rects separately instead of clipping one big draw.
|
2013-03-29 17:17:22 +01:00 |
Ken Thomases
|
f7406e74ae
|
winemac: Invalidate window shadow on every draw for transparent windows.
|
2013-03-29 17:17:22 +01:00 |
Ken Thomases
|
7ab76484c4
|
winemac: Add proper locking in macdrv_surface_set_region().
|
2013-03-29 17:17:22 +01:00 |
Aric Stewart
|
83e233c97d
|
imm32/tests: Show behavior with VK_PROCESSKEY in relation to PeekMessage.
|
2013-03-28 18:56:01 +01:00 |
Aric Stewart
|
6e4cbd5787
|
user32: ImmProcessKey is only called on WM_KEYDOWN and if the message is being removed.
|
2013-03-28 18:55:58 +01:00 |
Huw Davies
|
b4b99697f9
|
user32: Keep the combo listbox within the monitor's work area.
|
2013-03-28 18:55:09 +01:00 |
Piotr Caban
|
46919f2154
|
kernel32: Fixed copy-paste error in IdnToUnicode.
|
2013-03-28 18:54:51 +01:00 |
Piotr Caban
|
280f8237b5
|
msvcrt: Move fread_s function to msvcrt.
|
2013-03-28 18:54:42 +01:00 |
Piotr Caban
|
12b8c9671e
|
msvcrt: Update spec file with functions added in newer version of the dll.
|
2013-03-28 18:54:26 +01:00 |
Jacek Caban
|
fe474e3b6a
|
secur32: Take schannel backend capabilities into account when configuring enabled protocols.
|
2013-03-28 18:54:01 +01:00 |
Huw Davies
|
698c7f0f3f
|
user32: Invalidate the listbox in LB_SETCOUNT.
|
2013-03-28 18:53:57 +01:00 |
Alexandre Julliard
|
5bfc411ae7
|
user32: Constify pointers that point to read-only file data.
|
2013-03-28 17:36:54 +01:00 |
Alexandre Julliard
|
267109d6f1
|
user32: Add size checks when creating an icon from bitmap info.
|
2013-03-28 17:36:54 +01:00 |
Jacek Caban
|
03395f2d2e
|
jscript: Use helpers to access string buffer in some String functions.
|
2013-03-28 17:36:53 +01:00 |
Jacek Caban
|
618b88ef30
|
jscript: Added jsstr_extract helper and use it in String.charCodeAt implementation.
|
2013-03-28 17:36:53 +01:00 |
Dmitry Timoshkov
|
41d3085522
|
ole32: Fix an apartment reference count leak on error path.
|
2013-03-28 17:36:53 +01:00 |
Ken Thomases
|
4fba2995b6
|
winemac: Don't override -[NSOpenGLContext clearDrawable], just use our own method.
|
2013-03-28 12:19:01 +01:00 |
Ken Thomases
|
5c8d6a0b93
|
winemac: Synthesize 8- and 16-bpp display modes if the system doesn't provide any.
macdrv_ChangeDisplaySettingsEx() ignores the requested bpp, anyway, so we
can report any values we think programs will want.
|
2013-03-28 12:18:51 +01:00 |
Jacek Caban
|
506b369c73
|
urlmon: Delay processing notifications from Read during MIME verification.
|
2013-03-28 12:17:52 +01:00 |
Hans Leidekker
|
e15a923a0a
|
mshtml: Don't append slashes to opaque protocol identifiers.
|
2013-03-28 12:17:49 +01:00 |
Hans Leidekker
|
9eb140db70
|
urlmon: Fix handling of mailto URIs in CoInternetCombineUrlEx.
|
2013-03-28 12:17:46 +01:00 |
Jacek Caban
|
873efd4642
|
mshtml: Added IHTMLButtonElement::disabled tests.
|
2013-03-27 20:12:30 +01:00 |
Jacek Caban
|
add03f99d8
|
mshtml: Added IHTMLButtonElement::disabled implementation.
|
2013-03-27 20:12:30 +01:00 |
Piotr Caban
|
39fa807b53
|
msvcr90: Don't forward set_se_translator to msvcrt.
|
2013-03-27 20:12:30 +01:00 |
Piotr Caban
|
1d02768f94
|
msvcr90: Don't forward new and delete to msvcrt.
|
2013-03-27 20:12:30 +01:00 |
Piotr Caban
|
4237b85063
|
msvcrt: Sync spec files.
|
2013-03-27 20:12:29 +01:00 |
Piotr Caban
|
db58873868
|
msvcrt: Don't forward _getpid to kernel32.
|
2013-03-27 20:12:29 +01:00 |
Piotr Caban
|
8f9b0abf72
|
msvcrt: Added _wcstoul_l implementation.
|
2013-03-27 20:12:29 +01:00 |
Piotr Caban
|
9e32259457
|
msvcrt: Don't forward wcsncpy to ntdll.
|
2013-03-27 20:12:29 +01:00 |
Piotr Caban
|
975801cceb
|
msvcrt: Don't forward towupper and towlower to ntdll.
|
2013-03-27 20:12:29 +01:00 |
Piotr Caban
|
b626556272
|
msvcrt: Don't forward strncpy to ntdll.
|
2013-03-27 20:12:29 +01:00 |
Piotr Caban
|
e66e950459
|
msvcrt: Don't forward strncmp to ntdll.
|
2013-03-27 20:12:29 +01:00 |
Piotr Caban
|
bf237452ef
|
msvcrt: Don't forward strchr to ntdll.
|
2013-03-27 20:12:29 +01:00 |
Piotr Caban
|
1278080901
|
msvcrt: Don't forward memset to ntdll.
|
2013-03-27 20:12:29 +01:00 |
Piotr Caban
|
15b40e7b9c
|
msvcrt: Don't forward atoi to ntdll.
|
2013-03-27 20:12:29 +01:00 |
Piotr Caban
|
06c6773844
|
msvcrt: Added _wtol_l implementation.
|
2013-03-27 20:12:29 +01:00 |
Piotr Caban
|
5c03a35f7a
|
msvcrt: Don't forward _wtoi to ntdll.
|
2013-03-27 20:12:29 +01:00 |
Piotr Caban
|
0ffc970aa4
|
msvcrt: Don't forward _wcsicmp to ntdll.
|
2013-03-27 20:12:29 +01:00 |
Jacek Caban
|
79c5d5cc17
|
secur32: Added SECPKG_ATTR_SUPPORTED_PROTOCOLS tests.
|
2013-03-27 20:12:29 +01:00 |
Jacek Caban
|
e413b8a505
|
secur32: Added SECPKG_ATTR_SUPPORTED_PROTOCOLS implementation.
|
2013-03-27 20:12:28 +01:00 |
Jacek Caban
|
0f2e0365ea
|
secur32: Added support for grbitEnabledProtocols in schan_AcquireClientCredentials.
|
2013-03-27 20:12:28 +01:00 |
Ken Thomases
|
81d1bfd65d
|
winemac: Set the ordering of color modes explicitly to reduce chance of picking an odd one.
|
2013-03-27 20:12:28 +01:00 |
Ken Thomases
|
484cf761fc
|
winemac: Use kCGLPFANoRecovery for accelerated pixel formats in create_context().
|
2013-03-27 20:12:28 +01:00 |
Akihiro Sagawa
|
cf2ce8c64b
|
msvcrt/tests: Add unicode fgetwc tests.
|
2013-03-27 20:12:28 +01:00 |
Akihiro Sagawa
|
c2ce2fa06e
|
msvcrt/tests: Add locale dependent fgetwc tests.
|
2013-03-27 20:12:28 +01:00 |
Akihiro Sagawa
|
23b8c4df19
|
msvcrt: Fix mbtowc_l in C locale.
|
2013-03-27 20:12:28 +01:00 |
Alexandre Julliard
|
27a93bfc13
|
inetcpl.cpl: Add a 256x256 icon.
|
2013-03-27 20:12:28 +01:00 |
Alexandre Julliard
|
7964bd820f
|
appwiz.cpl: Add a 256x256 icon.
|
2013-03-27 20:12:28 +01:00 |
Austin English
|
56057acdcd
|
ntdll: Add a stub for RtlConvertToAutoInheritSecurityObject.
|
2013-03-27 20:12:26 +01:00 |
Jacek Caban
|
b7ffca591d
|
jscript: Use helpers to access string buffer in object.c.
|
2013-03-27 12:13:44 +01:00 |
Jacek Caban
|
e67169c114
|
jscript: Use helpers to access string buffer in global.c.
|
2013-03-27 12:13:41 +01:00 |
Jacek Caban
|
20530c55b8
|
jscript: Use helpers to access string buffer in engine.c.
|
2013-03-27 12:13:39 +01:00 |
Jacek Caban
|
ecdf62d324
|
jscript: Use to_flat_string to access string buffer in array.c.
|
2013-03-27 12:13:36 +01:00 |
Jacek Caban
|
3bf7255d23
|
jscript: Added to_flat_string helper and use it to access string buffer in activex.c.
|
2013-03-27 12:13:32 +01:00 |
Piotr Caban
|
343122a494
|
msvcrt: Added _set_output_format tests.
|
2013-03-27 12:13:23 +01:00 |
Piotr Caban
|
9c4be83a78
|
msvcrt: Added _set_output_format implementation.
|
2013-03-27 12:13:20 +01:00 |
Piotr Caban
|
57fb89200f
|
wmi: Match parameters list with function we're forwarding to.
|
2013-03-27 12:08:09 +01:00 |
Piotr Caban
|
60cf24a972
|
imagehlp: Match parameters list with function we're forwarding to.
|
2013-03-27 12:07:41 +01:00 |
Piotr Caban
|
6a0f7521ed
|
shell32: Match parameters list with function we're forwarding to.
|
2013-03-27 12:07:11 +01:00 |
Piotr Caban
|
9f855ae4bb
|
d3dx10: Match parameters list with function we're forwarding to.
|
2013-03-27 12:04:53 +01:00 |
Nikolay Sivov
|
29d37bd714
|
hlink: Implement IHlinkBrowseContext_SetCurrentHlink().
|
2013-03-27 12:04:14 +01:00 |
Frédéric Delanoy
|
8e9af2869c
|
wined3d: Add NVIDIA GeForce 410M.
|
2013-03-27 12:03:49 +01:00 |
Francois Gouget
|
fbe7ab5c5a
|
winhttp: netconn_get_next_line() is not used anymore so remove it.
|
2013-03-26 17:41:46 +01:00 |
Detlef Riekenberg
|
ece3fafcda
|
kernel32/tests: Avoid test failure on multicore machines.
|
2013-03-26 17:16:01 +01:00 |
Alexandre Julliard
|
c2d53af33b
|
winex11: Don't use uninitialized variables (Coverity).
|
2013-03-26 17:15:53 +01:00 |
Huw Davies
|
5713311657
|
gdi32: Printer drivers don't use the character extra spacing if lpdx is supplied.
|
2013-03-26 17:07:37 +01:00 |
Ken Thomases
|
4ec2809e73
|
winemac: Keep stable surface for layered windows using UpdateLayeredWindow().
|
2013-03-26 16:40:23 +01:00 |
André Hentschel
|
d53a55ea88
|
ntdll: Improve stub for FileFsAttributeInformation in NtQueryVolumeInformationFile.
|
2013-03-26 16:36:42 +01:00 |
Jacek Caban
|
7b9fc3bb7d
|
mshtml: Use Uri_CREATE_ALLOW_IMPLICIT_FILE_SCHEME in CreateUri calls.
|
2013-03-26 12:16:21 +01:00 |
Jacek Caban
|
79b7c1108e
|
urlmon: Fixed handling URIs with implicit file scheme in CoInternetCombineUrlEx.
|
2013-03-26 12:16:15 +01:00 |
Jacek Caban
|
96ace8cbcb
|
jscript: Use jsstr_flatten to access string buffer in jsutils.c.
|
2013-03-26 12:16:04 +01:00 |
Jacek Caban
|
b11d47fc90
|
jscript: Use jsstr_flatten to access string buffer in dispex.c.
|
2013-03-26 12:16:01 +01:00 |
Jacek Caban
|
e3d940334f
|
jscript: Added jsstr_flatten helper and use it to access string buffer in date.c.
|
2013-03-26 12:15:57 +01:00 |
Piotr Caban
|
16668e82fe
|
msvcrt20: Match parameters list with function we're forwarding to.
|
2013-03-26 12:15:50 +01:00 |
Piotr Caban
|
607316df5f
|
msvcrt: Match architecture with function we're forwarding to.
|
2013-03-26 12:15:46 +01:00 |
Piotr Caban
|
78ea6a7592
|
msvcp: Match parameters list and architecture with function we're forwarding to.
|
2013-03-26 12:15:41 +01:00 |
Piotr Caban
|
cd8571af52
|
msvcp80: Fixed typo in spec file.
|
2013-03-26 12:14:51 +01:00 |
Piotr Caban
|
2bcd8a3fae
|
wininet: Reorder functions to avoid urlcache_create_hash_table forward declaration.
|
2013-03-26 12:14:39 +01:00 |
Piotr Caban
|
21b84e7ac9
|
wininet: Rename URLCacheContainers_* functions to cache_containers_*.
|
2013-03-26 12:14:32 +01:00 |
Piotr Caban
|
4e624561ca
|
wininet: Rename URLCache_* functions to urlcache_*.
|
2013-03-26 12:14:16 +01:00 |
Piotr Caban
|
33725537c1
|
wininet: Rename URLCacheFindEntryHandle to find_handle.
|
2013-03-26 12:14:07 +01:00 |
Piotr Caban
|
299739d07f
|
wininet: Rename URLCACHECONTAINER to cache_container.
|
2013-03-26 12:14:01 +01:00 |
Piotr Caban
|
db9d650342
|
wininet: Rename STREAM_HANDLE to stream_handle.
|
2013-03-26 12:13:55 +01:00 |
Piotr Caban
|
39daf43ce3
|
wininet: Rename URLCACHE_HEADER to urlcache_header.
|
2013-03-26 12:13:50 +01:00 |
Piotr Caban
|
d7ab4d74fe
|
wininet: Rename HASH_CACHEFILE_ENTRY to entry_hash_table.
|
2013-03-26 12:13:42 +01:00 |
Ken Thomases
|
678f086904
|
winemac: Support CFSTR_SHELLURLW (UniformResourceLocator) clipboard format, mapped to public.url.
|
2013-03-26 12:12:28 +01:00 |
Ken Thomases
|
36343f520b
|
winemac: Specify import and export functions explicitly in builtin_format_names[].
|
2013-03-26 12:12:26 +01:00 |
Andrew Eikum
|
2d76befbdd
|
winmm: Shutdown the devices thread when all devices are closed.
|
2013-03-26 12:11:47 +01:00 |
Andrew Eikum
|
1d3aac50a6
|
mmdevapi: Don't free resources on PROCESS_DETACH.
|
2013-03-26 12:11:45 +01:00 |
Nikolay Sivov
|
4521044758
|
hlink: Implement IHlinkBrowseContext_UpdateHlink().
|
2013-03-26 12:11:03 +01:00 |
Nikolay Sivov
|
ba40bbfcbf
|
hlink: Implement IHlinkBrowseContext_GetHlink().
|
2013-03-26 12:10:57 +01:00 |
Nikolay Sivov
|
a083415dbc
|
hlink: Add link stack to browser context.
|
2013-03-26 12:10:51 +01:00 |
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 |
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 |
Ken Thomases
|
462721a115
|
winemac: Move create_cgimage_from_icon_bitmaps() into new module, image.c.
|
2013-03-25 14:01:01 +01:00 |
Ken Thomases
|
322ce433d5
|
winemac: Rename create_cgimage_from_icon() to create_cgimage_from_icon_bitmaps().
|
2013-03-25 13:57:20 +01:00 |
Daniel Jelinski
|
27fb2fb076
|
comctl32/listview: Fix overwriting of item values.
|
2013-03-25 13:57:15 +01:00 |
Marcus Meissner
|
874c66e086
|
jscript: Fix warning with older compilers.
|
2013-03-25 13:56:17 +01:00 |
Dmitry Timoshkov
|
8744c10a38
|
gdi32: Add support for disk-based metafiles to GetMetaFileBitsEx.
|
2013-03-25 13:56:09 +01:00 |
Marcus Meissner
|
4641ed5c95
|
windowscodecs: Do not leak profile on errors (Coverity).
|
2013-03-25 13:55:51 +01:00 |
Marcus Meissner
|
339ec9c4ed
|
jscript: Check the correct heap return condition (Coverity).
|
2013-03-25 13:55:32 +01:00 |
Jacek Caban
|
3c4e4ee3c0
|
mshtml: Added HTMLElementEvents2 tests.
|
2013-03-15 16:18:10 +01:00 |
Jacek Caban
|
d3e8d44e9c
|
mshtml: Added HTMLElementEvents2 support.
|
2013-03-15 16:18:08 +01:00 |
Jacek Caban
|
af6c518e7d
|
mshtml: Use lazy allocation for connection points.
|
2013-03-15 16:18:05 +01:00 |
Jacek Caban
|
1d05cd515c
|
mshtml: Don't use getElementsByTagNameNS in IHTMLDocument3::getElementsByTagName implementation.
|
2013-03-15 16:18:01 +01:00 |
Jacek Caban
|
c6005aabcd
|
wininet: Use parsed status_code to test for CONTINUE HTTP response.
|
2013-03-15 11:49:59 +01:00 |
Hans Leidekker
|
02f2ab9437
|
winhttp: Implement WINHTTP_OPTION_CONNECTION_INFO.
|
2013-03-15 11:45:09 +01:00 |
Alistair Leslie-Hughes
|
6f2f577fa5
|
msxml3: Implment IXMLParser SetInput.
|
2013-03-15 11:45:05 +01:00 |
Dmitry Timoshkov
|
6ab04040e5
|
gdiplus: GdipMeasureCharacterRanges should treat empty layout extents as infinite when StringFormatFlagsNoClip is specified.
Unlike GdipMeasureString which always treats empty layout extents as infinite.
|
2013-03-15 11:43:24 +01:00 |
Dmitry Timoshkov
|
db746fe897
|
gdiplus: GdipMeasureCharacterRanges shouldn't add margins to string bounds.
|
2013-03-15 11:43:13 +01:00 |
Francois Gouget
|
534410b832
|
msvcr110: Remove an unused debug channel.
|
2013-03-15 11:42:22 +01:00 |
Marcus Meissner
|
2d05c24a1e
|
quartz: Free wszPatternString (Coverity).
|
2013-03-15 11:42:10 +01:00 |
Marcus Meissner
|
5d0ae3d112
|
msxml3: Initialize hr (Coverity).
|
2013-03-15 11:42:00 +01:00 |
Andrew Talbot
|
f3790542d5
|
user32: Avoid signed-unsigned integer comparisons.
|
2013-03-15 11:40:02 +01:00 |
Jacek Caban
|
78b579dff2
|
mshtml: Added IHTMLButtonElement stub implementation.
|
2013-03-14 19:40:54 +01:00 |
Huw Davies
|
28adfd4c3c
|
usp10: Don't read past the end of the context_type array.
|
2013-03-14 17:44:21 +01:00 |
Piotr Caban
|
027d985210
|
msvcrt: Limit access to out buffer in fread function.
DVDFab HD Decrypter expects that unused part of output buffer is not
modified.
|
2013-03-14 14:56:10 +01:00 |
Nikolay Sivov
|
b1d7517ab1
|
xmllite: Implement ReadValueChunk().
|
2013-03-14 14:55:47 +01:00 |
Alexandre Julliard
|
0a3cc8b85d
|
ntoskrnl: Synchronize spec file with ntdll and msvcrt.
|
2013-03-14 13:59:05 +01:00 |
Alexandre Julliard
|
e3f9f7b388
|
ntdll: Copy some missing string functions from msvcrt.
|
2013-03-14 13:53:46 +01:00 |
Alexandre Julliard
|
17be935568
|
ntdll: Copy some missing math functions from msvcrt.
|
2013-03-14 13:43:46 +01:00 |
Alexandre Julliard
|
799731f4b9
|
msvcrt: Synchronize spec files.
|
2013-03-14 13:21:47 +01:00 |
Alexandre Julliard
|
866034c1ef
|
msvcrt: Use -arch=i386 everywhere for consistency.
|
2013-03-14 13:20:18 +01:00 |
Alexandre Julliard
|
599d080220
|
msvcrt: Export the float math functions on ARM.
|
2013-03-14 13:20:13 +01:00 |
Alexandre Julliard
|
5c4bce668c
|
msvcrt: Export the ARM version of some mangled names.
|
2013-03-14 13:19:48 +01:00 |
André Hentschel
|
b29e56f205
|
msvcrt: Add setjmp for ARM in spec file.
|
2013-03-14 12:13:12 +01:00 |
Dmitry Timoshkov
|
4b19b618f5
|
gdiplus: Add more GdipMeasureString/GdipMeasureCharacterRanges clipping and alignment tests.
|
2013-03-14 12:03:45 +01:00 |
Nikolay Sivov
|
81ffe0432e
|
msxml3: Use characters callback helper in one more place.
|
2013-03-14 12:03:38 +01:00 |