Commit Graph

92177 Commits

Author SHA1 Message Date
Hans Leidekker 853273c98b windowscodecs: Implement IWICBitmapDecoderInfo::GetFileExtensions. 2012-11-13 16:54:54 +01:00
Hans Leidekker 641a6e6c45 mscms: Handle more bitmap formats. 2012-11-13 16:54:53 +01:00
Henri Verbeet d2fa9a75b2 d3d10core: Implement d3d10_device_PSGetShader(). 2012-11-13 16:54:53 +01:00
Henri Verbeet 5dc94d04a5 d3d10core: Implement d3d10_device_VSGetShader(). 2012-11-13 16:54:53 +01:00
Henri Verbeet ea50cde939 ddraw: Avoid LPDIRECT3DVIEWPORT2. 2012-11-13 16:54:53 +01:00
Henri Verbeet 29d2f95acb ddraw: Avoid LPDIRECT3DVIEWPORT3. 2012-11-13 16:54:53 +01:00
Henri Verbeet 5b1dc444e6 ddraw: Avoid LPDIRECT3DMATERIAL. 2012-11-13 16:54:53 +01:00
Alexandre Julliard b5d96da32f user32: Add helper functions to get and set dword registry values in SystemParametersInfo. 2012-11-12 16:35:16 +01:00
Detlef Riekenberg aaad900d1e advapi32/tests: Fix a failure on 64bit NT 5.x. 2012-11-12 16:35:16 +01:00
Hwang YunSong c27d20902a po: Update Korean translation. 2012-11-12 16:35:16 +01:00
Jacek Caban 8b1bd3e5bf ieframe: Added IWebBrowser2::Refresh tests. 2012-11-12 16:35:16 +01:00
Jacek Caban 9c3c57040e ieframe: Added IWebBrowser2::Refresh implementation. 2012-11-12 16:35:16 +01:00
Jacek Caban d22a8bbd66 ieframe: Forward more DocHost::Exec calls to embedders. 2012-11-12 16:35:16 +01:00
Jacek Caban 47274313db mshtml: Added refresh tests. 2012-11-12 16:35:16 +01:00
Jacek Caban 1cc3cf1b64 mshtml: Added exec_refresh implementation. 2012-11-12 16:35:15 +01:00
Jacek Caban f0b7db4df8 mshtml: Store embedder's IOleComandTarget iface in HTMLDocumentObj and use it in handle_navigation_error. 2012-11-12 16:35:15 +01:00
Jacek Caban 0d1ce5a308 mshtml: Added IPersistHistory tests. 2012-11-12 16:35:15 +01:00
Jacek Caban 8f1bb21f35 mshtml: Don't skip history notification for about: URLs. 2012-11-12 16:35:15 +01:00
Jacek Caban 7ac09e721c mshtml: Properly report history update for location.replace call. 2012-11-12 16:35:15 +01:00
Nikolay Sivov 7a4225c68f scrrun: Block stream reading calls if it's not in ForReading mode. 2012-11-12 16:35:15 +01:00
Nikolay Sivov 49a8d4ecb0 scrrun: Improve OpenTextFile stub. 2012-11-12 16:35:15 +01:00
Nikolay Sivov 5908cda9a5 scrrun: Use heap helpers for dictionary. 2012-11-12 16:35:14 +01:00
Hans Leidekker a5750a1fdf rpcrt4: Implement RpcMgmtIsServerListening. 2012-11-12 13:17:00 +01:00
Hans Leidekker e6738c2085 msvcr100: Add a version resource. 2012-11-12 13:17:00 +01:00
Michael Stefaniuc dad2967943 msi: Don't over-allocate memory for a MSISELECTVIEW. 2012-11-12 13:17:00 +01:00
Michael Stefaniuc b791c25274 msiexec: Use FIELD_OFFSET to calculate the size of a struct with variable length array. 2012-11-12 13:16:59 +01:00
Michael Stefaniuc 96e428cc9e user.exe16: Use FIELD_OFFSET to calculate the size of a struct with variable length array. 2012-11-12 13:16:59 +01:00
Nikolay Sivov 47d2f3caf5 msxml3: Disable text data escaping for format nodes set with put_data(). 2012-11-12 13:16:58 +01:00
Nikolay Sivov f9ab8dab51 msxml3: Fix a redundant newline in transformation result in html mode. 2012-11-12 13:16:58 +01:00
Nikolay Sivov 9860e85ac8 msxml3: Add VT_INT to VARIANT tracing helper. 2012-11-12 13:16:57 +01:00
Nikolay Sivov bb44713e6d comcat: Cleanup from unused includes and imports. 2012-11-12 13:16:57 +01:00
Henri Verbeet 0a7b32e3f0 wined3d: Handle relative addresses in the common code in shader_glsl_get_register_name(). 2012-11-12 12:15:30 +01:00
Henri Verbeet 10d46bc042 wined3d: Add support for GLSL based fixed function fragment shaders. 2012-11-12 12:15:25 +01:00
Henri Verbeet 67886fed92 ddraw: Avoid LPDIRECT3DMATERIAL2. 2012-11-12 12:15:15 +01:00
Henri Verbeet 3a32ecd90f ddraw: Avoid LPDIRECT3DMATERIAL3. 2012-11-12 12:15:11 +01:00
Henri Verbeet 2445ff616e ddraw: Avoid LPDIRECT3DTEXTURE. 2012-11-12 12:15:07 +01:00
Frédéric Delanoy 3cdd1abd09 ole32: Avoid erroneously freeing a variable in ReadFmtUserTypeStg. 2012-11-12 12:14:48 +01:00
Piotr Caban 96c9b0fb84 msvcp90: Fixed a memory leak in virtual destructor tests. 2012-11-12 12:13:13 +01:00
Piotr Caban 0609fccf44 msvcp90: Free memory allocated by _get_current_locale function. 2012-11-12 12:13:09 +01:00
Francois Gouget 3b6b2107e2 shell32: Fix a buffer overflow in CommandLineToArgvW(). 2012-11-12 12:13:02 +01:00
Alexandre Julliard 1262f07609 Release 1.5.17. 2012-11-09 19:46:37 +01:00
Michael Stefaniuc 51013ad278 msi: Use FIELD_OFFSET to calculate the size of structs with variable length array. 2012-11-09 17:10:37 +01:00
Hans Leidekker 9c431b6737 msi: Avoid a string copy when comparing SQL keywords. 2012-11-09 17:10:15 +01:00
Hans Leidekker e15121771c msi: Fix use of uninitialized variables. 2012-11-09 17:09:02 +01:00
Matteo Bruni f6b22a7570 d3dcompiler: Put data type name of constants on the heap. 2012-11-09 16:43:12 +01:00
Matteo Bruni feda13db33 d3dcompiler: Skip stray semicolons outside of functions. 2012-11-09 16:43:09 +01:00
Matteo Bruni 0d2a27af40 d3dcompiler: Allow a comma at the end of an initializer. 2012-11-09 16:43:05 +01:00
Matteo Bruni a5203e1a79 d3dcompiler: Don't take the sign as part of the numeric token. 2012-11-09 16:43:02 +01:00
Matteo Bruni a7956c4c4f wined3d: Pop control frames in disabled if branches (ARB shader backend). 2012-11-09 16:42:56 +01:00
Matteo Bruni b532284a9e wined3d: Ensure GL_FRAGMENT_PROGRAM_ARB is enabled when using ARB shaders. 2012-11-09 16:42:53 +01:00