dmusic: Avoid signed-unsigned integer comparisons.
[wine] / dlls / comctl32 / toolbar.c
2012-12-17  Andrew Talbotcomctl32: Indentation fix.
2012-08-13  Michael Stefaniuccomctl32: Avoid TRUE:FALSE conditional expressions.
2012-08-13  Michael Stefaniuccomctl32: Get rid of two macros.
2012-05-24  Dmitry Timoshkovcomctl32: Use WARN instead of ERR if a toolbar index...
2012-05-17  Piotr Cabancomctl32: Don't make separator on first position hot.
2012-05-17  Piotr Cabancomctl32: Return if point is over a button in TOOLBAR_I...
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-02-16  Nikolay Sivovcomctl32: Fix TB_SETEXTENDEDSTYLE to use mask passed...
2012-02-01  Nikolay Sivovcomctl32: More tests for Toolbar window style handling.
2012-01-09  Nikolay Sivovcomctl32: Remove redundant parameter from a helper.
2012-01-09  Nikolay Sivovcomctl32: Store style bits provided with WM_CREATE.
2012-01-09  Nikolay Sivovcomctl32: Fix TB_SETSTYLE behaviour and return value.
2011-08-22  Owen Rudgecomctl32: Fix incorrect use of border metrics.
2011-08-01  Frédéric Delanoydlls: Assorted spelling fixes.
2011-06-27  Piotr Cabancomctl32: Use vssym32.h instead of tmschema.h.
2011-05-16  Marcus Meissnercomctl32: Mark internal symbols as hidden visibility.
2011-04-25  Amine Khaldicomctl32: Don't draw text when the number of text lines...
2010-10-05  Alexandre Julliardcomctl32/toolbar: Fix incorrect use of the ScreenToClie...
2010-10-04  Nikolay Sivovcomctl32/toolbar: Properly handle invalid arguments...
2010-07-20  Alexandre Julliardcomctl32: Fix positioning of toolbars that have the...
2010-06-02  Alexandre Julliardcomctl32: Load comctl32 builtin bitmaps as 32-bit DIBs.
2010-06-02  Alexandre Julliardcomctl32: Only support an alpha channel for 32-bpp...
2010-03-02  Nikolay Sivovcomctl32/toolbar: Fix possible null pointer dereference.
2010-01-26  Michael Stefaniuccomctl32: Use IS_INTRESOURCE instead of HIWORD to check...
2009-12-28  Michael Stefaniuccomctl32: Remove some explicit LPARAM/WPARAM casts.
2009-12-22  Jason Edmeadescomctl32/toolbar: Improve fixme message conditions.
2009-12-21  Alexandre Julliardcomctl32: Use the module instance instead of that of...
2009-11-23  Sergey Khodychcomctl32/toolbar: Use proper button index when freeing...
2009-11-12  Nikolay Sivovcomctl32/toolbar: Call handlers in more general way.
2009-11-12  Nikolay Sivovcomctl32/toolbar: Use single handler for TB_GETBUTTONTE...
2009-11-12  Nikolay Sivovcomctl32/toolbar: Use single handler for TB_SETBUTTONIN...
2009-10-26  Nikolay Sivovcomctl32/toolbar: Don't leak button strings.
2009-10-05  Austin Englishcomctl32: Add missing prototype.
2009-08-03  Aled Hughescomctl32/toolbar: Avoid unnecessary invalidation on...
2009-07-15  Vladimir Pankratovcomctl32: Fix division by zero.
2009-06-29  Nikolay Sivovcomctl32/toolbar: Move parameter cast to WinProc level...
2009-06-26  Nikolay Sivovcomctl32/toolbar: Move initialization to WM_NCREATE...
2009-06-08  Andrew Talbotcomctl32: Constify some variables.
2009-05-25  Nikolay Sivovcomctl32/toolbar: Don't free Toolbar control data too...
2009-05-19  Nikolay Sivovcomctl32/toolbar: No need to use GetSysColor directly.
2009-05-19  Nikolay Sivovcomctl32/toolbar: Use already cached control window...
2009-05-19  Nikolay Sivovcomctl32/toolbar: Remove superfluous forward declarations.
2009-05-19  Nikolay Sivovcomctl32/toolbar: Retrieve control data once at WinProc.
2009-05-07  Giuseppe Bilottacomctl32/toolbar: When a null lParam is passed to TB_GE...
2009-05-07  Giuseppe Bilottacomctl32/toolbar: Skip iString field for separators.
2009-04-22  Giuseppe Bilottacomctl32/toolbar: Fix trace info for TOOLBAR_InternalIn...
2009-04-22  Igor Tarasovcomctl32: TOOLBAR_SetImageList should recalculate toolb...
2009-04-21  Igor Tarasovcomctl32: Fix typo in TOOLBAR_SetButtonSize code.
2009-04-20  Igor Tarasovcomctl32: Fix regression caused by 2d751ee56afced908d07...
2009-03-31  Igor Tarasovcomctl32: Correct handling of toolbar separators size.
2009-03-31  Igor Tarasovcomctl32: CCS_VERT flips toolbar separators orientation.
2009-02-16  Gerald Pfeifercomctl32: Simplify eight TOOLBAR_ function invocations.
2009-02-13  Michael Stefaniuccomctl32: Remove superfluous pointer casts.
2009-02-02  Mikołaj Zalewskicomctl32: toolbar: Only changing TBSTYLE_EX_MIXEDBUTTON...
2009-02-02  Mikołaj Zalewskicomctl32: toolbar: Unlike in listview, TB_SETEXTENDEDST...
2009-02-02  Mikołaj Zalewskicomctl32: toolbar: TB_SETBUTTONINFO should do a relayou...
2009-02-02  Mikołaj Zalewskicomctl32: toolbar: Use different function for dumping...
2009-02-02  Mikołaj Zalewskicomctl32: toolbar: Move common TB_ADDBUTTONS and TB_INS...
2009-01-28  Mikołaj Zalewskicomctl32: toolbar: Make sure all TBUTTON_INFO fields...
2009-01-26  Alasdair Sinclaircomctl32: Fix missing void in empty parameter list.
2009-01-26  Reece Dunncomctl32: Don't generate a fixme message for the TBSTYL...
2009-01-23  Gerald Pfeifercomctl32: Simplify ten functions by removing unused...
2009-01-19  Gerald Pfeifercomctl32: Simplify twelve functions by removing unused...
2009-01-02  Rob Shearmancomctl32: Add names for now documented toolbar messages.
2009-01-02  Gerald Pfeifercomctl32: Simplify fifteen functions by removing unused...
2008-11-21  Ricardo Filipecomctl32: Remove dead stores (llvm/clang).
2008-11-06  Sergey Khodychcomctl32: toolbar: Use a cx field for buttons in TOOLBA...
2008-11-06  Sergey Khodychcomctl32: toolbar: Improve text layout in TBSTYLE_LIST...
2008-11-06  Sergey Khodychcomctl32: toolbar: Calculate a correct size for empty...
2008-11-04  Michael Stefaniuccomctl32: Do not cast zero.
2008-10-28  Michael Stefaniuccomctl32: Remove superfluous casts as HANDLE to other...
2008-10-24  Michael Stefaniuccomctl32: Remove the superfluous casting of the LPVOID...
2008-07-23  Mikołaj Zalewskicomctl32: toolbar: TB_SETBITMAPSIZE should not change...
2008-07-22  Mikołaj Zalewskicomctl32: Don't print ERRs for reflected messages.
2008-05-23  Andrew Talbotcomctl32: Indentation fix.
2008-04-24  Aric Stewartcomctl32: Fix an off-by-one error in toolbar TOOLBAR_Se...
2008-04-23  Austin EnglishSpelling fixes.
2008-04-16  Andrew Talbotcomctl32: Remove unused variables.
2008-04-14  Andrew Talbotcomctl32: Remove unused variables.
2008-03-12  Lei Zhangcomctl32: Fix TB_GETSTRING return values.
2008-03-12  Lei Zhangcomctl32: Add tests for TB_GETSTRING, fix NULL pointer...
2008-02-12  Andrew Talbotcomctl32: Assign to structs instead of using memcpy.
2008-02-07  Lei Zhangcomctl32: Use wine_dbgstr_rect() in traces.
2008-01-24  Austin Englishcomctl32: Spelling fixes.
2008-01-02  Andrew Talbotcomctl32: Remove unneeded casts.
2007-12-03  Andrew Talbotcomctl32: Remove unneeded casts.
2007-10-29  Alexander Dorofeyevcomctl32: Fix broken detection of non-empty string.
2007-10-29  Alexander Dorofeyevcomctl32: Pass command id of button in wParam.
2007-10-22  Lionel Debrouxcomctl32: Remove redundant NULL check before free ...
2007-08-28  Jason Edmeadescomctl32: toolbar: Implemented SetRows.
2007-07-20  Mikołaj Zalewskicomctl32: toolbar: Test and fix invalid indexes passed...
2007-07-11  Mikołaj Zalewskicomctl32: toolbar: We should send TBN_GETDISPINFOW...
2007-07-11  Mikołaj Zalewskicomctl32: toolbar: The iImage in TBN_GETDISPINFO should...
2007-06-01  Dmitry Timoshkovcomctl32: Fix a compilation warning in 64-bit mode.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-16  Mikołaj Zalewskicomctl32: toolbar: TB_SETIMAGELIST should try to preser...
2007-04-24  Mikołaj Zalewskicomctl32: toolbar: Don't execute TB_GETBUTTONINFO if...
2007-04-24  Mikołaj Zalewskicomctl32: toolbar: Merge TOOLBAR_GetButtonInfoA and...
2007-04-06  Felix Nawothnigcomctl32: Allow destruction of toolbar in BN_CLICKED...
2007-04-03  Andrew Talbotcomctl32: Constify some variables.
next