Spelling typos.
[wine] / dlls / comctl32 / toolbar.c
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...
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