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.
Huw D M Davies [Sun, 31 Oct 1999 17:34:31 +0000 (17:34 +0000)]
Rewrite of EnumPrinters.
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.
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.
Francis Beaudet [Sun, 31 Oct 1999 17:32:26 +0000 (17:32 +0000)]
Return correct height and width for stock fonts in GetObject.
Alexandre Julliard [Sun, 31 Oct 1999 02:33:21 +0000 (02:33 +0000)]
Compile fix.
Alexandre Julliard [Sun, 31 Oct 1999 02:31:15 +0000 (02:31 +0000)]
Added wmcdrc.h
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.
Abey George [Sun, 31 Oct 1999 02:24:51 +0000 (02:24 +0000)]
Implemented ProgIDFromCLSID.
Thuy Nguyen [Sun, 31 Oct 1999 02:24:29 +0000 (02:24 +0000)]
Wizard mode property sheets have a tab control.
Eric Pouech [Sun, 31 Oct 1999 02:23:49 +0000 (02:23 +0000)]
Added built-in msacm.drv and midimap.drv drivers.
Patrik Stridvall [Sun, 31 Oct 1999 02:08:38 +0000 (02:08 +0000)]
- Minor fixes and reorganizations.
- Added checks for documentation inconsistencies.
Patrik Stridvall [Sun, 31 Oct 1999 02:07:54 +0000 (02:07 +0000)]
Added missing configuration #if:s and #includes:s.
Patrik Stridvall [Sun, 31 Oct 1999 02:07:05 +0000 (02:07 +0000)]
Fixed documentation.
Patrik Stridvall [Sun, 31 Oct 1999 02:01:57 +0000 (02:01 +0000)]
Solaris make doesn't like unnecessary \.
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.
Huw D M Davies [Sun, 31 Oct 1999 01:56:51 +0000 (01:56 +0000)]
Fixed a couple of compiler warnings.
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.
Lionel Ulmer [Sun, 31 Oct 1999 01:54:50 +0000 (01:54 +0000)]
Changed the initialisation of the KeyState array.
Huw D M Davies [Sun, 31 Oct 1999 01:54:17 +0000 (01:54 +0000)]
Better handling of newlines in FormatMessage*.
Eric Pouech [Sun, 31 Oct 1999 01:53:47 +0000 (01:53 +0000)]
Fix (some) bad behavior with buffer underrun.
Eric Pouech [Sun, 31 Oct 1999 01:53:21 +0000 (01:53 +0000)]
Fixed PlaySound proc for non PCM content.
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.
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.
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.
Huw D M Davies [Sun, 31 Oct 1999 01:46:21 +0000 (01:46 +0000)]
Stub for EngineRealizeFontExt (used by the win98 pscript driver).
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.
Pierre Mageau [Sun, 31 Oct 1999 01:40:28 +0000 (01:40 +0000)]
Do not send two PSN_KILLACTIVE messages.
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.
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.
Andreas Mohr [Mon, 25 Oct 1999 15:41:24 +0000 (15:41 +0000)]
SysAllocStringLen16 needs to handle NULL pointers, too.
Andreas Mohr [Mon, 25 Oct 1999 15:39:59 +0000 (15:39 +0000)]
Bug fix.
Francois Gouget [Mon, 25 Oct 1999 15:38:58 +0000 (15:38 +0000)]
Fixed small typos and slightly outdated comments.
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.
Alexandre Julliard [Mon, 25 Oct 1999 02:50:08 +0000 (02:50 +0000)]
Added dependency on winestub.o
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.
Marcus Meissner [Sun, 24 Oct 1999 22:08:33 +0000 (22:08 +0000)]
Made LoadHomeRegistryFiles default to TRUE.