po: Update French translation.
[wine] / dlls / comctl32 / rebar.c
2011-11-09  Michael Stefaniucinclude: Fixup "long" numeric constants in commctrl.h.
2011-07-28  André Hentschelcomctl32: Remove dead increments (clang).
2011-06-27  Piotr Cabancomctl32: Use vssym32.h instead of tmschema.h.
2011-03-07  Francois Gougetcomctl32: Add a trailing '\n' to an ERR() call.
2011-03-02  Dmitry Timoshkovcomctl32: 'clip' rect is unused in the WM_ERASEBKGND...
2011-02-25  Nikolay Sivovcomctl32/rebar: Don't use local variable with the same...
2011-01-10  Joel Holdsworthcomctl32/rebar: Implemented dragging between rows.
2011-01-10  Joel Holdsworthcomctl32/rebar: Moved drag notify code into REBAR_Mouse...
2011-01-10  Joel Holdsworthcomctl32/rebar: Implemented band reordering within...
2011-01-10  Joel Holdsworthcomctl32/rebar: Removed a redundant call.
2010-08-04  Andrew Talbotcomctl32: Constify some variables.
2010-08-02  Andrew Talbotcomctl32: Constify some variables.
2010-06-07  Nikolay Sivovcomctl32/rebar: Use defined constants as parameters.
2010-06-07  Nikolay Sivovcomctl32/rebar: Fix index check condition for RB_SHOWBAND.
2010-05-06  Nikolay Sivovcomctl32/rebar: Try to center child rectangle only...
2010-02-12  Nikolay Sivovcomctl32/rebar: Don't try to access band data before...
2010-01-11  Paul Vrienscomctl32: Fix size parameter for memset (Coccinelle).
2009-12-28  Gerald Pfeifercomctl32: Remove obsolete comment on RB_SETPALETTE...
2009-12-28  Nikolay Sivovcomctl32/rebar: Check for null handles before invalidation.
2009-12-24  Nikolay Sivovcomctl32/rebar: Avoid empty band range when changing...
2009-12-23  Nikolay Sivovcomctl32/rebar: Fix default just inserted band colors.
2009-12-21  Nikolay Sivovcomctl32/rebar: Don't read outside of bands array on...
2009-12-21  Nikolay Sivovcomctl32/rebar: Collapse some parameter checks and...
2009-12-21  Nikolay Sivovcomctl32/rebar: Move parameter cast to winproc.
2009-12-21  Nikolay Sivovcomctl32/rebar: Use DPA to manage bands data.
2009-06-30  Nikolay Sivovcomctl32/rebar: Use proper structure size in tests...
2009-06-08  Andrew Talbotcomctl32: Constify some variables.
2009-05-19  Nikolay Sivovcomctl32/rebar: Use cached colors instead of GetSysColo...
2009-02-27  Igor Tarasovcomctl32: Make REBAR_StyleChanged respect wParam.
2008-11-21  Ricardo Filipecomctl32: Removed dead increment (llvm/clang).
2008-10-24  Michael Stefaniuccomctl32: Remove the superfluous casting of the LPVOID...
2008-07-22  Mikołaj Zalewskicomctl32: Don't print ERRs for reflected messages.
2008-07-17  Aric Stewartcomctl32: rebar: Prevent unnecessary triggering of...
2008-07-17  Aric Stewartcomctl32: rebar: Record what changes and only redo...
2008-07-16  Gerald Pfeifercomctl32: rebar: Simplify by shedding off unused parame...
2008-04-14  Andrew Talbotcomctl32: Remove unused variables.
2008-03-27  Austin EnglishSpelling fixes.
2008-03-18  Aric Stewartrebar: In AutoSize get the window rc after REBAR_Layout...
2008-03-07  Mikołaj Zalewskicomctl32: rebar: Fix SizeToHeight when no bands visible.
2008-02-28  Mikołaj Zalewskicomctl32: rebar: Don't assume the first band is visible.
2008-02-28  Mikołaj Zalewskicomctl32: rebar: To check if an image is present iImage...
2008-02-28  Mikołaj Zalewskicomctl32: rebar: Image height should be taken into...
2008-02-27  Mikołaj Zalewskicomctl32: rebar: Code cleanup.
2008-02-27  Mikołaj Zalewskicomctl32: rebar: Add RBS_AUTOSIZE support.
2008-02-27  Mikołaj Zalewskicomctl32: rebar: Invalidate children in CalcHorz/VertBand.
2008-02-27  Mikołaj Zalewskicomctl32: rebar: An implementation of RB_SIZETORECT.
2008-02-25  Rob Shearmancomctl32: Fix possible use of uninitialised variable...
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.
2007-12-31  Andrew Talbotcomctl32: Remove unneeded casts.
2007-12-04  Gerald Pfeifercomctl32: Simplify condition based on WPARAM always...
2007-11-02  Lei Zhangcomctl32: Fix typo in rebar.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-04-02  Andrew Talbotcomctl32: Constify some variables.
2007-03-17  Andrew Talbotcomctl32: Replace inline static with static inline.
2007-03-13  Stefan Huehnercomctl32: rebar: Test the rebar style for RBBS_VARIABLE...
2007-03-08  Michael Stefaniuccomctl32: Remove redundant NULL checks before Free...
2007-03-06  Andrew Talbotcomctl32: Replace const pointer parameter with correct...
2007-03-01  Mikołaj Zalewskicomctl32: rebar: Remove the not needed BANDS_NEED_LAYOU...
2007-03-01  Mikołaj Zalewskicomctl32: rebar: WM_SETFONT should send a RBN_HEIGHTCHA...
2007-02-26  Mikołaj Zalewskicomctl32: rebar: Test the RBN_HEIGHTCHANGE notify and...
2007-02-20  Mikołaj Zalewskicomctl32: rebar: Store the oldSize as a local variable.
2007-02-20  Mikołaj Zalewskicomctl32: rebar: Store the coordinates of infoPtr-...
2007-02-20  Mikołaj Zalewskicomctl32: rebar: Test and fix the WM_SIZE handler and...
2007-02-20  Mikołaj Zalewskicomctl32: rebar: Rewrite the layout code.
2007-02-05  Mikołaj Zalewskicomctl32: rebar: Fix lpBand->lpText memory leak in...
2007-02-05  Mikołaj Zalewskicomctl32: rebar: Merge SetBandInfoA and SetBandInfoW.
2007-02-05  Mikołaj Zalewskicomctl32: rebar: Merge GetBandInfoA and GetBandInfoW.
2007-02-05  Mikołaj Zalewskicomctl32: rebar: Merge InsertBandA and InsertBandW.
2007-02-05  Mikołaj Zalewskicomctl32: rebar: Add some tests for rebar and change...
2006-11-29  Dmitry Timoshkovcomctl32: Make some data const.
2006-11-13  Francois GougetAssorted spelling fixes.
2006-10-25  Alexandre Julliardcomctl32: Properly handle negative coordinates for...
2006-10-17  Mikołaj Zalewskicomctl32: rebar: Use SM_CYEDGE for heights in NCCalcSize.
2006-10-16  Mikołaj Zalewskicomctl32: rebar: Don't return rectangles with negative...
2006-10-16  Mikołaj Zalewskicomctl32: rebar: bUnicode and NtfUnicode should be...
2006-10-14  Michael Ploujnikovcomctl32: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-28  Thomas Weidenmuellercomctl32: Rebar size fix.
2006-01-09  Phil Krylovcomctl32: Fix rebar autosize behaviour.
2005-11-23  Francois GougetAssorted spelling fixes.
2005-11-08  Michael KaufmannHandle WM_PRINTCLIENT.
2005-10-06  Francois GougetUse "static const" rather than "const static" as gcc...
2005-09-20  Mike McCormackFix if's that are followed by semicolons.
2005-08-27  Mike McCormackFix gcc 4.0 warnings.
2005-08-11  Frank RichterAdd theming for the rebar control.
2005-03-27  Robert ShearmanFix size passed to SPI_NONCLIENTMETRICS.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-23  Dimitrie O. PaunComplete unicodification of the rebar common control.
2005-03-02  Francois GougetAssorted spelling fixes.
2005-03-02  Robert Shearman- Fix one more place where the code assumes row indices are
2005-03-01  Robert Shearman- Make row number be zero-based.
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2004-12-07  Filip Navara- Don't use DrawEdge with NULL device context, it's...
2004-11-24  Alexandre JulliardAvoid using the MAKEPOINTS macro, it's broken on big...
2004-11-06  Robert ShearmanRemove unnecessary WNDPROC casts.
2004-10-21  Robert ShearmanCorrect the date of the completeness audit.
2004-10-19  Robert ShearmanRebar completeness audit.
2004-10-04  Vitaliy MargolenDon't loose last band on insert.
next