Muneyuki Noguchi
f94ab4f482
notepad: Use "MS Shell Dlg" 9 in Japanese resources.
2008-09-25 13:28:04 +02:00
Muneyuki Noguchi
323e6a2de5
winhlp32: Use "MS Shell Dlg" 9 in Japanese resources.
2008-09-25 13:28:01 +02:00
Muneyuki Noguchi
595dc28620
wordpad: Use "MS Shell Dlg" 9 in Japanese resources.
2008-09-25 13:27:58 +02:00
Muneyuki Noguchi
cb7fba896d
winecfg: Use "MS Shell Dlg" 9 in Japanese resources.
2008-09-25 13:27:55 +02:00
Muneyuki Noguchi
0f6a195647
taskmgr: Use "MS Shell Dlg" 9 in Japanese resources.
2008-09-25 13:27:52 +02:00
Muneyuki Noguchi
d9b98122be
winefile: Use "MS Shell Dlg" 9 in Japanese resources.
2008-09-25 13:27:49 +02:00
Muneyuki Noguchi
521ad0c7e5
wineboot: Use "MS Shell Dlg" 9 in Japanese resources.
2008-09-25 13:27:46 +02:00
Muneyuki Noguchi
6461d5dc7e
regedit: Use "MS Shell Dlg" 9 in Japanese resources.
2008-09-25 13:27:43 +02:00
Louis Lenders
e16e15bf0c
msi: Add stub for MsiSetExternalUIRecord.
2008-09-25 13:27:38 +02:00
Henri Verbeet
3a7fcec4d7
wined3d: Handle texture coordinates the same way we handle other vertex attributes.
2008-09-25 11:53:10 +02:00
Henri Verbeet
2c1e4602a3
wined3d: If a stage isn't mapped to a texture unit, we can't set default coordinates either.
2008-09-25 11:53:03 +02:00
Henri Verbeet
c6cd7a7717
wined3d: Properly handle the offset for compressed surfaces in IWineD3DDeviceImpl_UpdateSurface().
2008-09-25 11:52:56 +02:00
Henri Verbeet
0ee57cf142
wined3d: Set the texture name at surface creation.
...
This prevents the target from changing during the first PreLoad() call
on a surface, which would be inconvenient when attaching a surface to
a FBO for example.
2008-09-25 11:52:50 +02:00
Henri Verbeet
eaf2474003
wined3d: Split SetGlTextureDesc() up.
...
This creates a function for setting the texture name and one for
setting the texture target. The idea is that the texture target should
get set right after the surface is created, and won't change, while
generating a texture name can wait.
2008-09-25 11:52:42 +02:00
Alexandre Julliard
c6f74a4988
oleaut32: Fix a couple of interface registrations to match Windows.
2008-09-25 11:52:16 +02:00
Damjan Jovanovic
72faaf1273
oleaut32: Fix double negative sign regression in VarFormat.
2008-09-25 11:52:00 +02:00
Hans Leidekker
8c20124fc4
wininet: Support setting username and password through options.
2008-09-25 11:51:41 +02:00
Michael Stefaniuc
319f28553c
oleaut32/tests: Fix printf format warning.
2008-09-25 11:51:23 +02:00
Louis Lenders
567fb5e7db
shdocvw: Create default App Paths key for iexplore.exe.
2008-09-25 11:50:34 +02:00
Andrew Talbot
c9563e10fc
dbghelp: Sign-compare warnings fix.
2008-09-25 11:28:58 +02:00
Andrew Talbot
34ac3f15dd
dbghelp: Sign-compare warnings fix.
2008-09-25 11:28:52 +02:00
Nikolay Sivov
8d9c4867ae
gdiplus: Implemented GdipSetClipRect/GdipSetClipRectI.
2008-09-25 11:24:46 +02:00
Nikolay Sivov
31847cf30b
gdiplus: Implemented GdipResetTextureTransform.
2008-09-25 11:24:38 +02:00
Nikolay Sivov
edb764fa54
gdiplus: Implemented GdipSetTextureTransform with tests.
2008-09-25 11:24:31 +02:00
Nikolay Sivov
48b8072518
gdiplus: Implement GdipGetTextureTransform with test.
2008-09-25 11:24:22 +02:00
Nikolay Sivov
067a08efae
gdiplus: Stub for GdipSetPathGradientBlend.
2008-09-25 11:24:06 +02:00
Alexandre Julliard
cd3805336e
advapi32: Always pass a valid argv pointer to a service even if there are no arguments.
2008-09-25 11:19:39 +02:00
Alexandre Julliard
a2d04673e6
gdiplus: Fix a string buffer overflow.
2008-09-25 11:19:23 +02:00
Michael Stefaniuc
b562a512eb
shlwapi/tests: Remove redundant NULL check before SysFreeString (Smatch).
2008-09-25 11:19:01 +02:00
Michael Stefaniuc
f830a12ddb
oleaut32: Remove redundant NULL check before SysFreeString (Smatch).
2008-09-25 11:18:59 +02:00
Michael Stefaniuc
1949a8c245
msxml3/tests: Remove redundant NULL check before SysFreeString (Smatch).
2008-09-25 11:18:57 +02:00
Michael Stefaniuc
9c0d148dd5
jscript: Remove redundant NULL check before SysFreeString (Smatch).
2008-09-25 11:18:54 +02:00
Jacek Caban
c3bdda8102
mshtml: Use ActiveScript for JavaScript in file protocol documents.
2008-09-25 11:18:49 +02:00
Jacek Caban
6906c2f1ba
jscript: Added String.split implementation.
2008-09-25 11:16:31 +02:00
Jacek Caban
9307a5ddfd
jscript: Added String.match implementation for non-regexp arguments.
2008-09-25 11:16:25 +02:00
Jacek Caban
e0413ddfe5
jscript: Added String.replace implementation.
2008-09-25 11:16:18 +02:00
Jacek Caban
b4796499e7
jscript: Split regexp_match function.
2008-09-25 11:16:10 +02:00
Jacek Caban
136f7933c6
jscript: Added object to number conversion implementation.
2008-09-25 11:16:02 +02:00
Jacek Caban
5b3630ec7b
jscript: Added Number default value implementation.
2008-09-25 11:15:23 +02:00
Jacek Caban
53040deefd
jscript: Added VT_R8 to string conversion implementation.
2008-09-25 11:15:17 +02:00
Christian Costa
8597d42cf5
d3dxof: Implement IDirectXFileDataReference.
2008-09-25 11:15:10 +02:00
Alexandre Julliard
e0e91cf7f4
user32/tests: Fix the listbox tests on Win9x and NT4.
2008-09-24 15:39:03 +02:00
Alexandre Julliard
6345c938b2
user32/tests: Fix some input test failures.
2008-09-24 15:37:38 +02:00
Alexandre Julliard
7e1bc58d76
user32/tests: Fix the winstation tests on NT4.
2008-09-24 14:51:05 +02:00
Francois Gouget
975b582763
secur32: Fix compilation with GNU TLS 1.0.16.
2008-09-24 13:12:19 +02:00
Francois Gouget
db031bff74
jscript: Add a trailing '\n' to a Wine trace.
2008-09-24 13:12:16 +02:00
James Hawkins
4a0b67d72a
secur32: Fix a failing test in win95.
2008-09-24 13:12:09 +02:00
James Hawkins
40aeb9563f
oleaut32: Fix a failing test in win95.
2008-09-24 13:12:04 +02:00
James Hawkins
a5684fdfb3
ntdll: Fix a couple failing tests in NT4.
2008-09-24 13:12:01 +02:00
James Hawkins
a94594983d
crypt32: Fix several test failures in win98.
2008-09-24 13:11:58 +02:00