Michael Stefaniuc
a246beabeb
shdocvw: Add the Romanian translation.
2010-07-28 12:22:16 +02:00
Michael Stefaniuc
c165fd743c
oleaut32: Use IsEqualGUID instead of memcmp to compare GUIDs.
2010-07-28 12:22:00 +02:00
Andrew Talbot
8d5f7fe13f
advapi32: Constify some variables.
2010-07-28 12:21:48 +02:00
Matteo Bruni
20f51c29a9
wined3d: Setup target if offscreen rendering setting changed.
2010-07-26 18:38:33 +02:00
Louis Lenders
5a05950271
d3d9/tests: Test GetAdapterDisplayModeEx with D3DDISPLAYROTATION null-pointer.
2010-07-26 18:38:33 +02:00
Ilya Basin
3b545300b8
shell32/tests: CommandLineToArgvW("") shouldn't truncate returned exe path.
2010-07-26 18:38:33 +02:00
Ilya Basin
9dee1b24ee
shell32: Fix CommandLineToArgvW("") truncating returned exe path.
2010-07-26 18:38:33 +02:00
Jacek Caban
f6299c1bf8
mshtml: Removed frozen status comments from nsiface.idl.
...
All interfaces were recently unfrozen for upcoming mozilla2 (Firefox 4) anyway.
2010-07-26 18:38:33 +02:00
Nikolay Sivov
6711780a8f
comctl32/tests: Merge one test function to existing tests, use explicit message numbers.
2010-07-26 18:38:32 +02:00
Nikolay Sivov
16dfb1a039
comctl32/treeview: Fix TVS_SINGLEEXPAND notifications order.
2010-07-26 18:38:32 +02:00
Nikolay Sivov
b3a61c1329
comctl32/treeview: Properly initialize expanded image index.
2010-07-26 18:38:32 +02:00
Maarten Lankhorst
47d28ace15
mmdevapi: Blacklist portaudio.
2010-07-26 18:38:32 +02:00
Hwang YunSong
e1a6ba3a29
shdocvw: New Korean resource.
2010-07-26 18:38:32 +02:00
Aurimas Fišeras
5ffa1dae36
shdocvw: Add Lithuanian translation.
2010-07-26 18:38:32 +02:00
Marko Nikolic
da2750384d
advapi32: Removed sign comparison warning.
2010-07-26 18:38:32 +02:00
Stefan Dösinger
a554d1e296
d3d9: Remove the shader version varying tests.
...
My Windows 7 installation rejects mixing ps_3_0 with anything other than
vs_3_0 and vice versa, making testing how those versions pass varyings
moot. Since I have never seen an app mixing 3.0 and non-3.0 shaders I
see no reason to keep the tests.
2010-07-26 18:38:32 +02:00
Dmitry Timoshkov
a56df96a0e
winex11: Remember last window that had the XIC focus and use it in ToUnicode() to make dead keys work more reliably.
2010-07-26 18:38:31 +02:00
Alexandre Julliard
f57c1b77dd
gdi32: Get rid of the GetDCOrgEx driver entry point, GDI can implement this itself now.
2010-07-26 18:38:31 +02:00
Alexandre Julliard
69c8f0b67d
gdi32: Store the total visible rectangle in the DC.
2010-07-26 18:38:31 +02:00
Alexandre Julliard
1472f35e82
gdi32: Replace the SelectVisRgn Wine-specific export by a private entry point.
2010-07-26 18:38:31 +02:00
Alexandre Julliard
b644c8538a
gdi.exe: Disable the remaining 16-bit visible region functions, they can't work.
2010-07-26 18:38:31 +02:00
Hans Leidekker
33b6ad7f73
msi/tests: Skip tests if UAC is enabled and the process is not running elevated.
2010-07-26 18:38:31 +02:00
Hans Leidekker
9686c95749
msi/tests: Skip a test if the current user has insufficient rights.
2010-07-26 18:38:31 +02:00
Henri Verbeet
3e37b27d37
wined3d: Cleanup Get/SetRenderState traces a bit.
2010-07-26 18:38:31 +02:00
Henri Verbeet
6874743e78
wined3d: Add a missing return statement to surface_prepare_texture().
...
Calling surface_prepare_texture_internal() twice on the same surface is
harmless, but unnecessary.
2010-07-26 18:38:31 +02:00
Henri Verbeet
0bf68b846a
wined3d: Merge strect_rect_fbo() and surface_load_srgb_fbo().
2010-07-26 18:38:31 +02:00
Henri Verbeet
943fb2fb57
wined3d: Do RGB <=> sRGB transfers using FBO blits.
...
Concept based on a patch by Stefan.
2010-07-26 18:38:31 +02:00
David Hedberg
fd6d9cd8f2
shell32: Implement SHCreateShellItemArrayFromDataObject.
2010-07-26 18:38:31 +02:00
David Hedberg
bf1b56be10
shell32: Implement SHCreateShellItemArrayFromShellItem.
2010-07-26 18:38:30 +02:00
David Hedberg
090824feb5
shell32: Initial implementation of IShellItemArray with SHCreateShellItemArray.
2010-07-26 18:38:30 +02:00
Andrew Nguyen
be5fdcd242
propsys/tests: Add tests for PSPropertyKeyFromString.
2010-07-26 18:38:30 +02:00
Andrew Nguyen
9d85d46a1a
propsys: Implement PSPropertyKeyFromString.
2010-07-26 18:38:30 +02:00
Andrew Nguyen
c20908bf56
propsys/tests: Add tests for PSStringFromPropertyKey.
2010-07-26 18:38:30 +02:00
Andrew Nguyen
c50177b1c1
propsys: Implement PSStringFromPropertyKey.
2010-07-26 18:38:30 +02:00
Andrew Talbot
7114094472
advapi32: Constify some variables.
2010-07-26 18:38:30 +02:00
Max TenEyck Woodbury
a17c7f0bd0
ntdll: Setting FileAllInformation is not allowed.
2010-07-26 18:38:30 +02:00
André Hentschel
a8dc415a21
shdocvw: Add German translation.
2010-07-26 18:38:29 +02:00
Marcus Meissner
a58f31dd27
ddraw: Tighten up checks in DuplicateSurface (Coverity).
2010-07-26 18:38:29 +02:00
David Hedberg
caffc9f557
shell32: Implement IShellItem::Compare.
2010-07-26 13:34:21 +02:00
David Hedberg
2f5b53e7d7
shell32: Implement SHGetItemFromObject.
2010-07-26 13:34:21 +02:00
Harry Jeffery
4faf80280c
Fixed various spelling mistakes.
2010-07-26 13:34:20 +02:00
Thomas Mullaly
36d5856471
urlmon: Implemented canonicalization for reg-names.
2010-07-26 13:34:20 +02:00
Thomas Mullaly
ffe9f1aed0
urlmon/tests: Added more test URIs for IPv6 canonicalization.
2010-07-26 13:34:20 +02:00
Thomas Mullaly
a0b27ab3e4
urlmon: Implemented canonicalization for IPv6 addresses.
2010-07-26 13:34:20 +02:00
Thomas Mullaly
30824611b5
urlmon/tests: Added more URI test cases.
2010-07-26 13:34:20 +02:00
Thomas Mullaly
4c01ff1fa1
urlmon: Added parser for registered host names.
2010-07-26 13:34:20 +02:00
Thomas Mullaly
48e155ba70
urlmon: Added parser for IPvFuture addresses.
2010-07-26 13:34:20 +02:00
Thomas Mullaly
738d60c76b
urlmon: Added parser for IPv6 addresses.
2010-07-26 13:34:20 +02:00
Piotr Caban
cb432866d2
msvcp90: Correctly declare pointers to delete/new functions.
2010-07-26 13:34:20 +02:00
Alexandre Julliard
faa7eae8c4
makefiles: Always build the cross import libraries if crosstest is supported.
2010-07-26 13:34:07 +02:00
Alexandre Julliard
7d2e7726e7
makefiles: Always build the static cross libraries if crosstest is supported.
2010-07-26 12:46:32 +02:00
Alexandre Julliard
f195c1eb5a
winegcc: Don't import winecrt0 by default when building with -nodefaultlibs.
2010-07-26 12:46:00 +02:00
Paul Vriens
c2d722e3ee
user32: Add the Serbian (Cyrillic) translation.
...
Translation by Nenad Vujic <nesa24casa@gmail.com>
2010-07-26 09:58:22 +02:00
Paul Vriens
1ed27712c1
shell32: Add the Serbian (Cyrillic) translation.
...
Translation by Nenad Vujic <nesa24casa@gmail.com>
2010-07-26 09:58:21 +02:00
Paul Vriens
653a64e60b
shell32: Fix the Serbian (Latin) translation.
2010-07-26 09:58:21 +02:00
Matteo Bruni
23e173109d
windowscodecs: Reset the stream pointer when initializing JPEG decoder.
2010-07-26 09:58:21 +02:00
Sven Baars
56838a7062
shdocvw: Add the Dutch translation.
2010-07-26 09:58:21 +02:00
Piotr Caban
75481bde85
wininet: Commit URL cache entry when cache file is closed.
2010-07-26 09:58:21 +02:00
Piotr Caban
54bdf622a0
wininet: Fixed CreateUrlCacheEntryA implementation.
2010-07-26 09:58:21 +02:00
Igor Paliychuk
f31428e107
shdocvw: Add Ukrainian translation.
2010-07-24 11:19:12 +02:00
Andrew Eikum
4b93548df1
comdlg32: Store and use save/open dialogs' most-recently-used data.
2010-07-24 11:18:11 +02:00
Alexandre Julliard
bde57f0e64
user32: Don't make constants static to avoid compile error without optimization.
2010-07-24 11:17:05 +02:00
Owen Rudge
54f049a656
d3dx9: Add basic implementation of D3DXFilterTexture, plus tests.
2010-07-24 11:16:43 +02:00
Owen Rudge
30d5e375e6
d3dx9: Implement D3DXCreateTexture plus tests.
2010-07-24 11:16:37 +02:00
Owen Rudge
a9fe0ccbd2
d3dx9/tests: Implement additional texture requirement tests.
2010-07-24 11:16:24 +02:00
Owen Rudge
b5c7675dd3
d3dx9: Implement D3DXCheckTextureRequirements.
2010-07-24 11:16:18 +02:00
Alistair Leslie-Hughes
e158bb0b4c
dwmapi: Add stub DwmEnableBlurBehindWindow.
2010-07-23 16:40:15 +02:00
Paul Vriens
664e3e3f4a
user32: Add the Serbian (Latin) translation.
...
Translation by Nenad Vujic <nesa24casa@gmail.com>
2010-07-23 16:39:29 +02:00
Paul Vriens
ce405b7125
shell32: Add the Serbian (Latin) translation.
...
Translation by Nenad Vujic <nesa24casa@gmail.com>
2010-07-23 13:20:52 +02:00
Alexander Nicolaysen Sørnes
e4620d8e3a
shdocvw: Make the Open URL dialog open URLs.
2010-07-23 13:18:23 +02:00
Alexander Nicolaysen Sørnes
3feb26a2e1
shdocvw: Add Open URL dialog to IE.
2010-07-23 13:18:15 +02:00
Alexander Nicolaysen Sørnes
8e03cefbfa
shdocvw: Add About dialog to IE.
2010-07-23 13:17:10 +02:00
Alexander Nicolaysen Sørnes
87f4e436eb
shdocvw: Allow printing from the menubar in IE.
2010-07-23 13:16:47 +02:00
Alexander Nicolaysen Sørnes
f2802b981d
shdocvw: Add menu bar to Internet Explorer.
2010-07-23 13:16:41 +02:00
Andrew Eikum
93f9b4e144
comdlg32/tests: Untie ok_testcases from test_ok().
2010-07-23 13:05:32 +02:00
Damjan Jovanovic
f56be472c6
kernel32: Deal with unix paths in wine_get_dos_file_name.
2010-07-23 13:05:32 +02:00
Damjan Jovanovic
2f877b0a79
ntdll: Convert even Unix paths outside Wine's drive mappings to DOS paths.
2010-07-23 13:05:32 +02:00
David Hedberg
b8a40388ee
shell32: Implement SHGetIDListFromObject.
2010-07-23 13:05:31 +02:00
David Hedberg
c8c2bc8b4b
shell32: Implement SHGetItemFromDataObject.
2010-07-23 13:05:31 +02:00
David Hedberg
222d2142ef
shell32: Implement SHCreateItemFromIDList.
2010-07-23 13:05:31 +02:00
David Hedberg
5b0b56fac4
shell32: Implement SHCreateItemFromParsingName.
2010-07-23 13:05:31 +02:00
David Hedberg
b43bcdf524
shell32: Implement SHGetNameFromIDList and IShellItem::GetDisplayName.
2010-07-23 13:05:31 +02:00
Rico Schüller
0d18e35b28
d3d10: Add a stub ID3D10ReflectShader implementation.
2010-07-23 12:43:24 +02:00
Henri Verbeet
2f028f0340
wined3d: Avoid loading the destination surface in stretch_rect_fbo() if it will be completely overwritten.
2010-07-23 11:46:55 +02:00
Henri Verbeet
0b630e1430
d3d9/tests: Add a test for clearing render targets in an MRT.
2010-07-23 11:46:51 +02:00
Henri Verbeet
d374d85055
wined3d: Clear all render targets in an MRT setup.
2010-07-23 11:46:47 +02:00
Henri Verbeet
74015090ae
d3d9/tests: Introduce a vertex shader to the MRT test.
2010-07-23 11:46:41 +02:00
Michael Stefaniuc
bd132fed1e
oleaut32/tests: Use IsEqualIID instead of memcmp to compare REFIIDs.
2010-07-23 11:46:34 +02:00
Michael Stefaniuc
ffac31da09
ole32: Use IsEqualIID instead of memcmp to compare REFIIDs.
2010-07-23 11:46:29 +02:00
Hans Leidekker
c2c98ae0c2
msi: Synchronize the spec file with version 5.0.
2010-07-23 11:46:23 +02:00
Hans Leidekker
64eec8f9fa
msi: Register dlls directly in the SelfRegModules and SelfUnregModules actions.
2010-07-23 11:46:16 +02:00
Hans Leidekker
bdda3b950c
msi: Warn if a transform file cannot be opened.
2010-07-23 11:46:10 +02:00
Hans Leidekker
2b0c45674f
msi: Add some tests for MsiGetSourcePath.
2010-07-23 11:46:06 +02:00
Hans Leidekker
bd634c0491
msi: Set/unset the SourceDir property at the right stage in the execution sequence.
2010-07-23 11:46:01 +02:00
Hans Leidekker
ad971803da
msi: Never defer standard actions.
2010-07-23 11:45:49 +02:00
Hans Leidekker
ac924566fb
msi/tests: Properly contruct the icon path for win9x.
2010-07-23 11:45:44 +02:00
Hans Leidekker
148887082c
msi/tests: Initialize a string buffer and fix some leaks.
2010-07-23 11:45:39 +02:00
Hans Leidekker
bb5ab26720
msi: Fix a memory leak.
2010-07-23 11:45:35 +02:00
Thomas Mullaly
cfc0f97d93
urlmon: Partially implemented IUri_GetHost.
2010-07-23 11:45:29 +02:00
Thomas Mullaly
6a1dd3d18b
urlmon/tests: Added more test URIs.
2010-07-23 11:45:23 +02:00
Thomas Mullaly
a3dd8f4598
urlmon: Implemented canonicalization functions for IPv4 addresses.
2010-07-23 11:45:15 +02:00
Thomas Mullaly
89026cf980
urlmon: Implemented a parser for IPv4 addresses.
2010-07-23 11:44:53 +02:00
Aric Stewart
1b37809dba
usp10: Start implementing Chaining Context Substitution Format 3: Coverage-based Chaining Context Glyph Substitution.
2010-07-23 11:43:08 +02:00
David Hedberg
0e7a5bf76c
shell32: Implement Set/GetCurrentViewMode in the default shellview.
2010-07-23 11:43:05 +02:00
André Hentschel
4291823ff2
krnl386.exe16: Add an error code.
2010-07-23 11:39:13 +02:00
Piotr Caban
1dc86ebb9b
atl: Improved AtlInternalQueryInterface implementation.
2010-07-23 11:35:59 +02:00
Alexandre Julliard
f695c1d19d
gdi32: Update the DC mappings when the layout is changed.
2010-07-23 11:34:07 +02:00
Alexandre Julliard
480117fdaf
gdi32/tests: Fix a typo in a macro name.
2010-07-22 21:04:56 +02:00
Alexandre Julliard
f1ea06375d
user32: DCX_NORESETATTRS should be applied at DC release time.
2010-07-22 20:00:35 +02:00
Piotr Caban
e79af2f0d9
msvcp90: Added allocator<char> implementation.
2010-07-22 17:43:03 +02:00
Alexandre Julliard
c27aa289b7
msvcrt: Use the appropriate mangled names for operator new/delete on 64-bit.
2010-07-22 16:55:35 +02:00
Owen Rudge
79690ab1ea
d3dx9/tests: Add beginning of general tests for texture functions.
2010-07-22 16:27:52 +02:00
Paul Vriens
eaa6376e64
shlwapi/tests: Load shell32 explicitly.
2010-07-22 16:27:13 +02:00
David Hedberg
a6db972c77
shell32: Change a fixme to a trace in shfldr_unixfs.c.
...
This downgrades a FIXME that can be triggered in normal operation
through the use of, for example, SHGetIDListFromObject.
2010-07-22 16:24:33 +02:00
Huw Davies
6d1ef3a6a6
ole32: Implement cross-process drag and drop.
2010-07-22 16:11:59 +02:00
Huw Davies
a2e1dd29dc
ole32/tests: Relax the reference counting tests a bit. We only care whether references are held or not.
2010-07-22 16:11:51 +02:00
Jacek Caban
ad759e793c
shdocvw: Don't fail on invalid headers argument in navigate_url.
2010-07-22 16:11:10 +02:00
Piotr Caban
9915dd03b4
msvcrt: Fixed strtod_l/wcstod_l implementation.
2010-07-22 16:11:02 +02:00
Hans Leidekker
c4bf9fb710
msi/tests: Fix some more wow64 test failures.
2010-07-22 16:10:42 +02:00
Hans Leidekker
c4511481db
msi/tests: Avoid a long timeout in the test for DeleteServices.
2010-07-22 16:10:29 +02:00
Hans Leidekker
10a32a0b7a
msi/tests: Skip tests when the current user has insufficient rights.
2010-07-22 16:10:19 +02:00
Hans Leidekker
dad50e3aa0
msi/tests: Return an error code from helper_createpackage and package_from_db.
2010-07-22 16:09:56 +02:00
Hans Leidekker
21d09ffb43
msi/tests: Fix test failures on wow64.
2010-07-22 16:09:43 +02:00
Hans Leidekker
d8b7a2099e
msi: Downgrade a warning.
2010-07-22 16:09:14 +02:00
Hans Leidekker
06afeec2a5
msi: Make sure properties are updated after applying a patch.
2010-07-22 16:09:09 +02:00
Dmitry Timoshkov
1bf5e12e95
comctl32: Make sure that the focus is set to an existing property sheet button.
2010-07-22 16:07:54 +02:00
Piotr Caban
b7c68573ae
shlwapi: Improved UrlCanonicalizeW implementation.
2010-07-22 13:54:57 +02:00
Thomas Mullaly
20017183d3
urlmon: Implemented IUri_GetPassword.
2010-07-22 13:54:56 +02:00
Thomas Mullaly
50db65a43f
urlmon: Implemented IUri_GetUserName.
2010-07-22 13:54:56 +02:00
Thomas Mullaly
152a1efdae
urlmon: Implemented IUri_GetUserInfo.
2010-07-22 13:54:56 +02:00
Thomas Mullaly
520902cb16
urlmon/tests: Added more test URI's.
2010-07-22 13:54:56 +02:00
Thomas Mullaly
eff59a5107
urlmon: Implemented the canonicalization routine for the userinfo of a URI.
2010-07-22 13:54:56 +02:00
Thomas Mullaly
9590fef417
urlmon: Implemented parser for the userinfo of a URI.
2010-07-22 13:54:55 +02:00
Thomas Mullaly
9d363d52cd
urlmon: Added a stub implementation for parsing the hier-part of a URI.
2010-07-22 13:54:55 +02:00
Thomas Mullaly
0d0078380e
urlmon: Fixed the scheme name parser to handle wildcard schemes.
2010-07-22 13:54:55 +02:00
Aric Stewart
6c970e7e66
kernel32/tests: Add test for CT_TYPE1 of GetStringTypeW.
2010-07-22 13:09:24 +02:00
Dylan Smith
9f32d6d6a9
user32: Prevent resize of minimized windows from SetWindowPos.
2010-07-22 12:57:04 +02:00
Dylan Smith
f35dabad99
user32/tests: Minimized windows shouldn't be resizable.
2010-07-22 12:56:41 +02:00
Hans Leidekker
5fc17a2800
winhttp: Handle errors from SSL_read.
2010-07-22 12:52:39 +02:00
Hans Leidekker
be37038090
winhttp: Add a partial implementation of WINHTTP_OPTION_SECURITY_CERTIFICATE_STRUCT.
2010-07-22 12:52:36 +02:00
Andrey Turkin
a610fc17d8
kernel32: Enhance EndUpdateResource.
2010-07-22 11:41:41 +02:00
Michael Stefaniuc
7cb044d3d8
sane.ds: Remove the ignored common resource attributes.
2010-07-22 11:41:40 +02:00
Michael Stefaniuc
9a0cf1f260
credui: Remove the ignored common resource attributes.
2010-07-22 11:41:40 +02:00
Michael Stefaniuc
02764c8a7c
serialui: Remove the ignored common resource attributes.
2010-07-22 11:41:40 +02:00
Michael Stefaniuc
7e037305d6
msi: Remove the ignored common resource attributes.
2010-07-22 11:41:40 +02:00
Michael Stefaniuc
141e7cdb54
shdoclc: Remove the ignored common resource attributes.
2010-07-22 11:41:40 +02:00
Michael Stefaniuc
fae6a5f618
shlwapi: Remove the ignored common resource attributes.
2010-07-22 11:41:40 +02:00
Michael Stefaniuc
deda752eec
mpr: Remove the ignored common resource attributes.
2010-07-22 11:41:40 +02:00
Michael Stefaniuc
e5cb4fde64
oleaut32: Remove the ignored common resource attributes.
2010-07-22 11:41:40 +02:00
Michael Stefaniuc
291ca7570b
cryptdlg: Remove the ignored common resource attributes.
2010-07-22 11:41:40 +02:00
Michael Stefaniuc
d29f72eeed
stdole32.tlb: Remove the ignored common resource attributes.
2010-07-22 11:41:39 +02:00
Michael Stefaniuc
cb8eca2f0a
wineps.drv: Remove the ignored common resource attributes.
2010-07-22 11:41:37 +02:00
Michael Stefaniuc
e878660de2
localspl: Remove the ignored common resource attributes.
2010-07-22 11:41:37 +02:00
Michael Stefaniuc
5f9d171951
oledlg: Remove the ignored common resource attributes.
2010-07-22 11:41:37 +02:00
Michael Stefaniuc
c8b949eb77
msacm32: Remove the ignored common resource attributes.
2010-07-22 11:41:37 +02:00
Michael Stefaniuc
11cb39f1af
wldap32: Remove the ignored common resource attributes.
2010-07-22 11:41:37 +02:00
Michael Stefaniuc
5d3ea624b7
stdole2.tlb: Remove the ignored common resource attributes.
2010-07-22 11:41:37 +02:00
Michael Stefaniuc
848a51a78b
winspool.drv: Remove the ignored common resource attributes.
2010-07-22 11:41:37 +02:00
Michael Stefaniuc
9ad3e4f1e7
msvidc32: Remove the ignored common resource attributes.
2010-07-22 11:41:37 +02:00
Michael Stefaniuc
ea1d37c568
msxml3: Remove the ignored common resource attributes.
2010-07-22 11:41:37 +02:00
Michael Stefaniuc
276f8eaf59
wininet: Remove the ignored common resource attributes.
2010-07-22 11:41:36 +02:00
Michael Stefaniuc
c2756bc0c4
user32: Remove the ignored common resource attributes.
2010-07-22 11:41:36 +02:00
Michael Stefaniuc
767fecf1d9
shell32: Remove the ignored common resource attributes.
2010-07-22 11:41:36 +02:00
Michael Stefaniuc
86894781cf
shdocvw: Remove the ignored common resource attributes.
2010-07-22 11:41:36 +02:00
Michael Stefaniuc
93d04bd400
setupapi: Remove the ignored common resource attributes.
2010-07-22 11:41:36 +02:00
Michael Stefaniuc
a8994942c8
pstorec: Remove the ignored common resource attributes.
2010-07-22 11:41:36 +02:00
Michael Stefaniuc
a80e524be6
oleacc: Remove the ignored common resource attributes.
2010-07-22 11:41:36 +02:00
Michael Stefaniuc
8a63281dbf
msvfw32: Remove the ignored common resource attributes.
2010-07-22 11:41:36 +02:00
Michael Stefaniuc
212eccdb69
msrle32: Remove the ignored common resource attributes.
2010-07-22 11:41:36 +02:00
Michael Stefaniuc
d1cc84b9ba
mshtml.tlb: Remove the ignored common resource attributes.
2010-07-22 11:41:36 +02:00
Michael Stefaniuc
11c3604c30
mshtml: Remove the ignored common resource attributes.
2010-07-22 11:41:35 +02:00
Michael Stefaniuc
df1128b7c9
localui: Remove the ignored common resource attributes.
2010-07-22 11:41:35 +02:00
Michael Stefaniuc
8dc6414418
jscript: Remove the ignored common resource attributes.
2010-07-22 11:41:35 +02:00
Michael Stefaniuc
1fa2e55be3
iccvid: Remove the ignored common resource attributes.
2010-07-22 11:41:35 +02:00
Michael Stefaniuc
21a1b2acb5
gphoto2.ds: Remove the ignored common resource attributes.
2010-07-22 11:41:35 +02:00
Michael Stefaniuc
6e6b6984d2
devenum: Remove the ignored common resource attributes.
2010-07-22 11:41:35 +02:00
Michael Stefaniuc
114c57de39
cryptui: Remove the ignored common resource attributes.
2010-07-22 11:41:35 +02:00
Michael Stefaniuc
780ce8eb19
crypt32: Remove the ignored common resource attributes.
2010-07-22 11:41:35 +02:00
Michael Stefaniuc
545322999d
comdlg32: Remove the ignored common resource attributes.
2010-07-22 11:41:31 +02:00
Michael Stefaniuc
7dfba50bca
comctl32: Remove the ignored common resource attributes.
2010-07-22 10:39:05 +02:00
Michael Stefaniuc
10fdc8be51
avifil32: Remove the ignored common resource attributes.
2010-07-22 10:39:01 +02:00
Andrew Eikum
f99c81621c
shell32: IShellFolder::ParseDisplayName should work for missing files if given valid IBindCtx.
...
Additionally, SHSimpleIDListFromPath now returns PIDLs for non-existent
paths, as it should.
2010-07-22 10:24:56 +02:00
Maarten Lankhorst
e8c5e2b890
ntdll: Use syscall instead of int $0x80.
2010-07-22 10:24:48 +02:00
Paul Vriens
03a4c64457
comdlg32: Add the Serbian (Latin) translation.
...
Translation by Nenad Vujic <nesa24casa@gmail.com>
2010-07-22 10:24:02 +02:00
Stefan Dösinger
068915a4f1
wined3d: Check the writemask before activating the oC0 optimization.
...
The comment above the code correctly mentions that this optimization
does not work if oC0 is written partially, but the code doesn't
actually check for this condition.
2010-07-22 10:22:46 +02:00
Stefan Dösinger
6b794cbd64
wined3d: Only perform sRGB write correction on formats that advertise it.
2010-07-22 10:22:26 +02:00
Paul Vriens
d3a5242c97
appwiz.cpl: Add the Serbian (Cyrillic) translation.
...
Translation by Nenad Vujic <nesa24casa@gmail.com>
2010-07-22 10:22:11 +02:00
Paul Vriens
36b595e69c
comctl32: Use the Cyrillic 'O' in the Serbian translation.
2010-07-22 10:21:59 +02:00
Henri Verbeet
3d8ff7f27a
wined3d: Framebuffer blits are affected by the color mask.
2010-07-22 10:13:36 +02:00
Henri Verbeet
4817a65091
wined3d: Preload resources before FBO setup.
2010-07-22 10:13:30 +02:00
Henri Verbeet
f7760656f3
wined3d: Remove LoadLocation() from the public wined3d surface interface.
2010-07-22 10:13:24 +02:00
Henri Verbeet
147f24dd78
wined3d: Remove ModifyLocation() from the public wined3d surface interface.
2010-07-22 10:13:13 +02:00
Andrew Eikum
ab418fc258
shlwapi: Implement SHSetIniStringW.
2010-07-22 10:13:03 +02:00
Andrew Eikum
ef8cf0fdf2
shlwapi: Implement SHGetIniStringW.
2010-07-22 10:12:57 +02:00
Tim Cadogan-Cowper
d6610b8b3a
winmm: Wrap TRACE strings with debugstr_a/debugstr_an.
2010-07-22 10:12:06 +02:00
André Hentschel
6c144d06fe
ws2_32: Fix test message.
2010-07-22 10:11:31 +02:00
Matteo Bruni
d567a030ec
d3dx9: Shader assembler <= ps_1_3 support.
2010-07-22 10:11:14 +02:00
Matteo Bruni
8ce3ecea0d
d3dx9: Add <= ps_1_3 instruction parsing to the shader assembler.
2010-07-22 10:10:59 +02:00
Matteo Bruni
383a7fe3b1
d3dx9: Fix dst register handling in ps_1_4.
2010-07-22 10:10:53 +02:00
Alexandre Julliard
ee5cada235
rpcrt4: Don't align the buffer after reading the conformance, we need to read the variance first.
2010-07-21 20:31:53 +02:00