Marcus Meissner
|
2ae0d40c8f
|
riched20: Adjusted shift by 8 bits to 16 bits (Coverity).
|
2011-05-06 14:23:45 +02:00 |
Alexandre Julliard
|
055c883ee0
|
server: Fix the status code for get/set_thread_context on a terminated thread.
|
2011-05-06 14:23:25 +02:00 |
Alexandre Julliard
|
e1eb6228f4
|
ntdll: Ask the server to suspend the thread in the get/set_thread_context requests.
|
2011-05-06 12:49:42 +02:00 |
Alexandre Julliard
|
45075b2f9c
|
server: Add separate requests for getting/setting the thread context during suspend.
|
2011-05-06 12:25:34 +02:00 |
Detlef Riekenberg
|
7aaf9f0324
|
urlmon/tests: Add tests for IInternetZoneManager_SetZoneAttributes.
|
2011-05-05 17:30:00 +02:00 |
Detlef Riekenberg
|
16e27e4d6c
|
urlmon: Implement IInternetZoneManager_SetZoneAttributes.
|
2011-05-05 17:29:22 +02:00 |
Marcus Meissner
|
0ba1bfb062
|
user32: DrawText gets a 32bit flag, not a 16bit flag.
|
2011-05-05 17:28:47 +02:00 |
Marcus Meissner
|
cfe4c7fde9
|
user32: Use left shift instead of right shift (Coverity).
|
2011-05-05 17:28:42 +02:00 |
Marcus Meissner
|
49828372c1
|
wined3d: Fixed a operator precedence issue (Coverity).
|
2011-05-05 17:28:37 +02:00 |
Matteo Bruni
|
4f96f4f467
|
wined3d: Fix pow handling with special values in ARB backend.
|
2011-05-05 17:26:12 +02:00 |
Matteo Bruni
|
bfda69d0e9
|
d3dcompiler: Fix error messages generation.
|
2011-05-05 17:25:39 +02:00 |
Matteo Bruni
|
1d160beda0
|
d3dcompiler: Improve some parameter names and fix code style.
|
2011-05-05 17:24:53 +02:00 |
Alexandre Julliard
|
86b682154b
|
dinput: Reset the clipped flag when the cursor is released.
|
2011-05-05 16:32:00 +02:00 |
Damjan Jovanovic
|
821adcfac3
|
mmsystem.dll16: Fix the pointer arithmetic and memory leak issues when unmapping.
|
2011-05-05 16:32:00 +02:00 |
Damjan Jovanovic
|
840aacc1a2
|
mmsystem.dll16: Fix MCI_STATUS mapping for digitalvideo.
|
2011-05-05 16:32:00 +02:00 |
Huw Davies
|
e8859699e8
|
advapi32: Fix incorrect pointer increment.
|
2011-05-05 16:31:58 +02:00 |
Alexandre Julliard
|
666c40f398
|
user32: Catch bad pointer passed to SetSysColors.
|
2011-05-05 16:31:58 +02:00 |
Alexandre Julliard
|
57fc5e7fcc
|
winex11: Fix check for desktop process in non-desktop mode.
|
2011-05-05 16:31:58 +02:00 |
Alexandre Julliard
|
acfdbd2ba5
|
msvcp: Export the various floating point constants.
|
2011-05-05 12:34:46 +02:00 |
Rico Schüller
|
1ffad65698
|
d3dx9: Implement ID3DXBaseEffect::GetAnnotationByName().
|
2011-05-05 11:46:45 +02:00 |
Rico Schüller
|
7858a6f8e6
|
d3dx9: Implement ID3DXBaseEffect::GetAnnotation().
|
2011-05-05 11:46:41 +02:00 |
Rico Schüller
|
f0da0f8066
|
d3dx9: Implement ID3DXBaseEffect::GetParameterBySemantic().
|
2011-05-05 11:46:36 +02:00 |
Adam Martinson
|
11df66af0b
|
msxml3: Don't add a <?xml...?> decl in domdoc_get_xml().
|
2011-05-05 11:46:33 +02:00 |
Adam Martinson
|
62b5d12c0e
|
d3d9: Use D3DQUERYTYPE instead of HRESULT in IDirect3DQuery9Impl_GetType().
|
2011-05-05 11:45:35 +02:00 |
Henri Verbeet
|
86b0c6bd7b
|
wined3d: Rename "shader_backend_t" to "wined3d_shader_backend_ops".
This makes it more consistent with the other call table names in wined3d.
|
2011-05-05 11:45:22 +02:00 |
Henri Verbeet
|
a4b032fd31
|
d3d8/tests: Add a volume texture test to test_reset().
|
2011-05-05 11:45:17 +02:00 |
Henri Verbeet
|
4a7ff5fc35
|
d3d9/tests: Add a volume texture test to test_reset().
|
2011-05-05 11:45:13 +02:00 |
Henri Verbeet
|
99092e8a0a
|
d3d9: Simplify reset_enum_callback().
Note that the existing code wouldn't work for volumes, since volumes aren't
proper resources in d3d9.
|
2011-05-05 11:45:10 +02:00 |
Henri Verbeet
|
ef5a99d5e0
|
opengl32/tests: Add a test for GL on window DCs.
|
2011-05-05 11:45:05 +02:00 |
Alexandre Julliard
|
164f40a00b
|
mshtml: Remove an extra quote in the pngfile registration.
|
2011-05-04 23:46:07 +02:00 |
Akihiro Sagawa
|
79ab0c3375
|
gdi32: Pass a proper code point from GetGlyphOutlineA to W version.
|
2011-05-04 20:42:34 +02:00 |
Akihiro Sagawa
|
d8db1b301d
|
gdi32/tests: Add more tests for GetGlyphOutlineA.
|
2011-05-04 20:42:34 +02:00 |
Akihiro Sagawa
|
879fcebcad
|
appwiz.cpl: Update Japanese translation.
|
2011-05-04 20:42:34 +02:00 |
John Edmonds
|
d9f8cba50f
|
wined3d: Turn off message filtering temporarily in the Reset() method to allow certain messages (e.g. WM_ACTIVATEAPP) through.
|
2011-05-04 20:42:34 +02:00 |
John Edmonds
|
1772a043db
|
d3d9/tests: Added a test for resetting an invisible, inactive window to fullscreen mode.
|
2011-05-04 20:42:34 +02:00 |
Rico Schüller
|
35bff043f2
|
d3dx9: Implement ID3DXBaseEffect::GetVertexShader().
|
2011-05-04 20:42:33 +02:00 |
Rico Schüller
|
59abf094cf
|
d3dx9: Implement ID3DXBaseEffect::GetPixelShader().
|
2011-05-04 20:42:33 +02:00 |
Piotr Caban
|
54833c9b7c
|
wine.inf: Add quotes to webbrowser command keys.
|
2011-05-04 20:42:27 +02:00 |
Michael Stefaniuc
|
c39fb845ea
|
mlang: COM cleanup.
|
2011-05-04 18:01:18 +02:00 |
Jacek Caban
|
4c1c5fe64c
|
wininet: Moved connected check out of NETCON_set_timeout.
|
2011-05-04 17:26:51 +02:00 |
Huw Davies
|
da27bb5937
|
oleaut32/tests: Skip the named time tests for locales that use the 24 hour clock.
|
2011-05-04 17:26:47 +02:00 |
Nikolay Sivov
|
6e123f3cbf
|
msxml3: Basic tests for startElement().
|
2011-05-04 17:26:47 +02:00 |
Nikolay Sivov
|
020bf5a18e
|
msxml3: Add support for omitXMLDeclaration() property.
|
2011-05-04 17:26:47 +02:00 |
Nikolay Sivov
|
1831e54916
|
msxml3: Store boolean properties in a single array.
|
2011-05-04 17:26:47 +02:00 |
Alexandre Julliard
|
277120bbd5
|
msvcp: Implement the Ctraits math functions.
|
2011-05-04 17:26:47 +02:00 |
Alexandre Julliard
|
af0c9edfc3
|
msvcp: Implement the numeric limit functions.
|
2011-05-04 17:26:46 +02:00 |
Alexandre Julliard
|
9e89da33f7
|
msvcp: Implement the numeric limit constants.
|
2011-05-04 17:26:46 +02:00 |
Alexandre Julliard
|
5b58de9648
|
msvcp: Export a couple of variables and their access function.
|
2011-05-04 17:26:46 +02:00 |
Henri Verbeet
|
693fb6d56c
|
d3d8: Check for D3DPOOL_DEFAULT resources before doing a Reset().
|
2011-05-04 17:26:46 +02:00 |
Henri Verbeet
|
7db1ebb853
|
d3d8/tests: Add a Reset test.
This is based on the equivalent d3d9 test.
|
2011-05-04 17:26:46 +02:00 |
Henri Verbeet
|
b20a2703e4
|
d3d8/tests: Fix some failure messages in test_depth_stencil_size().
|
2011-05-04 17:26:46 +02:00 |
Henri Verbeet
|
d06873443d
|
d3d9/tests: Avoid leaking a device in the Reset test.
|
2011-05-04 17:26:46 +02:00 |
Henri Verbeet
|
d2479406e8
|
d3d9/tests: Add a test for window styles on device creation.
|
2011-05-04 17:26:46 +02:00 |
Jacek Caban
|
42ce560e38
|
mshtml: Don't use Gecko nsIURI::GetHostPort implementation.
|
2011-05-04 17:26:46 +02:00 |
Jacek Caban
|
4815e411d1
|
urlmon: Moved test_internet_feature_defaults invokation to skip tests on too old IEs.
|
2011-05-04 17:26:46 +02:00 |
Jacek Caban
|
1fa36c85bd
|
kernel32: Moved EnumProcesses implementation to kernel32.
|
2011-05-04 17:26:45 +02:00 |
Alexandre Julliard
|
a4d0d63489
|
atl: Only return a window procedure in AtlModuleRegisterWndClassInfoA/W when subclassing.
|
2011-05-03 20:52:24 +02:00 |
Piotr Caban
|
a343c1fbd0
|
crypt32: Fix content type in CRYPT_QueryEmbeddedMessageObject function.
|
2011-05-03 19:34:29 +02:00 |
Piotr Caban
|
1ece5b3ab6
|
wintrust: Added CryptSIP{Get,Put}SignedDataMsg tests.
|
2011-05-03 19:34:29 +02:00 |
Piotr Caban
|
3a945c3987
|
wintrust: Fix CryptSIPGetSignedMsg (from PE file).
|
2011-05-03 19:34:29 +02:00 |
Piotr Caban
|
3a6196b79e
|
wintrust: Added CryptSIPPutSignedDataMsg implementation (for PE files).
|
2011-05-03 19:34:29 +02:00 |
Piotr Caban
|
0cd94ac51f
|
imagehlp: Set Index in ImageAddCertificate function.
|
2011-05-03 19:34:29 +02:00 |
Rico Schüller
|
f3f59d2cf8
|
d3dx9: Implement ID3DXBaseEffect::GetString().
|
2011-05-03 19:34:29 +02:00 |
Rico Schüller
|
46b3727df3
|
d3dx9: Implement ID3DXBaseEffect::GetValue().
|
2011-05-03 19:34:29 +02:00 |
Francois Gouget
|
f09bbacf9e
|
msi: get_msi_typelib() is not used anymore so remove it.
|
2011-05-03 19:34:29 +02:00 |
Marcus Meissner
|
63823061ed
|
quartz: Handle NULL return from strchr() (Coverity).
|
2011-05-03 19:34:27 +02:00 |
Alexandre Julliard
|
537b35006c
|
msvcp: Don't define stubs for data exports.
|
2011-05-03 19:34:26 +02:00 |
Alexandre Julliard
|
3a1086a659
|
msvcrt: Don't define stubs for data exports.
|
2011-05-03 19:34:26 +02:00 |
Piotr Caban
|
67b5a868f1
|
msvcrt: Added _swprintf and vsnprintf functions.
|
2011-05-03 19:34:26 +02:00 |
Piotr Caban
|
2a3484a22d
|
msvcrt: Added _wtmpnam implementation.
|
2011-05-03 19:34:26 +02:00 |
Huw Davies
|
3a91df11e1
|
gdi32/tests: Allow broken behaviour for nt4 sp1 and sp2.
|
2011-05-03 19:34:25 +02:00 |
Alexandre Julliard
|
cd2beae51b
|
d3dcompiler: Specify arguments for stub entry points that are used in forwards.
|
2011-05-03 19:34:25 +02:00 |
Alexandre Julliard
|
2565019d4a
|
d3dx10: Specify arguments for stub entry points.
|
2011-05-03 19:34:25 +02:00 |
Alexandre Julliard
|
1ac7000a88
|
d3dx9: Synchronize entry point declarations across spec files.
|
2011-05-03 19:34:25 +02:00 |
Alexandre Julliard
|
f9c75812e4
|
d3dx9_36: Specify arguments for stub entry points.
|
2011-05-03 19:34:24 +02:00 |
Huw Davies
|
d6ce0b10c4
|
shell32: Always clone the return pidl to avoid a double free if the selection is changed during teardown.
|
2011-05-03 19:34:24 +02:00 |
Damjan Jovanovic
|
8eb6b8bcb6
|
mmsystem.dll16: Fix mapping of MCI_WINDOW structures between 16 and 32 bit.
|
2011-05-03 14:38:06 +02:00 |
Nicolas Le Cam
|
46988651d9
|
gdi32: Remove a set but unused variable.
|
2011-05-03 14:38:06 +02:00 |
Francois Gouget
|
4d29b9716e
|
d3dcompiler_43: Make write_dword_unknown() static.
|
2011-05-03 14:38:06 +02:00 |
Francois Gouget
|
aaec50d44c
|
user32: SCROLL_SetNCSbState() is not used anymore so remove it.
|
2011-05-03 14:38:06 +02:00 |
Francois Gouget
|
6c8c68f7b6
|
wined3d: Make wined3d_event_query_test() and resource_get_type() static.
|
2011-05-03 14:38:06 +02:00 |
Francois Gouget
|
8a8c8bbd86
|
msxml3: Make a bunch of XSLPattern_*() functions static.
|
2011-05-03 14:38:06 +02:00 |
Francois Gouget
|
ca268b199a
|
msvcrt: Make printf_arg arg_clbk_positional() and MSVCRT_wcsrtombs_s_l() static.
|
2011-05-03 14:38:06 +02:00 |
Francois Gouget
|
87d76cc2ab
|
infosoft: Export DllUnregisterServer().
|
2011-05-03 14:38:06 +02:00 |
Henri Verbeet
|
7b44caa752
|
d3d8/tests: Add a test for window styles on device creation.
|
2011-05-03 14:38:06 +02:00 |
Henri Verbeet
|
65272a4f81
|
ddraw/tests: Add a test for SetCooperativeLevel() window styles.
|
2011-05-03 14:38:06 +02:00 |
Henri Verbeet
|
0293e19928
|
ddraw/tests: Make sure the window is properly released by ddraw in test_wndproc().
|
2011-05-03 14:38:06 +02:00 |
Henri Verbeet
|
02f0d82d24
|
d3d9/tests: Destroy the window after we're done with it in test_reset().
|
2011-05-03 14:38:06 +02:00 |
Henri Verbeet
|
0116af3703
|
wined3d: Cleanup surfaces only once.
|
2011-05-03 14:38:06 +02:00 |
Alexandre Julliard
|
6c88228078
|
msvcrt: Allow forwarding to stub functions when the arguments are known.
|
2011-05-03 14:38:05 +02:00 |
Alexandre Julliard
|
e51132b238
|
msvcrt: Specify arguments for the stub functions.
|
2011-05-03 14:37:51 +02:00 |
Alexandre Julliard
|
5ac184cad5
|
msvcrt: Update spec files using the make_specfiles script.
|
2011-05-03 12:44:14 +02:00 |
Alexandre Julliard
|
4be2026aef
|
msvcrt: Add a stub for msvcp71.dll.
|
2011-05-03 12:38:52 +02:00 |
Alexandre Julliard
|
2f9c02e8f1
|
msvcrt: Add a stub for msvcp70.dll.
|
2011-05-03 12:38:35 +02:00 |
Alexandre Julliard
|
92e05ed981
|
wineoss: Get rid of %ll printf formats.
|
2011-05-02 21:03:15 +02:00 |
Alexandre Julliard
|
f60a0f5e56
|
configure: Improve the detection of OSS v4.
|
2011-05-02 20:07:04 +02:00 |
Andrew Eikum
|
4d2622e65b
|
mmdevapi/tests: Add tests for IAudioSessionControl::GetState.
|
2011-05-02 18:48:20 +02:00 |
Andrew Eikum
|
3025f7f505
|
winecoreaudio.drv: Implement IAudioSessionControl::GetState.
|
2011-05-02 18:48:20 +02:00 |
Andrew Eikum
|
4a95e7b0c9
|
wineoss.drv: Implement IAudioSessionControl::GetState.
|
2011-05-02 18:48:20 +02:00 |
Andrew Eikum
|
eabf5715ce
|
winealsa.drv: Implement IAudioSessionControl::GetState.
|
2011-05-02 18:48:20 +02:00 |
Andrew Eikum
|
4a37f2f093
|
mmdevapi: Initialize global driver data at DLL load time.
|
2011-05-02 18:48:20 +02:00 |
Nikolay Sivov
|
cefcadcc38
|
comctl32: Ignore size field when creating with -W calls.
|
2011-05-02 18:48:19 +02:00 |
Nikolay Sivov
|
bf3f848d8a
|
comctl32/tests: Add more MRU tests.
|
2011-05-02 18:48:14 +02:00 |
Nikolay Sivov
|
ed161054fa
|
comctl32: Adjust field names and some defines to match current documentation.
|
2011-05-02 18:33:28 +02:00 |
Hans Leidekker
|
cd34bfe6c1
|
msi: Define common strings just once.
|
2011-05-02 16:40:20 +02:00 |
Hans Leidekker
|
4668091528
|
msi: Rewrite the folder resolution code to keep track of the parent-child relationship.
|
2011-05-02 16:40:06 +02:00 |
Hans Leidekker
|
8fb5368d4e
|
msi: Use a separate function to retrieve the target folder path.
|
2011-05-02 16:39:52 +02:00 |
Hans Leidekker
|
0d0074d56b
|
msi: Skip disabled components in the InstallService action.
|
2011-05-02 16:39:44 +02:00 |
Hans Leidekker
|
c96cd6efc8
|
msi: Avoid casts in IWineMsiRemotePackage methods.
|
2011-05-02 16:39:37 +02:00 |
Hans Leidekker
|
cc517f2b38
|
msi: Support remote calls to MsiEnumComponentCosts.
|
2011-05-02 16:39:02 +02:00 |
Hans Leidekker
|
b4a7a30b18
|
msi: Fix handling of components without a key path in MsiEnumComponentCostsW.
|
2011-05-02 16:38:51 +02:00 |
Hans Leidekker
|
ee683f7162
|
ws2_32: Add a test to show that WSAIoctl is synchronous.
|
2011-05-02 16:38:34 +02:00 |
Jacek Caban
|
aa4e663954
|
wininet: Use test.winehq.org for post tests.
|
2011-05-02 16:38:01 +02:00 |
John Edmonds
|
2fb6b509cb
|
wined3d: If Wine fails to acquire the focus window, allow the wndproc function to continue receiving messages.
|
2011-05-02 12:59:10 +02:00 |
Lucas Fialho Zawacki
|
1fbf857dc1
|
dinput8/tests: Tests for creation and initialization of DInput8 interface and simple cases of EnumDevicesBySemantics.
|
2011-05-02 12:58:51 +02:00 |
Adam Martinson
|
f912e55610
|
wined3d: Fix an oops/crash in context_destroy_gl_resources().
Introduced by 96b150929b .
|
2011-05-02 12:54:25 +02:00 |
Jacek Caban
|
59f2e837eb
|
wininet: Allocate buffer for host name in HTTP_HttpOpenRequestW only if needed.
|
2011-05-02 12:48:05 +02:00 |
Jacek Caban
|
aa612ec39b
|
wininet: Get rid of useless read_ret in netconn_read.
|
2011-05-02 12:48:00 +02:00 |
Nikolay Sivov
|
c8f9c4581c
|
msxml3: Basic support for startDocument().
|
2011-05-02 12:47:43 +02:00 |
Nikolay Sivov
|
e93125f31b
|
msxml3: Basic support for encoding property.
|
2011-05-02 12:47:25 +02:00 |
Nikolay Sivov
|
92668f1d30
|
msxml3: Store stream reference as destination.
|
2011-05-02 12:47:16 +02:00 |
Nikolay Sivov
|
1d816be12e
|
msxml3: Add support for standalone property.
|
2011-05-02 12:47:06 +02:00 |
Nikolay Sivov
|
387966c48a
|
msxml3: Add ISAXContentHandler stub for MXXMLWriter.
|
2011-05-02 12:46:57 +02:00 |
Nikolay Sivov
|
a12d2d7233
|
msxml3: A stub for MXXMLWriter class.
|
2011-05-02 12:46:45 +02:00 |
Nicolas Le Cam
|
cfe11f1875
|
ole32/tests: Fix large integer overflow warnings.
|
2011-05-02 12:42:21 +02:00 |
Nicolas Le Cam
|
acbb7b817a
|
msvcrt/tests: Avoid size_t in traces.
|
2011-05-02 12:42:08 +02:00 |
Nicolas Le Cam
|
401961f8fb
|
comctl32/tests: Remove a set but unused variable.
|
2011-05-02 12:41:39 +02:00 |
Marcus Meissner
|
5c29f78e6c
|
amstream: Mark internal symbols as hidden.
|
2011-05-02 12:39:08 +02:00 |
Marcus Meissner
|
cc43dba68e
|
browseui: Mark internal symbols as hidden.
|
2011-05-02 12:39:05 +02:00 |
Marcus Meissner
|
048999c79a
|
advpack: Mark internal symbols as hidden.
|
2011-05-02 12:39:01 +02:00 |
Marcus Meissner
|
8b500948fa
|
mshtml: Mark internal symbols as hidden.
|
2011-05-02 12:38:57 +02:00 |
Marcus Meissner
|
ea85bc9509
|
winex11.drv: Assertion was 1 off (Coverity).
|
2011-05-02 12:38:13 +02:00 |
Marcus Meissner
|
bb8466eb00
|
mscms: Mark internal symbols as hidden.
|
2011-05-02 12:37:28 +02:00 |
Marcus Meissner
|
6d144cf012
|
ddraw: Added missing break (Coverity).
|
2011-05-02 12:37:25 +02:00 |
Eric Pouech
|
108b63f5a6
|
dbghelp: Enhance a couple of register mapping functions for i386.
|
2011-05-02 12:37:07 +02:00 |
Eric Pouech
|
2c2da87ccd
|
dbghelp: Don't try to load fieldlist for a forward declaration.
|
2011-05-02 12:36:05 +02:00 |
Alexandre Julliard
|
9c76ed18b7
|
msvcrt: Add stubs for the 64-bit msvcirt entry points.
|
2011-05-01 20:37:18 +02:00 |
Alexandre Julliard
|
abe0823b72
|
msvcrt: Implemented a few trivial math functions.
|
2011-05-01 12:52:35 +02:00 |
Alexandre Julliard
|
d72da00206
|
msvcrt: Export _aexit_rtn.
|
2011-05-01 11:42:30 +02:00 |
Peter Urbanec
|
de4040699a
|
dbghelp: Prevent winedbg page faults when loading some PDBs generated by the Intel C Compiler.
|
2011-04-29 16:56:30 +02:00 |
Hwang YunSong
|
aeac26fec6
|
appwiz.cpl: Update Korean resource.
|
2011-04-29 16:52:13 +02:00 |
Henri Verbeet
|
c4b73c4550
|
wined3d: Get rid of the IWineD3DSurface typedefs.
|
2011-04-29 16:52:13 +02:00 |
Henri Verbeet
|
1c1de920e3
|
wined3d: Remove COM from the surface implementation.
|
2011-04-29 16:52:13 +02:00 |
Henri Verbeet
|
ab199f56a6
|
wined3d: Merge the IWineD3DSurface::Blt() implementations.
|
2011-04-29 16:52:13 +02:00 |
Henri Verbeet
|
29c95df7c3
|
wined3d: Merge the IWineD3DSurface::BltFast() implementations.
|
2011-04-29 16:52:12 +02:00 |
Henri Verbeet
|
0b523df93c
|
wined3d: Merge the IWineD3DSurface::Flip() implementations.
|
2011-04-29 16:52:12 +02:00 |
Austin English
|
51bdb255e3
|
advapi32: Add ProcessTrace stub.
|
2011-04-29 16:52:12 +02:00 |
Austin English
|
f9a455964c
|
advapi32: Add OpenTraceA/W stubs.
|
2011-04-29 16:52:12 +02:00 |
Alexandre Julliard
|
2fcba8ee23
|
msvcrt: Forward preferably to msvcr90 when there is an export with the same name.
|
2011-04-29 16:52:11 +02:00 |
Alexandre Julliard
|
60f3a809f5
|
msvcrt: Synchronize spec files across dlls.
|
2011-04-29 16:51:57 +02:00 |
Alexandre Julliard
|
a3172a5dcd
|
msvcp60: Add a stub dll.
|
2011-04-29 14:24:34 +02:00 |
Piotr Caban
|
65c2fa9b2c
|
msvcp80: Updated spec file.
|
2011-04-29 14:21:43 +02:00 |
Piotr Caban
|
f55449d354
|
msvcp90: Added basic_string<char> operator+=(char*) implementation.
|
2011-04-29 14:21:43 +02:00 |
Piotr Caban
|
930cfafa05
|
msvcp90: Added basic_string<char> clear implementation.
|
2011-04-29 14:21:43 +02:00 |
Piotr Caban
|
391d488694
|
msvcp90: Added basic_string<char> constructor implementation (cstr, len).
|
2011-04-29 14:21:42 +02:00 |
Piotr Caban
|
35b4d8eb9d
|
msvcp90: Added basic_string<char> resize implementation.
|
2011-04-29 14:21:42 +02:00 |
Piotr Caban
|
73d60c3a08
|
msvcp90: Added basic_string<char> operator[] implementation.
|
2011-04-29 14:21:42 +02:00 |
Piotr Caban
|
ce8a64470b
|
msvcp90: Added basic_string<char> at implementation.
|
2011-04-29 14:21:42 +02:00 |
Piotr Caban
|
b8408b257a
|
msvcp90: Added basic_string<char> operator +=(char) implementation.
|
2011-04-29 14:21:42 +02:00 |
Piotr Caban
|
02e46c8eaa
|
msvcp90/tests: Added basic_string<char> find tests.
|
2011-04-29 14:21:42 +02:00 |
Piotr Caban
|
c08b647cf6
|
msvcp90: Added basic_string<char> find implementation.
|
2011-04-29 14:21:42 +02:00 |
Piotr Caban
|
6bf4541bf8
|
msvcp90: Added basic_string<char> operator< implementation.
|
2011-04-29 14:21:41 +02:00 |
Piotr Caban
|
b7990be894
|
msvcp90: Move basic_string<char>:swap implementation.
|
2011-04-29 14:21:41 +02:00 |
Marcus Meissner
|
46f1d8a865
|
windowscodecs: Mark internal symbols as hidden.
|
2011-04-29 14:21:41 +02:00 |
Marcus Meissner
|
4b04574275
|
wintrust: Mark internal symbols as hidden.
|
2011-04-29 14:21:41 +02:00 |
Marcus Meissner
|
974326bfac
|
winhttp: Mark internal symbols as hidden.
|
2011-04-29 14:21:41 +02:00 |
Marcus Meissner
|
719345017c
|
avifil32: Mark internal symbols as hidden.
|
2011-04-29 14:21:41 +02:00 |
Marcus Meissner
|
cba138547a
|
dinput: Mark internal symbols as hidden.
|
2011-04-29 14:21:40 +02:00 |
Frédéric Delanoy
|
1596e144e1
|
po: Fix/improve some English entries.
|
2011-04-29 14:21:40 +02:00 |
André Hentschel
|
e7cc2f76da
|
shell32: Add some selection tests.
|
2011-04-29 14:21:40 +02:00 |
André Hentschel
|
e556b45f43
|
shell32: Don't crash if selection is NULL.
|
2011-04-29 14:21:40 +02:00 |
Alexandre Julliard
|
ca3b820227
|
wineps: Add a helper function for paper size conversions.
|
2011-04-28 20:59:27 +02:00 |
Jacek Caban
|
e594268421
|
wininet: Moved OpenSSL initialization to separated function.
|
2011-04-28 18:33:43 +02:00 |
Jacek Caban
|
12bf3472dd
|
wininet: Rename WININET_NETCONNECTION to netconn_t.
|
2011-04-28 18:33:10 +02:00 |
Alistair Leslie-Hughes
|
01c4adf477
|
mscoree: Implemented GetRequestedRuntimeVersion.
|
2011-04-28 18:33:01 +02:00 |
Alistair Leslie-Hughes
|
7c0cfc964b
|
mscoree: Add stub CreateDebuggingInterfaceFromVersion.
|
2011-04-28 18:32:30 +02:00 |
Piotr Caban
|
b27a49c425
|
msvcrt: Updated spec file.
|
2011-04-28 18:29:27 +02:00 |
David Hedberg
|
ea14a6b2e7
|
oleaut32: Fix CLSIDToString behaviour when passed an invalid CLSID-string.
In some cases, Excel 2007 apparently relies on CLSIDToString properly
parsing an "invalid" CLSID string where extra bytes are appended.
|
2011-04-28 18:17:18 +02:00 |
Huw Davies
|
d3e91603ce
|
gdi32: Now that we have our own Bresenham routine, we don't need the LPARAM cast.
|
2011-04-28 18:14:02 +02:00 |
Marcus Meissner
|
9a2f5a6df2
|
inetcomm: Mark internal symbols as hidden.
|
2011-04-28 18:14:00 +02:00 |
Marcus Meissner
|
f5ae978902
|
shlwapi: Mark internal symbols as hidden.
|
2011-04-28 18:13:57 +02:00 |
Marcus Meissner
|
b858b53991
|
dbghelp: Mark internal symbols as hidden.
|
2011-04-28 18:13:56 +02:00 |
Marcus Meissner
|
0bbba71c64
|
d3dxof: Mark internal symbols as hidden.
|
2011-04-28 18:13:54 +02:00 |
Marcus Meissner
|
bd6729dd08
|
wnaspi32: Mark internal symbols as hidden.
|
2011-04-28 18:13:52 +02:00 |
Francois Gouget
|
9ff6c50767
|
appwiz.cpl: Fix ellipsis usage in the button labels.
|
2011-04-28 18:13:47 +02:00 |
Francois Gouget
|
c68cf7cbe0
|
shdocvw: Fix ellipsis usage in the menu and button labels.
|
2011-04-28 18:05:10 +02:00 |
Francois Gouget
|
18ea0aef9c
|
gameux: Remove WINAPI on static functions where not needed.
|
2011-04-28 17:59:14 +02:00 |
Francois Gouget
|
4df46f69bf
|
msvcrt: Fix compilation on systems that don't support nameless unions.
|
2011-04-28 17:59:06 +02:00 |
Francois Gouget
|
1235c24803
|
msvfw32: Use constants instead of hard-coded numbers for the resources.
|
2011-04-28 17:59:00 +02:00 |
Alexandre Julliard
|
84f085fb91
|
winex11: Grab the mouse in the thread that owns the foreground window if possible.
|
2011-04-28 16:47:14 +02:00 |
Alexandre Julliard
|
20e24bff70
|
atl: Specify the correct instance and cursor when registering a class.
|
2011-04-28 16:47:14 +02:00 |
Matteo Bruni
|
eba8fd0b77
|
wined3d: Remove an unused field.
|
2011-04-28 16:47:14 +02:00 |
Matteo Bruni
|
9da924039f
|
wined3d: Split pow instruction handling in the ARB backend.
|
2011-04-28 12:12:18 +02:00 |
Matteo Bruni
|
db8d681a5b
|
wined3d: Remove rcp special handling of 0 from the ARB shader backend.
|
2011-04-28 12:11:55 +02:00 |
Matteo Bruni
|
0210a8384a
|
wined3d: Add missing temporary variable declaration to ARB shader backend.
|
2011-04-28 12:11:53 +02:00 |
André Hentschel
|
7af9179eb9
|
dbghelp: Implement rudimentary stack walk for ARM.
|
2011-04-28 11:13:53 +02:00 |
Ken Thomases
|
518675fbb5
|
winecoreaudio.drv: Link against ole32 for CoTaskMemAlloc/Free.
|
2011-04-28 11:11:21 +02:00 |
Michael Stefaniuc
|
e58b0dd079
|
shdocvw: Merge the Destroy functions into the coresponding Release functions.
|
2011-04-28 11:11:08 +02:00 |
Michael Stefaniuc
|
1c8bad8037
|
shdocvw: COM cleanup in shlinstobj.c.
|
2011-04-28 11:11:05 +02:00 |
Dylan Smith
|
417534fdb7
|
d3dx9: Implement ID3DXMesh::DrawSubset.
|
2011-04-28 11:10:22 +02:00 |