Allow the size of bitmaps to be changed after toolbar buttons have
[wine] / dlls / comctl32 / toolbar.c
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...
1999-02-28  Marcus MeissnerFixed a lot of warnings using WINE_UNUSED, casts, comme...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-19  Jeff GarzikAdded missing string.h include.
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-01-28  James JuranCommented out unused variables to prevent needless...
1998-12-26  Marcus MeissnerChanged // comments to /* */ so WINE compiles with...
1998-11-22  Eric KohlAdded Unicode support (at least partially).
1998-10-24  Eric KohlSome minor improvements and fixes.
1998-10-11  Eric KohlImproved drawing and placement code. Explorer style...
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-09-13  Alexandre JulliardRelease 980913 wine-980913