Ove Kaaven [Mon, 12 Feb 2001 01:20:30 +0000 (01:20 +0000)]
In CopyDIBSection, use source DIB colormap instead if no palette has
been selected into the source DC, to work around some X11-imposed
DIBsection implementation deficiencies.
Ove Kaaven [Mon, 12 Feb 2001 01:20:04 +0000 (01:20 +0000)]
Fix DGA2 mode setting to use the correct color depth.
Andreas Mohr [Mon, 12 Feb 2001 01:19:43 +0000 (01:19 +0000)]
- fix wineconf to generate new config file format
- fix some variable checks
Dmitry Timoshkov [Mon, 12 Feb 2001 01:19:23 +0000 (01:19 +0000)]
Add support for EMR_EXTTEXTOUTA and EMR_CREATEMONOBRUSH enhanced
metafile records. Better implementation of EMR_STRETCHDIBITS and
EMR_EXTTEXTOUTW.
Lawson Whitney [Mon, 12 Feb 2001 01:19:04 +0000 (01:19 +0000)]
Make snoop specific case insensitive.
Andreas Mohr [Mon, 12 Feb 2001 01:18:42 +0000 (01:18 +0000)]
Added DCICloseProvider stub.
James Abbatiello [Mon, 12 Feb 2001 01:17:39 +0000 (01:17 +0000)]
Implement IShellLink<A|W>_fnGetWorkingDirectory,
IShellLink<A|W>_fnGetArguments, IShellLink<A|W>_fnGetIconLocation.
James Abbatiello [Mon, 12 Feb 2001 01:17:16 +0000 (01:17 +0000)]
Ownerdrawn combo boxes should use ODS_COMBOBOXEDIT in the itemState.
Guy L. Albertelli [Mon, 12 Feb 2001 01:16:38 +0000 (01:16 +0000)]
- Fix typo in previous change.
- Add structures for CBEN_INSERTITEM notify message.
Jon Griffiths [Mon, 12 Feb 2001 01:15:37 +0000 (01:15 +0000)]
Remove xmalloc/xrealloc limits for large binary resources.
Eric Kohl [Mon, 12 Feb 2001 01:15:06 +0000 (01:15 +0000)]
Fixed text size calculation bug in GetTextExtentPoint() for window dc's.
John R. Sheets [Mon, 12 Feb 2001 01:14:34 +0000 (01:14 +0000)]
New section about writing docs in DocBook and dealing with the Wine
SGML build system; half done, but a good start.
Andreas Mohr [Mon, 12 Feb 2001 01:13:54 +0000 (01:13 +0000)]
A couple of stubs for Terminal Server Client 16 bit.
Matthew Clarke [Mon, 29 Jan 2001 02:03:31 +0000 (02:03 +0000)]
Don't assume .spec files are found in the current directory, as this
is not the case when building outside the source tree.
Ulrich Weigand [Mon, 29 Jan 2001 00:33:35 +0000 (00:33 +0000)]
Synchronize access to MESSAGEQUEUE members.
Marcus Meissner [Mon, 29 Jan 2001 00:32:55 +0000 (00:32 +0000)]
Added some more 16->32 mappings for ICM* messages.
Marcus Meissner [Mon, 29 Jan 2001 00:31:50 +0000 (00:31 +0000)]
dvideo.dll forgets to set the DDSD_CAPS flag, just assume it set.
Output more debug info on failure.
Eric Kohl [Mon, 29 Jan 2001 00:31:31 +0000 (00:31 +0000)]
Disabled setting of window origin from an EMF.
Marcus Meissner [Sun, 28 Jan 2001 23:45:43 +0000 (23:45 +0000)]
Implemented VideoCapDriverDescAndVer.
Eric Pouech [Sun, 28 Jan 2001 23:44:56 +0000 (23:44 +0000)]
Added a few missing exports.
Ove Kaaven [Sun, 28 Jan 2001 23:43:20 +0000 (23:43 +0000)]
Don't disable keyboard autorepeat, since autorepeat is now detectable.
Marcus Meissner [Sun, 28 Jan 2001 23:15:17 +0000 (23:15 +0000)]
- Siedler3 appears to have rather limited buffers for device/description
strings and crashes with those long strings. Shortened those strings.
- Also driver needs to be "display" for display devices (some other
programs rely on that info I seem to remember).
- Fixed DSurface::GetSurfaceDesc to not just blindly copy a
DDSURFACEDESC2 struct over a smaller DDSURFACEDESC one.
Alexandre Julliard [Sun, 28 Jan 2001 23:14:25 +0000 (23:14 +0000)]
Authors: Ove Kaaven <ovek@transgaming.com>, Gavriel State <gav@transgaming.com>
Implemented circular buffering for the dinput mouse device.
Mapped the mouse warp on the center of the cooperative window, which
should make windowed games work better in managed mode.
Huw D M Davies [Sun, 28 Jan 2001 23:13:45 +0000 (23:13 +0000)]
Take into account unprintable margins in psdrv.
Alexandre Julliard [Sun, 28 Jan 2001 23:13:25 +0000 (23:13 +0000)]
Authors: Huw D M Davies <hdavies@codeweavers.com>, Dmitry Timoshkov <dmitry@codeweavers.com>
psdrv's DeviceCapabilities should list DMBIN_AUTO as an available
bin.
Dmitry Timoshkov [Sun, 28 Jan 2001 23:12:52 +0000 (23:12 +0000)]
Add "OnlyOne" paper source, used by the Acrobat Distiller PPD.
Josh DuBois [Sun, 28 Jan 2001 23:12:19 +0000 (23:12 +0000)]
Fixed typo.
Eric Pouech [Sun, 28 Jan 2001 23:11:27 +0000 (23:11 +0000)]
Fixed some mci string parsing issues.
Added more mappings 32ATo16.
Eric Pouech [Sun, 28 Jan 2001 23:10:52 +0000 (23:10 +0000)]
Simplified memory allocation for asynchronous MCI message handling.
Eric Pouech [Sun, 28 Jan 2001 23:10:22 +0000 (23:10 +0000)]
Delay importing user32 (only used for configuration).
Eric Pouech [Sun, 28 Jan 2001 23:09:55 +0000 (23:09 +0000)]
Fixed a few oddities.
Eric Pouech [Sun, 28 Jan 2001 23:09:38 +0000 (23:09 +0000)]
Added a bit more of flags handling in drawdib functions.
Chris Morgan [Sun, 28 Jan 2001 23:09:11 +0000 (23:09 +0000)]
Put a '\n' at the end of the FIXME to prevent very odd and difficult
to debug crashes due to overflowing of the debug info's output buffer.
Jon Griffiths [Sun, 28 Jan 2001 23:08:52 +0000 (23:08 +0000)]
Improve name demangling, add 'demangle symbol' option.
Jeremy White [Fri, 26 Jan 2001 21:01:32 +0000 (21:01 +0000)]
Remove the keyword 'function', as requested by Robert Luberda.
Martin Pilka [Fri, 26 Jan 2001 21:00:48 +0000 (21:00 +0000)]
Fixed typo which caused the WritetoHomeRegistryFiles option to be
ignored.
Guy L. Albertelli [Fri, 26 Jan 2001 21:00:10 +0000 (21:00 +0000)]
- Rewrite WM_CREATE to match native (allocating own Edit control, etc).
- Implement additional WNDPROCs for the Combo and Edit controls to
handle different functions.
- Implement CBEM_SETCURSEL and CBEM_HASEDITCHANGED.
Guy L. Albertelli [Fri, 26 Jan 2001 20:59:51 +0000 (20:59 +0000)]
- When painting the text, if the control is OWNERDRAWN the issue the
WM_DRAWITEM message.
- Set the focused status at the end of the end of the Setfocus routine.
- Flip the order of updating the list box and issuing the WM_NOTIFY
for CBN_EDITUPDATE to match native.
Alexandre Julliard [Fri, 26 Jan 2001 20:45:41 +0000 (20:45 +0000)]
Made exception_event_request non-blocking, and added
get_exception_status to retrieve the exception result returned by the
debugger.
James Juran [Fri, 26 Jan 2001 20:43:40 +0000 (20:43 +0000)]
Add <string.h> to files that needed it.
Andreas Mohr [Fri, 26 Jan 2001 20:40:50 +0000 (20:40 +0000)]
Some more cleanups.
Ove Kaaven [Fri, 26 Jan 2001 20:39:07 +0000 (20:39 +0000)]
Check that the linux 2.4 event interface is available before creating
a dinput device based on it.
Huw D M Davies [Fri, 26 Jan 2001 20:38:11 +0000 (20:38 +0000)]
Handle the lpDx array properly.
Martin Pilka [Fri, 26 Jan 2001 20:37:48 +0000 (20:37 +0000)]
Fixed SW_RESTORE handling.
Dmitry Timoshkov [Fri, 26 Jan 2001 20:37:18 +0000 (20:37 +0000)]
Do not notify parent of the Edit control on WM_SETTEXT when Edit is
part of the ComboBox.
Guy L. Albertelli [Fri, 26 Jan 2001 20:36:53 +0000 (20:36 +0000)]
- make hidden bands have valid (0 width) child window areas
- when hiding a band, don't show the window, hide it.
Alexandre Julliard [Fri, 26 Jan 2001 00:22:26 +0000 (00:22 +0000)]
Changed wait_process and wait_debug_event requests to never block;
waiting is always done through WaitForSingleObject().
Andreas Mohr [Fri, 26 Jan 2001 00:20:05 +0000 (00:20 +0000)]
Don't open the comm handle with GENERIC_WRITE via FILE_GetUnixHandle.
Dmitry Timoshkov [Fri, 26 Jan 2001 00:19:33 +0000 (00:19 +0000)]
Replace 16-bit calls in DefWindowProc by 32-bit, preferring unicode
API calls.
Alexandre Julliard [Thu, 25 Jan 2001 22:24:26 +0000 (22:24 +0000)]
Got rid of WPRINTF_ExtractVAPtr.
Patrik Stridvall [Thu, 25 Jan 2001 22:23:08 +0000 (22:23 +0000)]
Fixed some issues found by winapi_check.
Patrik Stridvall [Thu, 25 Jan 2001 22:22:37 +0000 (22:22 +0000)]
Minor bugfixes.
Patrik Stridvall [Thu, 25 Jan 2001 22:22:21 +0000 (22:22 +0000)]
Documentation ordinal fixes.
Alexandre Julliard [Thu, 25 Jan 2001 21:48:24 +0000 (21:48 +0000)]
Fixed typo in HKEY_USERS/.Default creation.
Gerard Patel [Thu, 25 Jan 2001 21:48:01 +0000 (21:48 +0000)]
Don't send notifications for the initial display of the first tab of
the control.
Gerard Patel [Thu, 25 Jan 2001 21:47:12 +0000 (21:47 +0000)]
Added a few messages and notifications.
Eric Kohl [Thu, 25 Jan 2001 21:46:52 +0000 (21:46 +0000)]
Disabled setting of viewport origin from an EMF.
Susan Farley [Thu, 25 Jan 2001 21:46:26 +0000 (21:46 +0000)]
Always restore the bit_gravity to BGForget after using BGNorthwest to
copy bits during SetWindowPos.
John R. Sheets [Thu, 25 Jan 2001 21:45:44 +0000 (21:45 +0000)]
Added the necessary registry entries for the Mozilla ActiveX control.
Andreas Mohr [Wed, 24 Jan 2001 19:57:04 +0000 (19:57 +0000)]
Only set window text for WM_NCCREATE in DefWindowProc*() in case
lpszName is a string (i.e. check HIWORD).
Alexandre Julliard [Wed, 24 Jan 2001 19:48:39 +0000 (19:48 +0000)]
Removed non-standard OBM_RADIOCHECK bitmap.
Alexandre Julliard [Wed, 24 Jan 2001 19:47:57 +0000 (19:47 +0000)]
Use DrawFrameControl() instead of OEM bitmaps to paint caption buttons
and menu check marks.
Eric Kohl [Wed, 24 Jan 2001 19:38:38 +0000 (19:38 +0000)]
Several fixes for playing enhanced metafiles in a given rectangle.
Eric Kohl [Wed, 24 Jan 2001 19:38:11 +0000 (19:38 +0000)]
Partial implementation of world transform support.
Andreas Mohr [Wed, 24 Jan 2001 19:37:13 +0000 (19:37 +0000)]
Documentation updates.
John R. Sheets [Wed, 24 Jan 2001 19:36:24 +0000 (19:36 +0000)]
- Split Winelib User Guide into smaller files for easier maintenance
and better integration with make_winehq.
- Add some Winelib docs from Jon Griffiths.
- Fix a <sect2> problem in running.sgml.
Dmitry Timoshkov [Mon, 22 Jan 2001 19:28:27 +0000 (19:28 +0000)]
Protect read-only edit control from modification.
Jon Griffiths [Mon, 22 Jan 2001 19:28:07 +0000 (19:28 +0000)]
Implemented __dllonexit.
Gerard Patel [Mon, 22 Jan 2001 19:27:43 +0000 (19:27 +0000)]
Misc fixes in LISTVIEW_SetImageList, LISTVIEW_SetItemCount,
LISTVIEW_UpdateSize.
Gerard Patel [Mon, 22 Jan 2001 19:27:06 +0000 (19:27 +0000)]
Display the config file location in the incorrect config file error
message.
James Juran [Mon, 22 Jan 2001 19:26:42 +0000 (19:26 +0000)]
Use int instead of WCHAR in va_arg() (fixes gcc-current compilation
problem).
Francois Gouget [Mon, 22 Jan 2001 19:26:07 +0000 (19:26 +0000)]
Added various definitions (mostly macros).
Fixed typo in the HDN_{BEGIN,END}DRAG macros.
Added a pointer type for IMAGEINFO.
Fixed the return type of TreeView_{SetToolTips,GetToolTips}.
Even macros must come in A/W and neutral form (see the ListView_ series).
Fixed typo in MonthCal_SetColor.
Francois Gouget [Mon, 22 Jan 2001 19:25:27 +0000 (19:25 +0000)]
Added CHARRANGE.
Francois Gouget [Mon, 22 Jan 2001 19:25:05 +0000 (19:25 +0000)]
Added PSN_GETOBJECT.
Josh DuBois [Mon, 22 Jan 2001 19:24:20 +0000 (19:24 +0000)]
Include 'options.h' for a needed prototype.
Josh DuBois [Mon, 22 Jan 2001 19:23:54 +0000 (19:23 +0000)]
Changed VarCyFromI1 to take a signed char.
Francois Gouget [Mon, 22 Jan 2001 02:22:26 +0000 (02:22 +0000)]
Typo fixes in comments.
Jon Griffiths [Mon, 22 Jan 2001 02:21:54 +0000 (02:21 +0000)]
- New msvcrt unicode functions, winapi_check/-Wall/-W clean.
- Forward to ntdll where possible.
- Fix some .spec entries with incorrect parameters.
Jon Griffiths [Mon, 22 Jan 2001 02:18:27 +0000 (02:18 +0000)]
Fixed Unicode strings.
Jon Griffiths [Mon, 22 Jan 2001 02:18:13 +0000 (02:18 +0000)]
Made SpinCount FIXME into a TRACE.
Jon Griffiths [Mon, 22 Jan 2001 02:17:46 +0000 (02:17 +0000)]
Increased debugger include limit to 512.
Jon Griffiths [Mon, 22 Jan 2001 02:17:29 +0000 (02:17 +0000)]
- Remove <string.h> from winnt.h.
- ntdll: complete crt functions, prevent libc imports, fix sscanf.
Jon Griffiths [Mon, 22 Jan 2001 02:13:58 +0000 (02:13 +0000)]
- Fix a typo in TBSAVEPARAMS A/W declaration.
- Use 16 bit Unicode constants for wc strings.
- Make some string constants available as Unicode.
Alexandre Julliard [Sun, 21 Jan 2001 21:11:28 +0000 (21:11 +0000)]
Fixed the size of the file dialog icons.
Guy L. Albertelli [Sun, 21 Jan 2001 21:10:48 +0000 (21:10 +0000)]
- Added NMCBEENDEDIT structure for NOTIFY dump.
- Added dump of positioning structure for WM_WINDOWPOSCHANG{ED|ING}.
Guy L. Albertelli [Sun, 21 Jan 2001 21:10:29 +0000 (21:10 +0000)]
Added NMCBEENDEDIT{W|A} structures and flags.
Gerard Patel [Sun, 21 Jan 2001 21:09:44 +0000 (21:09 +0000)]
Fix the cmdline argument passed to NE_CreateThread to include string
length.
Francois Gouget [Sun, 21 Jan 2001 21:09:22 +0000 (21:09 +0000)]
Added missing pointer type declarations (usually Pxxx).
Huw D M Davies [Sun, 21 Jan 2001 21:09:00 +0000 (21:09 +0000)]
Escape any spaces in lpszObjectName passed to HttpOpenRequest.
Alexandre Julliard [Sat, 20 Jan 2001 02:51:49 +0000 (02:51 +0000)]
Warning fix.
Alexandre Julliard [Sat, 20 Jan 2001 02:51:19 +0000 (02:51 +0000)]
Display the importing dll in the 0xdeadbeef message.
Alexandre Julliard [Sat, 20 Jan 2001 02:48:30 +0000 (02:48 +0000)]
Fixed a number of incompatibilities in OEM icons/cursors handling.
Ulrich Czekalla [Sat, 20 Jan 2001 02:16:52 +0000 (02:16 +0000)]
Prevent buffer overflow in TEXT_NextLineW.
Patrik Stridvall [Sat, 20 Jan 2001 02:16:31 +0000 (02:16 +0000)]
- Minor API files update.
- Minor bug fixes.
- Minor documentation check improvements.
Marcus Meissner [Fri, 19 Jan 2001 21:09:07 +0000 (21:09 +0000)]
Added configure check for old linux/input.h.
John R. Sheets [Fri, 19 Jan 2001 20:58:37 +0000 (20:58 +0000)]
Added convenience script for generating online docs for winehq.com.
Josh DuBois [Fri, 19 Jan 2001 20:51:44 +0000 (20:51 +0000)]
Specified 'signed' on chars compared to -1.
John R. Sheets [Fri, 19 Jan 2001 20:50:50 +0000 (20:50 +0000)]
Make SGML ID attributes in packaging.sgml more unique to avoid
conflicts when we bundle all four guides into a single set.
Dmitry Timoshkov [Fri, 19 Jan 2001 20:49:54 +0000 (20:49 +0000)]
Solve remaining problems with scroll bars in the edit control.
John R. Sheets [Thu, 18 Jan 2001 23:07:53 +0000 (23:07 +0000)]
Clean up db2html-winehq HTML generation script. Works in Debian, and
may actually work in Redhat now, too.