Commit Graph

70509 Commits

Author SHA1 Message Date
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
Marko Nikolic
0ffb137d4a libwine: 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
deb1c552d6 include: Add the TOKEN_ELEVATION_TYPE enumeration. 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
Damjan Jovanovic
dcb2ebee78 winemenubuilder: Add an option for thumbnailing .lnk files. 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
David Hedberg
d3846bb3ad include: Add CLSID_NamespaceTreeControl, CLSID_FileOpenDialog and CLSID_FileSaveDialog. 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
4b48480340 winecfg: Add the Serbian (Latin) translation.
Translation by Nenad Vujic <nesa24casa@gmail.com>
2010-07-26 09:58:22 +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
Igor Paliychuk
5d6baf644d cmd: Add Ukrainian translation. 2010-07-26 09:58:21 +02:00