wine
23 years agoAdded Unicode ctype support.
Alexandre Julliard [Fri, 11 Aug 2000 20:53:40 +0000 (20:53 +0000)] 
Added Unicode ctype support.

23 years agoMoved NM_UPDOWN definition to commctrl.h.
Alexandre Julliard [Fri, 11 Aug 2000 12:53:27 +0000 (12:53 +0000)] 
Moved NM_UPDOWN definition to commctrl.h.

23 years agoThe user driver functions might be called with the window lock held.
Peter Ganten [Fri, 11 Aug 2000 12:52:56 +0000 (12:52 +0000)] 
The user driver functions might be called with the window lock held.

23 years agoMake FindResource and FindResourceEx fully windows compatible.
Dmitry Timoshkov [Fri, 11 Aug 2000 12:50:56 +0000 (12:50 +0000)] 
Make FindResource and FindResourceEx fully windows compatible.

23 years agoRemove some obsolete #define's - strlwr and strupr are in NTDLL now.
Damyan Ognyanoff [Fri, 11 Aug 2000 12:50:11 +0000 (12:50 +0000)] 
Remove some obsolete #define's - strlwr and strupr are in NTDLL now.

23 years agoAdded UTF-8 conversion support.
Alexandre Julliard [Fri, 11 Aug 2000 00:44:33 +0000 (00:44 +0000)] 
Added UTF-8 conversion support.

23 years agoInstead of not doing the Z ordering when the application asks to place
Stephane Lussier [Fri, 11 Aug 2000 00:40:38 +0000 (00:40 +0000)] 
Instead of not doing the Z ordering when the application asks to place
the window under a zero-sized window, now the window above the
zero-sized window, is used to do the Z ordering.

23 years agoInitialize lpstrInitialDir to really bogus value to restore original
Dmitry Timoshkov [Fri, 11 Aug 2000 00:40:00 +0000 (00:40 +0000)] 
Initialize lpstrInitialDir to really bogus value to restore original
value later.

23 years agoAdded a few more anonymous union definitions.
Ove Kaaven [Fri, 11 Aug 2000 00:39:39 +0000 (00:39 +0000)] 
Added a few more anonymous union definitions.

23 years agoFixed C++ operators return value.
Ove Kaaven [Fri, 11 Aug 2000 00:39:26 +0000 (00:39 +0000)] 
Fixed C++ operators return value.

23 years agoImplemented fopen() append mode, and a really cheesy fscanf()
Ove Kaaven [Fri, 11 Aug 2000 00:39:14 +0000 (00:39 +0000)] 
Implemented fopen() append mode, and a really cheesy fscanf()
implementation...

23 years ago1. Make buffer for message large enough to hold very long file names.
Dmitry Timoshkov [Fri, 11 Aug 2000 00:38:44 +0000 (00:38 +0000)] 
1. Make buffer for message large enough to hold very long file names.
2. Pass FORMAT_MESSAGE_ARGUMENT_ARRAY for FormatMessageA to not assume
   implementation specific behaviour.
3. Show actual message to user, not non-formatted one.

23 years agoMerged clipboard driver into USER driver.
Alexandre Julliard [Thu, 10 Aug 2000 01:16:19 +0000 (01:16 +0000)] 
Merged clipboard driver into USER driver.
Moved all ttydrv source files to dlls/ttydrv.
Load functions pointer for the USER driver from the graphics driver
dll with GetProcAddress.

23 years agoRemoved some unnecessary #includes and dll dependencies.
Alexandre Julliard [Wed, 9 Aug 2000 22:35:05 +0000 (22:35 +0000)] 
Removed some unnecessary #includes and dll dependencies.

23 years agoMake PDB, ENVDB and STARTUPINFO global variables.
Alexandre Julliard [Wed, 9 Aug 2000 22:33:42 +0000 (22:33 +0000)] 
Make PDB, ENVDB and STARTUPINFO global variables.
Added 'module' field in PDB, and removed Wine-specific fields.

23 years agoRemoved winver and service_table from the PDB and made them static
Alexandre Julliard [Wed, 9 Aug 2000 22:31:24 +0000 (22:31 +0000)] 
Removed winver and service_table from the PDB and made them static
variables.

23 years agoRemoved the DOS handles table from the PDB and made it a static
Alexandre Julliard [Wed, 9 Aug 2000 22:30:18 +0000 (22:30 +0000)] 
Removed the DOS handles table from the PDB and made it a static
variable.

23 years agoRemoved obsolete SHMDATA parameter in GLOBAL_CreateBlock.
Alexandre Julliard [Wed, 9 Aug 2000 22:27:11 +0000 (22:27 +0000)] 
Removed obsolete SHMDATA parameter in GLOBAL_CreateBlock.

23 years ago- Avoid null-pointer exceptions by testing listnodes validity before doing
James Hatheway [Wed, 9 Aug 2000 22:24:04 +0000 (22:24 +0000)] 
- Avoid null-pointer exceptions by testing listnodes validity before doing
  any work with those.
- TLB_ReadTypeLib now retrieves the length of the TLB and passes it to
  the TLB constructor which initializes TLBContext::length to that
  value.
- For non-standard pointed types, td[3] is always 0. I observed that
  the type is stored at td[2]/8 and not td[3]/8.
- Null-pointer exception occurs when GetRefTypeOfImplType is called on a
  type with no inherited interfaces. If the implemented types linked list
  is empty, set pRefType as 0 and return S_OK.

23 years agoFixed typo in the IDispatch_GetTypeInfo macro.
James Hatheway [Wed, 9 Aug 2000 22:22:05 +0000 (22:22 +0000)] 
Fixed typo in the IDispatch_GetTypeInfo macro.

23 years agoFix some remaining problems with tooltips.
Huw D M Davies [Wed, 9 Aug 2000 22:21:32 +0000 (22:21 +0000)] 
Fix some remaining problems with tooltips.

23 years agoFixed OpenGL configure: move HAVE_OPENGL define to where it belongs,
Marcus Meissner [Wed, 9 Aug 2000 22:21:08 +0000 (22:21 +0000)] 
Fixed OpenGL configure: move HAVE_OPENGL define to where it belongs,
fixed glext.h presence in configure check for PFNGLCOLORTABLEEXTPROC.

23 years agoMoved a few non-standard headers into their respective dlls.
Alexandre Julliard [Wed, 9 Aug 2000 00:54:58 +0000 (00:54 +0000)] 
Moved a few non-standard headers into their respective dlls.

23 years agoInstall all standard Windows includes, plus some from the wine subdir.
Alexandre Julliard [Wed, 9 Aug 2000 00:53:22 +0000 (00:53 +0000)] 
Install all standard Windows includes, plus some from the wine subdir.

23 years agoRemoved all non-standard common control headers from the include
Alexandre Julliard [Wed, 9 Aug 2000 00:41:17 +0000 (00:41 +0000)] 
Removed all non-standard common control headers from the include
directory.

23 years agoMoved struct32.c to windows directory.
Alexandre Julliard [Wed, 9 Aug 2000 00:38:18 +0000 (00:38 +0000)] 
Moved struct32.c to windows directory.

23 years agoMake sure builtin dlls are never freed since we don't support dlclose
Alexandre Julliard [Tue, 8 Aug 2000 20:49:48 +0000 (20:49 +0000)] 
Make sure builtin dlls are never freed since we don't support dlclose
properly yet.

23 years agoSmall dll interfaces cleanups.
Alexandre Julliard [Tue, 8 Aug 2000 20:49:16 +0000 (20:49 +0000)] 
Small dll interfaces cleanups.

23 years agoEased restrictions on OpenGL/MESA usage a bit. It compiles just fine
Marcus Meissner [Tue, 8 Aug 2000 20:46:50 +0000 (20:46 +0000)] 
Eased restrictions on OpenGL/MESA usage a bit. It compiles just fine
using mesa-3.2 even without glext.h.

23 years agoReworked how selections are kept track of in the list view. Selections
Aric Stewart [Tue, 8 Aug 2000 20:46:07 +0000 (20:46 +0000)] 
Reworked how selections are kept track of in the list view. Selections
are now listed as a sorted range of paired integers.

23 years agoWhen unsubclassing tools, use toolPtr->hwnd instead of toolPtr->uId if
Louis Philippe Gagnon [Tue, 8 Aug 2000 20:45:16 +0000 (20:45 +0000)] 
When unsubclassing tools, use toolPtr->hwnd instead of toolPtr->uId if
toolPtr->flags does not contain TTF_IDISHWND (meaning uId is not a
valid window handle).

23 years agoAdded description of using DLLs with WineLib.
Wilbur N. Dale [Tue, 8 Aug 2000 20:44:50 +0000 (20:44 +0000)] 
Added description of using DLLs with WineLib.

23 years agoConverted Wine documentation to SGML format.
John R. Sheets [Tue, 8 Aug 2000 01:24:00 +0000 (01:24 +0000)] 
Converted Wine documentation to SGML format.

23 years agoInitialize 'str' in ICONTITLE_GetTitlePos.
Marcus Meissner [Mon, 7 Aug 2000 23:51:02 +0000 (23:51 +0000)] 
Initialize 'str' in ICONTITLE_GetTitlePos.

23 years agoFixed resource functions to work with 32-bit modules that don't have a
Alexandre Julliard [Mon, 7 Aug 2000 23:50:00 +0000 (23:50 +0000)] 
Fixed resource functions to work with 32-bit modules that don't have a
16-bit counterpart (necessary for LOAD_LIBRARY_AS_DATAFILE support).

23 years agoAdd an edit control showing the command line of the currently selected
Andreas Mohr [Mon, 7 Aug 2000 17:11:12 +0000 (17:11 +0000)] 
Add an edit control showing the command line of the currently selected
deinstall item.

23 years agoWINPOS_WindowFromPoint should respect hrgnWnd.
Huw D M Davies [Mon, 7 Aug 2000 17:10:39 +0000 (17:10 +0000)] 
WINPOS_WindowFromPoint should respect hrgnWnd.

23 years agoSet up exe_modref before loading implicitly linked dlls.
Peter Ganten [Mon, 7 Aug 2000 17:10:20 +0000 (17:10 +0000)] 
Set up exe_modref before loading implicitly linked dlls.

23 years agoPrevent endless looping in linebreak handling.
Andreas Mohr [Mon, 7 Aug 2000 17:09:58 +0000 (17:09 +0000)] 
Prevent endless looping in linebreak handling.

23 years agoIf we are looking for an existing pixmap format, we do not need the
Marcus Meissner [Mon, 7 Aug 2000 17:09:37 +0000 (17:09 +0000)] 
If we are looking for an existing pixmap format, we do not need the
same bitsperpixel (fixes depth 15/bitspixel 16 mode).

23 years agoAdded a few DirectInput 7 definitions and C++ fixes.
Ove Kaaven [Mon, 7 Aug 2000 04:18:30 +0000 (04:18 +0000)] 
Added a few DirectInput 7 definitions and C++ fixes.

23 years agoLoadLibraryEx32W16 should use the search algorithm of 16-bit libraries.
Peter Ganten [Mon, 7 Aug 2000 04:18:00 +0000 (04:18 +0000)] 
LoadLibraryEx32W16 should use the search algorithm of 16-bit libraries.

23 years agoRemoved local variable shadows warnings.
Marcus Meissner [Mon, 7 Aug 2000 04:16:43 +0000 (04:16 +0000)] 
Removed local variable shadows warnings.

23 years ago- Fixed resource functions to work directly from the HMODULE instead of
Alexandre Julliard [Mon, 7 Aug 2000 04:12:41 +0000 (04:12 +0000)] 
- Fixed resource functions to work directly from the HMODULE instead of
  requiring a modref.
- Attempted to get LOAD_LIBRARY_AS_DATAFILE right (based on patches by
  Eric Pouech and Dusan Lacko).
- Simplified modref structure and handling.

23 years agoProtect the prototypes in here from C++ name mangling...
Ove Kaaven [Mon, 7 Aug 2000 02:35:05 +0000 (02:35 +0000)] 
Protect the prototypes in here from C++ name mangling...

23 years agoVIF_OUTOFSPACE and VIF_OUTOFMEM were reversed.
Andreas Mohr [Mon, 7 Aug 2000 02:34:47 +0000 (02:34 +0000)] 
VIF_OUTOFSPACE and VIF_OUTOFMEM were reversed.

23 years agoinline must be first attribute in function definition.
Marcus Meissner [Mon, 7 Aug 2000 02:34:16 +0000 (02:34 +0000)] 
inline must be first attribute in function definition.

23 years agoFixed CharNextW.
Marcus Meissner [Mon, 7 Aug 2000 02:33:50 +0000 (02:33 +0000)] 
Fixed CharNextW.

23 years agoX11DRV_DIB_SetImageBits_RLE8: break image lines.
Uwe Bonnes [Mon, 7 Aug 2000 02:33:26 +0000 (02:33 +0000)] 
X11DRV_DIB_SetImageBits_RLE8: break image lines.

23 years agoAdded imports of kernel32.dll where necessary.
Alexandre Julliard [Sun, 6 Aug 2000 03:47:29 +0000 (03:47 +0000)] 
Added imports of kernel32.dll where necessary.

23 years agoLink USER resources into libuser.so.
Alexandre Julliard [Sun, 6 Aug 2000 03:46:24 +0000 (03:46 +0000)] 
Link USER resources into libuser.so.

23 years agoFix for calling ctype functions with Unicode characters.
Hidenori Takeshima [Sun, 6 Aug 2000 03:36:35 +0000 (03:36 +0000)] 
Fix for calling ctype functions with Unicode characters.

23 years agoConverted all calls to RedrawWindow to InvalidateRect. Previously
Chris Morgan [Sun, 6 Aug 2000 03:36:09 +0000 (03:36 +0000)] 
Converted all calls to RedrawWindow to InvalidateRect.  Previously
RedrawWindow was being used for the RDW_UPDATENOW flag which forced an
immediate WM_PAINT message.  Moving to InvalidateRect should let
WM_PAINTs occur normally.

23 years agoAvoid resetting the background color when clearing out blank areas, as
Susan Farley [Sun, 6 Aug 2000 03:35:52 +0000 (03:35 +0000)] 
Avoid resetting the background color when clearing out blank areas, as
it may have been set to something other than COLOR_WINDOW by the
application.

23 years agoTop level windows with 0 width or height are created with a size of 1x1 in
Stephane Lussier [Sun, 6 Aug 2000 03:35:24 +0000 (03:35 +0000)] 
Top level windows with 0 width or height are created with a size of 1x1 in
the X11 driver. I've added some code to make sure those windows are never
mapped while the size <= 0.

23 years agoMoved most USER string functions to dlls/user.
Alexandre Julliard [Sun, 6 Aug 2000 02:42:46 +0000 (02:42 +0000)] 
Moved most USER string functions to dlls/user.
Cleaned up a few more inter-dll dependencies.

23 years agoReplaced lstrlen/lstrcmp by libc equivalents everywhere we don't need
Alexandre Julliard [Sun, 6 Aug 2000 02:41:16 +0000 (02:41 +0000)] 
Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need
to trap exceptions.

23 years ago- Warn about directories specified in modules.dat that are not used.
Patrik Stridvall [Fri, 4 Aug 2000 21:08:47 +0000 (21:08 +0000)] 
- Warn about directories specified in modules.dat that are not used.
- Eliminated the warnings caused by the change above.
- Minor API files update.
- Minor bug fixes.

23 years agoFixed issues found by winapi_check.
Patrik Stridvall [Fri, 4 Aug 2000 21:08:28 +0000 (21:08 +0000)] 
Fixed issues found by winapi_check.

23 years agoFixed some warnings.
Patrik Stridvall [Fri, 4 Aug 2000 21:08:01 +0000 (21:08 +0000)] 
Fixed some warnings.

23 years agoAdded a few missing imports.
Hidenori Takeshima [Fri, 4 Aug 2000 21:07:23 +0000 (21:07 +0000)] 
Added a few missing imports.

23 years agoMoved a bunch of functions out of libwine/kernel/gdi into USER.
Alexandre Julliard [Fri, 4 Aug 2000 04:21:02 +0000 (04:21 +0000)] 
Moved a bunch of functions out of libwine/kernel/gdi into USER.

23 years agoRemoved a few dependencies on GDI internals from USER dll.
Alexandre Julliard [Fri, 4 Aug 2000 04:18:04 +0000 (04:18 +0000)] 
Removed a few dependencies on GDI internals from USER dll.

23 years agoAdded a few missing imports.
Alexandre Julliard [Fri, 4 Aug 2000 04:12:08 +0000 (04:12 +0000)] 
Added a few missing imports.

23 years agoMake USER and GDI separate dlls.
Alexandre Julliard [Thu, 3 Aug 2000 22:22:42 +0000 (22:22 +0000)] 
Make USER and GDI separate dlls.

23 years agoFixed the Win16/Win32 structure size/alignment differences of
Andreas Mohr [Thu, 3 Aug 2000 22:19:09 +0000 (22:19 +0000)] 
Fixed the Win16/Win32 structure size/alignment differences of
ws_hostent, ws_protoent, ws_servent, ws_netent.

23 years agoRedo the show/hide logic and add a comment to explain what's going on.
Huw D M Davies [Thu, 3 Aug 2000 22:18:15 +0000 (22:18 +0000)] 
Redo the show/hide logic and add a comment to explain what's going on.
Fix TTM_{S|G}ETDELAYTIME to use the double click time as default.
Fix handling of TTDT_AUTOMATIC.
Relayed mouse messages should extract the position from lParam not
msg.pt
SubclassProc now unified with TTM_RELAYEVENT.
Change all lstrcpyxtox to use win32 APIs.

23 years agoChanged the AFM metrics structure to use an array instead of a linked
Alexandre Julliard [Thu, 3 Aug 2000 22:17:45 +0000 (22:17 +0000)] 
Changed the AFM metrics structure to use an array instead of a linked
list. This avoids doing two heap allocations for every character, and
reduces the metrics parsing time by approx 25%.

23 years agoAdded "Mime-Version" to standard MIME headers parsed in
John R. Sheets [Thu, 3 Aug 2000 22:16:39 +0000 (22:16 +0000)] 
Added "Mime-Version" to standard MIME headers parsed in
HTTP_GetStdHeaderIndex().

23 years agoImplemented the ErrorInfo interfaces.
Juergen Schmied [Thu, 3 Aug 2000 04:34:59 +0000 (04:34 +0000)] 
Implemented the ErrorInfo interfaces.

23 years agoAdded explicit dependency on message files for people who don't run
Alexandre Julliard [Thu, 3 Aug 2000 04:23:06 +0000 (04:23 +0000)] 
Added explicit dependency on message files for people who don't run
make depend.

23 years agoMoved GUID definitions to their respective dll.
Alexandre Julliard [Thu, 3 Aug 2000 04:22:35 +0000 (04:22 +0000)] 
Moved GUID definitions to their respective dll.

23 years agoFixed IShellLinkA/W definitions.
Alexandre Julliard [Thu, 3 Aug 2000 04:21:23 +0000 (04:21 +0000)] 
Fixed IShellLinkA/W definitions.

23 years agoAdded guiddef.h and moved a few GUID definitions to the correct file.
Alexandre Julliard [Thu, 3 Aug 2000 04:19:24 +0000 (04:19 +0000)] 
Added guiddef.h and moved a few GUID definitions to the correct file.

23 years agoFixed IsEqualGUID definition.
Alexandre Julliard [Thu, 3 Aug 2000 04:16:34 +0000 (04:16 +0000)] 
Fixed IsEqualGUID definition.

23 years agoLOCALE_NOUSEROVERRIDE means: do not get user redefined settings from
Dmitry Timoshkov [Thu, 3 Aug 2000 00:24:33 +0000 (00:24 +0000)] 
LOCALE_NOUSEROVERRIDE means: do not get user redefined settings from
the registry. Instead, use system default values.

23 years ago- Fixed bug where InitSubItem was doing a ZeroMemory on the item.
Aric Stewart [Thu, 3 Aug 2000 00:24:09 +0000 (00:24 +0000)] 
- Fixed bug where InitSubItem was doing a ZeroMemory on the item.
- Cleaned up a sit of extra blue at the end of a FULLROWSELECT list view
  if there is only one column.
- Corrected a bug I introduced with an earlier patch which caused
  problems with multiple selections.

23 years agoOne of the 24/32 convert color masks was wrong.
Marcus Meissner [Thu, 3 Aug 2000 00:22:59 +0000 (00:22 +0000)] 
One of the 24/32 convert color masks was wrong.

23 years agoGetPropA/W have string args.
Marcus Meissner [Thu, 3 Aug 2000 00:22:46 +0000 (00:22 +0000)] 
GetPropA/W have string args.

23 years agoAdded imports of user32/gdi32/kernel32 wherever necessary.
Alexandre Julliard [Thu, 3 Aug 2000 00:04:24 +0000 (00:04 +0000)] 
Added imports of user32/gdi32/kernel32 wherever necessary.

23 years agoRelease 20000801. wine-20000801
Alexandre Julliard [Wed, 2 Aug 2000 02:40:20 +0000 (02:40 +0000)] 
Release 20000801.

23 years agoAdded WM_TCARD and DWORDLONG.
Jeremy White [Wed, 2 Aug 2000 01:00:02 +0000 (01:00 +0000)] 
Added WM_TCARD and DWORDLONG.

23 years agoPE_MESSAGE_HEADER.Length contains the header itself too.
Marcus Meissner [Wed, 2 Aug 2000 00:56:28 +0000 (00:56 +0000)] 
PE_MESSAGE_HEADER.Length contains the header itself too.

23 years agoCommitting a page of a shared mapping in one process lets it appear
Peter Ganten [Tue, 1 Aug 2000 23:39:07 +0000 (23:39 +0000)] 
Committing a page of a shared mapping in one process lets it appear
committed in other processes, too. To fake this, we commit them as
soon as they are mapped.

23 years agoMoved Wine private heap creation flags to other values.
Peter Ganten [Tue, 1 Aug 2000 23:38:02 +0000 (23:38 +0000)] 
Moved Wine private heap creation flags to other values.
Return system heap when a shared heap is requested.

23 years agoOnly set COMSPEC if not defined already.
Alexandre Julliard [Tue, 1 Aug 2000 23:34:01 +0000 (23:34 +0000)] 
Only set COMSPEC if not defined already.

23 years agoChanged the win31 style file dialog to 32 bits structures and
Gerard Patel [Tue, 1 Aug 2000 23:33:37 +0000 (23:33 +0000)] 
Changed the win31 style file dialog to 32 bits structures and
messages.

23 years agoSerge Ivanov
Alexandre Julliard [Tue, 1 Aug 2000 23:31:17 +0000 (23:31 +0000)] 
Serge Ivanov
Andrew Lewycky
Improved drawing of item text, added SHOWSELALWAYS capability.

23 years agoFixed a segfault problem using the standard file open dialog box.
Matthew Lake [Tue, 1 Aug 2000 23:30:25 +0000 (23:30 +0000)] 
Fixed a segfault problem using the standard file open dialog box.

23 years agoMoved MulDiv() and VGA routines out of GDI.
Alexandre Julliard [Tue, 1 Aug 2000 22:03:18 +0000 (22:03 +0000)] 
Moved MulDiv() and VGA routines out of GDI.

23 years agoAdded support for ERRORLEVEL.
Dave Pickles [Tue, 1 Aug 2000 22:02:18 +0000 (22:02 +0000)] 
Added support for ERRORLEVEL.
Most errors reported via FormatMessage().
COPY command now works correctly if output specifier is a directory.

23 years agoMore consistent calculation of line height, scrolls a full item on
Susan Farley [Tue, 1 Aug 2000 22:01:11 +0000 (22:01 +0000)] 
More consistent calculation of line height, scrolls a full item on
line up/down.

23 years agoFixed a few bugs including one with setting extended styles and
Aric Stewart [Tue, 1 Aug 2000 20:58:33 +0000 (20:58 +0000)] 
Fixed a few bugs including one with setting extended styles and
editing labels.
Implemented the LVS_EX_FULLROWSELECT extended style.
Begin an implementation of virtual list views (LVS_OWNERDATA style
set).

23 years agoRemoved unnecessary X11 includes from ddraw.h.
Marcus Meissner [Tue, 1 Aug 2000 20:56:29 +0000 (20:56 +0000)] 
Removed unnecessary X11 includes from ddraw.h.

23 years agoWinExec16 should not split quoted filenames with spaces.
Peter Ganten [Tue, 1 Aug 2000 20:55:22 +0000 (20:55 +0000)] 
WinExec16 should not split quoted filenames with spaces.

23 years agoImplemented InternetCheckConnectionA.
Aric Stewart [Tue, 1 Aug 2000 20:53:42 +0000 (20:53 +0000)] 
Implemented InternetCheckConnectionA.

23 years agoFixed another non-Linux build failure.
Ove Kaaven [Tue, 1 Aug 2000 20:52:20 +0000 (20:52 +0000)] 
Fixed another non-Linux build failure.

23 years agoFixed 2 forward entries.
Marcus Meissner [Tue, 1 Aug 2000 20:51:14 +0000 (20:51 +0000)] 
Fixed 2 forward entries.

23 years agoRemoved some flicker by detecting if we set the same value again.
Marcus Meissner [Tue, 1 Aug 2000 20:50:33 +0000 (20:50 +0000)] 
Removed some flicker by detecting if we set the same value again.

23 years agoChange logic of listbox resizing for 16 bits apps for lists without
Gerard Patel [Tue, 1 Aug 2000 20:48:40 +0000 (20:48 +0000)] 
Change logic of listbox resizing for 16 bits apps for lists without
LBS_NOINTEGRALHEIGHT style.