wine
19 years agoMSVC does not like the typeof() in the function pointer declaration.
Francois Gouget [Tue, 31 Aug 2004 17:32:43 +0000 (17:32 +0000)] 
MSVC does not like the typeof() in the function pointer declaration.
Fix a warning.

19 years agoAdd PSZ to windef.h.
Francois Gouget [Tue, 31 Aug 2004 17:32:29 +0000 (17:32 +0000)] 
Add PSZ to windef.h.
Add a couple missing declarations to winternl.h.
Tweak VM_COUNTERS to match the ddk declaration.

19 years agoSanity check when closing service handle.
Alexander Yaworsky [Tue, 31 Aug 2004 17:32:05 +0000 (17:32 +0000)] 
Sanity check when closing service handle.

19 years agoSet last error values compatible with Win9x implementation
Dmitry Timoshkov [Tue, 31 Aug 2004 17:31:40 +0000 (17:31 +0000)] 
Set last error values compatible with Win9x implementation
of GetFileVersionInfoSize, Quicken installer depends on it.

19 years agoUse 1/4" margins for some standard paper sizes.
Huw Davies [Tue, 31 Aug 2004 17:31:27 +0000 (17:31 +0000)] 
Use 1/4" margins for some standard paper sizes.
Turn Type42 support off by default.
Bump the FileVersion.

19 years agoComplete cp1252 coverage.
Huw Davies [Tue, 31 Aug 2004 17:31:13 +0000 (17:31 +0000)] 
Complete cp1252 coverage.
Fix height of 'I'.

19 years agoMoved all files from the controls/ directory to dlls/user.
Alexandre Julliard [Tue, 31 Aug 2004 01:10:08 +0000 (01:10 +0000)] 
Moved all files from the controls/ directory to dlls/user.

19 years agoGet rid of the non-standard CONV_POINT and CONV_RECT functions.
Alexandre Julliard [Tue, 31 Aug 2004 00:02:02 +0000 (00:02 +0000)] 
Get rid of the non-standard CONV_POINT and CONV_RECT functions.

19 years agoMake CryptSetProviderEx only delete the 'Name' value and not delete
James Hawkins [Mon, 30 Aug 2004 23:57:18 +0000 (23:57 +0000)] 
Make CryptSetProviderEx only delete the 'Name' value and not delete
the entire 'Type XXX' key when deleting the default provider.

19 years agoChanged SC_HANDLEs from HKEYs to pointers to internal structures.
Alexander Yaworsky [Mon, 30 Aug 2004 23:57:03 +0000 (23:57 +0000)] 
Changed SC_HANDLEs from HKEYs to pointers to internal structures.

19 years agoRemoved struct32.[ch].
Alexandre Julliard [Mon, 30 Aug 2004 19:32:08 +0000 (19:32 +0000)] 
Removed struct32.[ch].

19 years agoAuthors: Robert Shearman <rob@codeweavers.com>, Eric Pouech <pouech-eric@wanadoo.fr>
Alexandre Julliard [Mon, 30 Aug 2004 19:31:13 +0000 (19:31 +0000)] 
Authors: Robert Shearman <rob@codeweavers.com>, Eric Pouech <pouech-eric@wanadoo.fr>
- Fix debug info look-up (bug in translating the RVA of the debug
  directory).
- Fix code for adding PE export table as debug info (crash with NULL
  passed to RtlImageDirectoryEntryToData).
- Fix computation of non-relocatable ELF shared objects size.
- Fix loading (while parsing the link map) of new non-relocatable ELF
  shared objects (no longer take account load-address of link-map).
- Finished the AUTO_PUBLIC, NO_PUBLICS and PUBLICS_ONLY support for PE and ELF.
- Cleaned up public symbol management (which should now properly work).

19 years agoAdd DllRegisterServer and friends for mlang.
Steven Edwards [Mon, 30 Aug 2004 19:30:17 +0000 (19:30 +0000)] 
Add DllRegisterServer and friends for mlang.

19 years agoAlso recognize '/' as the start of an option.
Francois Gouget [Mon, 30 Aug 2004 19:29:13 +0000 (19:29 +0000)] 
Also recognize '/' as the start of an option.
Implement 'notepad /p'.
Simplify many string parsing loops.

19 years agoFix a memory leak.
Francois Gouget [Mon, 30 Aug 2004 19:28:59 +0000 (19:28 +0000)] 
Fix a memory leak.
Improve the GetFullPathName() error checks.
Stricter match check in GetLinkLocation().
Clarify the 'Unknown link location' message.

19 years agoStop processing input stream when the outermost RTF group is closed.
Evan Deaubl [Mon, 30 Aug 2004 19:28:43 +0000 (19:28 +0000)] 
Stop processing input stream when the outermost RTF group is closed.

19 years agoMoved a couple of 16-bit functions to user16.c.
Alexandre Julliard [Mon, 30 Aug 2004 18:42:17 +0000 (18:42 +0000)] 
Moved a couple of 16-bit functions to user16.c.

19 years agoAdd cyrillic glyphs to Wine Courier at 13 pixel size.
Dmitry Timoshkov [Mon, 30 Aug 2004 18:41:22 +0000 (18:41 +0000)] 
Add cyrillic glyphs to Wine Courier at 13 pixel size.

19 years agoAdded some missing definitions.
Robert Reif [Mon, 30 Aug 2004 18:41:05 +0000 (18:41 +0000)] 
Added some missing definitions.

19 years agoUse Heap functions instead of malloc/free.
Mike McCormack [Mon, 30 Aug 2004 18:40:47 +0000 (18:40 +0000)] 
Use Heap functions instead of malloc/free.

19 years agoAdded some defines used in RichEdit 2.0.
Mike McCormack [Mon, 30 Aug 2004 18:40:34 +0000 (18:40 +0000)] 
Added some defines used in RichEdit 2.0.

19 years ago- Don't expect that drive C: exists, use the drive Windows is
Filip Navara [Mon, 30 Aug 2004 18:40:20 +0000 (18:40 +0000)] 
- Don't expect that drive C: exists, use the drive Windows is
  installed on instead.
- Remove misleading message about file mapping.

19 years agoFor non-overlapped writes the lpNumberOfBytesWritten parameter of
Filip Navara [Mon, 30 Aug 2004 18:40:06 +0000 (18:40 +0000)] 
For non-overlapped writes the lpNumberOfBytesWritten parameter of
WriteFile mustn't be NULL.

19 years agoCorrect parsing of /i argument.
Kevin Koltzau [Mon, 30 Aug 2004 18:39:44 +0000 (18:39 +0000)] 
Correct parsing of /i argument.

19 years agoFix loading wizard title and subtitle from resources.
Filip Navara [Mon, 30 Aug 2004 18:39:32 +0000 (18:39 +0000)] 
Fix loading wizard title and subtitle from resources.

19 years agoPolish translation update.
Jacek Caban [Mon, 30 Aug 2004 18:39:06 +0000 (18:39 +0000)] 
Polish translation update.

19 years agoAdded Polish translation.
Jacek Caban [Mon, 30 Aug 2004 18:38:27 +0000 (18:38 +0000)] 
Added Polish translation.

19 years agoAdded API documentation for DirectDrawEnumerateEx.
James Hawkins [Mon, 30 Aug 2004 18:37:17 +0000 (18:37 +0000)] 
Added API documentation for DirectDrawEnumerateEx.

19 years agoTB_MARKITEM should redraw button.
Robert Shearman [Mon, 30 Aug 2004 18:36:55 +0000 (18:36 +0000)] 
TB_MARKITEM should redraw button.

19 years agoSpelling fix.
Uwe Bonnes [Mon, 30 Aug 2004 18:36:35 +0000 (18:36 +0000)] 
Spelling fix.

19 years agoStub implementations for NtAdjustGroupsToken and NtAlertThread.
Mike McCormack [Mon, 30 Aug 2004 18:36:24 +0000 (18:36 +0000)] 
Stub implementations for NtAdjustGroupsToken and NtAlertThread.

19 years agoTest 32 bit float samples.
Robert Reif [Mon, 30 Aug 2004 18:36:06 +0000 (18:36 +0000)] 
Test 32 bit float samples.

19 years agoRound results of conversions between OSS and windows values.
Robert Reif [Mon, 30 Aug 2004 18:35:53 +0000 (18:35 +0000)] 
Round results of conversions between OSS and windows values.

19 years agoPrint a warning when DllRegisterServer and similar functions are not
Alexandre Julliard [Fri, 27 Aug 2004 19:40:53 +0000 (19:40 +0000)] 
Print a warning when DllRegisterServer and similar functions are not
marked private.

19 years agoAdds tests to read and write control details.
Robert Reif [Fri, 27 Aug 2004 19:39:10 +0000 (19:39 +0000)] 
Adds tests to read and write control details.

19 years agoSet proper target type.
Robert Reif [Fri, 27 Aug 2004 19:38:47 +0000 (19:38 +0000)] 
Set proper target type.
Set proper max and step for mux control.

19 years agoAdded a few missing -private flags.
Alexandre Julliard [Fri, 27 Aug 2004 19:15:54 +0000 (19:15 +0000)] 
Added a few missing -private flags.

19 years agoUse buffers rather than linked lists for input and out buffers.
Mike McCormack [Fri, 27 Aug 2004 19:15:08 +0000 (19:15 +0000)] 
Use buffers rather than linked lists for input and out buffers.
Stop reading input at a nul byte.

19 years agoAdded DllRegisterServer/DllUnregisterServer calls.
Mike McCormack [Fri, 27 Aug 2004 19:12:27 +0000 (19:12 +0000)] 
Added DllRegisterServer/DllUnregisterServer calls.

19 years agoDefine a couple more SPI_ constants.
Mike McCormack [Fri, 27 Aug 2004 19:12:12 +0000 (19:12 +0000)] 
Define a couple more SPI_ constants.

19 years agoHack winapi_parser so we recognise ElfW(auxv_t) as a type. Fixes the
Francois Gouget [Fri, 27 Aug 2004 19:11:51 +0000 (19:11 +0000)] 
Hack winapi_parser so we recognise ElfW(auxv_t) as a type. Fixes the
scripts that compute API statistics.

19 years agoAdded a few more prototypes to the headers.
Mike McCormack [Fri, 27 Aug 2004 19:11:37 +0000 (19:11 +0000)] 
Added a few more prototypes to the headers.

19 years agoAdded stub implementations for NtDeleteFile and NtCancelIoFile.
Mike McCormack [Fri, 27 Aug 2004 19:11:01 +0000 (19:11 +0000)] 
Added stub implementations for NtDeleteFile and NtCancelIoFile.

19 years agoAdded suport for optional arguments in ITypeInfo::Invoke.
Jacek Caban [Fri, 27 Aug 2004 19:10:47 +0000 (19:10 +0000)] 
Added suport for optional arguments in ITypeInfo::Invoke.

19 years agoButton should do ReleaseCapture() on WM_KILLFOCUS if it's in a pressed
Dmitry Timoshkov [Thu, 26 Aug 2004 18:33:40 +0000 (18:33 +0000)] 
Button should do ReleaseCapture() on WM_KILLFOCUS if it's in a pressed
state.
Add a comprehensive test case for capture behaviour.

19 years agoButton should send BM_SETSTATE message after it has changed its
Dmitry Timoshkov [Thu, 26 Aug 2004 18:31:56 +0000 (18:31 +0000)] 
Button should send BM_SETSTATE message after it has changed its
internal state.

19 years agoDeprecate the "Resolution" entry in the config file in favour of
Huw Davies [Thu, 26 Aug 2004 18:24:49 +0000 (18:24 +0000)] 
Deprecate the "Resolution" entry in the config file in favour of
HKEY_CURRNET_CONFIG\Software\Fonts\LogPixels.

19 years agoFreeType doesn't supply a charmap for bitmap fonts, so we must do our
Huw Davies [Thu, 26 Aug 2004 18:24:03 +0000 (18:24 +0000)] 
FreeType doesn't supply a charmap for bitmap fonts, so we must do our
own mapping.  Thanks to Dmitry for testing.

19 years agoChange System to MS Shell Dlg.
Huw Davies [Thu, 26 Aug 2004 18:23:24 +0000 (18:23 +0000)] 
Change System to MS Shell Dlg.

19 years agoFix full name of HKEY_CURRENT_CONFIG.
Huw Davies [Thu, 26 Aug 2004 18:22:58 +0000 (18:22 +0000)] 
Fix full name of HKEY_CURRENT_CONFIG.

19 years agoDon't use freed memory.
Robert Shearman [Thu, 26 Aug 2004 18:22:43 +0000 (18:22 +0000)] 
Don't use freed memory.

19 years agoAllow image list tests to compile and run on old platforms.
Robert Shearman [Thu, 26 Aug 2004 18:22:31 +0000 (18:22 +0000)] 
Allow image list tests to compile and run on old platforms.

19 years agoImprove documentation for debugger functions.
Robert Shearman [Thu, 26 Aug 2004 18:22:17 +0000 (18:22 +0000)] 
Improve documentation for debugger functions.

19 years agoFix msg test failures when run under win2k.
Dmitry Timoshkov [Thu, 26 Aug 2004 18:21:56 +0000 (18:21 +0000)] 
Fix msg test failures when run under win2k.

19 years agoCalculate the correct size of dialog templates in the propsheet
Mike McCormack [Thu, 26 Aug 2004 18:11:43 +0000 (18:11 +0000)] 
Calculate the correct size of dialog templates in the propsheet
control.

19 years agoFix an ERR log in X11DRV_CreateWindow.
Evan Deaubl [Thu, 26 Aug 2004 18:11:29 +0000 (18:11 +0000)] 
Fix an ERR log in X11DRV_CreateWindow.

19 years agoReturn the correct character count in DBCS locales.
Mike McCormack [Thu, 26 Aug 2004 18:11:06 +0000 (18:11 +0000)] 
Return the correct character count in DBCS locales.

19 years agoTry to avoid loading 16-bit DLLs into memory for accessing version
Dmitry Timoshkov [Thu, 26 Aug 2004 18:10:24 +0000 (18:10 +0000)] 
Try to avoid loading 16-bit DLLs into memory for accessing version
info, this might lead to undesired side effects like loading a bunch
of other 16-bit DLLs.

19 years agoStartService must pass full command line to service program.
Alexander Yaworsky [Thu, 26 Aug 2004 18:10:01 +0000 (18:10 +0000)] 
StartService must pass full command line to service program.

19 years agoAdded some tests for paint messages and update regions.
Alexandre Julliard [Thu, 26 Aug 2004 00:49:06 +0000 (00:49 +0000)] 
Added some tests for paint messages and update regions.

19 years agoGetUpdateRgn should clip the returned region to the client area.
Alexandre Julliard [Thu, 26 Aug 2004 00:46:11 +0000 (00:46 +0000)] 
GetUpdateRgn should clip the returned region to the client area.
Changed GetUpdateRect and ExcludeUpdateRgn to call GetUpdateRgn.
Moved these 3 functions to dlls/user/painting.c.

19 years agoPrint the Window caption using Unicode calls.
Alexandre Julliard [Thu, 26 Aug 2004 00:35:35 +0000 (00:35 +0000)] 
Print the Window caption using Unicode calls.
Don't send WM_GETTEXT to retrieve the caption text.

19 years agoAssorted spelling fixes.
Francois Gouget [Thu, 26 Aug 2004 00:31:20 +0000 (00:31 +0000)] 
Assorted spelling fixes.

19 years agoAdded missing line break.
Stefan Leichter [Thu, 26 Aug 2004 00:30:23 +0000 (00:30 +0000)] 
Added missing line break.

19 years agoDon't clear the information structure for non supported cases.
Jason Edmeades [Thu, 26 Aug 2004 00:30:02 +0000 (00:30 +0000)] 
Don't clear the information structure for non supported cases.

19 years agoAdded GetSecurityInfo stub.
Evan Deaubl [Thu, 26 Aug 2004 00:29:06 +0000 (00:29 +0000)] 
Added GetSecurityInfo stub.

19 years agoEnsure digits are printable characters from oleaut32 Format command.
Jason Edmeades [Thu, 26 Aug 2004 00:28:37 +0000 (00:28 +0000)] 
Ensure digits are printable characters from oleaut32 Format command.

19 years agoAllow enabling or disabling todo_wine for each message sequence so
Alexandre Julliard [Wed, 25 Aug 2004 17:35:06 +0000 (17:35 +0000)] 
Allow enabling or disabling todo_wine for each message sequence so
that we can properly test the sequences that are already correct.

19 years agoAdded message box to inform user that one needs Mozilla ActiveX.
Jacek Caban [Wed, 25 Aug 2004 17:33:47 +0000 (17:33 +0000)] 
Added message box to inform user that one needs Mozilla ActiveX.

19 years agoReplace GetWindowLong by GetWindowLongPtr.
Robert Shearman [Wed, 25 Aug 2004 17:33:01 +0000 (17:33 +0000)] 
Replace GetWindowLong by GetWindowLongPtr.

19 years agoFree memory after we finish using it instead of just before.
Aric Stewart [Wed, 25 Aug 2004 17:31:39 +0000 (17:31 +0000)] 
Free memory after we finish using it instead of just before.

19 years agoMake the DEFAULT_GUI_FONT scalable with screen resolution and let it
Huw Davies [Wed, 25 Aug 2004 17:31:17 +0000 (17:31 +0000)] 
Make the DEFAULT_GUI_FONT scalable with screen resolution and let it
be 8pt MS Shell Dlg for simple scripts.

19 years agoFix an obvious typo leading to a crash.
Dmitry Timoshkov [Wed, 25 Aug 2004 17:31:03 +0000 (17:31 +0000)] 
Fix an obvious typo leading to a crash.

19 years agoMake SetTokenInformation call NtSetInformationToken.
Mike McCormack [Wed, 25 Aug 2004 17:30:46 +0000 (17:30 +0000)] 
Make SetTokenInformation call NtSetInformationToken.

19 years agoSigned compare fixes.
Mike McCormack [Wed, 25 Aug 2004 17:30:31 +0000 (17:30 +0000)] 
Signed compare fixes.

19 years agoFix the ITS moniker implementation.
Mike McCormack [Wed, 25 Aug 2004 17:30:18 +0000 (17:30 +0000)] 
Fix the ITS moniker implementation.

19 years agoUpdate cvs command line.
Ivan Leo Puoti [Wed, 25 Aug 2004 17:29:43 +0000 (17:29 +0000)] 
Update cvs command line.

19 years ago- Send NM_LDOWN notification.
Robert Shearman [Wed, 25 Aug 2004 02:16:32 +0000 (02:16 +0000)] 
- Send NM_LDOWN notification.
- NM_RDBLCLK only needs to send a NMHDR structure.
- On mouse notifications returning 0 DefWndProc should be called.

19 years agoBring common control header up to date with new additions in XP.
Robert Shearman [Wed, 25 Aug 2004 02:14:28 +0000 (02:14 +0000)] 
Bring common control header up to date with new additions in XP.

19 years agoAdded 32 bit float support.
Robert Reif [Wed, 25 Aug 2004 02:11:12 +0000 (02:11 +0000)] 
Added 32 bit float support.

19 years agoDirectSound8 doesn't accept 3D stereo secondary buffers but
Robert Reif [Wed, 25 Aug 2004 02:09:00 +0000 (02:09 +0000)] 
DirectSound8 doesn't accept 3D stereo secondary buffers but
DirectSound does.
Added tests.

19 years agoAdded IEEE float audio data type.
Robert Reif [Wed, 25 Aug 2004 02:07:40 +0000 (02:07 +0000)] 
Added IEEE float audio data type.

19 years agoDo not assume HKEY_CURRENT_USER/Environment exists ==> config file was
Alex Villacís Lasso [Wed, 25 Aug 2004 00:48:47 +0000 (00:48 +0000)] 
Do not assume HKEY_CURRENT_USER/Environment exists ==> config file was
migrated. Instead test for every key to migrate under
HKEY_CURRENT_USER/Environment.

19 years agoEnable the disabled tests in tests.data or add a comment describing
Francois Gouget [Wed, 25 Aug 2004 00:42:50 +0000 (00:42 +0000)] 
Enable the disabled tests in tests.data or add a comment describing
why the type cannot be tested.
Update the generated files, they compile and run successfully both on
Windows (with the Windows headers) and in Wine.

19 years agoFix handling of VARIANT with VT_BYREF and null pointer in
Jacek Caban [Wed, 25 Aug 2004 00:38:59 +0000 (00:38 +0000)] 
Fix handling of VARIANT with VT_BYREF and null pointer in
VariantChangeTypeEx.

19 years agoAuthors: Stewart Caie<kyz@uklinux.net>, Jed Wing <jedwin@ugcs.caltech.edu>, Mike...
Alexandre Julliard [Tue, 24 Aug 2004 21:00:15 +0000 (21:00 +0000)] 
Authors: Stewart Caie<kyz@uklinux.net>, Jed Wing <jedwin@ugcs.caltech.edu>, Mike McCormack <mike@codeweavers.com>
Added an implemenation of ITSS.DLL.

19 years agoGetting the string for a null field should not create an error. Add a
Aric Stewart [Tue, 24 Aug 2004 20:56:08 +0000 (20:56 +0000)] 
Getting the string for a null field should not create an error. Add a
missing break.

19 years agoFix alignment issues for MEMORYSTATUSEX, WIN32_STREAM_ID and
Francois Gouget [Tue, 24 Aug 2004 20:16:25 +0000 (20:16 +0000)] 
Fix alignment issues for MEMORYSTATUSEX, WIN32_STREAM_ID and
IO_COUNTERS. The corresponding tests now succeed both when compiled
with the Windows headers and when compiled with the Wine headers.

19 years agoWhen there are no pixels to scroll, ScrollWindowEx must still scroll
Rein Klazes [Tue, 24 Aug 2004 20:15:00 +0000 (20:15 +0000)] 
When there are no pixels to scroll, ScrollWindowEx must still scroll
children and update the hrgnUpdate and rcUpdate arguments.

19 years agoImplement IDirectDrawClipper_GetClipList for case where we have a
Robert Shearman [Tue, 24 Aug 2004 20:14:26 +0000 (20:14 +0000)] 
Implement IDirectDrawClipper_GetClipList for case where we have a
handle to a window.

19 years agoIn GetDC use the parent drawable when DCX_PARENTCLIP is set.
Alexandre Julliard [Tue, 24 Aug 2004 18:49:34 +0000 (18:49 +0000)] 
In GetDC use the parent drawable when DCX_PARENTCLIP is set.

19 years agoAdd cyrillic glyphs to wine_sans_serif at 13 and 16 pixel sizes.
Dmitry Timoshkov [Tue, 24 Aug 2004 18:48:05 +0000 (18:48 +0000)] 
Add cyrillic glyphs to wine_sans_serif at 13 and 16 pixel sizes.

19 years agoAdded GetProcessId.
Robert Shearman [Tue, 24 Aug 2004 18:46:05 +0000 (18:46 +0000)] 
Added GetProcessId.

19 years agoMore safe array tests.
Robert Shearman [Tue, 24 Aug 2004 18:42:53 +0000 (18:42 +0000)] 
More safe array tests.

19 years agoTests for icon and bitmap adding and removing and bitmap drawing with
Mike McCormack [Tue, 24 Aug 2004 18:41:52 +0000 (18:41 +0000)] 
Tests for icon and bitmap adding and removing and bitmap drawing with
image lists.

19 years agoFix regression with IE's Menu Bar.
Robert Shearman [Tue, 24 Aug 2004 18:41:27 +0000 (18:41 +0000)] 
Fix regression with IE's Menu Bar.

19 years agoChange dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif.
Huw Davies [Tue, 24 Aug 2004 18:33:01 +0000 (18:33 +0000)] 
Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif.

19 years agoWhen possible, use the X window of the requested window in GetDC
Alexandre Julliard [Tue, 24 Aug 2004 02:35:25 +0000 (02:35 +0000)] 
When possible, use the X window of the requested window in GetDC
instead of the parent to avoid trouble with OpenGL clipping.

19 years agoRemoved debug trace.
Alexandre Julliard [Tue, 24 Aug 2004 02:29:48 +0000 (02:29 +0000)] 
Removed debug trace.

19 years agoAdded Video Renderer (based on Direct Draw).
Christian Costa [Tue, 24 Aug 2004 02:28:35 +0000 (02:28 +0000)] 
Added Video Renderer (based on Direct Draw).
Added Direct Sound Audio Renderer.
Added AVI Decompressor (VFW decompressors wrapper).