Alexandre Julliard [Tue, 25 Jul 2000 12:28:20 +0000 (12:28 +0000)]
Merged wing.dll into gdi32.dll.
Aric Stewart [Tue, 25 Jul 2000 12:26:59 +0000 (12:26 +0000)]
Prevent the attempt to draw invalid image indexes.
Provide the two pixel buffer between the image and the label.
Huw D M Davies [Tue, 25 Jul 2000 12:26:12 +0000 (12:26 +0000)]
A generic implemention of IConnectionPoint/IEnumConnections.
Dmitry Timoshkov [Tue, 25 Jul 2000 12:25:40 +0000 (12:25 +0000)]
Make fnt2bdf produce correct fonts.
Ove Kaaven [Tue, 25 Jul 2000 12:24:53 +0000 (12:24 +0000)]
Make int16 read from the BIOS keyboard buffer, not directly from the
console driver.
Ove Kaaven [Tue, 25 Jul 2000 12:24:39 +0000 (12:24 +0000)]
Fixed broken assembler. Removed support for old protected-mode hack
for running real-mode code on platforms that don't support vm86; the
current CallRM->RMCB shortcut code should take care of all
Wine-supplied RM APIs (such as DOSASPI) anyway.
Alexandre Julliard [Tue, 25 Jul 2000 12:11:53 +0000 (12:11 +0000)]
Perform NE_InitProcess in the context of the new task.
Alexandre Julliard [Mon, 24 Jul 2000 18:30:00 +0000 (18:30 +0000)]
Merged msacm and msacm32 dlls.
Merged win87em and windebug into kernel32.dll.
Francois Gouget [Sun, 23 Jul 2000 19:33:42 +0000 (19:33 +0000)]
Fixed int/HANDLE mismatches revealed by -DSTRICT.
Replaced the Win16 hmemcpy16 (obsolete) with memcpy.
Francois Gouget [Sun, 23 Jul 2000 19:33:05 +0000 (19:33 +0000)]
Fixed WinMain's signature.
Replaced the Win16 hmemcpy16 (obsolete) with memcpy.
Removed obsolete references to the Languages array.
Francois Gouget [Sun, 23 Jul 2000 19:32:45 +0000 (19:32 +0000)]
Removed obsolete references to the Languages array.
Francois Gouget [Sun, 23 Jul 2000 19:32:29 +0000 (19:32 +0000)]
Fixed WinMain's signature.
Fixed parameter order for the call to CreateWindow.
Francois Gouget [Sun, 23 Jul 2000 19:32:11 +0000 (19:32 +0000)]
Fixed WinMain's signature.
Francois Gouget [Sun, 23 Jul 2000 19:30:48 +0000 (19:30 +0000)]
Added -DSTRICT.
Added missing libraries comctl32 and rpcrt4.
James Hatheway [Sun, 23 Jul 2000 19:28:24 +0000 (19:28 +0000)]
Adds an initial WSAIoctl function with support for only the
SIO_GET_INTERFACE_LIST command. Adds initial code to WsControl
function to support the WSCNTL_TCPIP_QUERY_INFO command.
Eric Pouech [Sun, 23 Jul 2000 19:27:21 +0000 (19:27 +0000)]
Compilation fixes for OpenGL.
Mike McCormack [Sun, 23 Jul 2000 19:27:00 +0000 (19:27 +0000)]
Corrected c2man flags. It still crashes anyhow :-/
Lionel Ulmer [Sun, 23 Jul 2000 14:23:31 +0000 (14:23 +0000)]
Detect broken glext.h headers.
Mike McCormack [Sun, 23 Jul 2000 14:22:47 +0000 (14:22 +0000)]
Added some basic text display and editing capabilities, cursor
positioning, a bit of scrolling and a text file loader.
Gerard Patel [Sun, 23 Jul 2000 14:21:38 +0000 (14:21 +0000)]
Focus handling, visual changes + misc fixes.
Mike McCormack [Sun, 23 Jul 2000 14:20:58 +0000 (14:20 +0000)]
Implemented lineGetCountry. (works with HyperTrm.exe)
Andreas Mohr [Sun, 23 Jul 2000 14:20:34 +0000 (14:20 +0000)]
Added InstallHinfSection stub.
Francois Gouget [Sun, 23 Jul 2000 14:19:59 +0000 (14:19 +0000)]
Removed duplicate declaration of AddAccessAllowedAce.
Aric Stewart [Sun, 23 Jul 2000 14:19:42 +0000 (14:19 +0000)]
Handle the case where the function SetItem is called to select an item
or set its focus.
Ove Kaaven [Sun, 23 Jul 2000 14:19:19 +0000 (14:19 +0000)]
Added a few C++ operators to Direct3D structures, and made some unions
'nameless'.
Eric Pouech [Sun, 23 Jul 2000 14:17:51 +0000 (14:17 +0000)]
Insured that all parameters of async functions are copied before
returnig from request.
Ove Kaaven [Sun, 23 Jul 2000 13:43:00 +0000 (13:43 +0000)]
Fix a few typos and such.
Ove Kaaven [Sun, 23 Jul 2000 13:42:13 +0000 (13:42 +0000)]
Added some DirectDraw7-related definitions.
Marcus Meissner [Sun, 23 Jul 2000 13:41:51 +0000 (13:41 +0000)]
Make non-existence of (f)lex an error.
Marcus Meissner [Sun, 23 Jul 2000 13:39:52 +0000 (13:39 +0000)]
IDirectDraw,IDirectDraw2,IDirectDraw4 fixed up in regard to COM usage.
Ove Kaaven [Sun, 23 Jul 2000 13:38:24 +0000 (13:38 +0000)]
Added a few Win32 definitions.
Ove Kaaven [Sun, 23 Jul 2000 13:38:08 +0000 (13:38 +0000)]
Reduce scope of "Status" #ifdef hack.
Ove Kaaven [Sun, 23 Jul 2000 13:37:53 +0000 (13:37 +0000)]
Say that "No handler" messages as fatal.
Alexandre Julliard [Sun, 23 Jul 2000 13:37:35 +0000 (13:37 +0000)]
Fixed SharedDir location.
Ove Kaaven [Sun, 23 Jul 2000 13:36:41 +0000 (13:36 +0000)]
Change the V86BASE macro to call DOSMEM_MemoryBase() instead of using
the ugly Dr7 hack.
Eric Pouech [Sun, 23 Jul 2000 13:35:39 +0000 (13:35 +0000)]
Fixed first seek on MEM mmio files.
Gerard Patel [Sun, 23 Jul 2000 13:35:14 +0000 (13:35 +0000)]
Remove calls to DIALOG_DoDialogBox and DIALOG_CreateIndirect.
John R. Sheets [Sun, 23 Jul 2000 13:34:43 +0000 (13:34 +0000)]
Add a few more fields to HTTP_GetStdHeaderIndex() and fix some typos.
John R. Sheets [Sun, 23 Jul 2000 13:34:21 +0000 (13:34 +0000)]
Put the URL parameter list in with the URL path if the ExtraInfo
buffer isn't specified.
Gerard Patel [Sun, 23 Jul 2000 13:33:48 +0000 (13:33 +0000)]
Fixed calculation of buffer length after switch of window text to
unicode.
Ove Kaaven [Sun, 23 Jul 2000 13:33:18 +0000 (13:33 +0000)]
Comment out a nonfunctional DOS part of debugger.
Ove Kaaven [Sun, 23 Jul 2000 13:32:57 +0000 (13:32 +0000)]
Added stub for RasHangUpA().
Ove Kaaven [Sun, 23 Jul 2000 13:32:21 +0000 (13:32 +0000)]
DefWindowProc should pass unhandled WM_MOUSEWHEEL to parent, according
to documentation.
Ove Kaaven [Sun, 23 Jul 2000 13:32:04 +0000 (13:32 +0000)]
Fixed a few problems.
David Elliott [Sun, 23 Jul 2000 13:31:41 +0000 (13:31 +0000)]
- Changed the temporary buffer for loading resources from 256 to 512
- Define MAX_RESOURCE_STRING_LENGTH instead of using it magically throughout
the function
- Use lstrcpynW instead of lstrcpyW
Alexandre Julliard [Sun, 16 Jul 2000 21:10:05 +0000 (21:10 +0000)]
Alexandre Julliard [Sun, 16 Jul 2000 21:09:03 +0000 (21:09 +0000)]
Changed julliard@lrc.epfl.ch to julliard@winehq.com
Alexandre Julliard [Sun, 16 Jul 2000 20:29:44 +0000 (20:29 +0000)]
Added assembly wrapper for calling window procedures.
Alexandre Julliard [Sun, 16 Jul 2000 18:21:34 +0000 (18:21 +0000)]
Get full path of argv[0] before we change directories.
Make sure process names are long path names.
Cleaned up initialisation a bit.
Stephane Lussier [Sun, 16 Jul 2000 18:14:01 +0000 (18:14 +0000)]
In set_socket_event, the event should be signaled if there's a pending
network event corresponding to the events the application wanted to be
notified.
Andreas Mohr [Sun, 16 Jul 2000 15:44:22 +0000 (15:44 +0000)]
Spelling fixes.
Andreas Mohr [Sun, 16 Jul 2000 15:43:07 +0000 (15:43 +0000)]
Doc and trace updates.
Marcus Meissner [Sun, 16 Jul 2000 15:42:22 +0000 (15:42 +0000)]
Transmit current directory settings to newly created processes.
Peter Ganten [Sun, 16 Jul 2000 15:41:17 +0000 (15:41 +0000)]
Added German installation and configuration manual.
Raul Fernandes [Sun, 16 Jul 2000 15:40:29 +0000 (15:40 +0000)]
Added Brazilian keyboard.
Gerard Patel [Sun, 16 Jul 2000 15:39:37 +0000 (15:39 +0000)]
Set clipping region to client window before owner-drawn painting.
Andreas Mohr [Sun, 16 Jul 2000 15:39:05 +0000 (15:39 +0000)]
Added the "SharedDir" registry key.
Lionel Ulmer [Sun, 16 Jul 2000 14:40:35 +0000 (14:40 +0000)]
- fix Direct3D support and a lot of warnings
- add support for DDraw in a window (not optimized yet)
- cleans up OpenGL extensions handling for D3D
Gerard Patel [Sun, 16 Jul 2000 14:39:21 +0000 (14:39 +0000)]
Background of SS_SIMPLE static control is not filled (unless it has
SS_NOPREFIX too).
Marcus Meissner [Sun, 16 Jul 2000 14:38:53 +0000 (14:38 +0000)]
Drop UNIX cwd to / after calculating WINE current directory (to allow
CD unmounts).
Stephane Lussier [Sat, 15 Jul 2000 21:37:33 +0000 (21:37 +0000)]
New version of the patch from Francois Jacques with a modification of
my own that makes everybody happy :-)
Mike McCormack [Sat, 15 Jul 2000 21:36:31 +0000 (21:36 +0000)]
Hook serialui dll into existing comm functions.
Mike McCormack [Sat, 15 Jul 2000 21:35:55 +0000 (21:35 +0000)]
Implemented serialui dll containing CommConfigDialog,
GetDefaultCommConfig and SetDefaultCommConfig.
Patrik Stridvall [Sat, 15 Jul 2000 21:33:38 +0000 (21:33 +0000)]
Fixed some warnings.
Patrik Stridvall [Sat, 15 Jul 2000 21:32:55 +0000 (21:32 +0000)]
- Minor API files fixes.
- Minor bug fixes and additions.
Patrik Stridvall [Sat, 15 Jul 2000 21:32:26 +0000 (21:32 +0000)]
Fixed some issues found by winapi_check.
Dave Hawkes [Sat, 15 Jul 2000 21:31:42 +0000 (21:31 +0000)]
All standard window controls should have CS_PARENTDC, but should still
clip to the control window.
John R . Sheets [Sat, 15 Jul 2000 21:31:01 +0000 (21:31 +0000)]
We also have to validate the frame to avoid an infinite loop when the
app doesn't call BeginPaint.
Andreas Mohr [Sat, 15 Jul 2000 21:29:34 +0000 (21:29 +0000)]
Extend the WSOCK32 warning in certain functions to mention WS2_32 too.
Ed Snow [Sat, 15 Jul 2000 21:28:51 +0000 (21:28 +0000)]
Fixes unmuting when unmuted.
Unifies scale reported with scale used for volume control.
Hack for Bass/Treble until better fix is complete.
Hidenori Takeshima [Sat, 15 Jul 2000 21:28:05 +0000 (21:28 +0000)]
Added DBCS/unicode encoding templates.
Susan Farley [Sat, 15 Jul 2000 21:27:32 +0000 (21:27 +0000)]
Don't clear selection when initial entry is not in the list.
Alexandre Julliard [Sat, 15 Jul 2000 19:59:10 +0000 (19:59 +0000)]
Made --language behave the same as setting the LANGUAGE environment
variable.
Huw D M Davies [Sat, 15 Jul 2000 19:53:50 +0000 (19:53 +0000)]
Create rpcrt4.dll.
Implement UuidCreate (using existing code from CoCreateGuid).
CoCreateGuid calls UuidCreate.
Hidenori Takeshima [Sat, 15 Jul 2000 19:46:51 +0000 (19:46 +0000)]
Fix for supporting DBCS.
Rob Farnum [Sat, 15 Jul 2000 19:45:43 +0000 (19:45 +0000)]
Ignore iBitmap width when drawing flat toolbar.
Peter Ganten [Sat, 15 Jul 2000 19:44:29 +0000 (19:44 +0000)]
Fixed a file descriptor leak in the PE loader.
Jean-Claude Batista [Sat, 15 Jul 2000 19:44:04 +0000 (19:44 +0000)]
Ensure the validity of hOldFocus before calling WIN_GetTopParent.
Drew Ronneberg [Sat, 15 Jul 2000 19:43:33 +0000 (19:43 +0000)]
Ignore broken fonts when building cache file.
Gerard Patel [Sat, 15 Jul 2000 19:42:52 +0000 (19:42 +0000)]
Allow SetWindowLong(... GWL_STYLE) to change visible bit.
Ove Kaaven [Sat, 15 Jul 2000 19:42:27 +0000 (19:42 +0000)]
Text of WWN article "The Registry".
David Elliott [Sat, 15 Jul 2000 15:15:31 +0000 (15:15 +0000)]
- New function in aspi.c SCSI_Fix_CMD_LEN which determines if Linux is
guessing the command length correctly, and if not, tell's it what's up.
- Changed strcat to strcpy in SendASPI32Command to avoid requiring the
caller to clear the fields.
- Added a new field to HA_Unique content to fix some applications. Will
fix this for good at a later date.
- Added TRACE to GetASPI32DLLVersion (and FIXME when not running under
Linux)
- Added some constants to winescsi.h
(with the help of Bernd Bernie Meyer <bmeyer@cs.monash.edu.au>)
Peter Ganten [Sat, 15 Jul 2000 15:13:56 +0000 (15:13 +0000)]
Stubs for CreateDesktopA and EnumDesktopWindows.
Andreas Mohr [Sat, 15 Jul 2000 15:13:28 +0000 (15:13 +0000)]
Added ws2_32 loadorder.
Peter Ganten [Sat, 15 Jul 2000 15:13:09 +0000 (15:13 +0000)]
Try to unlink output file before opening it.
Marcus Meissner [Sat, 15 Jul 2000 15:12:38 +0000 (15:12 +0000)]
Replaced %s by %p in EDIT_WM_SetText.
Andreas Mohr [Sat, 15 Jul 2000 15:12:18 +0000 (15:12 +0000)]
Added WSAWaitForMultipleEvents (alias to WaitForMultipleObjectsEx).
Gerard Patel [Sat, 15 Jul 2000 15:11:31 +0000 (15:11 +0000)]
Add a warning when the normal load address for a win32 program is not
available.
Huw D M Davies [Sat, 15 Jul 2000 14:59:11 +0000 (14:59 +0000)]
OLE picture object implementation.
Gerald Pfeifer [Sat, 15 Jul 2000 14:58:32 +0000 (14:58 +0000)]
Fixed an incorrect format string.
Andreas Mohr [Sat, 15 Jul 2000 14:58:08 +0000 (14:58 +0000)]
Added loadorder entry for the Linux glide3x library.
Uwe Bonnes [Sat, 15 Jul 2000 14:57:32 +0000 (14:57 +0000)]
Added "CommonFilesDir"="C:\Program Files\Common Files".
Ian Schmidt [Sat, 15 Jul 2000 14:57:13 +0000 (14:57 +0000)]
Added Pentium Pro/2/3/4 conditional move instructions.
Alexandre Julliard [Tue, 11 Jul 2000 22:08:43 +0000 (22:08 +0000)]
Set ansi/oem/mac code pages from current locale.
Andreas Mohr [Tue, 11 Jul 2000 22:06:13 +0000 (22:06 +0000)]
Better error message for really clueless newbies.
James Hatheway [Tue, 11 Jul 2000 22:05:47 +0000 (22:05 +0000)]
Stub for the ACM_METRIC_MAX_SIZE_FORMAT command of acmMetrics.
Marcus Meissner [Tue, 11 Jul 2000 22:05:21 +0000 (22:05 +0000)]
Check for NULL flipchain and just return the current surface if it
happens.
Marcus Meissner [Tue, 11 Jul 2000 22:05:03 +0000 (22:05 +0000)]
Implemented _vsnprintf by calling wvsnprintfA.
Stephane Lussier [Tue, 11 Jul 2000 22:04:44 +0000 (22:04 +0000)]
In CreateDIBSection function, if hdc is NULL it now uses the desktop DC
instead of failing.
Chris Morgan [Tue, 11 Jul 2000 22:03:44 +0000 (22:03 +0000)]
Fixed TOOLBAR_DrawString() to offset button text if infoPtr->himlDef
is non-zero. Better fix than my previous patch.