Commit Graph

29627 Commits

Author SHA1 Message Date
Matt Finnicum
0d15a6ae15 riched20: Remove two testing fixme's that were accidentally committed. 2006-08-28 11:36:49 +02:00
Dmitry Timoshkov
a20d033627 user: Do not force repainting on WM_WINDOWPOSCHANGED in combobox.
- do not force repainting on WM_WINDOWPOSCHANGED in combobox, it
  breaks Z-order based painting.
- do nothing in the combobox WM_ERASEBKGND handler do all painting in
  WM_PAINT like Windows does.
2006-08-28 11:36:42 +02:00
Roderick Colenbrander
336f34f652 opengl: Fix Mesa/DRI regression. 2006-08-28 11:36:21 +02:00
Robert Reif
d46c9e2ec2 advapi32: Fix security tests to not crash on windows. 2006-08-28 11:36:02 +02:00
Robert Reif
5f18bfca68 kernel32: Fix TRACE in WideCharToMultiByte to not cause exception with non-null terminated input. 2006-08-28 11:35:54 +02:00
Frank Richter
8aecf251df setupapi: Make do_file_copyW send "target newer" notifications. 2006-08-28 11:35:40 +02:00
Frank Richter
a89b9ca185 kernel: Add tests for GetPrivateProfileSectionNames. Make behaviour the same as observed on Windows XP. 2006-08-28 11:35:32 +02:00
Alexandre Julliard
5c324c8188 kernel: Fixed off-by-one error in GetShortPathNameW. 2006-08-27 20:15:58 +02:00
Alexandre Julliard
fce74f7411 wrc: Get rid of xmalloc casts. 2006-08-26 21:42:01 +02:00
Alexandre Julliard
fba0897ee7 wrc: xmalloc shouldn't initialize to zero, do that explicitly where needed. 2006-08-26 21:42:00 +02:00
Alexandre Julliard
1916cb1e19 wmc: Get rid of xmalloc casts. 2006-08-26 21:41:56 +02:00
Alexandre Julliard
1659f53c3a wmc: xmalloc shouldn't initialize to zero, do that explicitly where needed. 2006-08-26 21:41:53 +02:00
Alexandre Julliard
883aef172d widl: xmalloc shouldn't initialize to zero, do that explicitly where needed. 2006-08-26 21:41:37 +02:00
Alexandre Julliard
80a9a065dd makefiles: Get rid of the checklink rules, they no longer work. 2006-08-26 20:21:33 +02:00
Robert Shearman
588c782ac8 ole32: Call IRpcChannelBuffer_GetBuffer for the RemRelease case of
Invoke, even though we are requesting a buffer size of 0 as we put
extra data into the buffer in IRpcChannelBuffer_GetBuffer.
2006-08-26 19:37:10 +02:00
Robert Shearman
428c63f586 ole32: Use IRpcChannelBuffer_GetBuffer in the hand-made proxy/stubs
instead of calling I_RpcGetBuffer as IRpcChannelBuffer_GetBuffer does
some extra magic.
2006-08-26 19:37:02 +02:00
Robert Shearman
986027af9f ole32: Add support for main-threaded apartments.
A main-threaded apartment is the first single-threaded apartment in the 
process. It was designed to be used for legacy applications that don't 
want to think about threading at all, even if they are always called 
from the same context, as is the case for regular STAs.
2006-08-26 19:36:56 +02:00
Robert Shearman
83d24a6408 ole32: Move the opening of the AppId key for a clsid to a helper function. 2006-08-26 19:28:10 +02:00
Robert Shearman
619ba90dbe ole32: CoGetClassObject should host a single-threaded object in a
single-threaded apartment if executing in a multi-threaded apartment,
if one exists.
2006-08-26 19:27:52 +02:00
Robert Shearman
c1eb2c7003 ole32: Get the threading model value for inproc classes and output a
fixme if we should create it in an apartment of another type.
2006-08-26 19:24:23 +02:00
Andrew Talbot
9959d7e37f advapi32: Cast-qual warnings fix. 2006-08-26 19:16:19 +02:00
Jacek Caban
4c4c583f53 mshtml: Better stub for QueryStatus(CGID_MSHTML). 2006-08-26 19:16:14 +02:00
Jacek Caban
beaa66f17e mshtml: Added nsICommandParams argument to do_ns_command. 2006-08-26 18:55:42 +02:00
Robert Reif
de0619e3a7 secur32: Fix secur32 test to pass on windows. 2006-08-26 18:55:35 +02:00
Robert Reif
f0085e6376 advapi32: Fix LookupAccountSid and tests to pass on windows and wine. 2006-08-26 18:55:12 +02:00
Robert Reif
ee32bd99dd advapi32: Fix lsa tests. 2006-08-26 18:55:04 +02:00
Hwang YunSong(황윤성)
dd306b9158 shlwapi: Updated Korean resource. 2006-08-26 18:54:57 +02:00
Mikołaj Zalewski
c1ca35d051 shell32: Fix a bug in SHELL_ConfirmW.
Fix a bug introduced while changing the OK/Cancel to Yes/No.
2006-08-26 18:54:47 +02:00
Alexandre Julliard
07700192a9 winex11.drv: Remove no longer used all: target. 2006-08-26 18:54:31 +02:00
Piotr Caban
e213b7e8aa oleview: Added data freeing in EnumFuncs function. 2006-08-26 18:54:19 +02:00
Alex Villacís Lasso
bc06d70770 quartz: Skip over INFO chunk in AVI file parsing. 2006-08-26 18:54:11 +02:00
Marcus Meissner
a7ca25aa20 comctl32: Remove unneccessary default debug channels. 2006-08-26 18:54:05 +02:00
Jan Zerebecki
fd15b8d064 wined3d: Use a common function for all D3DCMPFUNC -> GLenum conversions. 2006-08-25 20:04:56 +02:00
Mike McCormack
c8548fb88d msi: Set the ALLUSERS property to 1 always. 2006-08-25 20:04:50 +02:00
Mike McCormack
e2a0a35423 msi: Fix a memory leak. 2006-08-25 20:04:46 +02:00
Mike McCormack
99338f48b5 msi: Use msi_get_property_int rather than MSI_GetPropertyW. 2006-08-25 20:04:41 +02:00
Alexandre Julliard
383e0242f7 winex11.drv: Fix a compiler warning when OpenGL is missing. 2006-08-25 18:37:52 +02:00
Alexandre Julliard
4bbcaad249 crypt32/tests: Avoid sizeof in traces. 2006-08-25 18:37:38 +02:00
Alexandre Julliard
13a93b4a94 configure: Set rpath on all executables that link to libwine.
Also add the -multiply_defined suppress option for executables on MacOS.
2006-08-25 17:23:44 +02:00
Alexandre Julliard
ff2bd66137 configure: Make sure timezone and daylight are variables. 2006-08-25 13:23:29 +02:00
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