- (final?) update of TreeView_* macro's.
[wine] / dlls / comctl32 /
1999-11-28  Alex Priem- (final?) update of TreeView_* macro's.
1999-11-28  Eric KohlFixed some visual toolbar bugs.
1999-11-23  Eric Kohl- first 'dummy' implementation of ImageList_Read
1999-11-23  Eric Kohl- added version messages
1999-11-23  Eric Kohl- implemented LBItemFromPt
1999-11-23  Eric Kohl- implemented simple column order array functionality
1999-11-23  Eric Kohl- minor update to mru list functions
1999-11-23  Eric Kohl- added version messages and some simple get/set messages.
1999-11-21  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-11-21  Eric PouechAdded undocumented feature to InsertButtonA.
1999-11-21  Eric PouechFixed play back of uncompressed AVI file.
1999-11-21  Alex Priem- fixed crash when adding items with TVI_SORT and wineI...
1999-11-13  Juergen Schmied- inserted markers for the bin2res tool
1999-11-13  Adrian ThurstonAdded validations for page index before using it.
1999-11-07  Juergen Schmied- unified templates for the open and the save dlg
1999-11-07  David Grant- Proper initialization of cchTextMax field was added for
1999-11-07  Eric PouechFixed SetTitleA when string resources were to be loaded.
1999-11-07  Pierre Mageau- Fixed an error for scrolling in Listview (sometimes...
1999-11-04  Ulrich CzekallaSet proper item focus on DeleteItem.
1999-10-31  Thuy NguyenPSM_ADDPAGE returns TRUE or FALSE.
1999-10-31  Pierre MageauIn report view mode of the listview control, implemente...
1999-10-31  Thuy NguyenFill in the hwndFrom field of the NMHDR structure when...
1999-10-31  Thuy NguyenWizard mode property sheets have a tab control.
1999-10-31  Ulrich Czekalla- Treeview uses COLOR_WINDOW color instead of clrBk...
1999-10-31  Noomen HamzaSelected button within tab control will be painted...
1999-10-31  Pierre MageauDo not send two PSN_KILLACTIVE messages.
1999-10-24  Patrik StridvallAdded spec file declarations for already implemented...
1999-10-24  Pierre MageauAdded the functionality of the thumb track.
1999-10-23  Ulrich CzekallaPropertySheet didn't destroy page dialog's window while...
1999-10-23  Pierre MageauUpdate the item width upon a new column in the header...
1999-10-23  Joshua ThielenFixed tooltips positioning.
1999-10-23  Adrian ThurstonProper resource support for dialog title.
1999-10-23  Ulrich CzekallaImplementation of edit labels.
1999-10-23  Pierre MageauFixed the ascending and descending sort order for the...
1999-10-23  Ulrich Czekalla- adds calling application defined callback function...
1999-10-23  Ulrich CzekallaProperly copy text into user supplied buffer.
1999-10-23  Ulrich CzekallaTab control doesn't refresh tab area on TCM_SETCURSEL.
1999-10-23  Ulrich CzekallaThe property sheet dialog needs flag WS_VISIBLE.
1999-10-23  Eric PouechAdded WM_GETFONT support.
1999-10-23  Noomen HamzaListview items will be drawn with the right item dimens...
1999-10-23  Eric PouechFirst working version.
1999-10-13  Pierre MageauWhen an error occurred in a property sheet because...
1999-10-13  Juergen Schmied- implemented sorting the listview by clicking on the...
1999-10-13  Thuy NguyenMouse position is signed.
1999-10-13  Marcus MeissnerCheck for NULL ptr in Propsheet_RemovePage (Xing DVD...
1999-10-13  Ulrich CzekallaPrevent self referencing next pointer during insert.
1999-09-22  Stephane LussierAllow creation of empty imagelist.
1999-09-20  Dennis BjörklundIt's no error to send a WM_COMMAND to MenuHelp.
1999-09-19  Patrik StridvallAdded support for anonymous structs/unions on compilers...
1999-09-19  Stephane LussierIn ImageList_Draw when drawing the bitmap with the...
1999-09-19  Thuy NguyenAdded support for wizard property sheets.
1999-09-19  David Luyer- iSelected should be -1 if no item selected (Gerard...
1999-09-13  Eric PouechFixed off by one allocation error (DPA and DSA).
1999-09-11  Stephane LussierFixed RGBQUAD/COLORREF mixup in CreateMappedBitmap().
1999-09-10  Luc TourangeauFixed LISTVIEW_GetItemRect: the calculations were off...
1999-09-04  Pierre MageauChanged CopyImage to accept desiredX, desiredY and...
1999-09-04  Thuy NguyenGive applications a copy of the property sheet dialog...
1999-09-04  Uwe BonnesImplemented StrCmpNIA like the other StrCmpXX functions.
1999-09-03  Huw D M DaviesCheck that lpCreate->lpszName is non-NULL.
1999-09-03  Francis BeaudetAdded sanity checks in the cleanup code.
1999-09-03  Marcus MeissnerImplemented LVM_INSERTCOLUMNW and LVM_INSERTITEMW by...
1999-08-18  Thuy NguyenImplemented the PSH_USEICONID/PSH_USEHICON and the...
1999-08-14  Thuy NguyenAdded support for icons in property sheet tabs.
1999-08-08  Alexandre JulliardReplaced a few calls to lstr* functions by their CRTDLL...
1999-08-07  Thuy NguyenTake into account icons when determining tab size.
1999-07-31  Patrik StridvallVarious ANSI C compability fixes.
1999-07-31  Patrik StridvallFixed some of the issues reported by winapi-check.
1999-07-31  Patrik StridvallFixed/added missing/wrong function prototypes and made...
1999-07-31  Eric KohlAdded builtin toolbar bitmaps.
1999-07-31  Eric KohlSome more messages.
1999-07-31  Alex PriemBugfixes & further updates for the month calendar commo...
1999-07-31  Alex PriemStarted implementing date/time common control.
1999-07-30  Francis BeaudetFixed a memory leak.
1999-07-30  Francis BeaudetAdded more support for buddy windows in the updown...
1999-07-28  Ian SchmidtAdded stubs for InitMUILanguage and COMCTL32.410.
1999-07-25  Ulrich WeigandMoved .spec files to corresponding dlls/ directory.
1999-07-24  Francois BoisvertImplemented TREEVIEW_InsertItemW.
1999-07-24  Pierre MageauFixed various problem with ImageList_Draw.
1999-07-24  Thuy NguyenFixed notifications.
1999-07-20  Gerard PatelReset disabled style for the dialog boxes set on proper...
1999-07-18  Alex Priem- Implementation of simple comctl32 v5.0 changes.
1999-07-18  Sylvain St-GermainImplementation of the updown buddy windproc subclassing...
1999-07-18  Luc TourangeauGetIcon bug fix.
1999-07-15  Alex PriemFix a hang when we process WM_STYLECHANGED.
1999-07-10  Alex PriemFirst try at the month calendar common control. Main...
1999-07-10  Abey GeorgeSometimes the text on a tab control got truncated.
1999-07-10  Alex PriemImplementation of TVM_SORTCHILDREN. Massaged TVM_SORTCH...
1999-07-03  Marcus Meissnersome small include fixes, some checks for NULL ptrs,
1999-07-03  Alex PriemFix a crash when doing sorted inserts at top level.
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-26  Eric KohlFixed DPA_LoadStream and improved DPA_Merge.
1999-06-26  Eric KohlAdded check for invalid parent item.
1999-06-26  Eric KohlStore buddy window.
1999-06-26  Eric KohlStarted WM_NOTIFYFORMAT support.
1999-06-26  Eric KohlBetter ComboBoxEx placement.
1999-06-26  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-06-26  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-06-26  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-06-22  Eric PouechThou shalt not use C++ comments.
1999-06-22  Francois BoisvertModified ImageList_LoadImageA to check the case where...
next