wine
23 years agoReturn from GetFileVersionInfo(Size) if specified file found, but
Dmitry Timoshkov [Wed, 14 Mar 2001 17:26:16 +0000 (17:26 +0000)] 
Return from GetFileVersionInfo(Size) if specified file found, but
VS_VERSION_INFO resource not.

23 years agoRemoved broken support for EV_TXEMPTY because it causes busy loops.
Mike McCormack [Wed, 14 Mar 2001 17:25:52 +0000 (17:25 +0000)] 
Removed broken support for EV_TXEMPTY because it causes busy loops.

23 years agoAdd missing release object so server exits cleanly.
Mike McCormack [Wed, 14 Mar 2001 17:25:26 +0000 (17:25 +0000)] 
Add missing release object so server exits cleanly.

23 years agoRecalculate menu sizes if WM_INITMENU has recreated/changed something.
Gerard Patel [Wed, 14 Mar 2001 17:24:59 +0000 (17:24 +0000)] 
Recalculate menu sizes if WM_INITMENU has recreated/changed something.

23 years agoUpdated.
Hann-huei Chiou [Tue, 13 Mar 2001 23:34:28 +0000 (23:34 +0000)] 
Updated.

23 years agoAdded stub for SetThreadExecutionState (new function in Win98/2000).
James Juran [Tue, 13 Mar 2001 23:33:26 +0000 (23:33 +0000)] 
Added stub for SetThreadExecutionState (new function in Win98/2000).

23 years agoFix Unicode/Ansi message translation for some listbox/combobox
Rein Klazes [Tue, 13 Mar 2001 23:32:45 +0000 (23:32 +0000)] 
Fix Unicode/Ansi message translation for some listbox/combobox
messages with a zero valued lparam. Output an error when the
translation fails.

23 years agoFix typo in OUTLINETEXTMETRIC definition.
Huw D M Davies [Tue, 13 Mar 2001 23:31:40 +0000 (23:31 +0000)] 
Fix typo in OUTLINETEXTMETRIC definition.

23 years agoYet another attempt on fixing notifications in the edit control.
Dmitry Timoshkov [Tue, 13 Mar 2001 23:31:08 +0000 (23:31 +0000)] 
Yet another attempt on fixing notifications in the edit control.

23 years agoAdd some specific afmdirs as examples.
Marcus Meissner [Tue, 13 Mar 2001 23:30:33 +0000 (23:30 +0000)] 
Add some specific afmdirs as examples.

23 years agoDon't load AFM files from predefined directories; use [afmdirs]
Ian Pilcher [Tue, 13 Mar 2001 23:30:03 +0000 (23:30 +0000)] 
Don't load AFM files from predefined directories; use [afmdirs]
section in Wine config file instead.

23 years agoFixed notifications of the edit control.
Dmitry Timoshkov [Sat, 10 Mar 2001 19:16:46 +0000 (19:16 +0000)] 
Fixed notifications of the edit control.

23 years agoCall DefWindowProc for WM_CTLCOLORSTATIC message when the apps does
Gerard Patel [Sat, 10 Mar 2001 19:16:26 +0000 (19:16 +0000)] 
Call DefWindowProc for WM_CTLCOLORSTATIC message when the apps does
not.

23 years agoFixed spelling/typos in comments.
Francois Gouget [Sat, 10 Mar 2001 19:15:49 +0000 (19:15 +0000)] 
Fixed spelling/typos in comments.

23 years agoAdded missing extension for 'ole32.dll'.
Francois Gouget [Sat, 10 Mar 2001 19:15:16 +0000 (19:15 +0000)] 
Added missing extension for 'ole32.dll'.

23 years agoAdded CreateRemoteThread.
Francois Gouget [Sat, 10 Mar 2001 19:15:04 +0000 (19:15 +0000)] 
Added CreateRemoteThread.

23 years agoImplement SHGetFileInfoW by calling SHGetFileInfoA.
James Juran [Sat, 10 Mar 2001 19:14:30 +0000 (19:14 +0000)] 
Implement SHGetFileInfoW by calling SHGetFileInfoA.

23 years agoHandle empty strings and invalid values in lpstrInitialDir for 32 bits
Gerard Patel [Sat, 10 Mar 2001 19:13:59 +0000 (19:13 +0000)] 
Handle empty strings and invalid values in lpstrInitialDir for 32 bits
open file dialogs.

23 years agoAdded version16.rc in RC_SRCS list.
Alexandre Julliard [Thu, 8 Mar 2001 01:17:03 +0000 (01:17 +0000)] 
Added version16.rc in RC_SRCS list.

23 years agoAdded support for nested server waits (to allow waiting in signal
Alexandre Julliard [Thu, 8 Mar 2001 01:16:41 +0000 (01:16 +0000)] 
Added support for nested server waits (to allow waiting in signal
handlers).

23 years agoAdded a perl script to check many aspects of Wine configuration.
Andreas Mohr [Thu, 8 Mar 2001 01:14:13 +0000 (01:14 +0000)] 
Added a perl script to check many aspects of Wine configuration.

23 years agoLPARAM in find dialog wm_initdialog is the find/replace structure, not
Gerard Patel [Thu, 8 Mar 2001 01:13:34 +0000 (01:13 +0000)] 
LPARAM in find dialog wm_initdialog is the find/replace structure, not
custdata.

23 years agoUpdated Latvian date format.
Nerijus Baliunas [Thu, 8 Mar 2001 01:13:09 +0000 (01:13 +0000)] 
Updated Latvian date format.

23 years agoAdded SHELL linking of KDE2 desktop/menu entries.
Marcus Meissner [Thu, 8 Mar 2001 01:12:52 +0000 (01:12 +0000)] 
Added SHELL linking of KDE2 desktop/menu entries.

23 years agoRelease 20010305. wine-20010305
Alexandre Julliard [Mon, 5 Mar 2001 22:30:07 +0000 (22:30 +0000)] 
Release 20010305.

23 years agoUpdate nSelectionMark and nFocusedItem when inserting/deleting/sorting
Francois Gouget [Mon, 5 Mar 2001 22:11:17 +0000 (22:11 +0000)] 
Update nSelectionMark and nFocusedItem when inserting/deleting/sorting
items.
SortItems: If sorting less than 2 items, do nothing.

23 years agoImplemented SetFileApisToOEM, SetFileApisToANSI and AreFileApisANSI.
Dmitry Timoshkov [Mon, 5 Mar 2001 20:10:43 +0000 (20:10 +0000)] 
Implemented SetFileApisToOEM, SetFileApisToANSI and AreFileApisANSI.

23 years ago- Background of the child wnd should be erased with the same color as
Susan Farley [Mon, 5 Mar 2001 20:00:16 +0000 (20:00 +0000)] 
- Background of the child wnd should be erased with the same color as
  the control.
- Default scroll amount should be the minimum client area.

23 years agoUnblock the dialog message loop with a WM_NULL message.
Gerard Patel [Mon, 5 Mar 2001 19:59:50 +0000 (19:59 +0000)] 
Unblock the dialog message loop with a WM_NULL message.

23 years agoMade 8 bpp to 24 bit depth conversion in X11DRV_DIB_SetImageBits_8
Vedran Rodic [Mon, 5 Mar 2001 19:59:29 +0000 (19:59 +0000)] 
Made 8 bpp to 24 bit depth conversion in X11DRV_DIB_SetImageBits_8
faster by using inline asm.

23 years agoChanged isolated for loops to while loops (based on a patch by Andreas
Alexandre Julliard [Mon, 5 Mar 2001 19:34:17 +0000 (19:34 +0000)] 
Changed isolated for loops to while loops (based on a patch by Andreas
Mohr).

23 years agoThe for loop in ITypeLib2_fnFindName was wrong (extra ';').
Andreas Mohr [Mon, 5 Mar 2001 19:32:50 +0000 (19:32 +0000)] 
The for loop in ITypeLib2_fnFindName was wrong (extra ';').

23 years agoGetFileInformationByHandle() fails for pipe handles according to
Andreas Mohr [Mon, 5 Mar 2001 19:30:52 +0000 (19:30 +0000)] 
GetFileInformationByHandle() fails for pipe handles according to
MSDN, and also for serial handles (FILE_TYPE_CHAR in general ?).

23 years agoDon't load the WINEPS driver until it's needed.
Ian Pilcher [Mon, 5 Mar 2001 19:30:18 +0000 (19:30 +0000)] 
Don't load the WINEPS driver until it's needed.

23 years agoMake EDIT_UnlockBuffer cope with destroyed windows.
Dmitry Timoshkov [Mon, 5 Mar 2001 19:29:47 +0000 (19:29 +0000)] 
Make EDIT_UnlockBuffer cope with destroyed windows.

23 years agoWe need to create the system heap at startup even though we don't use
Alexandre Julliard [Sun, 4 Mar 2001 01:06:07 +0000 (01:06 +0000)] 
We need to create the system heap at startup even though we don't use
it, since some Win95 native dlls depend on that.

23 years ago - add tracing to OpenGL thunks
Lionel Ulmer [Sun, 4 Mar 2001 01:05:20 +0000 (01:05 +0000)] 
 - add tracing to OpenGL thunks
 - update to latest gl.spec file

23 years agoAdd DCX_CLIPSIBLINGS to flags for DCE_GetVisRgn only if window has
Dmitry Timoshkov [Sun, 4 Mar 2001 01:05:00 +0000 (01:05 +0000)] 
Add DCX_CLIPSIBLINGS to flags for DCE_GetVisRgn only if window has
WS_CLIPSIBLINGS bit set.

23 years agoIn LISTVIEW_AddGroupSelection and LISTVIEW_SetGroupSelection, if no
Francois Gouget [Sun, 4 Mar 2001 01:04:35 +0000 (01:04 +0000)] 
In LISTVIEW_AddGroupSelection and LISTVIEW_SetGroupSelection, if no
selection mark has been set, just select the current item.
In LISTVIEW_SetGroupSelection we must also set the selection mark in
that case (and only in that case).
Removed a naughty ';' (spotted by Eric Pouech).

23 years agoIf a target has C++ sources, then use g++ to link it (fixes #162).
Francois Gouget [Sun, 4 Mar 2001 01:03:55 +0000 (01:03 +0000)] 
If a target has C++ sources, then use g++ to link it (fixes #162).
Removed SONAME, it's not relevant for dlls and was unused anyway.

23 years agoFixed file descriptor leak.
Alexandre Julliard [Sat, 3 Mar 2001 00:23:14 +0000 (00:23 +0000)] 
Fixed file descriptor leak.

23 years agoSome more message cleanups.
Andreas Mohr [Sat, 3 Mar 2001 00:22:50 +0000 (00:22 +0000)] 
Some more message cleanups.

23 years agoChris Jacobson
Alexandre Julliard [Sat, 3 Mar 2001 00:19:29 +0000 (00:19 +0000)] 
Chris Jacobson
Small bug fix.

23 years agoInitialize the return error code to 0 for common dialog file
Gerard Patel [Sat, 3 Mar 2001 00:18:14 +0000 (00:18 +0000)] 
Initialize the return error code to 0 for common dialog file
functions.

23 years agoAdd files found in an 'include' directory, to the 'misc sources' list.
Francois Gouget [Sat, 3 Mar 2001 00:17:11 +0000 (00:17 +0000)] 
Add files found in an 'include' directory, to the 'misc sources' list.

23 years agoCreate the server pipes on the client side and transfer them to the
Alexandre Julliard [Thu, 1 Mar 2001 22:13:49 +0000 (22:13 +0000)] 
Create the server pipes on the client side and transfer them to the
server on thread creation.
Use a single per-process socket instead of one per thread for
transferring file handles between client and server.

23 years agoReenable the wrapper support.
Francois Gouget [Thu, 1 Mar 2001 22:11:10 +0000 (22:11 +0000)] 
Reenable the wrapper support.

23 years agoSquash another AFM character metrics parsing bug.
Ian Pilcher [Thu, 1 Mar 2001 22:10:46 +0000 (22:10 +0000)] 
Squash another AFM character metrics parsing bug.

23 years agoNew mechanism to transfer file descriptors from client to server.
Alexandre Julliard [Wed, 28 Feb 2001 21:45:23 +0000 (21:45 +0000)] 
New mechanism to transfer file descriptors from client to server.

23 years agoSome minor changes to the German keyboard layout.
Johannes E. Schindelin [Wed, 28 Feb 2001 21:41:17 +0000 (21:41 +0000)] 
Some minor changes to the German keyboard layout.

23 years agoAvoid crash at end of list.
Dominik Strasser [Wed, 28 Feb 2001 21:40:19 +0000 (21:40 +0000)] 
Avoid crash at end of list.

23 years agoFix bug in AFM character width parsing.
Ian Pilcher [Wed, 28 Feb 2001 21:39:14 +0000 (21:39 +0000)] 
Fix bug in AFM character width parsing.

23 years agoSmall 'typos in comments' fixes.
Francois Gouget [Wed, 28 Feb 2001 05:31:02 +0000 (05:31 +0000)] 
Small 'typos in comments' fixes.

23 years agoUse the standard CreateThread routine to create 16-bit tasks instead
Alexandre Julliard [Wed, 28 Feb 2001 05:29:50 +0000 (05:29 +0000)] 
Use the standard CreateThread routine to create 16-bit tasks instead
of duplicating the code.

23 years agoRemoved dependency on comctl32.
Alexandre Julliard [Wed, 28 Feb 2001 05:26:08 +0000 (05:26 +0000)] 
Removed dependency on comctl32.

23 years agoWINE_UNICODE_TEXT was incorrect.
François Gouget [Wed, 28 Feb 2001 05:18:54 +0000 (05:18 +0000)] 
WINE_UNICODE_TEXT was incorrect.
Dropped support for WINE_UNICODE_TEXT('c') in C.

23 years agoImplemented WsControl command with id 0x101.
Michael Stefaniuc [Wed, 28 Feb 2001 05:17:44 +0000 (05:17 +0000)] 
Implemented WsControl command with id 0x101.

23 years agoAdded LOCALE_IDEFAULTMACCODEPAGE definition in most nls files.
Przemyslaw Bruski [Wed, 28 Feb 2001 05:17:01 +0000 (05:17 +0000)] 
Added LOCALE_IDEFAULTMACCODEPAGE definition in most nls files.

23 years agoNew set of macros for server calls; makes requests without variable
Alexandre Julliard [Tue, 27 Feb 2001 02:09:16 +0000 (02:09 +0000)] 
New set of macros for server calls; makes requests without variable
part somewhat faster.

23 years agoMoved PTHREAD_init_done out of the #ifdef.
Alexandre Julliard [Tue, 27 Feb 2001 01:54:20 +0000 (01:54 +0000)] 
Moved PTHREAD_init_done out of the #ifdef.

23 years agoAdded a few missing stubs to KERNEL32 and USER32.
Eric Pouech [Mon, 26 Feb 2001 22:33:29 +0000 (22:33 +0000)] 
Added a few missing stubs to KERNEL32 and USER32.

23 years agoHandle filenames with spaces.
Ove Kaaven [Mon, 26 Feb 2001 22:32:53 +0000 (22:32 +0000)] 
Handle filenames with spaces.

23 years agoMap 32 bits resource for 16 bits print dialog.
Gerard Patel [Mon, 26 Feb 2001 22:32:35 +0000 (22:32 +0000)] 
Map 32 bits resource for 16 bits print dialog.

23 years agoUse GetSysColorBrush(COLOR_WINDOW) when there is no brush for drawing
Dmitry Timoshkov [Mon, 26 Feb 2001 22:31:55 +0000 (22:31 +0000)] 
Use GetSysColorBrush(COLOR_WINDOW) when there is no brush for drawing
background in listbox.

23 years agoAdded (partial) support for FO_COPY and FO_DELETE.
David Grant [Mon, 26 Feb 2001 22:31:38 +0000 (22:31 +0000)] 
Added (partial) support for FO_COPY and FO_DELETE.

23 years agoAdd version information (16 and 32 bit) to core built-in dlls:
Dmitry Timoshkov [Fri, 23 Feb 2001 20:37:13 +0000 (20:37 +0000)] 
Add version information (16 and 32 bit) to core built-in dlls:
krnl386.exe/kernel32.dll, user.exe/user32.dll, gdi.exe/gdi32.dll.
Provide a way for reading version information using standard API:
GetFileVersionInfoSize -> GetFileVersionInfo -> VerQueryValue.

23 years agoOnly create the system heap when we actually need it.
Alexandre Julliard [Fri, 23 Feb 2001 01:37:05 +0000 (01:37 +0000)] 
Only create the system heap when we actually need it.

23 years agoAllocations do not need to be on the system heap.
Alexandre Julliard [Fri, 23 Feb 2001 01:35:36 +0000 (01:35 +0000)] 
Allocations do not need to be on the system heap.

23 years agoHoriz/Vert determination must be dynamic, as the style may not be set
Susan Farley [Fri, 23 Feb 2001 01:33:01 +0000 (01:33 +0000)] 
Horiz/Vert determination must be dynamic, as the style may not be set
upon creation; improved positioning and scrolling.

23 years agoAvoid alignment problems with NMPGSCROLL struct.
Susan Farley [Fri, 23 Feb 2001 01:32:46 +0000 (01:32 +0000)] 
Avoid alignment problems with NMPGSCROLL struct.

23 years agoReplace fixme for SPI_GETWHEELSCROLLLINES with the default value of 3.
Chris Morgan [Fri, 23 Feb 2001 01:32:22 +0000 (01:32 +0000)] 
Replace fixme for SPI_GETWHEELSCROLLLINES with the default value of 3.

23 years agoPrepare background while drawing radio buttons and checkboxes.
Dmitry Timoshkov [Fri, 23 Feb 2001 01:32:05 +0000 (01:32 +0000)] 
Prepare background while drawing radio buttons and checkboxes.

23 years ago- We need to make sure we pay attention to if our call to
Aric Stewart [Fri, 23 Feb 2001 01:31:47 +0000 (01:31 +0000)] 
- We need to make sure we pay attention to if our call to
  SetClipboardData from the X11DRV version of the function works. If not
  we need to delete the global block we allocated. This is a sever memory
  leak with large clipboard items.
- If an X selection it too large then X may give it to us in chunks,
  we were not handling this well.

23 years agoUpdated all fields with Ukrainian values.
Valery Kartel [Fri, 23 Feb 2001 01:30:34 +0000 (01:30 +0000)] 
Updated all fields with Ukrainian values.

23 years agoDo not allocate any USER data on the system heap.
Alexandre Julliard [Fri, 23 Feb 2001 01:13:42 +0000 (01:13 +0000)] 
Do not allocate any USER data on the system heap.

23 years agoA first stab at implementing the RunDll features.
Eric Pouech [Fri, 23 Feb 2001 01:12:26 +0000 (01:12 +0000)] 
A first stab at implementing the RunDll features.

23 years agoBuildCommDCB16 had a rather broken baud rate handling.
Andreas Mohr [Fri, 23 Feb 2001 01:10:50 +0000 (01:10 +0000)] 
BuildCommDCB16 had a rather broken baud rate handling.

23 years agoMade the winelauncher support winelib app invocations. Fixed a few
Ove Kaaven [Fri, 23 Feb 2001 01:10:11 +0000 (01:10 +0000)] 
Made the winelauncher support winelib app invocations. Fixed a few
file path issues.

23 years agoAdded separate server pipe to wait on blocking server calls.
Alexandre Julliard [Wed, 21 Feb 2001 04:21:50 +0000 (04:21 +0000)] 
Added separate server pipe to wait on blocking server calls.
Send the complete request/reply through the request fifo instead of
just a dummy byte.
Convert error status to text in server reply tracing.

23 years agoConfirm file deletes. Make delete confirmation messages more
Chris Morgan [Wed, 21 Feb 2001 04:01:20 +0000 (04:01 +0000)] 
Confirm file deletes.  Make delete confirmation messages more
consistent. Improve trace messages on delete failure.

23 years agoAdd shell support for deleting files using the Delete key.
Chris Morgan [Wed, 21 Feb 2001 04:01:03 +0000 (04:01 +0000)] 
Add shell support for deleting files using the Delete key.

23 years agoImplement EnumPrinterDataEx{A|W}.
Ian Pilcher [Wed, 21 Feb 2001 04:00:40 +0000 (04:00 +0000)] 
Implement EnumPrinterDataEx{A|W}.

23 years agoRemoved some unnecessary ordinals.
Alexandre Julliard [Wed, 21 Feb 2001 02:20:45 +0000 (02:20 +0000)] 
Removed some unnecessary ordinals.

23 years ago__getmainargs last argument is a pointer to new_mode.
Alexandre Julliard [Wed, 21 Feb 2001 02:20:08 +0000 (02:20 +0000)] 
__getmainargs last argument is a pointer to new_mode.

23 years agoSmall server protocol cleanups.
Alexandre Julliard [Tue, 20 Feb 2001 23:45:07 +0000 (23:45 +0000)] 
Small server protocol cleanups.

23 years agoStub for OleSavedClientDoc.
Gerard Patel [Tue, 20 Feb 2001 23:43:43 +0000 (23:43 +0000)] 
Stub for OleSavedClientDoc.

23 years agoInsert the item before calling a SetFirstVisible which can generate a
Aric Stewart [Tue, 20 Feb 2001 23:43:21 +0000 (23:43 +0000)] 
Insert the item before calling a SetFirstVisible which can generate a
WM_PAINT message.

23 years agoClear %ebp before entering the new thread.
Alexandre Julliard [Tue, 20 Feb 2001 01:59:27 +0000 (01:59 +0000)] 
Clear %ebp before entering the new thread.

23 years agoGot rid of the WSINFO structure. Fixed a couple of bugs.
Alexandre Julliard [Tue, 20 Feb 2001 01:57:13 +0000 (01:57 +0000)] 
Got rid of the WSINFO structure. Fixed a couple of bugs.

23 years agoFixed __GetMainArgs.
Alexandre Julliard [Tue, 20 Feb 2001 01:56:46 +0000 (01:56 +0000)] 
Fixed __GetMainArgs.

23 years agoAdd information about prebuilt documentation packages in
Joerg Mayer [Tue, 20 Feb 2001 01:54:50 +0000 (01:54 +0000)] 
Add information about prebuilt documentation packages in
other-than-sgml form.

23 years agoWe need to give room for the null termination when translating the
Aric Stewart [Tue, 20 Feb 2001 01:54:08 +0000 (01:54 +0000)] 
We need to give room for the null termination when translating the
clipboard text.

23 years ago- Implement CB_SETCURSEL, CBEM_DELETEITEM, CBEM_GETITEM,
Guy L. Albertelli [Tue, 20 Feb 2001 01:53:43 +0000 (01:53 +0000)] 
- Implement CB_SETCURSEL, CBEM_DELETEITEM, CBEM_GETITEM,
  CBEM_{GET|SET}UNICODEFORMAT, CB_FINDSTRINGEXACT, WM_COMMAND,
  WM_DELETEITEM.
- Implement extended style CBES_EX_NOEDITIMAGE, and warn others are
  not yet implemented.
- Restructure DrawItem code to do things more rationally.

23 years ago- Restructure PaintText code to remove FillRect from owner-drawn path.
Guy L. Albertelli [Tue, 20 Feb 2001 01:53:12 +0000 (01:53 +0000)] 
- Restructure PaintText code to remove FillRect from owner-drawn path.
- Change SetFocus to indicate focus set only after Notify is sent to owner.
- Get more info in a trace.

23 years agoCorrect error message in case DOSFS_OpenDevice() fails on a COMx
Rein Klazes [Tue, 20 Feb 2001 01:52:41 +0000 (01:52 +0000)] 
Correct error message in case DOSFS_OpenDevice() fails on a COMx
device.

23 years agoRemoved a few Callout functions by doing a GetProcAddress at the time
Alexandre Julliard [Tue, 20 Feb 2001 00:55:17 +0000 (00:55 +0000)] 
Removed a few Callout functions by doing a GetProcAddress at the time
we actually need the function.

23 years agoFixed MEM_SYSTEM handling to avoid unmapping areas that we didn't mmap.
Alexandre Julliard [Tue, 20 Feb 2001 00:52:41 +0000 (00:52 +0000)] 
Fixed MEM_SYSTEM handling to avoid unmapping areas that we didn't mmap.

23 years agoFix prototypes of MSVCRT___getmainargs and MSVCRT___wgetmainargs.
Dmitry Timoshkov [Tue, 20 Feb 2001 00:51:49 +0000 (00:51 +0000)] 
Fix prototypes of MSVCRT___getmainargs and MSVCRT___wgetmainargs.
Protect MSVCRT__acmdln global variable from corruption.

23 years agoMoved typedef of CRITICAL_SECTION out of #pragma pack(1) block.
Josh DuBois [Tue, 20 Feb 2001 00:49:12 +0000 (00:49 +0000)] 
Moved typedef of CRITICAL_SECTION out of #pragma pack(1) block.

23 years agoFixed behaviour of dropdown buttons. When a dropdown button is
Eric Kohl [Tue, 20 Feb 2001 00:48:37 +0000 (00:48 +0000)] 
Fixed behaviour of dropdown buttons. When a dropdown button is
clicked, it does not change into pressed state.