- Implement CCM_{GET|SET}COLORSCHEME.
[wine] / dlls / comctl32 / toolbar.c
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...
2001-02-16  Aric StewartSetting the HotItem to -1 can be disastrous at times...
2001-02-15  Aric StewartContinued the implementation of Set Hot Item.
2001-02-14  François Gougetdebugstr_xxx already does the quoting.
2001-02-12  James AbbatielloDon't allow comctl32 controls to access their infoPtr...
2001-01-10  Ulrich CzekallaOnly call TOOLBAR_CalcToolbar when parameters change.
2000-12-13  Andreas MohrInvalid buttons are "hidden".
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-25  Eric KohlRemoved calls to internal (non-exported) wine functions.
2000-11-07  Eric KohlImplemented toolbar customization dialog.
2000-11-02  Marcus MeissnerSwap CalcToolbar and paint rectangle computation to...
2000-11-01  Marcus MeissnerRemoved unnecessary calls of TOOLBAR_CalcToolbar()...
2000-10-12  Chris MorganFix depressed state with flat toolbars so pressing...
2000-09-29  Francois GougetModified the bitmap centering algorithm to take the...
2000-09-29  Susan FarleyCall ReleaseCapture (which triggers WM_CAPTURECHANGED...
2000-09-26  Susan FarleySupport for TBSTYLE_EX_DRAWDDARROWS style; reset captur...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-24  Francois GougetThe size of the comctl32 internal bitmaps is 24x24...
2000-09-22  Chris MorganFixed button image to be offset to the center of the...
2000-09-18  Chris MorganChange FIXME("Button size set after button in toolbar...
2000-08-18  Chris Morgan- Added a helper function TOOLBAR_GetText() and macro...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-09  Alexandre JulliardRemoved all non-standard common control headers from...
2000-08-06  Chris MorganConverted all calls to RedrawWindow to InvalidateRect...
2000-07-23  David Elliott- Changed the temporary buffer for loading resources...
2000-07-15  Rob FarnumIgnore iBitmap width when drawing flat toolbar.
2000-07-11  Chris MorganFixed TOOLBAR_DrawString() to offset button text if...
2000-07-08  Chris MorganFixed TOOLBAR_DrawString() to offset button text if...
2000-07-08  Gerard PatelAllow the size of bitmaps to be changed after toolbar...
2000-06-25  Mike McCormackAdd workarounds for null strings in TOOLBAR_InsertButto...
2000-06-23  Dave HawkesAvoid gratuitously changing the ZORDER.
2000-06-11  Patrik StridvallFixed some warnings.
2000-06-07  Aric StewartAdded handling of TBSTYLE_AUTOSIZE.
2000-06-07  Uwe BonnesTOOLBAR_DrawString: catch index== -1 (but not yet handled).
2000-06-04  Michael CardenasCorrected a potential crash.
2000-06-04  Eric KohlStarted support for menubar-like toolbars.
2000-05-25  Chris MorganUse clipping regions to reduce the amount of processing...
2000-05-23  Chris MorganReduce toolbar redrawing and flicker by calling RedrawW...
2000-05-23  Aric StewartCorrected a problem of when oldHit is negative and...
2000-05-19  Aric StewartFixes the line of garbage at the bottom of images and...
2000-05-10  Aric Stewart- Cleaned up some of the drawing code, specifically...
2000-04-28  Chris MorganImplemented TOOLBAR_MouseLeave to handle WM_MOUSELEAVE...
2000-04-24  Martin FuchsFixed toolbar bitmap size handling.
2000-04-23  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
2000-04-15  Martin FuchsImplement CCS_NOMOVEY for tool bars.
2000-02-29  Niels Kristian Bec... Removed superfluous #include statements for header...
2000-02-25  Hidenori TakeshimaFix for toolbar button size.
2000-02-13  Alexandre JulliardRemoved superfluous GlobalFindAtom calls.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
1999-11-28  Dave PicklesPrevent a crash if messages are sent to a toolbar windo...
1999-11-28  Eric KohlFixed some visual toolbar bugs.
1999-11-23  Eric Kohl- added version messages and some simple get/set messages.
1999-11-21  Eric PouechAdded undocumented feature to InsertButtonA.
1999-11-07  Juergen Schmied- unified templates for the open and the save dlg
1999-10-23  Eric PouechAdded WM_GETFONT support.
1999-07-31  Patrik StridvallFixed/added missing/wrong function prototypes and made...
1999-07-31  Eric KohlAdded builtin toolbar bitmaps.
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-26  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-22  Marcus MeissnerRemoved use of win.h, sysmetrics.h and associated WINE...
1999-05-22  Eric KohlToolbar customization dialog (take one).
1999-05-08  Patrik StridvallANSI C fixes.
1999-05-08  Yuxi ZhangImplemented toolbar multirow button layout.
1999-05-01  Luc TourangeauRemoved some flickering when inserting or deleting...
1999-04-22  Patrik StridvallFixed ANSI compabillity.
1999-04-21  Juergen SchmiedFixed typo.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-03-25  Pascal LessardChange the AddBitmap function. Implement flat toolbar...
1999-03-16  Marcus MeissnerRemoved no longer necessary win.h include, added now...
1999-03-12  Eric KohlReplaced direct access to the WND structure by correspo...
next