wine
24 years agoAdded support for WriteProcessMemory through the server.
Alexandre Julliard [Sat, 13 Nov 1999 19:54:54 +0000 (19:54 +0000)] 
Added support for WriteProcessMemory through the server.

24 years agoAdded get_page_size function.
Alexandre Julliard [Sat, 13 Nov 1999 19:49:05 +0000 (19:49 +0000)] 
Added get_page_size function.

24 years agoAdded support for ReadProcessMemory through the server.
Alexandre Julliard [Fri, 12 Nov 1999 21:39:14 +0000 (21:39 +0000)] 
Added support for ReadProcessMemory through the server.

24 years agoAdded support for CREATE_SUSPENDED flag in CreateProcess.
Alexandre Julliard [Fri, 12 Nov 1999 03:35:25 +0000 (03:35 +0000)] 
Added support for CREATE_SUSPENDED flag in CreateProcess.

24 years agoImplemented VWin32 VxDCall mechanism and 2 calls.
Ian Schmidt [Fri, 12 Nov 1999 03:28:26 +0000 (03:28 +0000)] 
Implemented VWin32 VxDCall mechanism and 2 calls.

24 years agoFixed joystick scaling.
<jodaman@cegt201.bradley.edu> [Fri, 12 Nov 1999 03:23:50 +0000 (03:23 +0000)] 
Fixed joystick scaling.

24 years agoUse constants IDOK and IDCANCEL in .rc files.
Gustavo Junior Alves [Fri, 12 Nov 1999 01:50:03 +0000 (01:50 +0000)] 
Use constants IDOK and IDCANCEL in .rc files.

24 years agoPortability fix: renamed PTRACE_* into PT_*.
Gerald Pfeifer [Fri, 12 Nov 1999 01:40:09 +0000 (01:40 +0000)] 
Portability fix: renamed PTRACE_* into PT_*.

24 years agoAllow for buggy apps that call the wrong VxDCall routine.
Ulrich Weigand [Fri, 12 Nov 1999 01:39:18 +0000 (01:39 +0000)] 
Allow for buggy apps that call the wrong VxDCall routine.

24 years agoComplete stub for RasEnumEntries by saying we have 0 entries.
Gerard Patel [Fri, 12 Nov 1999 01:38:49 +0000 (01:38 +0000)] 
Complete stub for RasEnumEntries by saying we have 0 entries.

24 years agoAdd debugstr_hex_dump to allow display hex dumps of data in any
Jeremy White [Fri, 12 Nov 1999 01:38:12 +0000 (01:38 +0000)] 
Add debugstr_hex_dump to allow display hex dumps of data in any
debugging message.

24 years agoAdded use_ptrace flag to disable ptrace usage. Should eventually be
Alexandre Julliard [Fri, 12 Nov 1999 01:10:05 +0000 (01:10 +0000)] 
Added use_ptrace flag to disable ptrace usage. Should eventually be
made into an option.

24 years agoMade the buttons in the filedlg change when selecting a different
Juergen Schmied [Fri, 12 Nov 1999 01:02:27 +0000 (01:02 +0000)] 
Made the buttons in the filedlg change when selecting a different
view type by the context menu, cleanup.

24 years agoAdded Spanish (pure Castillan) MM error string translation.
Julio Cesar Gazquez [Fri, 12 Nov 1999 01:01:24 +0000 (01:01 +0000)] 
Added Spanish (pure Castillan) MM error string translation.

24 years agoAdded signal handling for SPARC / Solaris.
Ulrich Weigand [Fri, 12 Nov 1999 01:00:34 +0000 (01:00 +0000)] 
Added signal handling for SPARC / Solaris.

24 years agoComment out explicit call to SHELL_SaveRegistry since winelib programs
Huw D M Davies [Fri, 12 Nov 1999 00:59:43 +0000 (00:59 +0000)] 
Comment out explicit call to SHELL_SaveRegistry since winelib programs
now exit properly.  Change several NULLs to '\0's.  Fix some spelling.

24 years agoFixed XShm completion event leak.
Ove Kaaven [Fri, 12 Nov 1999 00:59:17 +0000 (00:59 +0000)] 
Fixed XShm completion event leak.

24 years agoFixed recursion count while calling midiStream(Pause|Restart).
Eric Pouech [Fri, 12 Nov 1999 00:58:52 +0000 (00:58 +0000)] 
Fixed recursion count while calling midiStream(Pause|Restart).

24 years agoFix save_check_tainted to properly scan the tree so that all tainted
Huw D M Davies [Fri, 12 Nov 1999 00:58:15 +0000 (00:58 +0000)] 
Fix save_check_tainted to properly scan the tree so that all tainted
branches get saved.

24 years agoAdded a stub for setjmp.
Bernd Paysan [Fri, 12 Nov 1999 00:57:49 +0000 (00:57 +0000)] 
Added a stub for setjmp.

24 years agoDon't crash when we get a SIGCHLD for a removed thread.
Alexandre Julliard [Wed, 10 Nov 1999 20:25:19 +0000 (20:25 +0000)] 
Don't crash when we get a SIGCHLD for a removed thread.

24 years agoSolaris compile fixes.
Patrik Stridvall [Wed, 10 Nov 1999 20:21:37 +0000 (20:21 +0000)] 
Solaris compile fixes.

24 years ago(Preliminary) CONTEXT structure for SPARC added.
Ulrich Weigand [Wed, 10 Nov 1999 20:18:53 +0000 (20:18 +0000)] 
(Preliminary) CONTEXT structure for SPARC added.

24 years agoBugfix: LOAD_DLL_DEBUG_EVENT lpImageName parameter was incorrect.
Ulrich Weigand [Wed, 10 Nov 1999 20:15:04 +0000 (20:15 +0000)] 
Bugfix: LOAD_DLL_DEBUG_EVENT lpImageName parameter was incorrect.

24 years agoWhen decommitting, remap zero pages using MAP_FIXED.
Ulrich Weigand [Wed, 10 Nov 1999 19:59:32 +0000 (19:59 +0000)] 
When decommitting, remap zero pages using MAP_FIXED.

24 years agoCoGetClassObject should complain about not being able to do
Rein Klazes [Wed, 10 Nov 1999 19:57:45 +0000 (19:57 +0000)] 
CoGetClassObject should complain about not being able to do
out-of-process servers *only* if the application doesn't include the
in-process options.

24 years agoSend WM_CTLCOLOREDIT not WM_CTLCOLORSTATIC messages to parent of a
Rein Klazes [Wed, 10 Nov 1999 19:55:29 +0000 (19:55 +0000)] 
Send WM_CTLCOLOREDIT not WM_CTLCOLORSTATIC messages to parent of a
disabled edit control if the application expects a windows version
before WIN95 and NT40.

24 years agoStub for GetOverlappedResult.
Moshe Vainer [Wed, 10 Nov 1999 19:51:01 +0000 (19:51 +0000)] 
Stub for GetOverlappedResult.

24 years agoDetermine expected_version of PE buddies from the SubsystemVersion.
Ulrich Weigand [Wed, 10 Nov 1999 19:45:56 +0000 (19:45 +0000)] 
Determine expected_version of PE buddies from the SubsystemVersion.

24 years agoBugfix: Exception handlers are *not* WINAPI.
Ulrich Weigand [Wed, 10 Nov 1999 19:42:13 +0000 (19:42 +0000)] 
Bugfix: Exception handlers are *not* WINAPI.

24 years agoPreliminary ptrace support.
Alexandre Julliard [Mon, 8 Nov 1999 05:31:47 +0000 (05:31 +0000)] 
Preliminary ptrace support.

24 years agoRemoved obsolete file.
Alexandre Julliard [Mon, 8 Nov 1999 02:28:38 +0000 (02:28 +0000)] 
Removed obsolete file.

24 years agoRemap zero-pages when decomitting a page range (based on a patch by
Alexandre Julliard [Mon, 8 Nov 1999 02:12:30 +0000 (02:12 +0000)] 
Remap zero-pages when decomitting a page range (based on a patch by
Gerard Patel).

24 years agoInstall the wine server in $(bindir) and exec it from there.
Alexandre Julliard [Mon, 8 Nov 1999 00:03:53 +0000 (00:03 +0000)] 
Install the wine server in $(bindir) and exec it from there.

24 years agoDo not free the handles once they have been sent to the client (thanks
Alexandre Julliard [Sun, 7 Nov 1999 23:59:08 +0000 (23:59 +0000)] 
Do not free the handles once they have been sent to the client (thanks
to Jeremy White).

24 years agoFixed crash when asked to use strings identified by resource id
Eric Pouech [Sun, 7 Nov 1999 23:36:31 +0000 (23:36 +0000)] 
Fixed crash when asked to use strings identified by resource id
instead of pointer.

24 years agoWhen window class has CS_CLASSDC style we should not remove the DC
Jim Aston [Sun, 7 Nov 1999 23:36:09 +0000 (23:36 +0000)] 
When window class has CS_CLASSDC style we should not remove the DC
when destroying the window.

24 years agoMinor fixes.
Patrik Stridvall [Sun, 7 Nov 1999 23:35:24 +0000 (23:35 +0000)] 
Minor fixes.

24 years agoMinor fixes and reorganizations.
Patrik Stridvall [Sun, 7 Nov 1999 23:35:03 +0000 (23:35 +0000)] 
Minor fixes and reorganizations.

24 years agoRemoved obsolete files no longer in use.
Patrik Stridvall [Sun, 7 Nov 1999 23:34:39 +0000 (23:34 +0000)] 
Removed obsolete files no longer in use.

24 years agoDirectX-XShm now waits for the X server to finish the previous frame
Ove Kaaven [Sun, 7 Nov 1999 22:44:06 +0000 (22:44 +0000)] 
DirectX-XShm now waits for the X server to finish the previous frame
before sending another frame down its pipe, avoiding the X server
overload and resulting slowness that used to be.

24 years ago- unified templates for the open and the save dlg
Juergen Schmied [Sun, 7 Nov 1999 22:41:05 +0000 (22:41 +0000)] 
- unified templates for the open and the save dlg
- replaced buttons with a toolbar

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.