wine
23 years agoDocumentation fixes.
Patrik Stridvall [Wed, 11 Jul 2001 18:56:41 +0000 (18:56 +0000)] 
Documentation fixes.

23 years agoAdded disassembly for 0x0f 0x5x opcodes.
Alexandre Julliard [Wed, 11 Jul 2001 17:33:47 +0000 (17:33 +0000)] 
Added disassembly for 0x0f 0x5x opcodes.

23 years agoBetter error reporting on DebugActiveProcess failure.
Alexandre Julliard [Wed, 11 Jul 2001 17:33:08 +0000 (17:33 +0000)] 
Better error reporting on DebugActiveProcess failure.

23 years agoSmall fixes to the debugger support.
Alexandre Julliard [Wed, 11 Jul 2001 17:30:59 +0000 (17:30 +0000)] 
Small fixes to the debugger support.

23 years agoMerge WM_MOUSEMOVE messages.
Alexandre Julliard [Wed, 11 Jul 2001 17:29:01 +0000 (17:29 +0000)] 
Merge WM_MOUSEMOVE messages.

23 years agoMajor reorganization and cleanup.
Patrik Stridvall [Wed, 11 Jul 2001 17:27:45 +0000 (17:27 +0000)] 
Major reorganization and cleanup.

23 years agoImplement FlushComm16 with PurgeComm.
Mike McCormack [Wed, 11 Jul 2001 17:26:57 +0000 (17:26 +0000)] 
Implement FlushComm16 with PurgeComm.

23 years agoCorrect the location of the style patching for the edit control.
Bill Medland [Wed, 11 Jul 2001 17:26:33 +0000 (17:26 +0000)] 
Correct the location of the style patching for the edit control.

23 years agoStub some rasapi functions.
Mike McCormack [Wed, 11 Jul 2001 17:25:03 +0000 (17:25 +0000)] 
Stub some rasapi functions.

23 years agoHave InternetGetConnectedState always return 'LAN connection'.
Marcus Meissner [Wed, 11 Jul 2001 17:24:39 +0000 (17:24 +0000)] 
Have InternetGetConnectedState always return 'LAN connection'.

23 years agoStart implementing named pipes.
Mike McCormack [Tue, 10 Jul 2001 19:16:49 +0000 (19:16 +0000)] 
Start implementing named pipes.

23 years agoAdd shlwapi.wvnsprintf[AW], header info and comments.
Peter Hunnisett [Tue, 10 Jul 2001 19:12:40 +0000 (19:12 +0000)] 
Add shlwapi.wvnsprintf[AW], header info and comments.

23 years agoImplemented a stub for WSARecvFrom.
Peter Hunnisett [Tue, 10 Jul 2001 19:09:59 +0000 (19:09 +0000)] 
Implemented a stub for WSARecvFrom.

23 years agoGetMenuItemID: return -1 for invalid menu items, not zero.
Mike McCormack [Tue, 10 Jul 2001 19:06:12 +0000 (19:06 +0000)] 
GetMenuItemID: return -1 for invalid menu items, not zero.

23 years agoRewrite EscapeCommFunction16 to use EscapeCommFunction.
Mike McCormack [Tue, 10 Jul 2001 19:05:30 +0000 (19:05 +0000)] 
Rewrite EscapeCommFunction16 to use EscapeCommFunction.

23 years agoCreateFile should be called with security attributes in _open.
Peter Hunnisett [Tue, 10 Jul 2001 19:03:46 +0000 (19:03 +0000)] 
CreateFile should be called with security attributes in _open.

23 years agoMake (G|S)etClipList not abort, but return DDERR_NOCLIPLIST.
Marcus Meissner [Tue, 10 Jul 2001 19:03:15 +0000 (19:03 +0000)] 
Make (G|S)etClipList not abort, but return DDERR_NOCLIPLIST.
Do not scroll FIXME()s too much.

23 years agoFixed issues found by winapi_check.
Patrik Stridvall [Sun, 8 Jul 2001 22:32:51 +0000 (22:32 +0000)] 
Fixed issues found by winapi_check.

23 years ago- Added comment that code is broken.
Patrik Stridvall [Sun, 8 Jul 2001 22:31:29 +0000 (22:31 +0000)] 
- Added comment that code is broken.
- Silenced annoying long term winapi_check message.

23 years agoAdd proper check for existance of struct sockaddr member sa_len.
Patrik Stridvall [Sun, 8 Jul 2001 22:30:50 +0000 (22:30 +0000)] 
Add proper check for existance of struct sockaddr member sa_len.

23 years agoUpdated printing documentation a bit.
Andreas Mohr [Sun, 8 Jul 2001 20:36:48 +0000 (20:36 +0000)] 
Updated printing documentation a bit.

23 years agoSeveral bug fixes and additions.
Patrik Stridvall [Sun, 8 Jul 2001 20:33:20 +0000 (20:33 +0000)] 
Several bug fixes and additions.

23 years agoFix some ordinal forwarding.
Peter Hunnisett [Sun, 8 Jul 2001 20:32:42 +0000 (20:32 +0000)] 
Fix some ordinal forwarding.

23 years agoAdd some argument validation to SetMenuItemInfoA, so QT5 does not
Marcus Meissner [Sun, 8 Jul 2001 20:31:41 +0000 (20:31 +0000)] 
Add some argument validation to SetMenuItemInfoA, so QT5 does not
corrupt its menus.

23 years ago- Move creation process to the WM_NCCREATE message like native and force
Guy L. Albertelli [Sun, 8 Jul 2001 20:31:11 +0000 (20:31 +0000)] 
- Move creation process to the WM_NCCREATE message like native and force
  styles WS_VISIBLE and CCS_TOP.
- Implement messages WM_NCHITTEST, WM_STYLECHANGED, RB_MOVEBAND,
  RB_MINIMIZEBAND.
- Improve preformance by removing calls to GetWindowLong for GWL_STYLE
  (by saving state and handling WM_STYLECHANGED).
- Cleanup and remove dead and test code.

23 years agoCorrect amount of info displayed for NM_NCHITTEST and all the LVN_*.
Guy L. Albertelli [Sun, 8 Jul 2001 20:30:43 +0000 (20:30 +0000)] 
Correct amount of info displayed for NM_NCHITTEST and all the LVN_*.

23 years agoCorrect more colours so that DrawEdge works for more cases.
Bill Medland [Sun, 8 Jul 2001 20:30:10 +0000 (20:30 +0000)] 
Correct more colours so that DrawEdge works for more cases.

23 years agoAdded missing IIDs.
Hidenori Takeshima [Sun, 8 Jul 2001 20:29:48 +0000 (20:29 +0000)] 
Added missing IIDs.

23 years agoImplement ReadFileEx and WriteFileEx (lpOverlappedCompletion routine
Mike McCormack [Sun, 8 Jul 2001 20:29:26 +0000 (20:29 +0000)] 
Implement ReadFileEx and WriteFileEx (lpOverlappedCompletion routine
is not supported yet...)

23 years agoUse HANDLEs instead of unix fds.
Mike McCormack [Sun, 8 Jul 2001 20:28:55 +0000 (20:28 +0000)] 
Use HANDLEs instead of unix fds.

23 years agoAdd --list facility to list installed programs.
Jeremy White [Sun, 8 Jul 2001 20:28:23 +0000 (20:28 +0000)] 
Add --list facility to list installed programs.
Add --remove xxx facility to remove a specific program.

23 years agoDocumentation fixes.
Patrik Stridvall [Mon, 2 Jul 2001 19:59:40 +0000 (19:59 +0000)] 
Documentation fixes.

23 years agoAdded stubs for quartz.dll.
Hidenori Takeshima [Mon, 2 Jul 2001 18:57:22 +0000 (18:57 +0000)] 
Added stubs for quartz.dll.

23 years agoDeclare stubs for ReadFileEx, WriteFileEx.
Mike McCormack [Mon, 2 Jul 2001 18:56:01 +0000 (18:56 +0000)] 
Declare stubs for ReadFileEx, WriteFileEx.

23 years agoAdded some dshow headers.
Hidenori Takeshima [Mon, 2 Jul 2001 18:04:04 +0000 (18:04 +0000)] 
Added some dshow headers.

23 years agoFix some inter dll dependencies.
Dmitry Timoshkov [Mon, 2 Jul 2001 18:02:10 +0000 (18:02 +0000)] 
Fix some inter dll dependencies.

23 years agoAdd stdcall->cdecl thunks for inet_network and getnetbyname.
Dmitry Timoshkov [Mon, 2 Jul 2001 18:01:41 +0000 (18:01 +0000)] 
Add stdcall->cdecl thunks for inet_network and getnetbyname.

23 years agoReplace PROFILE_* functions by Reg*.
Dmitry Timoshkov [Mon, 2 Jul 2001 18:00:33 +0000 (18:00 +0000)] 
Replace PROFILE_* functions by Reg*.

23 years agoRBBS_FIXEDSIZE should not affect _AdjustBands (found by Mike McCormack
Guy L. Albertelli [Mon, 2 Jul 2001 17:59:11 +0000 (17:59 +0000)] 
RBBS_FIXEDSIZE should not affect _AdjustBands (found by Mike McCormack
in WinZip).

23 years agoFix button text placement for disabled buttons (see Winzip 8.0).
Mike McCormack [Mon, 2 Jul 2001 17:58:31 +0000 (17:58 +0000)] 
Fix button text placement for disabled buttons (see Winzip 8.0).

23 years agoAdded IBindHost, IWinInetInfo, IWinInetHttpInfo class definitions,
Nikolas Zimmermann [Mon, 2 Jul 2001 17:58:01 +0000 (17:58 +0000)] 
Added IBindHost, IWinInetInfo, IWinInetHttpInfo class definitions,
BINDF, BINDSTATUS structs.

23 years agoFixed some issues found by winapi_check.
Patrik Stridvall [Mon, 2 Jul 2001 01:22:10 +0000 (01:22 +0000)] 
Fixed some issues found by winapi_check.

23 years agoSeveral bug fixes and additions.
Patrik Stridvall [Mon, 2 Jul 2001 01:21:48 +0000 (01:21 +0000)] 
Several bug fixes and additions.

23 years agoReplace some 16-bit calls by their 32-bit equivalents.
Dmitry Timoshkov [Mon, 2 Jul 2001 01:21:26 +0000 (01:21 +0000)] 
Replace some 16-bit calls by their 32-bit equivalents.

23 years agoRemember response from LVN_GETDISPINFO if user sets LVIF_DI_SETITEM.
Guy L. Albertelli [Mon, 2 Jul 2001 01:20:28 +0000 (01:20 +0000)] 
Remember response from LVN_GETDISPINFO if user sets LVIF_DI_SETITEM.

23 years agoFinish win32s separation.
Dmitry Timoshkov [Mon, 2 Jul 2001 01:19:57 +0000 (01:19 +0000)] 
Finish win32s separation.

23 years agoRelease 20010629. wine-20010629
Alexandre Julliard [Fri, 29 Jun 2001 20:19:27 +0000 (20:19 +0000)] 
Release 20010629.

23 years agoFix 'make depend' for out of the source tree build.
Dmitry Timoshkov [Fri, 29 Jun 2001 19:20:18 +0000 (19:20 +0000)] 
Fix 'make depend' for out of the source tree build.

23 years agoAdd missing config.h include.
Dmitry Timoshkov [Fri, 29 Jun 2001 19:19:53 +0000 (19:19 +0000)] 
Add missing config.h include.

23 years agoRemoved unnecessary SetWindowPos call in SetWindowRgn.
Alexandre Julliard [Fri, 29 Jun 2001 01:41:32 +0000 (01:41 +0000)] 
Removed unnecessary SetWindowPos call in SetWindowRgn.

23 years agoDocumentation update.
Andreas Mohr [Fri, 29 Jun 2001 01:41:03 +0000 (01:41 +0000)] 
Documentation update.

23 years agoMoved ForceWindowRaise to the USER driver and removed the WND driver.
Alexandre Julliard [Fri, 29 Jun 2001 01:26:41 +0000 (01:26 +0000)] 
Moved ForceWindowRaise to the USER driver and removed the WND driver.

23 years agoFixed handling of WM_MOUSEWHEEL messages in non-client space.
Travis Michielsen [Fri, 29 Jun 2001 01:17:55 +0000 (01:17 +0000)] 
Fixed handling of WM_MOUSEWHEEL messages in non-client space.

23 years agoDocumentation name fixes.
Patrik Stridvall [Thu, 28 Jun 2001 18:04:41 +0000 (18:04 +0000)] 
Documentation name fixes.

23 years agoFixed subtle configure bug concerning OpenGL.
Patrik Stridvall [Thu, 28 Jun 2001 18:03:15 +0000 (18:03 +0000)] 
Fixed subtle configure bug concerning OpenGL.
Found on FreeBSD (which has OpenGL in /usr/X11R6/lib).

23 years agoFixed some issues found by winapi_check.
Patrik Stridvall [Thu, 28 Jun 2001 18:02:05 +0000 (18:02 +0000)] 
Fixed some issues found by winapi_check.

23 years agoSeveral bug fixes and additions.
Patrik Stridvall [Thu, 28 Jun 2001 18:01:39 +0000 (18:01 +0000)] 
Several bug fixes and additions.

23 years agoImproved handling of styles in the edit control, including detecting
Bill Medland [Thu, 28 Jun 2001 18:01:00 +0000 (18:01 +0000)] 
Improved handling of styles in the edit control, including detecting
changes of style and correcting handling of inconsistant styles.

23 years agoFinish ole32 separation.
Dmitry Timoshkov [Thu, 28 Jun 2001 17:59:22 +0000 (17:59 +0000)] 
Finish ole32 separation.

23 years ago- Remove cooked hardware messages when they are dropped (reported by
Alexandre Julliard [Thu, 28 Jun 2001 04:37:22 +0000 (04:37 +0000)] 
- Remove cooked hardware messages when they are dropped (reported by
  Gerard Patel).
- Convert all posted 32-bit messages to Unicode before storing them in
  the queue.
- Faster implementation of MSG_IsPointerMessage.
- Moved a couple of functions from queue.c to message.c.

23 years agoPut AC_DEFINE symbols definitions directly in the configure script so
Alexandre Julliard [Wed, 27 Jun 2001 21:42:00 +0000 (21:42 +0000)] 
Put AC_DEFINE symbols definitions directly in the configure script so
that we no longer need an acconfig.h. Cleaned up dlopen() tests a bit.

23 years agoFix misleading P4 warning message appearing even in case of match.
Andreas Mohr [Wed, 27 Jun 2001 21:38:58 +0000 (21:38 +0000)] 
Fix misleading P4 warning message appearing even in case of match.

23 years agoAdded window properties to make some x11drv-specific information
Alexandre Julliard [Tue, 26 Jun 2001 21:10:11 +0000 (21:10 +0000)] 
Added window properties to make some x11drv-specific information
available to higher level code.

23 years agoAdded /dev/parport support for direct port access.
Uwe Bonnes [Tue, 26 Jun 2001 21:06:07 +0000 (21:06 +0000)] 
Added /dev/parport support for direct port access.

23 years agoMake the visible region empty for non-visible windows.
Alexandre Julliard [Tue, 26 Jun 2001 20:09:19 +0000 (20:09 +0000)] 
Make the visible region empty for non-visible windows.

23 years agoReplace one more PROFILE_ function by RegQueryValueExA.
Dmitry Timoshkov [Tue, 26 Jun 2001 19:36:23 +0000 (19:36 +0000)] 
Replace one more PROFILE_ function by RegQueryValueExA.

23 years agoReplace some 16-bit calls by their 32-bit equivalents.
Dmitry Timoshkov [Tue, 26 Jun 2001 19:34:36 +0000 (19:34 +0000)] 
Replace some 16-bit calls by their 32-bit equivalents.

23 years agoDon't compile vm86-specific code on platforms that don't support it.
Alexandre Julliard [Mon, 25 Jun 2001 21:08:47 +0000 (21:08 +0000)] 
Don't compile vm86-specific code on platforms that don't support it.

23 years agoAdded Traditional Chinese Support
Jau-Horng Chen [Mon, 25 Jun 2001 21:01:00 +0000 (21:01 +0000)] 
Added Traditional Chinese Support
Fixed sublang font size error when not using fixed-size font.

23 years agoReplace some 16-bit calls by their 32-bit equivalents.
Dmitry Timoshkov [Mon, 25 Jun 2001 20:08:44 +0000 (20:08 +0000)] 
Replace some 16-bit calls by their 32-bit equivalents.

23 years agoImplemented SendInput().
Alexandre Julliard [Mon, 25 Jun 2001 20:01:03 +0000 (20:01 +0000)] 
Implemented SendInput().

23 years agoBetter separate the XShm using code.
Dmitry Timoshkov [Mon, 25 Jun 2001 19:51:04 +0000 (19:51 +0000)] 
Better separate the XShm using code.

23 years agoAdd a workaround for a bug in byacc (again).
Bang Jun-Young [Sun, 24 Jun 2001 00:23:37 +0000 (00:23 +0000)] 
Add a workaround for a bug in byacc (again).

23 years agoFixed for new relay format. added thread knowledge.
Eric Pouech [Sun, 24 Jun 2001 00:23:18 +0000 (00:23 +0000)] 
Fixed for new relay format. added thread knowledge.

23 years ago- Add support for WM_NOTIFYFORMAT and support both ANSI and UNICODE
Guy L. Albertelli [Sun, 24 Jun 2001 00:22:55 +0000 (00:22 +0000)] 
- Add support for WM_NOTIFYFORMAT and support both ANSI and UNICODE
  notify formats.
- Move the drawing of the band backgrounds and band separators to the
  WM_ERASEBKGND processing just the way the native controls do.
- Implement WM_SETREDRAW.

23 years ago- Fix memory leaks.
Guy L. Albertelli [Sun, 24 Jun 2001 00:22:20 +0000 (00:22 +0000)] 
- Fix memory leaks.
- Add support for WM_NOTIFYFORMAT and support both ANSI and UNICODE
  notify formats.
- Fix some drawing issues with COMBOEX_DrawItem.

23 years agoFixed test so 0xffffffff is properly recognized.
Guy L. Albertelli [Sun, 24 Jun 2001 00:21:40 +0000 (00:21 +0000)] 
Fixed test so 0xffffffff is properly recognized.

23 years agoAdd RegisteredOwner and RegisteredOrganization.
Uwe Bonnes [Fri, 22 Jun 2001 23:45:47 +0000 (23:45 +0000)] 
Add RegisteredOwner and RegisteredOrganization.

23 years agoAdded some defines for process security tokens.
Mike McCormack [Fri, 22 Jun 2001 23:43:09 +0000 (23:43 +0000)] 
Added some defines for process security tokens.

23 years agoSpelling fixes.
Andreas Mohr [Fri, 22 Jun 2001 23:21:47 +0000 (23:21 +0000)] 
Spelling fixes.

23 years agoGetSystemInfo() Pentium 4 support.
Andreas Mohr [Fri, 22 Jun 2001 23:21:20 +0000 (23:21 +0000)] 
GetSystemInfo() Pentium 4 support.

23 years agoRemove truncate debug message printed on successful truncates.
Mike McCormack [Fri, 22 Jun 2001 23:20:36 +0000 (23:20 +0000)] 
Remove truncate debug message printed on successful truncates.

23 years agoMerge from Corel tree. Contributors are:
Eric Pouech [Fri, 22 Jun 2001 23:02:48 +0000 (23:02 +0000)] 
Merge from Corel tree. Contributors are:
- Corel (Sean Langley, Michael Abd-El-Malek, Rick Mutzke, Bill Xing)
- Macadamian on behalf of Corel (Louis-Philippe Gagnon, Jean-Claude Batista)
Also added a few bits:
- Complete window model for several instances and conversations.
- Support for asynchronous transactions.
- Fixed some code (WM_DDE_REQUEST, WM_DDE_ADVISE, WM_DDE_REQUEST) handling.
- Support for wild connections.

23 years agoDon't rely on X to expose windows covered by a sibling, do it
Alexandre Julliard [Fri, 22 Jun 2001 03:42:27 +0000 (03:42 +0000)] 
Don't rely on X to expose windows covered by a sibling, do it
manually.

23 years agoMake GetCursorPos call XQueryPointer.
Ove Kaaven [Thu, 21 Jun 2001 00:44:09 +0000 (00:44 +0000)] 
Make GetCursorPos call XQueryPointer.

23 years agoExtended __wine_enter_vm86 to handle pending interrupts.
Ove Kaaven [Thu, 21 Jun 2001 00:39:34 +0000 (00:39 +0000)] 
Extended __wine_enter_vm86 to handle pending interrupts.

23 years agoAvoid returning an unlocked window pointer from WINPOS_WindowFromPoint.
Alexandre Julliard [Wed, 20 Jun 2001 23:16:34 +0000 (23:16 +0000)] 
Avoid returning an unlocked window pointer from WINPOS_WindowFromPoint.
Removed a few no longer used routines.

23 years agoDocumentation ordinal fixes.
Patrik Stridvall [Wed, 20 Jun 2001 23:03:14 +0000 (23:03 +0000)] 
Documentation ordinal fixes.

23 years agoMoved queue paint count to the server. Removed a few no longer used
Alexandre Julliard [Wed, 20 Jun 2001 22:55:31 +0000 (22:55 +0000)] 
Moved queue paint count to the server. Removed a few no longer used
routines.

23 years agoFixed some issues found by winapi_check.
Patrik Stridvall [Wed, 20 Jun 2001 22:53:48 +0000 (22:53 +0000)] 
Fixed some issues found by winapi_check.

23 years agoSeveral bug fixes and additions.
Patrik Stridvall [Wed, 20 Jun 2001 22:53:21 +0000 (22:53 +0000)] 
Several bug fixes and additions.

23 years ago- Fix uninitialised variable problem in DIR command.
Dave Pickles [Wed, 20 Jun 2001 22:52:12 +0000 (22:52 +0000)] 
- Fix uninitialised variable problem in DIR command.
- Correct some comments.

23 years agoClip parent client area when using the drawable from a higher level
Alexandre Julliard [Wed, 20 Jun 2001 00:22:40 +0000 (00:22 +0000)] 
Clip parent client area when using the drawable from a higher level
parent.

23 years agoFixed region leak.
Alexandre Julliard [Wed, 20 Jun 2001 00:18:48 +0000 (00:18 +0000)] 
Fixed region leak.

23 years agoSubtract DC origin from graphics exposure event coordinates.
Alexandre Julliard [Wed, 20 Jun 2001 00:18:15 +0000 (00:18 +0000)] 
Subtract DC origin from graphics exposure event coordinates.

23 years agoMoved hardware message queue handling to the server.
Alexandre Julliard [Tue, 19 Jun 2001 19:16:41 +0000 (19:16 +0000)] 
Moved hardware message queue handling to the server.

23 years agoIgnore EAGAIN errors in read_request.
Alexandre Julliard [Tue, 19 Jun 2001 18:23:13 +0000 (18:23 +0000)] 
Ignore EAGAIN errors in read_request.

23 years agoDocumentation ordinal fixes.
Patrik Stridvall [Tue, 19 Jun 2001 18:20:47 +0000 (18:20 +0000)] 
Documentation ordinal fixes.

23 years agoFails mapper opening when no midi out devices are present.
Eric Pouech [Tue, 19 Jun 2001 18:15:53 +0000 (18:15 +0000)] 
Fails mapper opening when no midi out devices are present.

23 years agoFixed bugs in output functions (ascend, createChunk).
Eric Pouech [Tue, 19 Jun 2001 18:15:30 +0000 (18:15 +0000)] 
Fixed bugs in output functions (ascend, createChunk).
Cleaned up trace messages.
Fixed some mmioOpen file name parsing.