Mike McCormack [Mon, 18 Oct 2004 19:38:57 +0000 (19:38 +0000)]
Fix port enumeration.
Hans Leidekker [Mon, 18 Oct 2004 19:38:41 +0000 (19:38 +0000)]
Avoid using gettimeofday().
Rein Klazes [Mon, 18 Oct 2004 19:38:30 +0000 (19:38 +0000)]
Test whether the ft_encoding's are defined, not the FT_ENCODING's.
Marcus Meissner [Mon, 18 Oct 2004 19:38:01 +0000 (19:38 +0000)]
Stub function for OpenInputDesktop.
Mike McCormack [Mon, 18 Oct 2004 19:37:42 +0000 (19:37 +0000)]
Add stub implementation for CreateProxyFromTypeInfo.
Vincent Béron [Mon, 18 Oct 2004 19:37:30 +0000 (19:37 +0000)]
Uniformize endianness definition.
Vincent Béron [Mon, 18 Oct 2004 19:37:19 +0000 (19:37 +0000)]
Protect some more types which can be redeclared in Xmd.h.
Marcus Meissner [Mon, 18 Oct 2004 19:36:55 +0000 (19:36 +0000)]
Return out of the default case, assert() is removed with -DNDEBUG.
Robert Reif [Mon, 18 Oct 2004 19:36:42 +0000 (19:36 +0000)]
Fix some places where no driver present causes problems.
Robert Shearman [Mon, 18 Oct 2004 19:36:13 +0000 (19:36 +0000)]
Implement ImageList_SetColorTable.
Robert Shearman [Mon, 18 Oct 2004 19:35:50 +0000 (19:35 +0000)]
The "colors" parameter of SetDIBColorTable should be CONST.
Michael Jung [Mon, 18 Oct 2004 19:35:24 +0000 (19:35 +0000)]
Fixed a typo in CryptExportKey.
Jacek Caban [Mon, 18 Oct 2004 19:35:08 +0000 (19:35 +0000)]
Added writing forward declaration of dispinterface.
Robert Shearman [Mon, 18 Oct 2004 19:34:51 +0000 (19:34 +0000)]
Improve proxy destruction comment.
Mike McCormack [Mon, 18 Oct 2004 19:34:37 +0000 (19:34 +0000)]
Mask SIGCHLD to prevent partial writes in the new_process server
call.
William Poetra Yoga Hadisoesen [Mon, 18 Oct 2004 19:34:23 +0000 (19:34 +0000)]
Added some system metrics definitions.
Rolf Kalbermatter [Mon, 18 Oct 2004 19:33:45 +0000 (19:33 +0000)]
Added SHFreeNameMappings implementation.
Vincent Béron [Mon, 18 Oct 2004 19:33:16 +0000 (19:33 +0000)]
Fix the declaration of pthread_mutexattr_gettype().
Alexandre Julliard [Thu, 14 Oct 2004 03:11:52 +0000 (03:11 +0000)]
Fixed spelling of 'hierarchy'.
Hans Leidekker [Thu, 14 Oct 2004 03:08:57 +0000 (03:08 +0000)]
Added check for fork() to fix the MinGW build.
Ivan Leo Puoti [Thu, 14 Oct 2004 03:06:41 +0000 (03:06 +0000)]
Implement action 83 in SystemParametersInfo().
Vincent Béron [Thu, 14 Oct 2004 03:05:09 +0000 (03:05 +0000)]
Create the necessary functions for wineserver contexts for Alpha.
Gerald Pfeifer [Thu, 14 Oct 2004 00:34:47 +0000 (00:34 +0000)]
Completely disable unused function show_image().
Jason Edmeades [Thu, 14 Oct 2004 00:32:04 +0000 (00:32 +0000)]
- Add support (as far as was previously) for the VertexBuffer and
Resource classes in wined3d and use when called from d3d9.
- Reduce the header includes in all the d3d9 interface to one common
set in the private header.
Vincent Béron [Thu, 14 Oct 2004 00:30:59 +0000 (00:30 +0000)]
Don't build wine-preloader for other cpus than x86.
Hans Leidekker [Thu, 14 Oct 2004 00:28:43 +0000 (00:28 +0000)]
getMessage() is only defined when HAVE_OSS is defined.
Rein Klazes [Thu, 14 Oct 2004 00:28:29 +0000 (00:28 +0000)]
Provide an 'A' version of appropriate functions.
Hans Leidekker [Thu, 14 Oct 2004 00:26:39 +0000 (00:26 +0000)]
Prefix _fsopen with MSVCRT_ to avoid collision with MinGW header.
Typo fix.
Vincent Béron [Thu, 14 Oct 2004 00:26:08 +0000 (00:26 +0000)]
Don't use magic sizes, actually calculate them.
Vincent Béron [Thu, 14 Oct 2004 00:25:44 +0000 (00:25 +0000)]
Only compile BuildCallFrom16Func on x86.
Bill Medland [Thu, 14 Oct 2004 00:25:29 +0000 (00:25 +0000)]
Fix SHDeleteKey so that it will handle deleting a key with more than
one subkey. Also includes test.
Robert Shearman [Thu, 14 Oct 2004 00:25:15 +0000 (00:25 +0000)]
Add declarations for GetClassLongPtr{A,W}, GCLP_* defines and user
object information defines.
Robert Shearman [Mon, 11 Oct 2004 21:00:17 +0000 (21:00 +0000)]
Fix function and structure field types so we are compatible with the
native dbghelp.
Robert Shearman [Mon, 11 Oct 2004 20:59:06 +0000 (20:59 +0000)]
Fix NtAllocateVirtualMemory declaration and fix users of the
function.
Martin Fuchs [Mon, 11 Oct 2004 20:53:50 +0000 (20:53 +0000)]
Define pid_t and ssize_t if not already defined.
Walt Ogburn [Mon, 11 Oct 2004 20:53:29 +0000 (20:53 +0000)]
Allow exponents of zero (like "1.000E0") to parse
correctly. Previously, they caused DISP_E_TYPEMISMATCH.
Alexandre Julliard [Mon, 11 Oct 2004 20:22:06 +0000 (20:22 +0000)]
Added forward declaration of struct timeval for futimes.
Alexandre Julliard [Mon, 11 Oct 2004 20:11:01 +0000 (20:11 +0000)]
Implemented NtYieldExecution.
Robert Shearman [Mon, 11 Oct 2004 20:08:07 +0000 (20:08 +0000)]
- Move header parsing to callers of pe_load_debug_directory.
- Add stubs and structures for LF_PROCEDURE types.
Michael Jung [Mon, 11 Oct 2004 20:07:46 +0000 (20:07 +0000)]
Added HMAC_INFO typedef.
Eric Pouech [Mon, 11 Oct 2004 19:57:10 +0000 (19:57 +0000)]
- bring the multimedia doc up-to-date
- moved the TODO from the doc into the code
Dmitry Timoshkov [Mon, 11 Oct 2004 19:55:28 +0000 (19:55 +0000)]
- WM_MDISETMENU handler should update new frame menu only if an active
and maximized MDI child is visible.
- Add a test case for MDI child activation sequence.
Huw Davies [Mon, 11 Oct 2004 19:54:54 +0000 (19:54 +0000)]
Apparently this portion of the test was failing under some versions of
winxp, so remove it.
Jacek Caban [Mon, 11 Oct 2004 19:54:37 +0000 (19:54 +0000)]
- Added creation of dispinterface header.
- Added creation of coclass header.
- Added messages when fopen fails.
Hans Leidekker [Mon, 11 Oct 2004 19:53:54 +0000 (19:53 +0000)]
Avoid using gettimeofday.
Hans Leidekker [Mon, 11 Oct 2004 19:53:13 +0000 (19:53 +0000)]
Include stdio.h for MinGW.
Michael Jung [Mon, 11 Oct 2004 19:52:54 +0000 (19:52 +0000)]
CryptDeriveKey - set return key handle to NULL in case of failure.
Vitaliy Margolen [Mon, 11 Oct 2004 19:52:23 +0000 (19:52 +0000)]
Sort files/folders before testing.
Adam D. Moss [Mon, 11 Oct 2004 19:52:10 +0000 (19:52 +0000)]
Define VER_SUITE_BLADE.
Steven Edwards [Mon, 11 Oct 2004 19:51:43 +0000 (19:51 +0000)]
Correctly define WINVER, _WIN32_WINNT and _WIN32_IE versions in all
cases.
Dimitrie O. Paun [Mon, 11 Oct 2004 19:51:31 +0000 (19:51 +0000)]
Unicodify DIALOG_DlgDirSelect. Use SendMessageW whenever possible.
Dimitrie O. Paun [Mon, 11 Oct 2004 19:51:16 +0000 (19:51 +0000)]
Audit the listbox control.
Fix some indentation problems.
Vincent Béron [Mon, 11 Oct 2004 19:50:52 +0000 (19:50 +0000)]
Implement interlocked* and wine_switch_to_stack for Alpha.
Jon Griffiths [Sat, 9 Oct 2004 02:27:00 +0000 (02:27 +0000)]
Items are variable sized, use an accessor to get at them.
Combine A/W calls together to remove duplication.
Don't leak text when removing/changing items.
Turn off hot tracking when we delete the last item.
Use the 'delete 1 item' logic when deleting all items.
Jeremy White [Sat, 9 Oct 2004 02:26:29 +0000 (02:26 +0000)]
Made NtDelayExecution with a 0 timeout yield the CPU, as it is
supposed to.
Alexandre Julliard [Fri, 8 Oct 2004 23:39:16 +0000 (23:39 +0000)]
Build Wine as 32-bit by default on x86-64, and added a --enable-win64
option for people who want to play with 64-bit support.
Dmitry Timoshkov [Fri, 8 Oct 2004 23:36:18 +0000 (23:36 +0000)]
Properly handle the case when last MDI child is being destroyed.
Ferenc Wagner [Fri, 8 Oct 2004 23:35:47 +0000 (23:35 +0000)]
Unconditionally open a fresh console for the tests.
Aric Stewart [Fri, 8 Oct 2004 23:35:35 +0000 (23:35 +0000)]
Properly compare file versions when upgrading files so that new
versions get properly installed.
Alexandre Julliard [Fri, 8 Oct 2004 21:11:18 +0000 (21:11 +0000)]
Added --ld-cmd and --nm-cmd options in winebuild, and make winegcc
pass the proper ld command.
Vincent Béron [Fri, 8 Oct 2004 21:02:22 +0000 (21:02 +0000)]
Better document some apis in commdlg and mscms.
Vincent Béron [Fri, 8 Oct 2004 21:02:09 +0000 (21:02 +0000)]
Update types checked by winapi_check.
Jacek Caban [Fri, 8 Oct 2004 21:01:56 +0000 (21:01 +0000)]
Added IWebBrowse2 interface.
Vincent Béron [Fri, 8 Oct 2004 21:01:44 +0000 (21:01 +0000)]
Correct the calling convention of GetSystemWow64Directory{A,W},
AmpFactorToDB and DBToAmpFactor.
Jason Edmeades [Fri, 8 Oct 2004 20:52:33 +0000 (20:52 +0000)]
Copy and tidy up the code from dx8 create device into wined3d. Call
from wined3d and d3d8, but short term only use the code for real from
d3d9.
Dimitrie O. Paun [Fri, 8 Oct 2004 20:51:05 +0000 (20:51 +0000)]
Audit the scroll control.
Reorganize the documentation in a more readable format.
Dimitrie O. Paun [Fri, 8 Oct 2004 20:50:52 +0000 (20:50 +0000)]
Audit the edit control.
Sylvain Petreolle [Fri, 8 Oct 2004 20:50:34 +0000 (20:50 +0000)]
Update French translation.
Dmitry Timoshkov [Fri, 8 Oct 2004 20:50:24 +0000 (20:50 +0000)]
Disable remaining piece of the code which auto assigns virtual key
codes, it breaks VK_OEM_102 in finnish/swedish keyboard layouts.
Francois Gouget [Fri, 8 Oct 2004 20:50:06 +0000 (20:50 +0000)]
Add some reason codes for ExitWindowsEx().
Also add EWX_FORCEIFHUNG.
Francois Gouget [Fri, 8 Oct 2004 20:49:24 +0000 (20:49 +0000)]
Bring up the File->Save dialog when receiving WM_QUERYENDSESSION.
Jacek Caban [Fri, 8 Oct 2004 20:49:09 +0000 (20:49 +0000)]
- Added doWinMain stub
- Fixed htmlhelp.h
Vincent Béron [Fri, 8 Oct 2004 20:48:44 +0000 (20:48 +0000)]
Remove #ifdef HAVE_SYS_TYPES_H.
Alexandre Julliard [Thu, 7 Oct 2004 19:14:21 +0000 (19:14 +0000)]
Removed wrong memset calls.
Alexandre Julliard [Thu, 7 Oct 2004 19:13:33 +0000 (19:13 +0000)]
Fixed MD4Final/MD5Final entries (spotted by Vincent Béron).
Hans Leidekker [Thu, 7 Oct 2004 19:12:41 +0000 (19:12 +0000)]
Implement color profile handles.
Implement OpenColorProfile{A,W} and CloseColorProfile.
Implement GetColorDirectory{A,W} and InstallColorProfile{A,W}.
Implement UninstallColorProfile{A,W}.
Dynamically load liblcms.
Add tests.
Francois Gouget [Thu, 7 Oct 2004 18:53:56 +0000 (18:53 +0000)]
Add function prototypes.
Modify function calls so the prototypes are checked.
Jeremy White [Thu, 7 Oct 2004 17:36:17 +0000 (17:36 +0000)]
Need to include sys/time.h.
Martin Fuchs [Thu, 7 Oct 2004 17:35:23 +0000 (17:35 +0000)]
- remove unused IDS_FILE_MOVE_ERROR
- use SetWindowFont() instead of SendMessage(WM_SETFONT)
- remove unused comment
- use GET_X_LPARAM() instead of GET_X_LPARAM()
- remove old _ROS_ preprocessor statements
Jon Griffiths [Thu, 7 Oct 2004 17:35:08 +0000 (17:35 +0000)]
Constify some statics and make them smaller.
Jon Griffiths [Thu, 7 Oct 2004 17:34:56 +0000 (17:34 +0000)]
ImageList_Merge should not fail if indices are bad.
Add tests for this case, a visible test mode and fix DrawIndirect test
under some native comctl32.dll's.
Jon Griffiths [Thu, 7 Oct 2004 17:34:31 +0000 (17:34 +0000)]
Draw +/- correctly for large icon sizes.
Jon Griffiths [Thu, 7 Oct 2004 17:34:16 +0000 (17:34 +0000)]
Add missing ODS_ constants, tagname.
Jon Griffiths [Thu, 7 Oct 2004 17:33:43 +0000 (17:33 +0000)]
Vectors need all 32 bits to handle _really_ large apps.
Francois Gouget [Thu, 7 Oct 2004 17:33:29 +0000 (17:33 +0000)]
The generated patch was missing a line of the diff.
genpatch was also depending on the new files being listed first by
'cvs diff' (which is the case but I'm not sure there is any hard
guarantee).
Use 'perl -w' for more checking, fix the resulting 'undefined value'
warnings. In many cases we don't just want $options{xxx} to exist, we
want it to be defined.
Restrict the scope of variables and remove unneeded variables.
Martin Fuchs [Thu, 7 Oct 2004 04:25:29 +0000 (04:25 +0000)]
Fix "move file" implementation, in detail:
- use TCHAR to make the code UNICODE compatible
- pass return string buffer to the dialog procedure
- call display_error() in case of errors to display the WIN32 error
message
- use slash instead of back slash for unix file system compatibility
- format the code equally to the remaining winefile code
Alexandre Julliard [Thu, 7 Oct 2004 04:25:05 +0000 (04:25 +0000)]
Added a fallback implementation of futimes.
Jason Edmeades [Thu, 7 Oct 2004 04:22:21 +0000 (04:22 +0000)]
Add a IWineD3DDevice object type (empty for now), and create one when
an IDirect3DDevice object is created.
Francois Gouget [Thu, 7 Oct 2004 04:20:41 +0000 (04:20 +0000)]
Don't import parse_comma_list() unless necessary.
winapi_check_options.pm: Fix typo in the parse_comma_list()
reference.
Vincent Béron [Thu, 7 Oct 2004 04:20:24 +0000 (04:20 +0000)]
Use the proper #include file delimiter in advpack.
Martin Fuchs [Thu, 7 Oct 2004 04:20:04 +0000 (04:20 +0000)]
Immediately refresh child windows after changing the font.
Alexandre Julliard [Thu, 7 Oct 2004 03:12:44 +0000 (03:12 +0000)]
Force all the tools to be rebuilt before make depend, otherwise make
will try to do that from the include directory.
Alexandre Julliard [Thu, 7 Oct 2004 03:09:37 +0000 (03:09 +0000)]
Only send WM_PAINTICON and WM_ICONERASEBKGND to 16-bit windows (found
by Jeremy White).
Francois Gouget [Thu, 7 Oct 2004 03:06:48 +0000 (03:06 +0000)]
Don't define COBJMACROS in objbase.h.
Update the Wine sources accordingly.
Francois Gouget [Thu, 7 Oct 2004 02:59:59 +0000 (02:59 +0000)]
Fix an 'uninitialized value' warning.
Francois Gouget [Thu, 7 Oct 2004 02:59:45 +0000 (02:59 +0000)]
Fix the VarI4FromI2 API documentation.
Francois Gouget [Thu, 7 Oct 2004 02:59:11 +0000 (02:59 +0000)]
Conformance tests must not include wine/debug.h.
Martin Fuchs [Thu, 7 Oct 2004 02:58:57 +0000 (02:58 +0000)]
Fix sigsegv when double clicking directory entries.
Alexandre Julliard [Wed, 6 Oct 2004 18:54:20 +0000 (18:54 +0000)]
Allow defined types to be used as function names.
Hans Leidekker [Wed, 6 Oct 2004 18:53:29 +0000 (18:53 +0000)]
Implement MD{4,5}Init MD{4,5}Update and MD{4,5}Final.
Add tests for these functions.