Henri Verbeet
0344bc429d
wined3d: Just implement BindTexture() for GDI surfaces in surface_gdi.c.
2010-07-21 09:33:05 +02:00
Henri Verbeet
aae8f13610
wined3d: Remove an unused prototype.
2010-07-21 09:33:01 +02:00
Henri Verbeet
9976e078cb
wined3d: Add some missing flags to debug_d3dusage().
2010-07-21 09:32:55 +02:00
Alexandre Goujon
061eb12ca3
advapi32: Fix cred domain according to tests.
2010-07-20 17:38:53 +02:00
Igor Paliychuk
1fbb96f89a
winedbg: Add Ukrainian translation.
2010-07-20 16:29:46 +02:00
Igor Paliychuk
e736284b46
wineboot: Add Ukrainian translation.
2010-07-20 16:29:46 +02:00
Igor Paliychuk
86c5fef097
progman: Add Ukrainian translation.
2010-07-20 16:29:46 +02:00
Igor Paliychuk
638aa31476
net: Add Ukrainian translation.
2010-07-20 16:29:46 +02:00
Matteo Bruni
bfa3999284
d3dx9: Shader assembler ps_1_4 support.
2010-07-20 16:29:45 +02:00
Matteo Bruni
7c834e30d7
d3dx9: Add ps_1_4 instructions parsing to the shader assembler.
2010-07-20 16:29:45 +02:00
Matteo Bruni
949eca4012
d3dx9: Add shift modifiers parsing to the shader assembler.
2010-07-20 16:29:45 +02:00
Matteo Bruni
4c5954eaa4
d3dx9: Add ps_1_x source register modifiers to the shader assembler.
2010-07-20 16:29:45 +02:00
David Hedberg
a46f80acdc
include: Add INameSpaceTreeControl, INameSpaceTreeControl2 and INameSpaceTreeControlEvents interface declarations.
2010-07-20 16:29:45 +02:00
Hans Leidekker
9b329d5bab
msi: Keep track of the patch filename in apply_registered_patch.
2010-07-20 16:29:45 +02:00
Hans Leidekker
b87271150a
msi: Unpublish the product after running all the actions.
2010-07-20 16:29:45 +02:00
Hans Leidekker
f7aa88fe7d
msi: Store the patch state in the registry.
2010-07-20 16:29:45 +02:00
Hans Leidekker
03cddf9d05
msi: Add a test for MsiSetFeatureState.
2010-07-20 16:29:45 +02:00
Hans Leidekker
7a2944d5ad
shlwapi: Don't trace the contents of output buffers.
2010-07-20 16:29:44 +02:00
Hans Leidekker
f2081fb2bd
advapi32: Stub out the Safer* functions a bit more.
2010-07-20 16:29:44 +02:00
Alexandre Julliard
58dddbed23
winebuild: Add more checks to protect against corrupted resource files.
2010-07-20 16:28:17 +02:00
Nikolay Sivov
b486c50523
comctl32/monthcal: Use memcpy to copy day state arrays.
2010-07-20 16:28:17 +02:00
Andrew Nguyen
fdabf10a97
shlwapi/tests: Correct the prototype of the StrRetToBSTR function pointer.
2010-07-20 16:28:17 +02:00
Andrew Nguyen
5709ef1a29
shlwapi/tests: Skip a StrCpyNW test that crashes on older Win9x.
2010-07-20 16:28:16 +02:00
Andrew Nguyen
fd9b8c4ac5
shlwapi/tests: Skip StrRStrI tests on older Win9x platforms.
2010-07-20 16:28:16 +02:00
Andrew Nguyen
bfcf59631e
shlwapi/tests: Skip SHUnicodeToUnicode tests on Win98.
2010-07-20 16:28:16 +02:00
Andrew Nguyen
d3e0836435
shlwapi/tests: Skip SHAnsiToAnsi tests on Win98.
2010-07-20 16:28:16 +02:00
Andrew Nguyen
f8c88bc3d7
shlwapi/tests: Rename a string variable for clarity.
2010-07-20 16:28:16 +02:00
Paul Vriens
f2135efe48
msi: Add the Serbian (Cyrillic) translation.
...
Translation by Nenad Vujic <nesa24casa@gmail.com>
2010-07-20 14:53:22 +02:00
Alexandre Julliard
af6fb4712f
comctl32: Fix positioning of toolbars that have the WS_BORDER style.
2010-07-20 14:40:32 +02:00
Alexandre Julliard
811cdfaf27
gdi32: Reject invalid DIB depths in CreateDIBSection.
2010-07-20 14:40:32 +02:00
Piotr Caban
21ced8ddc8
wininet: Allow HTTPREQ_ReadFileEx read more then one data chunk.
2010-07-20 14:40:32 +02:00
Piotr Caban
0736ca71e7
wininet: Don't report error in read_gzip_data when to much data was cached.
2010-07-20 14:40:32 +02:00
Owen Rudge
c6d34d7b05
fusion: Install assemblies into correct directory for architecture.
2010-07-20 14:40:32 +02:00
Austin English
eb7c206114
rpcrt4/tests: Improve failure messages.
2010-07-20 14:40:32 +02:00
André Hentschel
f42ede788e
shlwapi/tests: Fix GLE for SHFormatDateTimeA.
2010-07-20 14:40:32 +02:00
David Hedberg
fb88e06e79
shell32: Implement IPersistFolder2 for the desktop folder.
2010-07-20 14:40:32 +02:00
David Hedberg
1d658d4bb7
shell32/tests: Try harder to subclass the listview.
2010-07-20 14:40:32 +02:00
Mike Kaplinskiy
8d9fbe59b3
server: Forward the correct error to asyncs.
2010-07-20 14:40:31 +02:00
Mike Kaplinskiy
be230adbb7
server: In case of hangup/error, wake up all asyncs that can no longer be completed.
2010-07-20 14:40:31 +02:00
Mike Kaplinskiy
394a142237
server: Propagate error from recv.
2010-07-20 14:40:31 +02:00
Mike Kaplinskiy
75c7c63886
server: Move signaling FD_* events to a separate function.
2010-07-20 14:40:31 +02:00
David Hedberg
d5a7ad89aa
include: Add IShellItemArray and IShellItemFilter interface declarations.
2010-07-20 14:40:31 +02:00
David Hedberg
95a46b017c
include: Add IEnumShellItems interface declaration.
2010-07-20 14:40:31 +02:00
Andrey Turkin
9fd7f392dc
oleaut32: Better handle secondary type when generating type descriptors.
2010-07-20 14:40:31 +02:00
Andrey Turkin
fe7e384e07
oleaut32: Add support for const variables.
2010-07-20 14:40:31 +02:00
Andrey Turkin
eb03917935
oleaut32: Reuse existing function to encode custom data.
2010-07-20 14:40:31 +02:00
Igor Paliychuk
35b65ca550
cryptui: Add Ukrainian translation.
2010-07-20 13:13:05 +02:00
Dylan Smith
c37cdce905
wordpad: Save and load word wrap registry options.
2010-07-20 13:13:04 +02:00
Dylan Smith
9de8357965
wordpad: Avoid filling overlapping rectangles in print preview.
...
This reduces the amount of flicker seen from redrawing the window.
2010-07-20 13:13:04 +02:00
Dylan Smith
0cd3ee3d91
wordpad: Remove sized print preview page buffer.
...
This extra buffer only saves the result of the StretchBlt operatation,
which isn't worth doing since a BitBlt will still be needed from the buffer
to the screen. This causes noticable delay on resizing since a new sized
bitmap needs to be created, the old bitmap needs to be destroyed, and then
both a StretchBlt and a Bitblt is needed to actually repaint the window.
2010-07-20 13:13:04 +02:00