wine/dlls
Pierre Mageau c8212371db Don't display the context menu on a double click.
Ulrich Czekalla <ulrichc@corel.ca>
Set the font on the edit label control to that used by the listview
control. It also uses text metrics to set a more reasonable initial
edit control size.

Pierre Mageau <pierre@macadamian.com>
Handle M_SETREDRAW in ListView.
Fix to EnsureVisible to handle small and large icon correctly.
Add edit label functionnality to the listview and the file open dialog.

Ulrich Czekalla <ulrichc@corel.ca>
RelaseDC in CreateEditLabel.

Pierre Mageau <pierre@macadamian.com>
Add functionnality to create new folder in the open dialog.
Add support for right click menu in common file dialog.
LISTVIEW_EndEditlabel is now handling NONLPSTR_TEXTCALLBACK listview items.

Serge Ivanov <sergei@corel.ca>
LISTVIEW_GetColumnA fix (do not copy string, pass pointers).

Luc Tourangeau <luc@macadamian.com>
Preventing a divide by zero when handling LVW_ENSUREVISIBLE message.

Don Kelly
-Implemented the sorting on insert of items into a ListView control
 with either LVS_SORTASCENDING or LVS_SORTDESCENDING set.
-(helping evil applications): sometimes not so well structured apps
 (PFPI90, in this case) will not fully initialize structs.  In the case
 of the LVM_GETITEM message the app may have only initialized the mask
 and iItem members of the struct.  Added processing of the LVIF_PARAM
 mask in the case that iSubItem was set but is invalid/uninitialized.

Pierre Mageau <pierre@macadamian.com>
Fix for handling correctly the cancelling mode of the Edit label.
Fix width calculation of the edit label.

Pascal Lessard <pascal@macadamian.com>
Implemented the behavior of sending WM_CONTEXTMENU when receiving a
WM_RBUTTONUP.

Ulrich Czekalla <ulrichc@corel.ca>
Fixed a painting problem with listview when the view changes and an
edit label is active.

Ulrich Czekalla <ulrichc@corel.ca>
Fixed a notification problem with listview. On creation if the user
specifies an item with focus and/or selection we should send the
proper notification. Insert was preventing LISTVIEW_SetItem from
seeing the changes and sending the notification.

Make the draw item rectangle consistent with the selection
rectangle. This allows us to click on the folders and icons in the
file open dialog box and the item actually gets selected.
2000-02-27 14:03:06 +00:00
..
advapi32 Added AddAccessAllowedAce. 2000-02-25 20:52:38 +00:00
avifil32 Made winmm a separate shared library. 2000-02-26 13:45:34 +00:00
comctl32 Don't display the context menu on a double click. 2000-02-27 14:03:06 +00:00
commdlg ArrangeCtrlPositions: fix for user-defined template with no stc32. 2000-02-26 19:32:44 +00:00
crtdll More portable CRTDLL_iswctype. 2000-02-26 18:48:56 +00:00
dciman32 Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
display Added *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore that need them. 2000-01-23 22:00:06 +00:00
dplayx Fixed ANSI C violations. 2000-02-26 13:17:55 +00:00
dsound Made the buffer list in the directsound object thread-safe. 2000-02-20 19:16:12 +00:00
icmp Fixed ANSI C violations. 2000-02-26 13:17:55 +00:00
imagehlp Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
imm32 Removed #include of wingdi.h and windef.h from winuser.h (and resolved 2000-02-10 19:03:02 +00:00
lzexpand Moved SystemHeap allocations to the process heap. 2000-02-16 22:47:24 +00:00
mouse Better thread safety for WarpPointer hack. 2000-02-25 20:53:34 +00:00
mpr Moved SystemHeap allocations to the process heap. 2000-02-16 22:47:24 +00:00
msacm Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
msacm32 Removed #include of wingdi.h and windef.h from winuser.h (and resolved 2000-02-10 19:03:02 +00:00
msnet32 Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
msvideo Made winmm a separate shared library. 2000-02-26 13:45:34 +00:00
ntdll Fixed definition of the RtlMemory functions. Use macros internally and 2000-02-26 19:35:50 +00:00
odbc32 Fixed ANSI C violations. 2000-02-26 13:17:55 +00:00
ole32 ErrorInfo functions need to be in ole32, not oleaut32. 2000-02-26 19:11:25 +00:00
oleaut32 ErrorInfo functions need to be in ole32, not oleaut32. 2000-02-26 19:11:25 +00:00
olecli Removed extra includes from ole.h and wingdi.h. 2000-02-10 19:39:48 +00:00
oledlg Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
olepro32 OLEPRO32 stubs. 2000-02-07 16:26:56 +00:00
olesvr Removed extra includes from ole.h and wingdi.h. 2000-02-10 19:39:48 +00:00
psapi Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
rasapi32 Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
setupx Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
shell32 Moved file functions to shlfileop.c 2000-02-26 18:48:16 +00:00
sound Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
stress Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
tapi32 Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
version Made some local functions static. 2000-02-25 20:55:54 +00:00
win32s Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
win87em Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
winaspi Moved SystemHeap allocations to the process heap. 2000-02-16 22:47:24 +00:00
windebug Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
wing Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
winmm Made winmm a separate shared library. 2000-02-26 13:45:34 +00:00
winsock ioctlsocket() now returns success if the app sets nonblocking mode for 2000-02-14 19:50:57 +00:00
winspool This patch initializes the return buffer used in GetPrinterDriverA to 2000-02-25 21:38:17 +00:00
wnaspi32 Moved SystemHeap allocations to the process heap. 2000-02-16 22:47:24 +00:00
.cvsignore Initial revision 1998-10-04 18:02:24 +00:00
Makefile.in Made winmm a separate shared library. 2000-02-26 13:45:34 +00:00