Add support for WM_WINDOWPOSCHANGED to save new origin of window.
[wine] / dlls / comctl32 / rebar.c
2002-03-11  Guy L. AlbertelliAdd support for WM_WINDOWPOSCHANGED to save new origin...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Andreas MohrSpelling/alignment fixes.
2002-02-26  Guy L. AlbertelliFix another bad test. Caused regression in IE 4.
2002-02-12  Guy L. AlbertelliFix regression in some programs due to CLR_DEFAULT...
2002-02-04  Guy L. AlbertelliFix problem exposed by the improvements in version...
2002-02-02  Andreas MohrFixed some more missing parenthesis issues.
2002-01-29  Guy AlbertelliText/Bkgnd color fixes.
2002-01-14  Guy AlbertelliFix a gripper issue and the adjustment of bands when...
2002-01-04  Sander van LeeuwenNever delete the font object received by WM_SETFONT.
2001-09-07  Guy L. Albertelli- Handle CCS_NODIVIDER both when present and when not.
2001-08-24  Alexandre JulliardRemoved inclusion of win.h.
2001-08-13  Guy L. Albertelli- Implemented RB_MAXIMIZEBAND for the "ideal=TRUE"...
2001-07-20  Guy L. Albertelli- Fix handling of text color.
2001-07-08  Guy L. Albertelli- Move creation process to the WM_NCCREATE message...
2001-07-02  Guy L. AlbertelliRBBS_FIXEDSIZE should not affect _AdjustBands (found...
2001-06-24  Guy L. Albertelli- Add support for WM_NOTIFYFORMAT and support both...
2001-06-11  Guy L. Albertelli- correct rebar window borders and handling of RBS_BORD...
2001-04-20  Guy L. Albertelli- Notify parent of child size changes when changes...
2001-03-16  Guy L. Albertelli- Correct RBN_CHILDSIZE band rectangle to match native.
2001-01-26  Guy L. Albertelli- make hidden bands have valid (0 width) child window...
2000-12-18  Guy L. Albertelli- Implement drag for vertical rebars (drag up and down).
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-29  Dimitrie O. PaunFixed a few compilation warnings.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-15  Dmitry TimoshkovRemove redundant includes.
2000-11-13  Guy L. AlbertelliImplement dragging on gripper to expand and compress...
2000-11-04  Marcus MeissnerPass up WM_DRAWITEM messages to parent.
2000-11-01  Marcus MeissnerHave Internet Explorer 3 show its toolbars by passing...
2000-10-31  Guy L. AlbertelliIgnore RBBS_BREAK style on first band.
2000-10-31  Hidenori TakeshimaFix for avoiding subtraction from unsigned zero.
2000-10-29  Guy L. Albertelli- correct processing of RBBS_BREAK style.
2000-10-12  Guy L. AlbertelliRewrite to support rows of bands.
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-24  Gerald PfeiferFixed format strings.
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-05-10  Gerard PatelProtect against use of comctl32 private control memory...
2000-02-13  Alexandre JulliardRemoved superfluous GlobalFindAtom calls.
1999-11-23  Eric Kohl- added version messages
1999-07-31  Patrik StridvallFixed/added missing/wrong function prototypes and made...
1999-06-26  Eric KohlBetter ComboBoxEx placement.
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-06-12  Patrik StridvallChanged xxx(VOID) to xxx(void).
1999-05-22  Marcus MeissnerRemoved use of win.h, sysmetrics.h and associated WINE...
1999-05-08  Patrik StridvallANSI C fixes.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
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-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...
1999-01-24  Eric KohlAdded some messages to the rebar control.
1998-12-26  Marcus MeissnerChanged // comments to /* */ so WINE compiles with...
1998-11-22  Eric KohlImproved layout code.
1998-11-08  Eric KohlImproved display and layout code.
1998-10-24  Eric KohlImproved the rebar control.
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-09-13  Alexandre JulliardRelease 980913 wine-980913