wine
23 years agoIn CopyDIBSection, use source DIB colormap instead if no palette has
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.

23 years agoFix DGA2 mode setting to use the correct color depth.
Ove Kaaven [Mon, 12 Feb 2001 01:20:04 +0000 (01:20 +0000)] 
Fix DGA2 mode setting to use the correct color depth.

23 years ago- fix wineconf to generate new config file format
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

23 years agoAdd support for EMR_EXTTEXTOUTA and EMR_CREATEMONOBRUSH enhanced
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.

23 years agoMake snoop specific case insensitive.
Lawson Whitney [Mon, 12 Feb 2001 01:19:04 +0000 (01:19 +0000)] 
Make snoop specific case insensitive.

23 years agoAdded DCICloseProvider stub.
Andreas Mohr [Mon, 12 Feb 2001 01:18:42 +0000 (01:18 +0000)] 
Added DCICloseProvider stub.

23 years agoImplement IShellLink<A|W>_fnGetWorkingDirectory,
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.

23 years agoOwnerdrawn combo boxes should use ODS_COMBOBOXEDIT in the itemState.
James Abbatiello [Mon, 12 Feb 2001 01:17:16 +0000 (01:17 +0000)] 
Ownerdrawn combo boxes should use ODS_COMBOBOXEDIT in the itemState.

23 years ago- Fix typo in previous change.
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.

23 years agoRemove xmalloc/xrealloc limits for large binary resources.
Jon Griffiths [Mon, 12 Feb 2001 01:15:37 +0000 (01:15 +0000)] 
Remove xmalloc/xrealloc limits for large binary resources.

23 years agoFixed text size calculation bug in GetTextExtentPoint() for window dc's.
Eric Kohl [Mon, 12 Feb 2001 01:15:06 +0000 (01:15 +0000)] 
Fixed text size calculation bug in GetTextExtentPoint() for window dc's.

23 years agoNew section about writing docs in DocBook and dealing with the Wine
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.

23 years agoA couple of stubs for Terminal Server Client 16 bit.
Andreas Mohr [Mon, 12 Feb 2001 01:13:54 +0000 (01:13 +0000)] 
A couple of stubs for Terminal Server Client 16 bit.

23 years agoDon't assume .spec files are found in the current directory, as this
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.

23 years agoSynchronize access to MESSAGEQUEUE members.
Ulrich Weigand [Mon, 29 Jan 2001 00:33:35 +0000 (00:33 +0000)] 
Synchronize access to MESSAGEQUEUE members.

23 years agoAdded some more 16->32 mappings for ICM* messages.
Marcus Meissner [Mon, 29 Jan 2001 00:32:55 +0000 (00:32 +0000)] 
Added some more 16->32 mappings for ICM* messages.

23 years agodvideo.dll forgets to set the DDSD_CAPS flag, just assume it set.
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.

23 years agoDisabled setting of window origin from an EMF.
Eric Kohl [Mon, 29 Jan 2001 00:31:31 +0000 (00:31 +0000)] 
Disabled setting of window origin from an EMF.

23 years agoImplemented VideoCapDriverDescAndVer.
Marcus Meissner [Sun, 28 Jan 2001 23:45:43 +0000 (23:45 +0000)] 
Implemented VideoCapDriverDescAndVer.

23 years agoAdded a few missing exports.
Eric Pouech [Sun, 28 Jan 2001 23:44:56 +0000 (23:44 +0000)] 
Added a few missing exports.

23 years agoDon't disable keyboard autorepeat, since autorepeat is now detectable.
Ove Kaaven [Sun, 28 Jan 2001 23:43:20 +0000 (23:43 +0000)] 
Don't disable keyboard autorepeat, since autorepeat is now detectable.

23 years ago- Siedler3 appears to have rather limited buffers for device/description
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.

23 years agoAuthors: Ove Kaaven <ovek@transgaming.com>, Gavriel State <gav@transgaming.com>
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.

23 years agoTake into account unprintable margins in psdrv.
Huw D M Davies [Sun, 28 Jan 2001 23:13:45 +0000 (23:13 +0000)] 
Take into account unprintable margins in psdrv.

23 years agoAuthors: Huw D M Davies <hdavies@codeweavers.com>, Dmitry Timoshkov <dmitry@codeweave...
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.

23 years agoAdd "OnlyOne" paper source, used by the Acrobat Distiller PPD.
Dmitry Timoshkov [Sun, 28 Jan 2001 23:12:52 +0000 (23:12 +0000)] 
Add "OnlyOne" paper source, used by the Acrobat Distiller PPD.

23 years agoFixed typo.
Josh DuBois [Sun, 28 Jan 2001 23:12:19 +0000 (23:12 +0000)] 
Fixed typo.

23 years agoFixed some mci string parsing issues.
Eric Pouech [Sun, 28 Jan 2001 23:11:27 +0000 (23:11 +0000)] 
Fixed some mci string parsing issues.
Added more mappings 32ATo16.

23 years agoSimplified memory allocation for asynchronous MCI message handling.
Eric Pouech [Sun, 28 Jan 2001 23:10:52 +0000 (23:10 +0000)] 
Simplified memory allocation for asynchronous MCI message handling.

23 years agoDelay importing user32 (only used for configuration).
Eric Pouech [Sun, 28 Jan 2001 23:10:22 +0000 (23:10 +0000)] 
Delay importing user32 (only used for configuration).

23 years agoFixed a few oddities.
Eric Pouech [Sun, 28 Jan 2001 23:09:55 +0000 (23:09 +0000)] 
Fixed a few oddities.

23 years agoAdded a bit more of flags handling in drawdib functions.
Eric Pouech [Sun, 28 Jan 2001 23:09:38 +0000 (23:09 +0000)] 
Added a bit more of flags handling in drawdib functions.

23 years agoPut a '\n' at the end of the FIXME to prevent very odd and difficult
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.

23 years agoImprove name demangling, add 'demangle symbol' option.
Jon Griffiths [Sun, 28 Jan 2001 23:08:52 +0000 (23:08 +0000)] 
Improve name demangling, add 'demangle symbol' option.

23 years agoRemove the keyword 'function', as requested by Robert Luberda.
Jeremy White [Fri, 26 Jan 2001 21:01:32 +0000 (21:01 +0000)] 
Remove the keyword 'function', as requested by Robert Luberda.

23 years agoFixed typo which caused the WritetoHomeRegistryFiles option to be
Martin Pilka [Fri, 26 Jan 2001 21:00:48 +0000 (21:00 +0000)] 
Fixed typo which caused the WritetoHomeRegistryFiles option to be
ignored.

23 years ago- Rewrite WM_CREATE to match native (allocating own Edit control, etc).
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.

23 years ago- When painting the text, if the control is OWNERDRAWN the issue the
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.

23 years agoMade exception_event_request non-blocking, and added
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.

23 years agoAdd <string.h> to files that needed it.
James Juran [Fri, 26 Jan 2001 20:43:40 +0000 (20:43 +0000)] 
Add <string.h> to files that needed it.

23 years agoSome more cleanups.
Andreas Mohr [Fri, 26 Jan 2001 20:40:50 +0000 (20:40 +0000)] 
Some more cleanups.

23 years agoCheck that the linux 2.4 event interface is available before creating
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.

23 years agoHandle the lpDx array properly.
Huw D M Davies [Fri, 26 Jan 2001 20:38:11 +0000 (20:38 +0000)] 
Handle the lpDx array properly.

23 years agoFixed SW_RESTORE handling.
Martin Pilka [Fri, 26 Jan 2001 20:37:48 +0000 (20:37 +0000)] 
Fixed SW_RESTORE handling.

23 years agoDo not notify parent of the Edit control on WM_SETTEXT when Edit is
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.

23 years ago- make hidden bands have valid (0 width) child window areas
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.

23 years agoChanged wait_process and wait_debug_event requests to never block;
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().

23 years agoDon't open the comm handle with GENERIC_WRITE via FILE_GetUnixHandle.
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.

23 years agoReplace 16-bit calls in DefWindowProc by 32-bit, preferring unicode
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.

23 years agoGot rid of WPRINTF_ExtractVAPtr.
Alexandre Julliard [Thu, 25 Jan 2001 22:24:26 +0000 (22:24 +0000)] 
Got rid of WPRINTF_ExtractVAPtr.

23 years agoFixed some issues found by winapi_check.
Patrik Stridvall [Thu, 25 Jan 2001 22:23:08 +0000 (22:23 +0000)] 
Fixed some issues found by winapi_check.

23 years agoMinor bugfixes.
Patrik Stridvall [Thu, 25 Jan 2001 22:22:37 +0000 (22:22 +0000)] 
Minor bugfixes.

23 years agoDocumentation ordinal fixes.
Patrik Stridvall [Thu, 25 Jan 2001 22:22:21 +0000 (22:22 +0000)] 
Documentation ordinal fixes.

23 years agoFixed typo in HKEY_USERS/.Default creation.
Alexandre Julliard [Thu, 25 Jan 2001 21:48:24 +0000 (21:48 +0000)] 
Fixed typo in HKEY_USERS/.Default creation.

23 years agoDon't send notifications for the initial display of the first tab of
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.

23 years agoAdded a few messages and notifications.
Gerard Patel [Thu, 25 Jan 2001 21:47:12 +0000 (21:47 +0000)] 
Added a few messages and notifications.

23 years agoDisabled setting of viewport origin from an EMF.
Eric Kohl [Thu, 25 Jan 2001 21:46:52 +0000 (21:46 +0000)] 
Disabled setting of viewport origin from an EMF.

23 years agoAlways restore the bit_gravity to BGForget after using BGNorthwest to
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.

23 years agoAdded the necessary registry entries for the Mozilla ActiveX control.
John R. Sheets [Thu, 25 Jan 2001 21:45:44 +0000 (21:45 +0000)] 
Added the necessary registry entries for the Mozilla ActiveX control.

23 years agoOnly set window text for WM_NCCREATE in DefWindowProc*() in case
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).

23 years agoRemoved non-standard OBM_RADIOCHECK bitmap.
Alexandre Julliard [Wed, 24 Jan 2001 19:48:39 +0000 (19:48 +0000)] 
Removed non-standard OBM_RADIOCHECK bitmap.

23 years agoUse DrawFrameControl() instead of OEM bitmaps to paint caption buttons
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.

23 years agoSeveral fixes for playing enhanced metafiles in a given rectangle.
Eric Kohl [Wed, 24 Jan 2001 19:38:38 +0000 (19:38 +0000)] 
Several fixes for playing enhanced metafiles in a given rectangle.

23 years agoPartial implementation of world transform support.
Eric Kohl [Wed, 24 Jan 2001 19:38:11 +0000 (19:38 +0000)] 
Partial implementation of world transform support.

23 years agoDocumentation updates.
Andreas Mohr [Wed, 24 Jan 2001 19:37:13 +0000 (19:37 +0000)] 
Documentation updates.

23 years ago- Split Winelib User Guide into smaller files for easier maintenance
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.

23 years agoProtect read-only edit control from modification.
Dmitry Timoshkov [Mon, 22 Jan 2001 19:28:27 +0000 (19:28 +0000)] 
Protect read-only edit control from modification.

23 years agoImplemented __dllonexit.
Jon Griffiths [Mon, 22 Jan 2001 19:28:07 +0000 (19:28 +0000)] 
Implemented __dllonexit.

23 years agoMisc fixes in LISTVIEW_SetImageList, LISTVIEW_SetItemCount,
Gerard Patel [Mon, 22 Jan 2001 19:27:43 +0000 (19:27 +0000)] 
Misc fixes in LISTVIEW_SetImageList, LISTVIEW_SetItemCount,
LISTVIEW_UpdateSize.

23 years agoDisplay the config file location in the incorrect config file error
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.

23 years agoUse int instead of WCHAR in va_arg() (fixes gcc-current compilation
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).

23 years agoAdded various definitions (mostly macros).
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.

23 years agoAdded CHARRANGE.
Francois Gouget [Mon, 22 Jan 2001 19:25:27 +0000 (19:25 +0000)] 
Added CHARRANGE.

23 years agoAdded PSN_GETOBJECT.
Francois Gouget [Mon, 22 Jan 2001 19:25:05 +0000 (19:25 +0000)] 
Added PSN_GETOBJECT.

23 years agoInclude 'options.h' for a needed prototype.
Josh DuBois [Mon, 22 Jan 2001 19:24:20 +0000 (19:24 +0000)] 
Include 'options.h' for a needed prototype.

23 years agoChanged VarCyFromI1 to take a signed char.
Josh DuBois [Mon, 22 Jan 2001 19:23:54 +0000 (19:23 +0000)] 
Changed VarCyFromI1 to take a signed char.

23 years agoTypo fixes in comments.
Francois Gouget [Mon, 22 Jan 2001 02:22:26 +0000 (02:22 +0000)] 
Typo fixes in comments.

23 years ago- New msvcrt unicode functions, winapi_check/-Wall/-W clean.
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.

23 years agoFixed Unicode strings.
Jon Griffiths [Mon, 22 Jan 2001 02:18:27 +0000 (02:18 +0000)] 
Fixed Unicode strings.

23 years agoMade SpinCount FIXME into a TRACE.
Jon Griffiths [Mon, 22 Jan 2001 02:18:13 +0000 (02:18 +0000)] 
Made SpinCount FIXME into a TRACE.

23 years agoIncreased debugger include limit to 512.
Jon Griffiths [Mon, 22 Jan 2001 02:17:46 +0000 (02:17 +0000)] 
Increased debugger include limit to 512.

23 years ago- Remove <string.h> from winnt.h.
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.

23 years ago- Fix a typo in TBSAVEPARAMS A/W declaration.
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.

23 years agoFixed the size of the file dialog icons.
Alexandre Julliard [Sun, 21 Jan 2001 21:11:28 +0000 (21:11 +0000)] 
Fixed the size of the file dialog icons.

23 years ago- Added NMCBEENDEDIT structure for NOTIFY dump.
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}.

23 years agoAdded NMCBEENDEDIT{W|A} structures and flags.
Guy L. Albertelli [Sun, 21 Jan 2001 21:10:29 +0000 (21:10 +0000)] 
Added NMCBEENDEDIT{W|A} structures and flags.

23 years agoFix the cmdline argument passed to NE_CreateThread to include string
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.

23 years agoAdded missing pointer type declarations (usually Pxxx).
Francois Gouget [Sun, 21 Jan 2001 21:09:22 +0000 (21:09 +0000)] 
Added missing pointer type declarations (usually Pxxx).

23 years agoEscape any spaces in lpszObjectName passed to HttpOpenRequest.
Huw D M Davies [Sun, 21 Jan 2001 21:09:00 +0000 (21:09 +0000)] 
Escape any spaces in lpszObjectName passed to HttpOpenRequest.

23 years agoWarning fix.
Alexandre Julliard [Sat, 20 Jan 2001 02:51:49 +0000 (02:51 +0000)] 
Warning fix.

23 years agoDisplay the importing dll in the 0xdeadbeef message.
Alexandre Julliard [Sat, 20 Jan 2001 02:51:19 +0000 (02:51 +0000)] 
Display the importing dll in the 0xdeadbeef message.

23 years agoFixed a number of incompatibilities in OEM icons/cursors handling.
Alexandre Julliard [Sat, 20 Jan 2001 02:48:30 +0000 (02:48 +0000)] 
Fixed a number of incompatibilities in OEM icons/cursors handling.

23 years agoPrevent buffer overflow in TEXT_NextLineW.
Ulrich Czekalla [Sat, 20 Jan 2001 02:16:52 +0000 (02:16 +0000)] 
Prevent buffer overflow in TEXT_NextLineW.

23 years ago- Minor API files update.
Patrik Stridvall [Sat, 20 Jan 2001 02:16:31 +0000 (02:16 +0000)] 
- Minor API files update.
- Minor bug fixes.
- Minor documentation check improvements.

23 years agoAdded configure check for old linux/input.h.
Marcus Meissner [Fri, 19 Jan 2001 21:09:07 +0000 (21:09 +0000)] 
Added configure check for old linux/input.h.

23 years agoAdded convenience script for generating online docs for winehq.com.
John R. Sheets [Fri, 19 Jan 2001 20:58:37 +0000 (20:58 +0000)] 
Added convenience script for generating online docs for winehq.com.

23 years agoSpecified 'signed' on chars compared to -1.
Josh DuBois [Fri, 19 Jan 2001 20:51:44 +0000 (20:51 +0000)] 
Specified 'signed' on chars compared to -1.

23 years agoMake SGML ID attributes in packaging.sgml more unique to avoid
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.

23 years agoSolve remaining problems with scroll bars in the edit control.
Dmitry Timoshkov [Fri, 19 Jan 2001 20:49:54 +0000 (20:49 +0000)] 
Solve remaining problems with scroll bars in the edit control.

23 years agoClean up db2html-winehq HTML generation script. Works in Debian, and
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.