Set the palette for image list DIBs that has 8 or less bits per
[wine] / dlls / comctl32 / toolbar.c
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.
2002-04-05  Guy L. Albertelli- Use the new comctl32 color array for the colors....
2002-03-22  Guy L. Albertelli- Implement CCM_{GET|SET}COLORSCHEME.
2002-03-20  Bill MedlandNo need for the fixme on a simple TBSTYLE_SEP.
2002-03-19  Duane ClarkTOOLBAR_LButtonUp should work even if ReleaseCapture...
2002-03-11  Guy L. Albertelli- Add scaffolding for TB_{GET|SET}PADDING.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Guy L. Albertelli- Support CCS_VERT as alternative for TBSTYLE_WRAPABLE.
2002-02-26  Charles DuffyStop TOOLBAR_MeasureString from dying on empty strings.
2002-02-12  Guy L. AlbertelliWhen the commandID was being treated as the index,...
2002-01-31  Guy Albertelli- better trace output
2002-01-22  Uwe BonnesConsistent usage of istring, use STR_[Get|Set]Ptr where...
2002-01-14  Guy Albertelli- Add additional TOOLBAR_CalcToolbar in a different...
2002-01-12  Huw D M DaviesFix off by one error in TOOLBAR_AddStringW.
2002-01-04  Sander van LeeuwenNever delete the font object received by WM_SETFONT.
2001-12-11  Dave HawkesFix for toolbar potentially using a NULL pointer.
2001-12-05  Dave HawkesThe toolbar commands were not sent to the correct notif...
2001-12-01  Guy L. AlbertelliUndocumented feature of TB_{GET|SET}BUTTONINFO{A|W...
2001-11-20  Dave HawkesTOOLBAR_GetRect did not correctly translate the command...
2001-09-07  Guy L. Albertelli- Fix positioning of text in buttons.
2001-08-13  Guy L. Albertelli- Implement TBSTYLE_FLAT as "transparent" toolbar and...
2001-08-03  Guy L. Albertelli- Add debugging dumps of bar and buttons, and trace...
2001-07-31  NogDon't enable the 'hot' state of a toolbar button when...
2001-07-26  Guy L. Albertelli- On TB_SETIMAGELIST retrieve new values of the bitmap...
2001-07-20  Guy L. Albertelli- Recalc the toolbar size on TB_SETBUTTONSIZE in certai...
2001-07-17  Gerard PatelRefresh bitmap count to take in account imagelist chang...
2001-07-02  Mike McCormackFix button text placement for disabled buttons (see...
2001-06-24  Guy L. AlbertelliFixed test so 0xffffffff is properly recognized.
2001-05-31  Francois GougetTOOLBAR_InsertButtonA: If iString==-1 then don't use...
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
2001-02-20  Eric KohlFixed behaviour of dropdown buttons. When a dropdown...
2001-02-16  François GougetTB_SETBUTTONSIZE messages must be taken into account...
next