Alexandre Julliard [Fri, 29 Jun 2001 01:41:32 +0000 (01:41 +0000)]
Removed unnecessary SetWindowPos call in SetWindowRgn.
Andreas Mohr [Fri, 29 Jun 2001 01:41:03 +0000 (01:41 +0000)]
Documentation update.
Alexandre Julliard [Fri, 29 Jun 2001 01:26:41 +0000 (01:26 +0000)]
Moved ForceWindowRaise to the USER driver and removed the WND driver.
Travis Michielsen [Fri, 29 Jun 2001 01:17:55 +0000 (01:17 +0000)]
Fixed handling of WM_MOUSEWHEEL messages in non-client space.
Patrik Stridvall [Thu, 28 Jun 2001 18:04:41 +0000 (18:04 +0000)]
Documentation name fixes.
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).
Patrik Stridvall [Thu, 28 Jun 2001 18:02:05 +0000 (18:02 +0000)]
Fixed some issues found by winapi_check.
Patrik Stridvall [Thu, 28 Jun 2001 18:01:39 +0000 (18:01 +0000)]
Several bug fixes and additions.
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.
Dmitry Timoshkov [Thu, 28 Jun 2001 17:59:22 +0000 (17:59 +0000)]
Finish ole32 separation.
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.
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.
Andreas Mohr [Wed, 27 Jun 2001 21:38:58 +0000 (21:38 +0000)]
Fix misleading P4 warning message appearing even in case of match.
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.
Uwe Bonnes [Tue, 26 Jun 2001 21:06:07 +0000 (21:06 +0000)]
Added /dev/parport support for direct port access.
Alexandre Julliard [Tue, 26 Jun 2001 20:09:19 +0000 (20:09 +0000)]
Make the visible region empty for non-visible windows.
Dmitry Timoshkov [Tue, 26 Jun 2001 19:36:23 +0000 (19:36 +0000)]
Replace one more PROFILE_ function by RegQueryValueExA.
Dmitry Timoshkov [Tue, 26 Jun 2001 19:34:36 +0000 (19:34 +0000)]
Replace some 16-bit calls by their 32-bit equivalents.
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.
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.
Dmitry Timoshkov [Mon, 25 Jun 2001 20:08:44 +0000 (20:08 +0000)]
Replace some 16-bit calls by their 32-bit equivalents.
Alexandre Julliard [Mon, 25 Jun 2001 20:01:03 +0000 (20:01 +0000)]
Implemented SendInput().
Dmitry Timoshkov [Mon, 25 Jun 2001 19:51:04 +0000 (19:51 +0000)]
Better separate the XShm using code.
Bang Jun-Young [Sun, 24 Jun 2001 00:23:37 +0000 (00:23 +0000)]
Add a workaround for a bug in byacc (again).
Eric Pouech [Sun, 24 Jun 2001 00:23:18 +0000 (00:23 +0000)]
Fixed for new relay format. added thread knowledge.
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.
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.
Guy L. Albertelli [Sun, 24 Jun 2001 00:21:40 +0000 (00:21 +0000)]
Fixed test so 0xffffffff is properly recognized.
Uwe Bonnes [Fri, 22 Jun 2001 23:45:47 +0000 (23:45 +0000)]
Add RegisteredOwner and RegisteredOrganization.
Mike McCormack [Fri, 22 Jun 2001 23:43:09 +0000 (23:43 +0000)]
Added some defines for process security tokens.
Andreas Mohr [Fri, 22 Jun 2001 23:21:47 +0000 (23:21 +0000)]
Spelling fixes.
Andreas Mohr [Fri, 22 Jun 2001 23:21:20 +0000 (23:21 +0000)]
GetSystemInfo() Pentium 4 support.
Mike McCormack [Fri, 22 Jun 2001 23:20:36 +0000 (23:20 +0000)]
Remove truncate debug message printed on successful truncates.
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.
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.
Ove Kaaven [Thu, 21 Jun 2001 00:44:09 +0000 (00:44 +0000)]
Make GetCursorPos call XQueryPointer.
Ove Kaaven [Thu, 21 Jun 2001 00:39:34 +0000 (00:39 +0000)]
Extended __wine_enter_vm86 to handle pending interrupts.
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.
Patrik Stridvall [Wed, 20 Jun 2001 23:03:14 +0000 (23:03 +0000)]
Documentation ordinal fixes.
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.
Patrik Stridvall [Wed, 20 Jun 2001 22:53:48 +0000 (22:53 +0000)]
Fixed some issues found by winapi_check.
Patrik Stridvall [Wed, 20 Jun 2001 22:53:21 +0000 (22:53 +0000)]
Several bug fixes and additions.
Dave Pickles [Wed, 20 Jun 2001 22:52:12 +0000 (22:52 +0000)]
- Fix uninitialised variable problem in DIR command.
- Correct some comments.
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.
Alexandre Julliard [Wed, 20 Jun 2001 00:18:48 +0000 (00:18 +0000)]
Fixed region leak.
Alexandre Julliard [Wed, 20 Jun 2001 00:18:15 +0000 (00:18 +0000)]
Subtract DC origin from graphics exposure event coordinates.
Alexandre Julliard [Tue, 19 Jun 2001 19:16:41 +0000 (19:16 +0000)]
Moved hardware message queue handling to the server.
Alexandre Julliard [Tue, 19 Jun 2001 18:23:13 +0000 (18:23 +0000)]
Ignore EAGAIN errors in read_request.
Patrik Stridvall [Tue, 19 Jun 2001 18:20:47 +0000 (18:20 +0000)]
Documentation ordinal fixes.
Eric Pouech [Tue, 19 Jun 2001 18:15:53 +0000 (18:15 +0000)]
Fails mapper opening when no midi out devices are present.
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.
Marcus Meissner [Tue, 19 Jun 2001 18:14:25 +0000 (18:14 +0000)]
BSCF enum defines flags, not an enumeration.
Marcus Meissner [Tue, 19 Jun 2001 18:14:08 +0000 (18:14 +0000)]
Made DOS VGA display again with last months DDRAW updates.
Dmitry Timoshkov [Tue, 19 Jun 2001 18:12:24 +0000 (18:12 +0000)]
Add System font to the set of default sans serif fonts.
Alexandre Julliard [Tue, 19 Jun 2001 03:47:11 +0000 (03:47 +0000)]
Fixed one more bug in clip_children.
Patrik Stridvall [Tue, 19 Jun 2001 03:46:27 +0000 (03:46 +0000)]
- Added, cleaned up and/or documentated _{begin,end}thread{,ex}.
- _lfind and _ltow are implemented (not stubs).
Patrik Stridvall [Tue, 19 Jun 2001 03:44:39 +0000 (03:44 +0000)]
Removed implementation of _ultow since it is forwarded to NTDLL in the
.spec file.
Patrik Stridvall [Tue, 19 Jun 2001 03:44:16 +0000 (03:44 +0000)]
Fixed GetCommConfig number of arguments.
Patrik Stridvall [Tue, 19 Jun 2001 03:43:54 +0000 (03:43 +0000)]
wine needs to be built before winedbg.
Patrik Stridvall [Tue, 19 Jun 2001 03:36:23 +0000 (03:36 +0000)]
Fixed some issues found by winapi_check.
Patrik Stridvall [Tue, 19 Jun 2001 03:34:52 +0000 (03:34 +0000)]
- Slightly better handling of external/internal names.
- Minor bug fixes.
- Minor API files update.
Patrik Stridvall [Tue, 19 Jun 2001 03:34:39 +0000 (03:34 +0000)]
Several bug fixes and additions.
Patrik Stridvall [Tue, 19 Jun 2001 03:34:07 +0000 (03:34 +0000)]
Documentation ordinal fixes.
Dmitry Timoshkov [Tue, 19 Jun 2001 03:32:44 +0000 (03:32 +0000)]
Replace PROFILE_ functions by RegQueryValueExA in x11drv.
Bill Medland [Tue, 19 Jun 2001 03:30:53 +0000 (03:30 +0000)]
SetFilePointer correction; return ERROR_NEGATIVE_SEEK (broken by the
64 bit file access enhancement).
Patrik Stridvall [Tue, 19 Jun 2001 03:30:13 +0000 (03:30 +0000)]
Added support for autoconf 2.50.
Alexandre Julliard [Fri, 15 Jun 2001 19:44:35 +0000 (19:44 +0000)]
clip_children: don't crash if child is not in list (can happen on
WM_NCCREATE).
Bang Jun-Young [Fri, 15 Jun 2001 19:43:51 +0000 (19:43 +0000)]
Use clone() if HAVE_CLONE is defined.
Ove Kaaven [Fri, 15 Jun 2001 19:43:15 +0000 (19:43 +0000)]
Block SIGINT and SIGALRM in signal handlers.
Alexandre Julliard [Thu, 14 Jun 2001 19:31:36 +0000 (19:31 +0000)]
Added direct system call for unaligned mmap support on Linux.
Support 64-bit file offsets in MapViewOfFileEx.
Dmitry Timoshkov [Thu, 14 Jun 2001 19:27:01 +0000 (19:27 +0000)]
Move IsCharAlphaA and IsCharAlphaNumericA to user32.
Better implement some of user32 *Char* functions regarding locale.
Remove kernel32 dependency on user32.
Ulrich Czekalla [Thu, 14 Jun 2001 19:24:50 +0000 (19:24 +0000)]
Stub for InternetGetCookieA.
Dmitry Timoshkov [Thu, 14 Jun 2001 19:24:02 +0000 (19:24 +0000)]
Replace more PROFILE_ functions by RegQueryValueExA.
Marcus Meissner [Thu, 14 Jun 2001 19:22:55 +0000 (19:22 +0000)]
Multiple *ptr++ constructs in one expression have undefined behaviour,
moved them out of the expression.
Patrik Stridvall [Wed, 13 Jun 2001 20:13:18 +0000 (20:13 +0000)]
Documentation ordinal fixes (using winapi_fixup).
Alexandre Julliard [Wed, 13 Jun 2001 20:07:48 +0000 (20:07 +0000)]
Use the topmost parent that isn't clipping children as drawable,
to make sure parent siblings are not clipped.
Ian Pilcher [Wed, 13 Jun 2001 20:06:42 +0000 (20:06 +0000)]
Make ChooseFontW use ChooseFontA.
Alexandre Julliard [Wed, 13 Jun 2001 19:43:53 +0000 (19:43 +0000)]
Force invalidating of siblings children on expose event.
Patrik Stridvall [Wed, 13 Jun 2001 19:38:29 +0000 (19:38 +0000)]
- New common code for the winapi tools.
- New tool for extracting source code information.
- New tool for automatically modifying (fixing) the source code.
Dmitry Timoshkov [Wed, 13 Jun 2001 19:36:27 +0000 (19:36 +0000)]
Replace PROFILE_GetWineIniString by RegQueryValueExA.
Marcus Meissner [Wed, 13 Jun 2001 19:36:10 +0000 (19:36 +0000)]
Added definitions for IKsPropertySet, small stub implementation for
IDirectSound3DBuffer. Fixed one pointer reference.
Marcus Meissner [Wed, 13 Jun 2001 19:35:48 +0000 (19:35 +0000)]
_tzset just forwards to libc tzset().
Dmitry Timoshkov [Wed, 13 Jun 2001 19:35:28 +0000 (19:35 +0000)]
Protect against a driver misconfiguration.
Alexandre Julliard [Tue, 12 Jun 2001 04:02:10 +0000 (04:02 +0000)]
Fixed handling of zero-sized client window.
Create the X windows before sending WM_NCCREATE.
Alexandre Julliard [Mon, 11 Jun 2001 20:24:57 +0000 (20:24 +0000)]
Added counter for operations generating graphics exposures to the DC
struct, to avoid waiting for expose events when none were generated.
Patrik Stridvall [Mon, 11 Jun 2001 20:16:11 +0000 (20:16 +0000)]
Fixed some issues found by winapi_check.
Patrik Stridvall [Mon, 11 Jun 2001 20:14:43 +0000 (20:14 +0000)]
Documentation ordinal fixes (using winapi_fixup).
Alexandre Julliard [Mon, 11 Jun 2001 20:13:48 +0000 (20:13 +0000)]
Warning fix.
Patrik Stridvall [Mon, 11 Jun 2001 20:13:21 +0000 (20:13 +0000)]
- Minor API files update.
- Minor bug fixes.
Marcus Meissner [Mon, 11 Jun 2001 20:12:39 +0000 (20:12 +0000)]
Alias and Device Type are case insensitive.
Guy L. Albertelli [Mon, 11 Jun 2001 20:12:11 +0000 (20:12 +0000)]
- correct rebar window borders and handling of RBS_BORDERS, now
matches native.
- major redesign of band layout, now comes a lot closer to native for
the test programs.
- support RBS_VARHEIGHT for both on and off.
- better debug info, and performance improvement
Bob Goodwin [Fri, 8 Jun 2001 20:25:34 +0000 (20:25 +0000)]
Mask out garbage in the upper half of stack pointer.
Andreas Mohr [Fri, 8 Jun 2001 20:19:28 +0000 (20:19 +0000)]
Limit output for certain text functions.
Marcus Meissner [Fri, 8 Jun 2001 19:34:56 +0000 (19:34 +0000)]
Added check for broken mmap64.
Alexandre Julliard [Fri, 8 Jun 2001 19:09:44 +0000 (19:09 +0000)]
Added script to update dlls dependencies.
Marcus Meissner [Fri, 8 Jun 2001 19:02:57 +0000 (19:02 +0000)]
Implemented glu32.dll as libGLU.so forwarder.
Alexandre Julliard [Fri, 8 Jun 2001 19:00:56 +0000 (19:00 +0000)]
Removed WIN_NATIVE flag.
Francois Gouget [Fri, 8 Jun 2001 18:59:03 +0000 (18:59 +0000)]
ULARGE_INTEGER may have a dummy struct name.
Lionel Ulmer [Fri, 8 Jun 2001 18:56:51 +0000 (18:56 +0000)]
Upgrade OpenGL thunks with latest informations from OpenGL spec file.
Alexandre Julliard [Thu, 7 Jun 2001 22:29:33 +0000 (22:29 +0000)]
Removed unneeded inclusion of queue.h.