Henri Verbeet
|
692aa004d0
|
wined3d: Rename "numContexts" to "context_count".
|
2011-03-31 12:37:47 +02:00 |
Henri Verbeet
|
8fe80e18b2
|
wined3d: Get rid of the IWineD3DBaseShader typedefs.
|
2011-03-31 12:37:47 +02:00 |
Henri Verbeet
|
f8f83ff2f7
|
wined3d: Remove COM from the shader implementation.
|
2011-03-31 12:37:46 +02:00 |
Henri Verbeet
|
5555d904be
|
wined3d: Get rid of IWineD3DBaseShaderClass.
|
2011-03-31 12:37:46 +02:00 |
Henri Verbeet
|
45fd0d4e7a
|
wined3d: Merge the IWineD3DBaseShader implementations.
|
2011-03-31 12:37:46 +02:00 |
Piotr Caban
|
f48cfa2be0
|
msvcrt: Fix buffer size in _ecvt_s.
|
2011-03-31 12:31:54 +02:00 |
Piotr Caban
|
d5e3e9301a
|
msvcrt/tests: Fix memory leaks (valgrind).
|
2011-03-31 12:31:47 +02:00 |
Piotr Caban
|
da4ed47076
|
msvcrt: Correctly terminate string in wcsncat_s.
|
2011-03-30 18:59:23 +02:00 |
Piotr Caban
|
fdffe548f1
|
msvcrt: Added space for nullbyte in size returned by wcstombs_s and mbstowcs_s.
|
2011-03-30 18:59:22 +02:00 |
Francois Gouget
|
f54b168855
|
winedbg: stack_get_register_current_frame() is not used anymore so remove it.
|
2011-03-30 18:23:40 +02:00 |
Francois Gouget
|
f8624006a7
|
winedbg: memory_get_current_frame() is not used anymore so remove it.
|
2011-03-30 18:23:40 +02:00 |
Francois Gouget
|
d770f86c9a
|
programs: In English punctuations are not preceded by a space.
|
2011-03-30 18:23:40 +02:00 |
Francois Gouget
|
ff54c00601
|
winmm: Remove a space before a punctuation.
|
2011-03-30 18:23:40 +02:00 |
Francois Gouget
|
1a56a26b85
|
winefile: Fix the compilation when _NO_EXTENSIONS is defined.
|
2011-03-30 18:23:40 +02:00 |
Francois Gouget
|
378cf80a1a
|
winefile: Remove commented out code.
|
2011-03-30 18:23:39 +02:00 |
Francois Gouget
|
519e6f896c
|
winefile: Remove the format disk command.
SHFormatDrive() is unimplemented in Wine and a format command seems useless in winefile.
|
2011-03-30 18:23:39 +02:00 |
Francois Gouget
|
0a2be1a0be
|
winefile: Remove unimplemented menu entries.
They unnecessarily clutter the GUI and are unlikely to ever be implemented.
|
2011-03-30 18:23:39 +02:00 |
Francois Gouget
|
f3aabde8cb
|
kernel32: Only get the Windows directory if PROFILE_Open() needs it.
|
2011-03-30 18:23:38 +02:00 |
Francois Gouget
|
0377d0a2e6
|
wineps.drv: PSDRV_YWStoDS() is unused so remove it.
|
2011-03-30 18:23:37 +02:00 |
Francois Gouget
|
95b6e6b3cd
|
msxml3: Make xslpattern_error() static.
|
2011-03-30 18:23:37 +02:00 |
Francois Gouget
|
09ba426501
|
openal32: Make a bunch of wrapper functions static.
|
2011-03-30 18:23:37 +02:00 |
Francois Gouget
|
7c676fbfd4
|
msxml3/tests: Add a '\n' to an ok() call.
|
2011-03-30 18:23:37 +02:00 |
Francois Gouget
|
2bce427392
|
mscoree/tests: Make init_pointers() static.
|
2011-03-30 18:23:37 +02:00 |
Damjan Jovanovic
|
299d84bf2c
|
winemenubuilder: Do not skip entries when cleaning up file open associations.
|
2011-03-30 18:23:37 +02:00 |
Dmitry Timoshkov
|
f834d23197
|
server: FILE_OVERWRITE and FILE_OVERWRITE_IF need the FILE_WRITE_ATTRIBUTES permission.
|
2011-03-30 15:10:20 +02:00 |
Dmitry Timoshkov
|
0cc619ccc5
|
ntdll: Add more NtCreateFile tests.
|
2011-03-30 15:10:12 +02:00 |
Steven Wallace
|
b3369e06c7
|
ntdll: implemented ProcessDebugFlags in NtQueryInformationProcess.
|
2011-03-30 15:10:01 +02:00 |
André Hentschel
|
d69c1bef4c
|
uxtheme/tests: Add tests for OpenThemeDataEx.
|
2011-03-30 15:05:40 +02:00 |
André Hentschel
|
0304a3e998
|
uxtheme: Add OpenThemeDataEx.
|
2011-03-30 15:05:04 +02:00 |
David Hedberg
|
c764210731
|
user32: Fix return value when passing a non-sibling preceding window to SetWindowPos.
Acrobat Reader relies on SetWindowPos, with hwndInsertAfter set to a
non-sibling window and no SWP_NOZORDER passed, to return true.
|
2011-03-30 15:03:44 +02:00 |
David Hedberg
|
955ec50173
|
user32/tests: Add some more tests for SetWindowPos.
|
2011-03-30 14:59:48 +02:00 |
Rico Schüller
|
22abfd6edc
|
d3dx9: Use init function for ID3DXBuffer.
|
2011-03-30 14:56:49 +02:00 |
Rico Schüller
|
87f6f86ce9
|
d3dx9: Add a some TRACEs to ID3DXBufferImpl.
|
2011-03-30 14:56:46 +02:00 |
Rico Schüller
|
404de72fe0
|
d3dx9: Rename some variables.
|
2011-03-30 14:56:43 +02:00 |
Rico Schüller
|
62c1fb0941
|
d3dx9: Remove typedef from ID3DXBufferImpl.
|
2011-03-30 14:56:40 +02:00 |
Rico Schüller
|
98001ca8c8
|
d3dx9: Use variable instead of type in HeapAlloc.
|
2011-03-30 14:56:36 +02:00 |
Rico Schüller
|
41e34d77c5
|
d3dx9: Don't zero memory when it will be overridden.
|
2011-03-30 14:56:33 +02:00 |
Hans Leidekker
|
6f552fd2f7
|
msi: Avoid sprintf for simple concatenations.
|
2011-03-30 13:28:05 +02:00 |
Hans Leidekker
|
881ff642a2
|
msi: Make sure to access the 64-bit portion of the registry where needed on Wow64.
|
2011-03-30 13:28:05 +02:00 |
Hans Leidekker
|
a0a7a7fc3d
|
msi/tests: Remove unneeded Wow64 checks.
|
2011-03-30 13:28:05 +02:00 |
Hans Leidekker
|
f3f25af900
|
msi: Implement MsiGetFileSignatureInformationA/W.
|
2011-03-30 13:28:05 +02:00 |
Hans Leidekker
|
8d58ddfe12
|
msi: Accept whitespace-only property values on the command line.
|
2011-03-30 13:28:05 +02:00 |
Hans Leidekker
|
e4d19fc47b
|
msi: Explicitly pass product code and platform to MSIREG_OpenUninstallKey and MSIREG_DeleteUninstallKey.
|
2011-03-30 13:28:05 +02:00 |
Hans Leidekker
|
6ad992c407
|
msi: Allocate the user token dynamically.
|
2011-03-30 13:28:05 +02:00 |
Hans Leidekker
|
419496d0c8
|
msi/tests: Allocate the user token dynamically and unify implementations.
|
2011-03-30 13:28:05 +02:00 |
Hans Leidekker
|
c505c0fe98
|
msi/tests: Get rid of workarounds for win9x test failures.
|
2011-03-30 13:28:05 +02:00 |
Hans Leidekker
|
e82a4896f3
|
msi: Ignore invalid upgrade codes in the PublishProduct action.
|
2011-03-30 13:28:05 +02:00 |
Hans Leidekker
|
8800772f2d
|
mscms: Trace the CMM id as a string.
|
2011-03-30 13:28:05 +02:00 |
Hans Leidekker
|
5dbf6359d2
|
wine.inf: Pretend that the .NET 4.0 Client and Full profiles are installed.
|
2011-03-30 13:28:05 +02:00 |
Jörg Höhle
|
8d387f06eb
|
user32/tests: Add a few IsWindow checks.
|
2011-03-30 13:28:04 +02:00 |