Commit Graph

29587 Commits

Author SHA1 Message Date
Alexandre Julliard 182d150aa9 configure: Move cache handling into the WINE_TRY_CFLAGS macro. 2006-08-25 13:22:33 +02:00
Alexandre Julliard d75cc5aad5 configure: Enable the -Wwrite-strings flag. 2006-08-25 12:07:34 +02:00
Alexandre Julliard a7447794a5 winedump: Get rid of the install script. 2006-08-25 11:50:45 +02:00
Alexandre Julliard 9a2df7deeb make_progs: Update the directory list in configure.ac too. 2006-08-25 11:50:21 +02:00
Alexandre Julliard 39f357f873 make_dlls: Update the directory list in configure.ac too. 2006-08-25 11:32:42 +02:00
Hwang YunSong(황윤성) 32e3437d97 regedit: Updated Korean resource. 2006-08-25 11:32:12 +02:00
Dan Hipschman 94755218ac widl: Remove usage of type_t ref field for base types; simplify code. 2006-08-25 11:32:05 +02:00
Andrew Talbot daa2f97bdc widl: Write-strings warning fix. 2006-08-25 11:27:45 +02:00
Andrew Talbot 167f9f9aba mshtml: Write-strings warnings fix. 2006-08-25 11:23:13 +02:00
Mike McCormack 8ebbc8c0d2 msi: Reimplement msi_dup_property and msi_get_property_int. 2006-08-25 11:21:43 +02:00
Mike McCormack a4fb1c94ac msi: Store properties in a hash table, not the database.
Use string insensitive comparisons for property names.
2006-08-25 11:21:14 +02:00
James Hawkins 0de9cf4d00 msi: Fix the height of the line control window. 2006-08-25 11:20:24 +02:00
James Hawkins 25062556a8 msi: Add a stub implementation of the DirectoryList dialog control. 2006-08-25 11:20:08 +02:00
James Hawkins c9674e690c msi: Add a stub implementation of the DirectoryCombo dialog control. 2006-08-25 11:19:40 +02:00
Paul Vriens 17e1727196 softpub.h: Added some GUIDs. 2006-08-25 11:19:23 +02:00
Stefan Dösinger d4a88724dd wined3d: Load projected textures in fragment shaders. 2006-08-25 11:19:15 +02:00
Stefan Dösinger 0b7a96e92b wined3d: Compile pixel shaders in drawprim. 2006-08-25 11:19:08 +02:00
Louis Lenders 4e92e29ce9 riched32: Add version resource. 2006-08-25 11:19:03 +02:00
Louis Lenders d5a761a704 wine.inf: Add a bunch of fake dlls. 2006-08-25 11:18:56 +02:00
Stefan Leichter 4746a63e22 ntdll: Print 64bit integers with wine_dbgstr_longlong. 2006-08-25 11:18:46 +02:00
James Hawkins fb7646beaa msi: Inform the user with an error message when the MSI file path is invalid. 2006-08-25 11:18:34 +02:00
Alexandre Julliard bf71a2f6c2 Release 0.9.20. 2006-08-24 16:11:45 +02:00
Alexandre Julliard cc6a08c875 configure: Fixed bug in previous OpenGL warning patch. 2006-08-24 14:34:22 +02:00
Robert Reif 58ce495599 advapi32: Output information on failed LsaQueryInformationPolicy tests. 2006-08-24 14:09:14 +02:00
Mike McCormack 089411747b msi: Fix strings with lengths that are exact multiples of 2^16. 2006-08-24 14:09:08 +02:00
Jeff Latimer f667c06a0c gdi: Add missing glyph code to GetGlyphIndices and tests. 2006-08-24 14:09:01 +02:00
Mike McCormack e5d9b2f189 shell32: Use kernel functions in preference to libwine ones. 2006-08-24 12:42:42 +02:00
Mike McCormack 9949a3a463 shell32: Fix compilation of test on MSVC6. 2006-08-24 12:42:35 +02:00
James Hawkins 11b7097df8 msi: Add an initial implementation of the PathEdit control. 2006-08-24 12:07:56 +02:00
Roderick Colenbrander f25cea1094 opengl32: Fix ATI OpenGL bug. 2006-08-24 12:07:51 +02:00
Roderick Colenbrander bc66d7edde configure: Extend the current OpenGL/Direct3D warning code. 2006-08-24 12:07:43 +02:00
Hwang YunSong(황윤성) 23db4347a1 winecfg: Updated Korean Resource. 2006-08-24 11:52:05 +02:00
Benjamin Arai 6aaf2af5c0 oleaut32: Updated conformance test return string for VT_RESERVED. 2006-08-24 11:51:58 +02:00
Andrew Talbot d4c35ae0cb winedump: Cast-qual warnings fix. 2006-08-24 11:51:51 +02:00
James Liggett 8a75f3bb79 winex11.drv: Fix explorer regression caused by systray patch
Move systray_dock_window call to X11DRV_CreateWindow so that it can
safely call SetWindowPos without having _CheckNotSysLevel crash the
explorer.
2006-08-24 11:51:45 +02:00
Clinton Stimpson bbd05a4644 riched20: Add tests for EM_GETMODIFY. 2006-08-23 20:10:50 +02:00
Huw Davies 487c691dc5 rpcrt4: Tests for CStdStubBuffer_Disconnect and a tidy up of the implementation. 2006-08-23 20:10:36 +02:00
Huw Davies f42f727f7c rpcrt4: Tests for CStdStubBuffer_Connect and fixes to make them pass. 2006-08-23 20:10:15 +02:00
Huw Davies cadc39842b rpcrt4: Add tests for CreateStub and fix up CStdStubBuffer_Construct to match. 2006-08-23 20:10:06 +02:00
Huw Davies 6a0fccd3a9 rpcrt4: Add tests for NdrStubForwardingFunction and write a commented out implementation.
This shows that the IRpcStubBuffer for a delegated stub's base
interface is stored at (void**)This-1.
2006-08-23 20:09:52 +02:00
Huw Davies a5dcb3e39d rpcrt4: Tests for NdrDllGetClassObject.
These show that delegated stubs need different Connect, Disconnect and
CountRefs methods than non-delegated stubs (ie they don't use all of
the CStdStubBuffer_* functions).
2006-08-23 20:09:04 +02:00
Jacek Caban 1119794806 mlang: Added IMultiLanguage3 interface stub implementation. 2006-08-23 20:08:56 +02:00
Jacek Caban 5b39aa25c9 mlang.idl: Added IMultiLanguage3 declaration. 2006-08-23 20:08:52 +02:00
Andrzej Popowski 4e5c51a6ee msvcrt: Fix scanf format "%i" base detection. 2006-08-23 17:04:53 +02:00
Stefan Huehner 803f3bd0a9 winedbg: Fix typo in manpage. 2006-08-23 16:54:28 +02:00
Stefan Dösinger e0b21688fa wined3d: Make the destination surface glDirty in UpdateSurface. 2006-08-23 16:54:18 +02:00
Andrew Talbot 3f2e260176 winspool.drv/tests: Write-strings warnings fix. 2006-08-23 16:54:10 +02:00
Andrew Talbot 02c04ea252 winspool.drv: Write-strings warnings fix. 2006-08-23 16:54:06 +02:00
Andrew Talbot 6e07f23482 wineps.drv: Write-strings warnings fix. 2006-08-23 16:54:00 +02:00
Andrew Talbot 04a0f74b63 ddraw: Write-strings warnings fix. 2006-08-23 16:53:55 +02:00