Fixed some problems found while compiling and linking Wine under
[wine] / dlls / comctl32 /
2003-10-14  Vitaliy MargolenFix setting size of tab control.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-07  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-03  Dimitrie O. PaunExtract binary resources to files, to fit the standard.
2003-10-02  Pavel RoskinIgnore window caption from PROPSHEETHEADER in wizards...
2003-09-22  Dimitrie O. PaunRename COMCTL32_{Alloc,ReAlloc,Free} to {Alloc,ReAlloc...
2003-09-22  Vincent BéronYet another batch of French resources updates.
2003-09-22  Maxime BellengéWhen an item is activated, we should send a NMITEMACTIV...
2003-09-17  Alexandre JulliardRenamed the COMCTL32_* functions to use the exported...
2003-09-17  Alexandre JulliardMoved undocumented functions out of the exported commct...
2003-09-17  Alexandre JulliardMoved out of windef.h a few definitions that don't...
2003-09-17  Alexandre JulliardSLOWORD and SHIWORD do not exist on Win32 (reported...
2003-09-16  Filip NavaraFixed definitions of TTTOOLINFOA/W_V1_SIZE and
2003-09-12  Robert Shearman- Make sure dropdown arrow is always centered.
2003-09-11  Robert ShearmanAdd proper names to ordinal-only functions.
2003-09-11  György 'Nog' JeneyFix invalid C constructs (spotted by Marcus Meissner).
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-08  Francois GougetFix the case of product and company names.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-04  Dimitrie O. PaunAdjust selection ranges before we insert the item so...
2003-09-04  Stefan LeichterUpdated minor version number.
2003-09-02  Kevin GroeneveldChange default range of up-down control to match range...
2003-09-02  Maxime BellengéImplemented TAB_SetMinTabWidth and TAB_HighlightItem.
2003-09-01  Dimitrie O. PaunIf we don't send custom draw messages for subitems...
2003-08-29  Rok MandeljcMinor updates of Slovenian translations.
2003-08-29  Mike HearnAvoid division by zero when the imagelist is created...
2003-08-27  Duane ClarkButton width should be the larger of text width/bitmap...
2003-08-25  Dimitrie O. PaunAlways setup the selection colour, not just in custom...
2003-08-25  Dimitrie O. PaunFix the hit test for full row select in REPORT mode...
2003-08-23  Maxime BellengéFix the creation of treeview with checkboxes.
2003-08-23  José Manuel Ferrer... More Spanish translations.
2003-08-22  Filip NavaraFixed prototypes of CreateStatusWindowA/W, ImageList_Copy,
2003-08-19  Maxime BellengéFix unreachable TVHT_ONITEMSTATEICON in TREEVIEW_LButto...
2003-08-18  Maxime BellengéFix things broken by the last TREEVIEW_UpdateDispInfo...
2003-08-13  Maxime BellengéFix for TREEVIEW_UpdateDispInfo to test with the correc...
2003-08-11  Dmitry TimoshkovAccept SIZE_MAXIMIZED as one of statuses of MDI windows.
2003-08-06  Duane ClarkOops, back to hard coding initial thumb size until...
2003-08-05  Stephan BEUZE- Avoid division by zero in TRACKBAR_GetTicPos
2003-08-02  Duane ClarkThe initial size of the thumb depends on SM_CYCAPTION.
2003-07-24  Stefan HallerIgnoring LISTVIEW_ScrollColumns() request if no columns...
2003-07-21  Martin FuchsSend TVN_ITEMEXPANDING when the user tries to expand...
2003-07-21  Mike McCormackSet defaults for the Next/Prev button.
2003-07-09  Francois GougetSpelling fixes.
2003-07-09  Mike McCormackPreserve A/W when creating propsheet dialogs.
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-06-30  Marcelo Duarte- Localization to Portuguese of Brazil
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-06-18  Francois GougetTypos/spelling fixes.
2003-06-16  Mike Hearn- Unbreak vertical trackbars
2003-06-13  Robert Shearman- Make button text centre correctly when dropdown arrow...
2003-06-06  Dimitrie O. PaunAlign the text vertically in single line labels (spotte...
2003-06-04  Dimitrie O. PaunRemove bFirstPain funky optimization, it is causing...
2003-05-22  Maxime BellengéFix listview custom draw notification for CDDS_ITEMPREP...
2003-05-22  Robert ShearmanUpdate ordering on insertion of an item.
2003-05-21  Dimitrie O. PaunInserting column zero should not modify the main item...
2003-05-15  Uwe BonnesNew comctl32 test directory and test case for DPA_Search.
2003-05-15  Uwe BonnesDPA_Search: Handle DPAS_INSERTBEFORE on empty list.
2003-05-13  Vitaliy MargolenRevert change for resizing buttons.
2003-05-13  Ulrich CzekallaFixed bad non-client calculation.
2003-05-13  Huw DaviesFix DTM_SETSYSTEMTIME.
2003-05-13  Vitaliy MargolenGet rid of direct ImageList access hacks.
2003-05-13  Vitaliy MargolenRearrange members of HIMAGELIST to match Windows.
2003-05-13  Robert ShearmanFix use of freed memory.
2003-05-12  Huw DaviesFixed a possible memory corruption.
2003-05-11  Stephan BeuzeImplemented Get/SetToolTips functions.
2003-05-11  Alexandre JulliardOrdinals 410-413 are the window subclassing functions.
2003-05-11  Dimitrie O. PaunFix custom draw for item 0.
2003-05-11  Huw DaviesInvalidate the window when the range is changed.
2003-05-04  Igor StepinAdded a lot of Russian translations.
2003-05-02  Adam GundyWhen items are inserted in a partially populated treevi...
2003-05-02  Adam GundyCheck the mask flags in the item structure to determine...
2003-04-30  Mike HearnChange return code comparison in AVI control (from...
2003-04-30  Maxime BellengéFix bounding rectangle computation for an ownerdraw...
2003-04-30  Dimitrie O. PaunGenerate custom draw notifications for ownerdraw listvi...
2003-04-27  Stephan BEUZEImplemented message TCM_SETPADDING with the Dimitri...
2003-04-27  Maxime BellengéFix the computation of the trackbar's size.
2003-04-26  Maxime BellengéRemove the sending of NM_TOOLTIPSCREATED which is non...
2003-04-02  Vitaliy MargolenFix buffer overflow in datetime.
2003-04-02  Adam GundyZero initialize the reserved bytes in the toolbar detai...
2003-04-02  Vitaliy MargolenFix ImageList_Read - the root cause of ugly toolbar...
2003-03-27  Mike HearnTreeView should not send two click notifications when...
2003-03-26  Mike HearnTREEVIEW_GetItemA should ignore stateMask.
2003-03-26  Mike HearnCorrect the check for changed treeview items, so item...
2003-03-24  Dimitrie O. PaunSend LVN_ODCACHEHINT notification for LVS_OWNERDATA...
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-18  Jon GriffithsDocumentation updates.
2003-03-17  Mike HearnFix the tab height so the labels don't clip, and restor...
2003-03-17  Mike HearnFix a typo.
2003-03-15  Vitaliy MargolenChanges for Icon and SmallIcon modes:
2003-03-14  Dimitrie O. PaunSpacing information is signed (debugged and fixed by...
2003-03-14  Tony LambregtsReplace DPRINTF with TRACE.
2003-03-12  Mike Hearn- Reduced tab offset constant slightly to avoid clippin...
2003-03-10  Mike HearnIt's not just height that can be set to the default...
2003-03-07  Adam GundyTOOLBAR_AddBitmap() and TOOLBAR_ReplaceBitmap() are...
2003-03-07  Adam GundyWhen shifting the list's indices, we must not send...
2003-03-07  Adam GundyPROPSHEET_CreateDialog() is documented to return -1...
2003-03-06  Tony LambregtsJanitorial. Get rid of W->A call.
2003-03-06  Adam GundyTREEVIEW_UpdateScrollBars() now copes with an empty...
2003-03-04  Vitaliy MargolenFix invisible tabs in TabControls with fixed tab width.
2003-02-25  Tim SegallAccept either TVI_ROOT or NULL for the parent to imply...
next