Commit Graph

78182 Commits (d1e487f9400373706244712233b88739f5770f56)
 

Author SHA1 Message Date
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
Frédéric Delanoy fe647da902 po: Update French translation. 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 8a2ea06589 wordpad: Fix ellipsis usage in the menu labels. 2011-04-28 18:09:03 +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 bddc08db75 winegcc: Forward -mcpu to winebuild. 2011-04-28 12:11:25 +02:00