wine
26 years agoAdded command and return constants used by WM_NOTIFYFORMAT.
Eric Kohl [Sun, 22 Nov 1998 17:52:26 +0000 (17:52 +0000)] 
Added command and return constants used by WM_NOTIFYFORMAT.

26 years agoMoved DC_SetupGC functions to graphics/x11drv/graphics.c.
Huw D M Davies [Sun, 22 Nov 1998 17:45:06 +0000 (17:45 +0000)] 
Moved DC_SetupGC functions to graphics/x11drv/graphics.c.

26 years agoSmall fixes to get the default language to a sensible value.
Juergen Schmied [Sun, 22 Nov 1998 17:43:30 +0000 (17:43 +0000)] 
Small fixes to get the default language to a sensible value.
Thanks to Pablo.

26 years agoMiscellaneous small fixes.
Douglas Ridgway [Sun, 22 Nov 1998 16:56:44 +0000 (16:56 +0000)] 
Miscellaneous small fixes.

26 years agoAdded Win16 implementation for GetRegionData().
Andreas Mohr [Sun, 22 Nov 1998 16:54:26 +0000 (16:54 +0000)] 
Added Win16 implementation for GetRegionData().

26 years agoEnhanced OABuildVersion() to return different version values for
Andreas Mohr [Sun, 22 Nov 1998 16:36:07 +0000 (16:36 +0000)] 
Enhanced OABuildVersion() to return different version values for
different winvers.

26 years agoAdded INT21_ParseFileNameIntoFCB() and some other things to get
Andreas Mohr [Sun, 22 Nov 1998 16:33:35 +0000 (16:33 +0000)] 
Added INT21_ParseFileNameIntoFCB() and some other things to get
COMMAND.COM working.

26 years agoAdded missing entry for GetNumberFormatW.
Juergen Schmied [Sun, 22 Nov 1998 16:20:49 +0000 (16:20 +0000)] 
Added missing entry for GetNumberFormatW.

26 years agoChecking for NULL-pointer.
Juergen Schmied [Sun, 22 Nov 1998 16:16:58 +0000 (16:16 +0000)] 
Checking for NULL-pointer.

26 years agoAdded David Luyer.
Alexandre Julliard [Sun, 22 Nov 1998 15:49:37 +0000 (15:49 +0000)] 
Added David Luyer.

26 years agoBetter OLE support in French languages.
Robert Pouliot [Sun, 22 Nov 1998 15:48:36 +0000 (15:48 +0000)] 
Better OLE support in French languages.

26 years agoImplementation of CreateProcess32W.
Juergen Schmied [Sun, 22 Nov 1998 15:46:05 +0000 (15:46 +0000)] 
Implementation of CreateProcess32W.

26 years agoQueuing of deferred Expose events.
David Luyer [Sun, 22 Nov 1998 15:44:59 +0000 (15:44 +0000)] 
Queuing of deferred Expose events.

26 years agoLB_GETTEXT: Handle passed NULL buffer.
Marcus Meissner [Sun, 22 Nov 1998 15:43:34 +0000 (15:43 +0000)] 
LB_GETTEXT: Handle passed NULL buffer.

26 years agoCB_GETTEXT: Use lpBuffer instead of lpText for LB_GETTEXT32, handle 0
Marcus Meissner [Sun, 22 Nov 1998 15:41:00 +0000 (15:41 +0000)] 
CB_GETTEXT: Use lpBuffer instead of lpText for LB_GETTEXT32, handle 0
byte NULL buffer.

26 years agoTurn mega double switch into static table (reduces compile time).
Marcus Meissner [Sun, 22 Nov 1998 15:36:14 +0000 (15:36 +0000)] 
Turn mega double switch into static table (reduces compile time).

26 years agoAdded Robert Riggs.
Alexandre Julliard [Sun, 22 Nov 1998 15:14:22 +0000 (15:14 +0000)] 
Added Robert Riggs.

26 years agoinclude ddraw.h, questionable fix for questionable struct/union
Robert Riggs [Sun, 22 Nov 1998 15:10:19 +0000 (15:10 +0000)] 
include ddraw.h, questionable fix for questionable struct/union
construct in MS's D3DVECTOR definition.

26 years agoMore flags (DirectX 5.2), DirectSound3DListener and
Robert Riggs [Sun, 22 Nov 1998 15:09:33 +0000 (15:09 +0000)] 
More flags (DirectX 5.2), DirectSound3DListener and
DirectSound3DBuffer structures, include some required files
(windows.h, compobj.h, and d3d.h).

26 years agoDirectSound3DListener and DirectSound3DBuffer stubs, new mixer code,
Robert Riggs [Sun, 22 Nov 1998 15:08:48 +0000 (15:08 +0000)] 
DirectSound3DListener and DirectSound3DBuffer stubs, new mixer code,
primary buffer is implemented closer to what the SDK docs specify,
other SDK documented behaviour enforced. Completed the devcaps list.

26 years agoNew stubs strdate, strtime.
Juergen Schmied [Sun, 22 Nov 1998 15:06:56 +0000 (15:06 +0000)] 
New stubs strdate, strtime.

26 years agoBugfix: typo in SUnMapLS_IP_EBP_8 lead to stack corruption.
Ulrich Weigand [Sun, 22 Nov 1998 15:06:01 +0000 (15:06 +0000)] 
Bugfix: typo in SUnMapLS_IP_EBP_8 lead to stack corruption.

26 years agoFixed a mask set, and other parity setting bugs for serial ports.
Cliff Wright [Sun, 22 Nov 1998 15:05:18 +0000 (15:05 +0000)] 
Fixed a mask set, and other parity setting bugs for serial ports.

26 years agoAdded BSDI sigcontext definitions.
Vasudev Mulchandani [Sun, 22 Nov 1998 14:14:56 +0000 (14:14 +0000)] 
Added BSDI sigcontext definitions.

26 years agoFixed typo.
Rein Klazes [Sun, 22 Nov 1998 14:13:47 +0000 (14:13 +0000)] 
Fixed typo.

26 years agoRemove now useless RELAY_ShowDebugmsgsRelay check.
Marcus Meissner [Sun, 22 Nov 1998 14:12:36 +0000 (14:12 +0000)] 
Remove now useless RELAY_ShowDebugmsgsRelay check.

26 years agoDo not relocate the pointers in the IMAGE_THREAD_LOCAL_STORAGE
Marcus Meissner [Sun, 22 Nov 1998 14:11:59 +0000 (14:11 +0000)] 
Do not relocate the pointers in the IMAGE_THREAD_LOCAL_STORAGE
directory, for they seem to be relocated by the standard relocating
mechanism. (Explicitly checked one program using it)

26 years agoPathAddBackshlash, PathRemoveBackslash: argument is not constant.
Marcus Meissner [Sun, 22 Nov 1998 14:11:22 +0000 (14:11 +0000)] 
PathAddBackshlash, PathRemoveBackslash: argument is not constant.

26 years agoCheck wndPtr for NULL.
Marcus Meissner [Sun, 22 Nov 1998 13:29:29 +0000 (13:29 +0000)] 
Check wndPtr for NULL.

26 years agoBltFast: Honor lPitch, Lock/Unlock surfaces (xlib needs unlock to draw).
Marcus Meissner [Sun, 22 Nov 1998 13:28:48 +0000 (13:28 +0000)] 
BltFast: Honor lPitch, Lock/Unlock surfaces (xlib needs unlock to draw).

26 years agoTakes print spooler functions out of win16drv.
Huw D M Davies [Sun, 22 Nov 1998 12:55:24 +0000 (12:55 +0000)] 
Takes print spooler functions out of win16drv.
Allows the PostScript driver to go into libwine.

26 years agoAdded stubs for two undocumented GDI routines, SetMagicColors and
Ian Schmidt [Sun, 22 Nov 1998 12:54:38 +0000 (12:54 +0000)] 
Added stubs for two undocumented GDI routines, SetMagicColors and
SetSolidBrush. This allows Win98 native USER to start up.

26 years agoFixed the DGA detection code in ddraw. You don't need root access,
Stephen Crowley [Sun, 22 Nov 1998 12:53:54 +0000 (12:53 +0000)] 
Fixed the DGA detection code in ddraw. You don't need root access,
having r+w access to /dev/mem is enough.

26 years agoDirectDraw status updated.
Marcus Meissner [Sun, 22 Nov 1998 12:33:29 +0000 (12:33 +0000)] 
DirectDraw status updated.
Use cooperative window for drawing in xlib implementation if possible.
Slightly restructured IDirectDrawSurface::Blt so it doesn't crash.

26 years agoMicro patch for AltGr key on german keyboards.
David Faure [Sun, 22 Nov 1998 12:22:07 +0000 (12:22 +0000)] 
Micro patch for AltGr key on german keyboards.

26 years agoFixes error handling (SetLastError() and return value).
Juergen Schmied [Sun, 22 Nov 1998 12:21:05 +0000 (12:21 +0000)] 
Fixes error handling (SetLastError() and return value).

26 years agoPartially complete GetTextCharsetInfo and corrects return values for
Gael de Chalendar [Sun, 22 Nov 1998 12:19:49 +0000 (12:19 +0000)] 
Partially complete GetTextCharsetInfo and corrects return values for
this family of functions.

26 years agoBug fix.
Juergen Schmied [Sun, 15 Nov 1998 18:12:12 +0000 (18:12 +0000)] 
Bug fix.

26 years agoFixed retrieval of invalid palette data in GetDIBits().
Eric Kohl [Sun, 15 Nov 1998 18:10:11 +0000 (18:10 +0000)] 
Fixed retrieval of invalid palette data in GetDIBits().

26 years agoAllow SWP_HIDEWINDOW to be called on windows that are already hidden
John Richardson [Sun, 15 Nov 1998 18:07:04 +0000 (18:07 +0000)] 
Allow SWP_HIDEWINDOW to be called on windows that are already hidden
without unmapping them again.

26 years agoFixed scroll bug in ScrollWindowEx32 which caused garbage on screen
Pim Bollen [Sun, 15 Nov 1998 18:05:32 +0000 (18:05 +0000)] 
Fixed scroll bug in ScrollWindowEx32 which caused garbage on screen
outside desktop window with gtwin.exe (Dutch banking program).

26 years agoSmall atom fixes.
Alexandre Julliard [Sun, 15 Nov 1998 17:29:15 +0000 (17:29 +0000)] 
Small atom fixes.

26 years agoFixed bug in StretchDIBits32 (wrong origin).
Dirk Thierbach [Sun, 15 Nov 1998 17:25:44 +0000 (17:25 +0000)] 
Fixed bug in StretchDIBits32 (wrong origin).

26 years agoSmall fixes.
Juergen Schmied [Sun, 15 Nov 1998 16:53:34 +0000 (16:53 +0000)] 
Small fixes.

26 years agoSome corrections to the handling of off-screen buffers.
Lionel Ulmer [Sun, 15 Nov 1998 16:43:32 +0000 (16:43 +0000)] 
Some corrections to the handling of off-screen buffers.
Correction to the EnumDisplayModes function.
Added XShm support to Xlib driver.
Open a DirectX window even when using the DGA driver.

26 years agoCleanup, small fixes, a few new stubs.
Juergen Schmied [Sun, 15 Nov 1998 13:28:00 +0000 (13:28 +0000)] 
Cleanup, small fixes, a few new stubs.

26 years agoHandling for listviewstyles, view mode buttons in filedialogs
Juergen Schmied [Sun, 15 Nov 1998 13:27:16 +0000 (13:27 +0000)] 
Handling for listviewstyles, view mode buttons in filedialogs
enabled and handled.
New listview columns Size, Type, Modified for reportview
created and handled.

26 years agoNew file, wrapper for IShellBrowser class.
Juergen Schmied [Sun, 15 Nov 1998 13:26:25 +0000 (13:26 +0000)] 
New file, wrapper for IShellBrowser class.

26 years agoNew file, some helper functions for icon cache.
Juergen Schmied [Sun, 15 Nov 1998 13:25:18 +0000 (13:25 +0000)] 
New file, some helper functions for icon cache.
Implemented ExtractIconEx; moved SHMapPIDLToSystemImageListIndex,
Shell_GetImageList in this file.

26 years agoImplemented: ILIsEqal, ILFindChild, _ILGetFileDate, _ILGetFileSize.
Juergen Schmied [Sun, 15 Nov 1998 13:19:30 +0000 (13:19 +0000)] 
Implemented: ILIsEqal, ILFindChild, _ILGetFileDate, _ILGetFileSize.

26 years agoLoadLibraryEx: show a warning when called with unimplemented parm.
Juergen Schmied [Sun, 15 Nov 1998 12:15:07 +0000 (12:15 +0000)] 
LoadLibraryEx: show a warning when called with unimplemented parm.

26 years agoCleaned up a bit.
Alexandre Julliard [Sun, 15 Nov 1998 11:51:14 +0000 (11:51 +0000)] 
Cleaned up a bit.

26 years agoClean invalid selectors on the pop %xs from the STACKFRAME itself
Marcus Meissner [Sun, 15 Nov 1998 11:34:10 +0000 (11:34 +0000)] 
Clean invalid selectors on the pop %xs from the STACKFRAME itself
instead of using linked list hack.

26 years agoRemoved gets message.
Alexandre Julliard [Sun, 15 Nov 1998 10:26:13 +0000 (10:26 +0000)] 
Removed gets message.

26 years agoAdded Thai nls-resources.
David Luyer [Sun, 15 Nov 1998 10:21:19 +0000 (10:21 +0000)] 
Added Thai nls-resources.

26 years agoDisplay the language id for "XXX not supported for your language"
Pablo Saratxaga [Sun, 15 Nov 1998 10:20:33 +0000 (10:20 +0000)] 
Display the language id for "XXX not supported for your language"
messages.
Added all languages and sublanguages for languages supported in
resources/sysres_Xx.

26 years agoAdd stubs for GetRunningObjectTable32 and OleRegGetUserType.
Gavriel State [Sun, 15 Nov 1998 09:22:23 +0000 (09:22 +0000)] 
Add stubs for GetRunningObjectTable32 and OleRegGetUserType.

26 years agoEnsure that CreateFileMoniker functions don't return a bogus moniker
Gavriel State [Sun, 15 Nov 1998 09:21:54 +0000 (09:21 +0000)] 
Ensure that CreateFileMoniker functions don't return a bogus moniker
object on failure.

26 years agoAdded code to manage Ascii and WideChar class names, and to return the
Gavriel State [Sun, 15 Nov 1998 09:21:17 +0000 (09:21 +0000)] 
Added code to manage Ascii and WideChar class names, and to return the
names in the GetClassInfo functions.

26 years agoFix to Linux IPX so compiles on non-linux platforms.
Constantine Sapuntzakis [Sun, 15 Nov 1998 09:18:49 +0000 (09:18 +0000)] 
Fix to Linux IPX so compiles on non-linux platforms.

26 years agoOwn X11 errorhandler to locate X11 errors. Useful only with -sync.
Marcus Meissner [Sun, 15 Nov 1998 09:17:08 +0000 (09:17 +0000)] 
Own X11 errorhandler to locate X11 errors. Useful only with -sync.

26 years agoFixed warnings, some only visible with -Wstrict-prototypes or -pedantic.
Juergen Schmied [Sat, 14 Nov 1998 18:59:30 +0000 (18:59 +0000)] 
Fixed warnings, some only visible with -Wstrict-prototypes or -pedantic.

26 years agoMoved X11 mouse cursor handling to the DISPLAY driver.
Ulrich Weigand [Sat, 14 Nov 1998 18:57:47 +0000 (18:57 +0000)] 
Moved X11 mouse cursor handling to the DISPLAY driver.

26 years agoSome fixes to Wine startup/termination sequence with native USER.
Ulrich Weigand [Sat, 14 Nov 1998 18:45:25 +0000 (18:45 +0000)] 
Some fixes to Wine startup/termination sequence with native USER.
Do not call built-in USER signal handler when using native USER.

26 years agoBugfix: -debug didn't work anymore after the last startup sequence patch.
Ulrich Weigand [Sat, 14 Nov 1998 18:43:00 +0000 (18:43 +0000)] 
Bugfix: -debug didn't work anymore after the last startup sequence patch.

26 years agoFixed list insertion bug in CoLoadLibrary().
Eric Kohl [Sat, 14 Nov 1998 18:41:43 +0000 (18:41 +0000)] 
Fixed list insertion bug in CoLoadLibrary().

26 years agoAdded stubs for several VxDs / interrupts.
Ulrich Weigand [Sat, 14 Nov 1998 18:33:34 +0000 (18:33 +0000)] 
Added stubs for several VxDs / interrupts.

26 years agoShould get win16drv AbortProc working. Hopefully.
Huw D M Davies [Sat, 14 Nov 1998 18:28:50 +0000 (18:28 +0000)] 
Should get win16drv AbortProc working. Hopefully.

26 years agoMoved GetKeyboardLayoutName16 to windows/input.c.
Ulrich Weigand [Sat, 14 Nov 1998 18:26:59 +0000 (18:26 +0000)] 
Moved GetKeyboardLayoutName16 to windows/input.c.

26 years agoMoved some declarations from imagehlp.h to common include files.
Patrik Stridvall [Sat, 14 Nov 1998 18:24:37 +0000 (18:24 +0000)] 
Moved some declarations from imagehlp.h to common include files.

26 years agoAdded implementations for InterlockedExchangeAdd() and
Rein Klazes [Sat, 14 Nov 1998 18:21:32 +0000 (18:21 +0000)] 
Added implementations for InterlockedExchangeAdd() and
InterlockedCompareExchange().

26 years agoFixes a few of the many compiler warnings.
Huw D M Davies [Sat, 14 Nov 1998 17:13:51 +0000 (17:13 +0000)] 
Fixes a few of the many compiler warnings.

26 years agoEmulate "mov cr4,eax" (tombraider 3 demo).
Marcus Meissner [Sat, 14 Nov 1998 17:11:52 +0000 (17:11 +0000)] 
Emulate "mov cr4,eax" (tombraider 3 demo).

26 years agoDo not enumerate D3D devices we can't handle anyway.
Marcus Meissner [Sat, 14 Nov 1998 17:10:13 +0000 (17:10 +0000)] 
Do not enumerate D3D devices we can't handle anyway.
Return bitmasks for hi/truecolor depths in EnumDisplayModes.

26 years agoSpeed up relay32, snoop16 and snoop32 include/excludes by doing them
Marcus Meissner [Sat, 14 Nov 1998 17:06:55 +0000 (17:06 +0000)] 
Speed up relay32, snoop16 and snoop32 include/excludes by doing them
just once at creation time.

26 years agoAdded stubs for CoRevokeClassObject and OleSetClipboard.
Pavel Roskin [Sat, 14 Nov 1998 17:01:59 +0000 (17:01 +0000)] 
Added stubs for CoRevokeClassObject and OleSetClipboard.

26 years agoEnumTaskWindows16: Basing the selection on a window's task is not only
Per Ångström [Sat, 14 Nov 1998 17:00:37 +0000 (17:00 +0000)] 
EnumTaskWindows16: Basing the selection on a window's task is not only
more straightforward than comparing message queues, it also works
better for Win32 applications.

26 years agoChanged some of the message classes.
Huw D M Davies [Sat, 14 Nov 1998 16:48:29 +0000 (16:48 +0000)] 
Changed some of the message classes.

26 years agoSpecial case handling of : Shift + arrow, shift + home, ...
David Faure [Sat, 14 Nov 1998 16:47:54 +0000 (16:47 +0000)] 
Special case handling of : Shift + arrow, shift + home, ...
X returns a char for it, but Windows doesn't. Ignore X char.
Also added some documentation.

26 years agougfixes for IPX code and preliminary groundwork for other address
Stephen Langasek [Sat, 14 Nov 1998 16:47:09 +0000 (16:47 +0000)] 
ugfixes for IPX code and preliminary groundwork for other address
family support.

26 years ago(CoGetClassObject) one missing CALLBACK, extremely simplified clsid
Marcus Meissner [Sat, 14 Nov 1998 16:46:26 +0000 (16:46 +0000)] 
(CoGetClassObject) one missing CALLBACK, extremely simplified clsid
lookup (Registry is case insensitive).

26 years agoStubs: SetServiceStatus, RegisterServiceCtrlHandlerA/W,
Juergen Schmied [Sat, 14 Nov 1998 16:43:19 +0000 (16:43 +0000)] 
Stubs: SetServiceStatus, RegisterServiceCtrlHandlerA/W,
StartServiceCtrlDispatcher32A/W, RtlSystemTimeToLocalTime,
RtlTimeToTimeFields.

26 years agoStub for GetNumberFormat32W.
Juergen Schmied [Sat, 14 Nov 1998 16:42:14 +0000 (16:42 +0000)] 
Stub for GetNumberFormat32W.

26 years agogets() fixes.
David A. Cuthbert [Sat, 14 Nov 1998 16:37:04 +0000 (16:37 +0000)] 
gets() fixes.

26 years agoFix SCOUNTRY, SNATIVECTRYNAME, SABBREVDAYNAME3; change some SMONTHNAME*
Alexander V. Lukyanov [Sat, 14 Nov 1998 11:29:31 +0000 (11:29 +0000)] 
Fix SCOUNTRY, SNATIVECTRYNAME, SABBREVDAYNAME3; change some SMONTHNAME*
to be in nominative case.

26 years agoFixed SetMessageQueue32 to return FALSE, not TRUE, when called with
Per Ångström [Sat, 14 Nov 1998 11:29:02 +0000 (11:29 +0000)] 
Fixed SetMessageQueue32 to return FALSE, not TRUE, when called with
an invalid size parameter.

26 years agoAdded correct implementation of GetCaps, changed Play and Stop handling
Lionel Ulmer [Sat, 14 Nov 1998 11:28:24 +0000 (11:28 +0000)] 
Added correct implementation of GetCaps, changed Play and Stop handling
of positions indexes, suppressed warnings.

26 years agoCorrected bug in TRACE function.
Lionel Ulmer [Sat, 14 Nov 1998 11:27:39 +0000 (11:27 +0000)] 
Corrected bug in TRACE function.

26 years agoCorrected bug in DirectDrawSurface creation and handling for driver
Lionel Ulmer [Sat, 14 Nov 1998 11:26:08 +0000 (11:26 +0000)] 
Corrected bug in DirectDrawSurface creation and handling for driver
based upon Xlilb.

26 years agoWine keyboard and mouse have now their own UIDs.
Lionel Ulmer [Sat, 14 Nov 1998 11:22:25 +0000 (11:22 +0000)] 
Wine keyboard and mouse have now their own UIDs.

26 years agoFix allocation size in CreateDIBPatternBrush*.
Huw D M Davies [Sat, 14 Nov 1998 11:20:51 +0000 (11:20 +0000)] 
Fix allocation size in CreateDIBPatternBrush*.

26 years agoRelease 981108. wine-981108
Alexandre Julliard [Sun, 8 Nov 1998 18:20:34 +0000 (18:20 +0000)] 
Release 981108.

26 years agoFixed keystroke accelerators in dialogs which have controls containing
NF Stevens [Sun, 8 Nov 1998 16:44:41 +0000 (16:44 +0000)] 
Fixed keystroke accelerators in dialogs which have controls containing
other controls as child windows.

26 years agoFixes: LB_/CB_/EM_ messages for getting/setting text and a bug in
Juergen Schmied [Sun, 8 Nov 1998 16:28:49 +0000 (16:28 +0000)] 
Fixes: LB_/CB_/EM_ messages for getting/setting text and a bug in
16->32 bit conversion.

26 years agoPrevent CreateDIBSection from seg faulting when one dimension of
Eric Pouech [Sun, 8 Nov 1998 16:27:02 +0000 (16:27 +0000)] 
Prevent CreateDIBSection from seg faulting when one dimension of
section is 0.

26 years agoSupport for IPX networking via winsock under Linux.
Stephen Langasek [Sun, 8 Nov 1998 15:42:40 +0000 (15:42 +0000)] 
Support for IPX networking via winsock under Linux.

26 years agoAdded a stub for StartDocA and EndDoc.
Uwe Bonnes [Sun, 8 Nov 1998 15:38:32 +0000 (15:38 +0000)] 
Added a stub for StartDocA and EndDoc.

26 years agoMore complete implementation of the SetCtrlHandler() function (and the
James Sutherland [Sun, 8 Nov 1998 15:09:08 +0000 (15:09 +0000)] 
More complete implementation of the SetCtrlHandler() function (and the
related console functions).

26 years agoAdded CreateDIBPatternBrushPt (GDI32.35) with minor documentation
Jeff Johann [Sun, 8 Nov 1998 15:07:22 +0000 (15:07 +0000)] 
Added CreateDIBPatternBrushPt (GDI32.35) with minor documentation
updates.

26 years agoSimulate the VGA vertical refresh.
Ove Kaaven [Sun, 8 Nov 1998 15:06:31 +0000 (15:06 +0000)] 
Simulate the VGA vertical refresh.