Alexandre Julliard [Sat, 13 Nov 1999 19:54:54 +0000 (19:54 +0000)]
Added support for WriteProcessMemory through the server.
Alexandre Julliard [Sat, 13 Nov 1999 19:49:05 +0000 (19:49 +0000)]
Added get_page_size function.
Alexandre Julliard [Fri, 12 Nov 1999 21:39:14 +0000 (21:39 +0000)]
Added support for ReadProcessMemory through the server.
Alexandre Julliard [Fri, 12 Nov 1999 03:35:25 +0000 (03:35 +0000)]
Added support for CREATE_SUSPENDED flag in CreateProcess.
Ian Schmidt [Fri, 12 Nov 1999 03:28:26 +0000 (03:28 +0000)]
Implemented VWin32 VxDCall mechanism and 2 calls.
<jodaman@cegt201.bradley.edu> [Fri, 12 Nov 1999 03:23:50 +0000 (03:23 +0000)]
Fixed joystick scaling.
Gustavo Junior Alves [Fri, 12 Nov 1999 01:50:03 +0000 (01:50 +0000)]
Use constants IDOK and IDCANCEL in .rc files.
Gerald Pfeifer [Fri, 12 Nov 1999 01:40:09 +0000 (01:40 +0000)]
Portability fix: renamed PTRACE_* into PT_*.
Ulrich Weigand [Fri, 12 Nov 1999 01:39:18 +0000 (01:39 +0000)]
Allow for buggy apps that call the wrong VxDCall routine.
Gerard Patel [Fri, 12 Nov 1999 01:38:49 +0000 (01:38 +0000)]
Complete stub for RasEnumEntries by saying we have 0 entries.
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.
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.
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.
Julio Cesar Gazquez [Fri, 12 Nov 1999 01:01:24 +0000 (01:01 +0000)]
Added Spanish (pure Castillan) MM error string translation.
Ulrich Weigand [Fri, 12 Nov 1999 01:00:34 +0000 (01:00 +0000)]
Added signal handling for SPARC / Solaris.
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.
Ove Kaaven [Fri, 12 Nov 1999 00:59:17 +0000 (00:59 +0000)]
Fixed XShm completion event leak.
Eric Pouech [Fri, 12 Nov 1999 00:58:52 +0000 (00:58 +0000)]
Fixed recursion count while calling midiStream(Pause|Restart).
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.
Bernd Paysan [Fri, 12 Nov 1999 00:57:49 +0000 (00:57 +0000)]
Added a stub for setjmp.
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.
Patrik Stridvall [Wed, 10 Nov 1999 20:21:37 +0000 (20:21 +0000)]
Solaris compile fixes.
Ulrich Weigand [Wed, 10 Nov 1999 20:18:53 +0000 (20:18 +0000)]
(Preliminary) CONTEXT structure for SPARC added.
Ulrich Weigand [Wed, 10 Nov 1999 20:15:04 +0000 (20:15 +0000)]
Bugfix: LOAD_DLL_DEBUG_EVENT lpImageName parameter was incorrect.
Ulrich Weigand [Wed, 10 Nov 1999 19:59:32 +0000 (19:59 +0000)]
When decommitting, remap zero pages using MAP_FIXED.
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.
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.
Moshe Vainer [Wed, 10 Nov 1999 19:51:01 +0000 (19:51 +0000)]
Stub for GetOverlappedResult.
Ulrich Weigand [Wed, 10 Nov 1999 19:45:56 +0000 (19:45 +0000)]
Determine expected_version of PE buddies from the SubsystemVersion.
Ulrich Weigand [Wed, 10 Nov 1999 19:42:13 +0000 (19:42 +0000)]
Bugfix: Exception handlers are *not* WINAPI.
Alexandre Julliard [Mon, 8 Nov 1999 05:31:47 +0000 (05:31 +0000)]
Preliminary ptrace support.
Alexandre Julliard [Mon, 8 Nov 1999 02:28:38 +0000 (02:28 +0000)]
Removed obsolete file.
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).
Alexandre Julliard [Mon, 8 Nov 1999 00:03:53 +0000 (00:03 +0000)]
Install the wine server in $(bindir) and exec it from there.
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).
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.
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.
Patrik Stridvall [Sun, 7 Nov 1999 23:35:24 +0000 (23:35 +0000)]
Minor fixes.
Patrik Stridvall [Sun, 7 Nov 1999 23:35:03 +0000 (23:35 +0000)]
Minor fixes and reorganizations.
Patrik Stridvall [Sun, 7 Nov 1999 23:34:39 +0000 (23:34 +0000)]
Removed obsolete files no longer in use.
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.
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
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)
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>).
Marcus Meissner [Sun, 7 Nov 1999 22:26:20 +0000 (22:26 +0000)]
Added ChangeDisplaySettingsExA stub and some flag defines.
Robert 'Admiral' Coeyman [Sun, 7 Nov 1999 22:23:39 +0000 (22:23 +0000)]
Added the hex triplets to the console color definitions.
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.
Francois Gouget [Sun, 7 Nov 1999 21:22:17 +0000 (21:22 +0000)]
Added ICMP DLL implementation.
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.
Jim Aston [Sun, 7 Nov 1999 21:04:57 +0000 (21:04 +0000)]
Fixed the height of the ComboBox drop list.
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).
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".
Andreas Mohr [Sun, 7 Nov 1999 19:24:47 +0000 (19:24 +0000)]
Implementation of RegisterNLSInfoChanged.
James Abbatiello [Sun, 7 Nov 1999 19:22:46 +0000 (19:22 +0000)]
Addresses issues with multiple processes accessing non-global critical
sections.
Jeremy White [Sun, 7 Nov 1999 19:15:19 +0000 (19:15 +0000)]
Fixed bug in WINSOCK_accept when no event is present.
Rein Klazes [Sun, 7 Nov 1999 05:49:28 +0000 (05:49 +0000)]
Added stubs for RasEnumEntriesA and RasGetEntryDialParamsA.
Ulrich Czekalla [Sun, 7 Nov 1999 05:39:24 +0000 (05:39 +0000)]
Implementation of custom dialog messages and notifications.
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.
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.
Eric Pouech [Sun, 7 Nov 1999 05:28:32 +0000 (05:28 +0000)]
Fixed SetTitleA when string resources were to be loaded.
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
Ove Kaaven [Sun, 7 Nov 1999 05:23:02 +0000 (05:23 +0000)]
Handle socket creation errors.
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.
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).
Alexandre Julliard [Thu, 4 Nov 1999 02:51:24 +0000 (02:51 +0000)]
Fixed -debugmsg +server.
Alexandre Julliard [Thu, 4 Nov 1999 02:49:06 +0000 (02:49 +0000)]
Added special handling for the stdio handles in CloseHandle.
Alexandre Julliard [Thu, 4 Nov 1999 02:33:45 +0000 (02:33 +0000)]
Made all handles multiple of 4. Fixed semantics for pseudo-handles.
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).
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
Karl Lessard [Thu, 4 Nov 1999 02:11:55 +0000 (02:11 +0000)]
Never send a WM_CLOSE message to a popup window.
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.
Marcus Meissner [Thu, 4 Nov 1999 02:04:01 +0000 (02:04 +0000)]
Enhanced linux joystick api detection slightly.
Jaroslaw Piotr Sobieszek [Thu, 4 Nov 1999 02:02:05 +0000 (02:02 +0000)]
Added Polish keyboard support.
Huw D M Davies [Thu, 4 Nov 1999 01:59:38 +0000 (01:59 +0000)]
Add DC_VERSION and DC_TRUETYPE to win16drv DeviceCapabilities.
Huw D M Davies [Thu, 4 Nov 1999 01:57:38 +0000 (01:57 +0000)]
Add `Cassette' to PPD -> windows printer-bin mapping.
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.
Francois Gouget [Thu, 4 Nov 1999 01:51:46 +0000 (01:51 +0000)]
Removed duplicate macro definitions for the IStorage and IStream COM
interfaces.
Karl Lessard [Thu, 4 Nov 1999 01:48:54 +0000 (01:48 +0000)]
Fixed COLOR_MAX definition for new Win32 values.
Ian Schmidt [Thu, 4 Nov 1999 01:45:53 +0000 (01:45 +0000)]
Removed unnecessary USER call from GetFontMetrics. Fixes native USER.
Ulrich Czekalla [Thu, 4 Nov 1999 01:42:36 +0000 (01:42 +0000)]
Set proper item focus on DeleteItem.
Clean up edit label implementation.
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...
Eric Pouech [Thu, 4 Nov 1999 01:38:11 +0000 (01:38 +0000)]
Enable safe reading of registry file, even if file is broken.
Ian Schmidt [Thu, 4 Nov 1999 01:36:24 +0000 (01:36 +0000)]
Changed OpenDesktop stub to Win9x behavior for QuickTime 4.
Alexandre Julliard [Sun, 31 Oct 1999 22:56:49 +0000 (22:56 +0000)]
Release 991031.
Alexandre Julliard [Sun, 31 Oct 1999 22:26:35 +0000 (22:26 +0000)]
Set close-on-exec flag on server socket.
Eric Pouech [Sun, 31 Oct 1999 22:15:58 +0000 (22:15 +0000)]
Added explanation on creating a new DLL.
Juergen Schmied [Sun, 31 Oct 1999 21:38:31 +0000 (21:38 +0000)]
Better version autodetection.
Ulrich Czekalla [Sun, 31 Oct 1999 21:35:35 +0000 (21:35 +0000)]
Implemented support of DS_CONTROL and WS_EX_CONTROLPARENT styles.
Ivan de Saedeleer [Sun, 31 Oct 1999 21:32:42 +0000 (21:32 +0000)]
Fail when LPRECT contains negative values.
Pierre Mageau [Sun, 31 Oct 1999 21:30:16 +0000 (21:30 +0000)]
On ConfigureNotify, find the first visible window above the current one.
Rein Klazes [Sun, 31 Oct 1999 21:25:11 +0000 (21:25 +0000)]
Corrected operand sizes for the "enter" instruction.
Thuy Nguyen [Sun, 31 Oct 1999 18:29:47 +0000 (18:29 +0000)]
PSM_ADDPAGE returns TRUE or FALSE.
Eric Pouech [Sun, 31 Oct 1999 18:29:16 +0000 (18:29 +0000)]
Made msacm32 really load ACM drivers.
Jim Aston [Sun, 31 Oct 1999 17:42:16 +0000 (17:42 +0000)]
Prevent FillRgn from using a NULL pointer.
Huw D M Davies [Sun, 31 Oct 1999 17:40:21 +0000 (17:40 +0000)]
Fixed a few problems with RegEnumKey*.
Ulrich Czekalla [Sun, 31 Oct 1999 17:37:39 +0000 (17:37 +0000)]
Implementation of user defined templates.
Marcus Meissner [Sun, 31 Oct 1999 17:36:47 +0000 (17:36 +0000)]
IMalloc16_Constructor: moved ICOM_VTBL(This) where it belongs.
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.
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.
Francis Beaudet [Sun, 31 Oct 1999 17:35:06 +0000 (17:35 +0000)]
Fixed a small bug in the behavior of maximized MDI children.