Assorted spelling fixes.
[wine] / dlls / comctl32 / toolbar.c
2005-03-25  Dimitrie O. PaunUse {Alloc,ReAlloc,Free}() instead of Heap{Alloc,ReAllo...
2005-03-25  Dimitrie O. PaunFix a memory leak in toolbar. Avoid casts.
2005-03-23  Dimitrie O. PaunComplete unicodification of the toolbar common control.
2005-01-28  Thomas WeidenmuellerWhen a toolbar doesn't have the TBSTYLE_FLAT style...
2005-01-26  Francois GougetAssorted spelling fixes.
2005-01-24  TinusProperly allow removing toolbar bitmaps by changing...
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-11-30  Robert ShearmanStore the new style before redrawing and repositioning...
2004-11-10  Robert Shearman- Set cache bitmap dimensions correctly when a 0x0...
2004-11-08  Robert Shearman- bNtfUnicode is a dup' of bUnicode so remove it and...
2004-11-06  Robert ShearmanImplement TBN_RESTORE notification.
2004-11-01  Dmitry TimoshkovDo not retrieve infoPtr twice in ToolbarWindowProc...
2004-10-25  Robert Shearman- Don't fill in any more information than native does...
2004-10-21  Thorsten KaniDon't add extra OFFSET_X/Y to the calculation of rcBitm...
2004-10-21  Robert Shearman- Draw with ILD_TRANSPARENT instead of ILD_NORMAL to...
2004-10-18  Robert Shearman- TBN_DELETINGBUTTON sends the command ID, not the...
2004-09-23  Filip NavaraAdd note about unimplemented TB_SAVERESTORE message.
2004-09-20  Robert Shearman- Fix some TRACEs
2004-09-16  Robert ShearmanUse Unicode window messages.
2004-09-14  Robert Shearman- Make customization list boxes into drag list boxes.
2004-09-06  Robert Shearman- Obey TBCDRF_NOOFFSET for the button text.
2004-09-02  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-30  Robert ShearmanTB_MARKITEM should redraw button.
2004-08-25  Robert Shearman- Send NM_LDOWN notification.
2004-08-24  Robert ShearmanFix regression with IE's Menu Bar.
2004-08-19  Robert Shearman- Implement insert marks.
2004-08-19  Robert Shearman- Fix anchor highlighting.
2004-08-09  Filip NavaraFix TOOLBAR_DrawMasked to correctly use image list...
2004-07-19  Filip NavaraUse system metrics values in TOOLBAR_DrawPattern instea...
2004-07-16  Filip NavaraMake the pattern drawing in TOOLBAR_DrawPattern look...
2004-06-28  Robert Shearman- Clean up the mask drawing code.
2004-06-02  Ulrich CzekallaHandle case when item text is empty.
2004-06-02  Robert ShearmanDon't draw whole button pressed when separate dropdown...
2004-05-18  Robert Shearman- TBN_DRAGOUT and NM_RDBLCLK notifications.
2004-05-12  Maxime BellengéAdd DT_END_ELLIPSIS as defaut style for text.
2004-05-04  Maxime BellengéAdd NM_RCLICK notification support for toolbars.
2004-05-03  Maxime BellengéFix the size of the listview items in the customize...
2004-05-02  Maxime BellengéFix TB_GETSTYLE message to return the style of the...
2004-04-19  Robert Shearman- Optimise accessing toolbar style by storing it in...
2004-04-07  Huw DaviesFix dumb error from rev. 1.158.
2004-04-01  Robert Shearman- Fix LButtonDown from previous change.
2004-03-23  Robert Shearman- Add cursor resource.
2004-03-18  Robert Shearman- Fix SetBitmapSize.
2004-03-17  Robert Shearman- Documentation update.
2004-03-15  Robert Shearman- Document completeness.
2004-03-15  Robert Shearman- Honour WM_SETREDRAW.
2004-03-13  Robert Shearman- Implement TB_LOADIMAGES, TB_MAPACCELERATOR{A,W},...
2004-03-12  Robert Shearman- Add support for a toolbar global iListGap.
2004-03-11  Ge van GeldorpExplicitly ask for image list with screen depth as...
2004-03-11  Robert ShearmanRewrite drawing code.
2004-03-07  Robert ShearmanDon't allocate space for text when nMaxTextRows = 0.
2004-03-03  Robert Shearman- Support custom check background.
2004-02-20  Huw DaviesIf TBSTYLE_EX_HIDECLIPPEDBUTTONS is set then invalidate...
2004-02-17  Robert Shearman- Fix some traces.
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  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-03  Jon GriffithsDraw disabled toolbar buttons correctly.
2004-01-23  Ge van GeldorpDiscard mouse button up events if no button is currentl...
2003-11-26  Robert Shearman- Add support for TBSTYLE_EX_MIXEDBUTTONS.
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-20  Dimitrie O. PaunMake the controls send notifications to the parent...
2003-11-05  Rein KlazesCorrectly place a toolbar with CCS_BOTTOM style at...
2003-10-31  Robert Shearman- Use the style returned in custom draw structure to...
2003-10-28  Francois GougetWeekly spelling fixes.
2003-09-22  Dimitrie O. PaunRename COMCTL32_{Alloc,ReAlloc,Free} to {Alloc,ReAlloc...
2003-09-17  Alexandre JulliardMoved undocumented functions out of the exported commct...
2003-09-12  Robert Shearman- Make sure dropdown arrow is always centered.
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-27  Duane ClarkButton width should be the larger of text width/bitmap...
2003-06-18  Francois GougetTypos/spelling fixes.
2003-06-13  Robert Shearman- Make button text centre correctly when dropdown arrow...
2003-05-13  Vitaliy MargolenRevert change for resizing buttons.
2003-05-13  Vitaliy MargolenGet rid of direct ImageList access hacks.
2003-04-02  Adam GundyZero initialize the reserved bytes in the toolbar detai...
2003-03-07  Adam GundyTOOLBAR_AddBitmap() and TOOLBAR_ReplaceBitmap() are...
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-13  Ulrich Czekalla- Add support for multiple image lists.
2002-10-31  Dmitry TimoshkovFix some types and function prototypes according to...
2002-10-28  CarloslParam was not properly sent in TTM_ADDTOOLW.
2002-10-23  Michael Stefaniuc- fix the "int format, HANDLE arg" type of warnings...
2002-10-23  Michael StefaniucAdd needed casts for a "no warnings" compile of comctl32.
2002-10-21  Duane ClarkCorrect the behavior for disabled toolbar buttons.
2002-09-06  Michael StefaniucPrepare dlls/{comctl32,gdi,msvideo,setupapi,shell32...
2002-07-16  Guy L. AlbertelliDon't issue error message if message number in applicat...
2002-06-13  François GougetFix handling of strings that do not finish with "||".
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-20  Alexandre JulliardGot rid of GetSysColorPen.
2002-05-14  Guy L. AlbertelliSupport PGN_SCROLL notify and return either the button...
2002-04-29  Marco BizzarriImplemented the TB_REPLACEBITMAP message.
2002-04-24  Guy L. Albertelli- Improve I_IMAGECALLBACK handling and support I_IMAGENONE.
2002-04-14  Guy L. AlbertelliImplement NM_CUSTOMDRAW notification.
next