Fix subclassing to support nested messages.
[wine] / dlls / comctl32 /
2004-03-11  Robert ShearmanFix subclassing to support nested messages.
2004-03-11  Robert ShearmanRewrite drawing code.
2004-03-11  Alexandre JulliardDo not kill the animation thread with TerminateThread...
2004-03-11  Robert ShearmanSpelling fixes.
2004-03-11  Robert Shearman- Document control completeness.
2004-03-09  Robert Shearman- Implement the drag list control.
2004-03-07  Robert ShearmanDon't allocate space for text when nMaxTextRows = 0.
2004-03-03  Robert Shearman- Support custom check background.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-03-02  Vitaliy MargolenAdjust all dimensions to match native.
2004-03-01  Steve LustbaderHandle the firstVisible item being NULL in
2004-02-27  Robert ShearmanUpdate common control function documentation.
2004-02-27  Matt ChapmanREBAR_Layout should respect the minimum size of bands...
2004-02-27  Matt ChapmanREBAR_ShowBand needs to force layout of the rebar after...
2004-02-25  Matt ChapmanFix a reentrancy issue in the property sheet implementa...
2004-02-24  Christian CostaAccept null module instance, Loadstring can handle it.
2004-02-24  Maxime BellengéFix a regression in ImageList_Create when creating...
2004-02-20  Alexandre JulliardRemoved a couple of unneeded helper functions.
2004-02-20  Ulrich CzekallaUse dibsections for the images.
2004-02-20  Huw DaviesIf TBSTYLE_EX_HIDECLIPPEDBUTTONS is set then invalidate...
2004-02-20  Robert Shearman- Implement string functions in comctl32.
2004-02-20  Dimitrie O. PaunLVN_BEGINRDRAG is implemented now. Fix typo.
2004-02-20  Aric StewartImplemented LISTVIEW_ApproximateViewRect for LVS_REPORT.
2004-02-17  Fabian CenedeseListView should behave in OWNERDRAW as in FULLROWSELECT...
2004-02-17  Robert ShearmanForward some wrapper functions since we don't care...
2004-02-17  Robert ShearmanMove string functions to separate file.
2004-02-17  Robert Shearman- Fix some traces.
2004-02-17  Robert ShearmanDocumentation update.
2004-02-16  Mike HearnGrow the treeview control expander button by 1px in...
2004-02-13  Aric StewartWork toward properly updating the SelectionMark when...
2004-02-12  Huw DaviesFix a TRACE.
2004-02-11  Huw DaviesOnly redraw button in PressButton and Indeterminate...
2004-02-11  Huw DaviesHonour TB_SETMAXTEXTROWS.
2004-02-10  Ulrich CzekallaAdd support for BTNS_WHOLEDROPDOWN.
2004-02-10  Dmitry TimoshkovAdd partial support for some undocumented toolbar messages.
2004-02-09  Francois GougetAssorted spelling and case fixes.
2004-02-09  Huw DaviesTB_ADDBUTTONS can pass a string ptr instead of an index.
2004-02-09  Huw DaviesUse the BTNS_* toolbar button style defines rather...
2004-02-07  Huw DaviesAdd a missing return.
2004-02-07  Vitaliy Margolen- Fix handling of TCS_RAGGEDRIGHT style.
2004-02-06  Robert ShearmanFix nGrow initialization in DPA_CreateEx.
2004-02-03  Jon GriffithsDraw disabled toolbar buttons correctly.
2004-01-27  Ulrich CzekallaWe should forward WM_COMMAND notification to the active...
2004-01-27  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2004-01-26  Alexandre JulliardThere is no need for a private heap in comctl32, memory...
2004-01-23  Alexandre JulliardMoved a few remaining 16-bit definitions out of the...
2004-01-23  Huw DaviesThe tab control should be multiline.
2004-01-23  Ge van GeldorpDiscard mouse button up events if no button is currentl...
2004-01-23  Ge van GeldorpGenerate all binary resources using bin2res.
2004-01-21  Huw DaviesMove the selection to the previous sibling if it can...
2004-01-19  Francois GougetDPA_Create is missing from all recent import libraries...
2004-01-19  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-16  Vincent BéronGet rid of a W->A cross call in ImageList_LoadImageW.
2004-01-13  Francois GougetFix a race that caused the Microsoft Viewers 'file...
2004-01-07  Alexandre JulliardRemoved incorrect uses of DUMMYUNIONNAME.
2004-01-06  Francois GougetAssorted spelling fixes.
2004-01-02  Mike McCormackOn a RB_SETBANDINFO message only redraw the rebar if...
2003-12-30  Duane ClarkReinitialize thumb when trackbar size is changed.
2003-12-13  Mike HearnRemove flat scrollbar stub fixmes.
2003-12-12  Vik KumarAdded Japanese translation.
2003-12-10  Jon GriffithsDon't call GetWindowLong for every comparison while...
2003-12-04  Jon GriffithsAdded Thai translation.
2003-12-02  Vitaliy Margolen- Fix drawing of HotTracked tabs & buttons.
2003-11-30  Dmitry TimoshkovA general cleanup of the version resources in Wine...
2003-11-27  Huw DaviesMerge {Set,Insert}Item[AW] to {Set,Insert}ItemT.
2003-11-27  Ulrich CzekallaIn TREEVIEW_EnsureVisible handle case where firstVisibl...
2003-11-26  Huw DaviesMerge GetItem[AW] into GetItemT.
2003-11-26  Aric StewartRedraw if bold state changes.
2003-11-26  Robert Shearman- Add support for TBSTYLE_EX_MIXEDBUTTONS.
2003-11-26  Ulrich CzekallaAlways recompute an item's text width in the case of...
2003-11-26  Huw DaviesUnicodification. Based on a patch by Aric Stewart.
2003-11-25  Rein KlazesUse button face color for the image mask when adding...
2003-11-21  Rein KlazesFix some confusion between number of bitmaps and number...
2003-11-21  Huw DaviesWe need to send TVN_EXPAND* on collapsing either when...
2003-11-20  Dimitrie O. PaunMake the controls send notifications to the parent...
2003-11-20  Dimitrie O. PaunCleanup the edit wndproc a bit.
2003-11-20  Dimitrie O. PaunRemove some dead code: hwndParent is not used anywhere.
2003-11-19  Ivan Leo Murray... Added/updated Italian resources.
2003-11-18  Huw DaviesUnswap Page Up & Down and fix TBS_DOWNISLEFT.
2003-11-18  Rein KlazesThe LVN_GETDISPINFO notify message should point to...
2003-11-18  Aric StewartWe need to make sure that customdraw_fill is called...
2003-11-17  Rein KlazesIgnore invalid iSubItem in LISTVIEW_GetItemT().
2003-11-13  Huw DaviesImplemented LVS_EX_CHECKBOXES.
2003-11-13  Dmitry TimoshkovAvoid setting infoPtr->firstVisible to NULL in TREEVIEW...
2003-11-12  Huw DaviesFix some weird logic in ImageList_Write.
2003-11-12  Huw DaviesA multicolumn listview should get a customdraw notifica...
2003-11-11  Huw DaviesAdd support for LVS_EX_SUBITEMIMAGES.
2003-11-09  Robert ShearmanAdded chevron support.
2003-11-09  Huw DaviesReleaseCapture on lbuttondown if the cursor is outside...
2003-11-05  Huw DaviesLISTVIEW_GetSubItemRect should succeed if subitem ...
2003-11-05  Rein KlazesCorrectly place a toolbar with CCS_BOTTOM style at...
2003-11-04  Huw DaviesPropSheetPageProc callback should always have hwnd...
2003-11-04  Alexandre JulliardAuthors: Ulrich Czekalla <ulrich@codeweavers.com>,...
2003-11-04  Huw DaviesFix a fixme.
2003-11-03  Huw DaviesDon't get confused if PSN_SETACTIVE returns a positive...
2003-11-03  Huw DaviesMake the listview send its notifications to the parent...
2003-10-31  Robert Shearman- Use the style returned in custom draw structure to...
2003-10-31  Vitaliy Margolen- Fix tab size for TCS_OWNERDRAWFIXED style.
2003-10-28  Francois GougetWeekly spelling fixes.
next