wine
24 years ago- new interface declaration for IShellfolder2
Juergen Schmied [Sun, 7 Nov 1999 22:31:18 +0000 (22:31 +0000)] 
- new interface declaration for IShellfolder2
- added this interface to all shell folders
- small fixes to shellview (crash with native comdlg32)

24 years agoFixed the relocation hack in PE_InitTls. Added some more for the other
Marcus Meissner [Sun, 7 Nov 1999 22:29:18 +0000 (22:29 +0000)] 
Fixed the relocation hack in PE_InitTls. Added some more for the other
pointerfields in the TLS entry. (With testing help from Jussi
Jumppanen <jussij@zeusedit.com>).

24 years agoAdded ChangeDisplaySettingsExA stub and some flag defines.
Marcus Meissner [Sun, 7 Nov 1999 22:26:20 +0000 (22:26 +0000)] 
Added ChangeDisplaySettingsExA stub and some flag defines.

24 years agoAdded the hex triplets to the console color definitions.
Robert 'Admiral' Coeyman [Sun, 7 Nov 1999 22:23:39 +0000 (22:23 +0000)] 
Added the hex triplets to the console color definitions.

24 years agoAdded the possibility to have mouse movements reported relative to
Lionel Ulmer [Sun, 7 Nov 1999 21:25:57 +0000 (21:25 +0000)] 
Added the possibility to have mouse movements reported relative to
Wine's mouse driver.

24 years agoAdded ICMP DLL implementation.
Francois Gouget [Sun, 7 Nov 1999 21:22:17 +0000 (21:22 +0000)] 
Added ICMP DLL implementation.

24 years ago- Bugfix: Styles were evaluated as expressions. The NOT in combination
Juergen Schmied [Sun, 7 Nov 1999 21:08:57 +0000 (21:08 +0000)] 
- Bugfix: Styles were evaluated as expressions. The NOT in combination
  with style flags was not overwriting the default styles like WS_VISIBLE.
  Solved by introducing own rules for parsing styles.

24 years agoFixed the height of the ComboBox drop list.
Jim Aston [Sun, 7 Nov 1999 21:04:57 +0000 (21:04 +0000)] 
Fixed the height of the ComboBox drop list.

24 years agoWindows sends WM_GETDLGCODE only in response to keyboard messages
David Grant [Sun, 7 Nov 1999 21:02:17 +0000 (21:02 +0000)] 
Windows sends WM_GETDLGCODE only in response to keyboard messages
(WM_KEYDOWN, WM_CHAR, WM_SYSCHAR).

24 years ago- Added missing __attribute__ ((com_interface)) for IUnknown with.
Peter Hunnisett [Sun, 7 Nov 1999 19:25:25 +0000 (19:25 +0000)] 
- Added missing __attribute__ ((com_interface)) for IUnknown with.
  ICOM_USE_COM_INTERFACE_ATTRIBUTE
- Small addition to comments surrounding
  ICOM_USE_COM_INTERFACE_ATTRIBUTE "option".

24 years agoImplementation of RegisterNLSInfoChanged.
Andreas Mohr [Sun, 7 Nov 1999 19:24:47 +0000 (19:24 +0000)] 
Implementation of RegisterNLSInfoChanged.

24 years agoAddresses issues with multiple processes accessing non-global critical
James Abbatiello [Sun, 7 Nov 1999 19:22:46 +0000 (19:22 +0000)] 
Addresses issues with multiple processes accessing non-global critical
sections.

24 years agoFixed bug in WINSOCK_accept when no event is present.
Jeremy White [Sun, 7 Nov 1999 19:15:19 +0000 (19:15 +0000)] 
Fixed bug in WINSOCK_accept when no event is present.

24 years agoAdded stubs for RasEnumEntriesA and RasGetEntryDialParamsA.
Rein Klazes [Sun, 7 Nov 1999 05:49:28 +0000 (05:49 +0000)] 
Added stubs for RasEnumEntriesA and RasGetEntryDialParamsA.

24 years agoImplementation of custom dialog messages and notifications.
Ulrich Czekalla [Sun, 7 Nov 1999 05:39:24 +0000 (05:39 +0000)] 
Implementation of custom dialog messages and notifications.

24 years ago- Proper initialization of cchTextMax field was added for
David Grant [Sun, 7 Nov 1999 05:36:44 +0000 (05:36 +0000)] 
- Proper initialization of cchTextMax field was added for
  TVN_GETDISPINFO notification message.
- TVM_SETITEM should update 'mask' field to synchronize it with
  current item state.

24 years agoIf PageSize/InputSlot entry doesn't contain an options translation
Huw D M Davies [Sun, 7 Nov 1999 05:32:28 +0000 (05:32 +0000)] 
If PageSize/InputSlot entry doesn't contain an options translation
string use the option name instead.

24 years agoFixed SetTitleA when string resources were to be loaded.
Eric Pouech [Sun, 7 Nov 1999 05:28:32 +0000 (05:28 +0000)] 
Fixed SetTitleA when string resources were to be loaded.

24 years ago- Fixed an error for scrolling in Listview (sometimes a column would
Pierre Mageau [Sun, 7 Nov 1999 05:25:58 +0000 (05:25 +0000)] 
- Fixed an error for scrolling in Listview (sometimes a column would
  not be visible) due to my last checkin.
- Fixed an error for the header control when the Listview is resized with WM_SIZE
- Fixed the scrolling for small and large icon (this broke because of
  the use of SB_PAGE in scrollInfo)
- Added a patch made by Noomen Hamza to update the item width when
  adding a new item

24 years agoHandle socket creation errors.
Ove Kaaven [Sun, 7 Nov 1999 05:23:02 +0000 (05:23 +0000)] 
Handle socket creation errors.

24 years agoWhen a popupmenu is currently active on the screen, it shouldn't
Karl Lessard [Sun, 7 Nov 1999 05:17:10 +0000 (05:17 +0000)] 
When a popupmenu is currently active on the screen, it shouldn't
remove mouse click messages that don't belong to it from the queue.

24 years agoExec `wineclipsrv' not `wineclipsvr', and don't inherit wine's X
Juergen Lock [Sun, 7 Nov 1999 05:12:43 +0000 (05:12 +0000)] 
Exec `wineclipsrv' not `wineclipsvr', and don't inherit wine's X
sockets to it (otherwise windows stay around when wine hangs).

24 years agoFixed -debugmsg +server.
Alexandre Julliard [Thu, 4 Nov 1999 02:51:24 +0000 (02:51 +0000)] 
Fixed -debugmsg +server.

24 years agoAdded special handling for the stdio handles in CloseHandle.
Alexandre Julliard [Thu, 4 Nov 1999 02:49:06 +0000 (02:49 +0000)] 
Added special handling for the stdio handles in CloseHandle.

24 years agoMade all handles multiple of 4. Fixed semantics for pseudo-handles.
Alexandre Julliard [Thu, 4 Nov 1999 02:33:45 +0000 (02:33 +0000)] 
Made all handles multiple of 4. Fixed semantics for pseudo-handles.

24 years agoFree the handles of the event structure in the right process (thanks
Alexandre Julliard [Thu, 4 Nov 1999 02:31:10 +0000 (02:31 +0000)] 
Free the handles of the event structure in the right process (thanks
to Jeremy White).

24 years ago- Added dplayx LibMain for initialization of all dplayx 'global' data
Peter Hunnisett [Thu, 4 Nov 1999 02:17:03 +0000 (02:17 +0000)] 
- Added dplayx LibMain for initialization of all dplayx 'global' data
- Added start for global data manipulation
- TODO list updated
- Added some missing header file definitions
- Added the ansi versions of dplay and dplobby
- Fixed invalid macro for IDirectPlay4
- Cleaned up compiler warnings
- More implementation, bug fixes and critical region protection

24 years agoNever send a WM_CLOSE message to a popup window.
Karl Lessard [Thu, 4 Nov 1999 02:11:55 +0000 (02:11 +0000)] 
Never send a WM_CLOSE message  to a popup window.

24 years agoCheck if the window is managed before trying to give it focus.
Karl Lessard [Thu, 4 Nov 1999 02:10:08 +0000 (02:10 +0000)] 
Check if the window is managed before trying to give it focus.

24 years agoEnhanced linux joystick api detection slightly.
Marcus Meissner [Thu, 4 Nov 1999 02:04:01 +0000 (02:04 +0000)] 
Enhanced linux joystick api detection slightly.

24 years agoAdded Polish keyboard support.
Jaroslaw Piotr Sobieszek [Thu, 4 Nov 1999 02:02:05 +0000 (02:02 +0000)] 
Added Polish keyboard support.

24 years agoAdd DC_VERSION and DC_TRUETYPE to win16drv DeviceCapabilities.
Huw D M Davies [Thu, 4 Nov 1999 01:59:38 +0000 (01:59 +0000)] 
Add DC_VERSION and DC_TRUETYPE to win16drv DeviceCapabilities.

24 years agoAdd `Cassette' to PPD -> windows printer-bin mapping.
Huw D M Davies [Thu, 4 Nov 1999 01:57:38 +0000 (01:57 +0000)] 
Add `Cassette' to PPD -> windows printer-bin mapping.

24 years agoModified lstrcpynWtoA to put terminating null at end of string, not
Michael McCormack [Thu, 4 Nov 1999 01:54:26 +0000 (01:54 +0000)] 
Modified lstrcpynWtoA to put terminating null at end of string, not
end of buffer.

24 years agoRemoved duplicate macro definitions for the IStorage and IStream COM
Francois Gouget [Thu, 4 Nov 1999 01:51:46 +0000 (01:51 +0000)] 
Removed duplicate macro definitions for the IStorage and IStream COM
interfaces.

24 years agoFixed COLOR_MAX definition for new Win32 values.
Karl Lessard [Thu, 4 Nov 1999 01:48:54 +0000 (01:48 +0000)] 
Fixed COLOR_MAX definition for new Win32 values.

24 years agoRemoved unnecessary USER call from GetFontMetrics. Fixes native USER.
Ian Schmidt [Thu, 4 Nov 1999 01:45:53 +0000 (01:45 +0000)] 
Removed unnecessary USER call from GetFontMetrics. Fixes native USER.

24 years agoSet proper item focus on DeleteItem.
Ulrich Czekalla [Thu, 4 Nov 1999 01:42:36 +0000 (01:42 +0000)] 
Set proper item focus on DeleteItem.
Clean up edit label implementation.

24 years agoFixed a long standing (and annoying) typo, that prevented
Peter Schlaile [Thu, 4 Nov 1999 01:39:59 +0000 (01:39 +0000)] 
Fixed a long standing (and annoying) typo, that prevented
GetDiskFreeSpaceA from working...

24 years agoEnable safe reading of registry file, even if file is broken.
Eric Pouech [Thu, 4 Nov 1999 01:38:11 +0000 (01:38 +0000)] 
Enable safe reading of registry file, even if file is broken.

24 years agoChanged OpenDesktop stub to Win9x behavior for QuickTime 4.
Ian Schmidt [Thu, 4 Nov 1999 01:36:24 +0000 (01:36 +0000)] 
Changed OpenDesktop stub to Win9x behavior for QuickTime 4.

24 years agoRelease 991031. wine-991031
Alexandre Julliard [Sun, 31 Oct 1999 22:56:49 +0000 (22:56 +0000)] 
Release 991031.

24 years agoSet close-on-exec flag on server socket.
Alexandre Julliard [Sun, 31 Oct 1999 22:26:35 +0000 (22:26 +0000)] 
Set close-on-exec flag on server socket.

24 years agoAdded explanation on creating a new DLL.
Eric Pouech [Sun, 31 Oct 1999 22:15:58 +0000 (22:15 +0000)] 
Added explanation on creating a new DLL.

24 years agoBetter version autodetection.
Juergen Schmied [Sun, 31 Oct 1999 21:38:31 +0000 (21:38 +0000)] 
Better version autodetection.

24 years agoImplemented support of DS_CONTROL and WS_EX_CONTROLPARENT styles.
Ulrich Czekalla [Sun, 31 Oct 1999 21:35:35 +0000 (21:35 +0000)] 
Implemented support of DS_CONTROL and WS_EX_CONTROLPARENT styles.

24 years agoFail when LPRECT contains negative values.
Ivan de Saedeleer [Sun, 31 Oct 1999 21:32:42 +0000 (21:32 +0000)] 
Fail when LPRECT contains negative values.

24 years agoOn ConfigureNotify, find the first visible window above the current one.
Pierre Mageau [Sun, 31 Oct 1999 21:30:16 +0000 (21:30 +0000)] 
On ConfigureNotify, find the first visible window above the current one.

24 years agoCorrected operand sizes for the "enter" instruction.
Rein Klazes [Sun, 31 Oct 1999 21:25:11 +0000 (21:25 +0000)] 
Corrected operand sizes for the "enter" instruction.

24 years agoPSM_ADDPAGE returns TRUE or FALSE.
Thuy Nguyen [Sun, 31 Oct 1999 18:29:47 +0000 (18:29 +0000)] 
PSM_ADDPAGE returns TRUE or FALSE.

24 years agoMade msacm32 really load ACM drivers.
Eric Pouech [Sun, 31 Oct 1999 18:29:16 +0000 (18:29 +0000)] 
Made msacm32 really load ACM drivers.

24 years agoPrevent FillRgn from using a NULL pointer.
Jim Aston [Sun, 31 Oct 1999 17:42:16 +0000 (17:42 +0000)] 
Prevent FillRgn from using a NULL pointer.

24 years agoFixed a few problems with RegEnumKey*.
Huw D M Davies [Sun, 31 Oct 1999 17:40:21 +0000 (17:40 +0000)] 
Fixed a few problems with RegEnumKey*.

24 years agoImplementation of user defined templates.
Ulrich Czekalla [Sun, 31 Oct 1999 17:37:39 +0000 (17:37 +0000)] 
Implementation of user defined templates.

24 years agoIMalloc16_Constructor: moved ICOM_VTBL(This) where it belongs.
Marcus Meissner [Sun, 31 Oct 1999 17:36:47 +0000 (17:36 +0000)] 
IMalloc16_Constructor: moved ICOM_VTBL(This) where it belongs.

24 years agoDo not clear the drawing area for etched static controls.
Marcus Meissner [Sun, 31 Oct 1999 17:36:26 +0000 (17:36 +0000)] 
Do not clear the drawing area for etched static controls.
Replaced our own drawing stuff in etched static controls by DrawEdge.

24 years agoIn report view mode of the listview control, implemented the
Pierre Mageau [Sun, 31 Oct 1999 17:35:47 +0000 (17:35 +0000)] 
In report view mode of the listview control, implemented the
horizontal scrollbar functionality.

24 years agoFixed a small bug in the behavior of maximized MDI children.
Francis Beaudet [Sun, 31 Oct 1999 17:35:06 +0000 (17:35 +0000)] 
Fixed a small bug in the behavior of maximized MDI children.

24 years agoRewrite of EnumPrinters.
Huw D M Davies [Sun, 31 Oct 1999 17:34:31 +0000 (17:34 +0000)] 
Rewrite of EnumPrinters.

24 years agoFill in the hwndFrom field of the NMHDR structure when sending
Thuy Nguyen [Sun, 31 Oct 1999 17:33:50 +0000 (17:33 +0000)] 
Fill in the hwndFrom field of the NMHDR structure when sending
notifications.

24 years agoWhen reading a profile entry remove trailing quote when there's an
Eric Pouech [Sun, 31 Oct 1999 17:32:57 +0000 (17:32 +0000)] 
When reading a profile entry remove trailing quote when there's an
opening one.

24 years agoReturn correct height and width for stock fonts in GetObject.
Francis Beaudet [Sun, 31 Oct 1999 17:32:26 +0000 (17:32 +0000)] 
Return correct height and width for stock fonts in GetObject.

24 years agoCompile fix.
Alexandre Julliard [Sun, 31 Oct 1999 02:33:21 +0000 (02:33 +0000)] 
Compile fix.

24 years agoAdded wmcdrc.h
Alexandre Julliard [Sun, 31 Oct 1999 02:31:15 +0000 (02:31 +0000)] 
Added wmcdrc.h

24 years agoAdded support for the addition and removal of custom I/O preocedures.
Ulrich Czekalla [Sun, 31 Oct 1999 02:25:32 +0000 (02:25 +0000)] 
Added support for the addition and removal of custom I/O preocedures.

24 years agoImplemented ProgIDFromCLSID.
Abey George [Sun, 31 Oct 1999 02:24:51 +0000 (02:24 +0000)] 
Implemented ProgIDFromCLSID.

24 years agoWizard mode property sheets have a tab control.
Thuy Nguyen [Sun, 31 Oct 1999 02:24:29 +0000 (02:24 +0000)] 
Wizard mode property sheets have a tab control.

24 years agoAdded built-in msacm.drv and midimap.drv drivers.
Eric Pouech [Sun, 31 Oct 1999 02:23:49 +0000 (02:23 +0000)] 
Added built-in msacm.drv and midimap.drv drivers.

24 years ago- Minor fixes and reorganizations.
Patrik Stridvall [Sun, 31 Oct 1999 02:08:38 +0000 (02:08 +0000)] 
- Minor fixes and reorganizations.
- Added checks for documentation inconsistencies.

24 years agoAdded missing configuration #if:s and #includes:s.
Patrik Stridvall [Sun, 31 Oct 1999 02:07:54 +0000 (02:07 +0000)] 
Added missing configuration #if:s and #includes:s.

24 years agoFixed documentation.
Patrik Stridvall [Sun, 31 Oct 1999 02:07:05 +0000 (02:07 +0000)] 
Fixed documentation.

24 years agoSolaris make doesn't like unnecessary \.
Patrik Stridvall [Sun, 31 Oct 1999 02:01:57 +0000 (02:01 +0000)] 
Solaris make doesn't like unnecessary \.

24 years agoGeneralized the use of the new ICOM_VFIELD and ICOM_VTBL macros.
Francois Gouget [Sun, 31 Oct 1999 01:59:23 +0000 (01:59 +0000)] 
Generalized the use of the new ICOM_VFIELD and ICOM_VTBL macros.

24 years agoFixed a couple of compiler warnings.
Huw D M Davies [Sun, 31 Oct 1999 01:56:51 +0000 (01:56 +0000)] 
Fixed a couple of compiler warnings.

24 years agoA crash would occur if the file type in report mode was empty.
Pierre Mageau [Sun, 31 Oct 1999 01:55:36 +0000 (01:55 +0000)] 
A crash would occur if the file type in report mode was empty.

24 years agoChanged the initialisation of the KeyState array.
Lionel Ulmer [Sun, 31 Oct 1999 01:54:50 +0000 (01:54 +0000)] 
Changed the initialisation of the KeyState array.

24 years agoBetter handling of newlines in FormatMessage*.
Huw D M Davies [Sun, 31 Oct 1999 01:54:17 +0000 (01:54 +0000)] 
Better handling of newlines in FormatMessage*.

24 years agoFix (some) bad behavior with buffer underrun.
Eric Pouech [Sun, 31 Oct 1999 01:53:47 +0000 (01:53 +0000)] 
Fix (some) bad behavior with buffer underrun.

24 years agoFixed PlaySound proc for non PCM content.
Eric Pouech [Sun, 31 Oct 1999 01:53:21 +0000 (01:53 +0000)] 
Fixed PlaySound proc for non PCM content.

24 years ago- Treeview uses COLOR_WINDOW color instead of clrBk to fill background.
Ulrich Czekalla [Sun, 31 Oct 1999 01:52:42 +0000 (01:52 +0000)] 
- Treeview uses COLOR_WINDOW color instead of clrBk to fill background.
- Treeview: colors returned by TVM_GET**COLOR are mixed up.

24 years agoClicking the combo box would cause a crash if it was empty.
Pierre Mageau [Sun, 31 Oct 1999 01:52:01 +0000 (01:52 +0000)] 
Clicking the combo box would cause a crash if it was empty.

24 years agoIt appears that StartDoc sends the STARTDOC escape with the DOCINFO
Huw D M Davies [Sun, 31 Oct 1999 01:49:30 +0000 (01:49 +0000)] 
It appears that StartDoc sends the STARTDOC escape with the DOCINFO
structure pointed to with the output data parameter.

24 years agoStub for EngineRealizeFontExt (used by the win98 pscript driver).
Huw D M Davies [Sun, 31 Oct 1999 01:46:21 +0000 (01:46 +0000)] 
Stub for EngineRealizeFontExt (used by the win98 pscript driver).

24 years agoSelected button within tab control will be painted with the right
Noomen Hamza [Sun, 31 Oct 1999 01:43:25 +0000 (01:43 +0000)] 
Selected button within tab control will be painted with the right
color brush.

24 years agoDo not send two PSN_KILLACTIVE messages.
Pierre Mageau [Sun, 31 Oct 1999 01:40:28 +0000 (01:40 +0000)] 
Do not send two PSN_KILLACTIVE messages.

24 years agoini variables do not like ; comments after them (they are not shell
Marcus Meissner [Sun, 31 Oct 1999 01:37:02 +0000 (01:37 +0000)] 
ini variables do not like ; comments after them (they are not shell
scripts). Fixed a typo in one of the names.

24 years agoAdded two macros, ICOM_VFIELD and ICOM_VTBL, so that when implementing
Francois Gouget [Mon, 25 Oct 1999 15:43:36 +0000 (15:43 +0000)] 
Added two macros, ICOM_VFIELD and ICOM_VTBL, so that when implementing
a COM interface one never has to name the lpVtbl field explicitly.

24 years agoSysAllocStringLen16 needs to handle NULL pointers, too.
Andreas Mohr [Mon, 25 Oct 1999 15:41:24 +0000 (15:41 +0000)] 
SysAllocStringLen16 needs to handle NULL pointers, too.

24 years agoBug fix.
Andreas Mohr [Mon, 25 Oct 1999 15:39:59 +0000 (15:39 +0000)] 
Bug fix.

24 years agoFixed small typos and slightly outdated comments.
Francois Gouget [Mon, 25 Oct 1999 15:38:58 +0000 (15:38 +0000)] 
Fixed small typos and slightly outdated comments.

24 years agoPartial implementation of the Shell32 call Win32DeleteFile(), required
Ian Schmidt [Mon, 25 Oct 1999 15:36:39 +0000 (15:36 +0000)] 
Partial implementation of the Shell32 call Win32DeleteFile(), required
by IE5's Explorer.

24 years agoAdded dependency on winestub.o
Alexandre Julliard [Mon, 25 Oct 1999 02:50:08 +0000 (02:50 +0000)] 
Added dependency on winestub.o

24 years ago- Added missing configuration #if:s and #includes:s.
Patrik Stridvall [Sun, 24 Oct 1999 22:13:47 +0000 (22:13 +0000)] 
- Added missing configuration #if:s and #includes:s.
- Minor configuration related changes.

24 years agoMade LoadHomeRegistryFiles default to TRUE.
Marcus Meissner [Sun, 24 Oct 1999 22:08:33 +0000 (22:08 +0000)] 
Made LoadHomeRegistryFiles default to TRUE.

24 years agoMade the include files self-sufficient.
Patrik Stridvall [Sun, 24 Oct 1999 21:48:50 +0000 (21:48 +0000)] 
Made the include files self-sufficient.

24 years ago- Fixed the long long problem.
Patrik Stridvall [Sun, 24 Oct 1999 21:45:39 +0000 (21:45 +0000)] 
- Fixed the long long problem.
- Added configure include consistancy checking.
- Added progress indicator.
- Began splitting up the win16api.dat and win32api.dat files.
- Added various minor checks.
- Minor fixes.

24 years agoAdded spec file declarations for already implemented functions.
Patrik Stridvall [Sun, 24 Oct 1999 21:35:16 +0000 (21:35 +0000)] 
Added spec file declarations for already implemented functions.

24 years agoAdded Win16 variants of existing Win32 functions.
Patrik Stridvall [Sun, 24 Oct 1999 21:32:43 +0000 (21:32 +0000)] 
Added Win16 variants of existing Win32 functions.

24 years agoSolaris compile fix.
Patrik Stridvall [Sun, 24 Oct 1999 21:29:48 +0000 (21:29 +0000)] 
Solaris compile fix.

24 years agoRemove prefixing by a tilde for GetTempFileName 32bits.
Gerard Patel [Sun, 24 Oct 1999 20:48:54 +0000 (20:48 +0000)] 
Remove prefixing by a tilde for GetTempFileName 32bits.