comctl32: Fix typo in rebar.
[wine] / dlls / comctl32 / tab.c
2007-10-30  Lei Zhangcomctl32: Set tab focus correctly.
2007-10-22  Lionel Debrouxcomctl32: Remove redundant NULL check before free ...
2007-09-10  Aric Stewartcomctl32: TCM_SETCURSEL also updates the focus item.
2007-06-13  Alexandre Julliardcomctl32: Remove useless pointer check.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-04-03  Andrew Talbotcomctl32: Constify some variables.
2007-03-19  Hagop Hagopiancomctl32: tab: Minor bug fixes in the curSel and curFoc...
2007-03-13  Felix Nawothnigcomctl32: Layout and redraw on TCM_SETIMAGELIST.
2007-03-08  Michael Stefaniuccomctl32: Remove redundant NULL checks before Free...
2007-02-14  Felix Nawothnigcomctl32: Remove redundant NULL checks before Free...
2007-02-07  Felix Nawothnigcomctl32: Remove unnecessary and misused mask member...
2007-02-05  Thomas Weidenmuellercomctl32: Fix the TAB_ITEM_SIZE macro.
2006-10-25  Oleg Krylovcomctl32: Create tooltip windows with WS_POPUP style.
2006-10-25  Alexandre Julliardcomctl32: Properly handle negative coordinates for...
2006-10-14  Michael Ploujnikovcomctl32: Win64 printf format warning fixes.
2006-10-05  Francois GougetAdd missing '\n's to Wine traces.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-23  James Hawkinscomctl32: A couple fixes for tab icon offsets.
2006-01-30  Tobias Loewcomctl32: Fix tab-control flickering.
2005-11-08  Michael KaufmannHandle WM_PRINTCLIENT.
2005-11-02  Dmitry TimoshkovAvoid printing out a possibly uninitialized variable.
2005-10-06  Francois GougetUse "static const" rather than "const static" as gcc...
2005-10-03  Vitaliy MargolenDon't arrange tabs if there is only one line.
2005-08-30  Frank RichterFix warnings in 64bit.
2005-08-27  Mike McCormackFix gcc 4.0 warnings.
2005-08-23  Vitaliy MargolenFix handling of minimum tab width.
2005-08-22  Aric StewartFix for dreamweaver site definition dialog. Need to...
2005-08-11  Frank RichterFix text color for "button" style tabs when theming...
2005-07-28  Frank RichterAdd theming support for the tab control.
2005-06-06  James HawkinsAudit the Tab control.
2005-06-04  James Hawkins- Factor out common text shifting logic.
2005-05-17  James HawkinsFixed centering of tab text.
2005-05-12  Aric StewartHandle WM_NCCALCSIZE in the tab control.
2005-04-13  Vitaliy MargolenDraw only visible tabs.
2005-04-11  Dimitrie O. PaunTab unicodification.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-02-25  Jon GriffithsRemove unneeded calls to TAB_GetInfoPtr(), const fixes...
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2005-01-03  Vitaly LipatovAdd comments, fix negative value from GetCurFocus.
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-10-26  Thorsten KaniUse address of tab_item.extra when building drawitemstruct.
2004-10-09  Jon GriffithsItems are variable sized, use an accessor to get at...
2004-09-14  Robert Shearman- Set hbrBackground class property to same value as...
2004-09-02  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-25  Robert ShearmanReplace GetWindowLong by GetWindowLongPtr.
2004-08-19  Ulrich CzekallaThe rectangle passed in DRAWITEMSTRUCT is slightly...
2004-07-16  Jon GriffithsDon't crash on NULL tab text.
2004-06-04  Jon GriffithsImplemented TCM_SETITEMEXTRA.
2004-03-02  Vitaliy MargolenAdjust all dimensions to match native.
2004-02-07  Vitaliy Margolen- Fix handling of TCS_RAGGEDRIGHT style.
2004-01-06  Francois GougetAssorted spelling fixes.
2003-12-02  Vitaliy Margolen- Fix drawing of HotTracked tabs & buttons.
2003-11-20  Dimitrie O. PaunMake the controls send notifications to the parent...
2003-10-31  Vitaliy Margolen- Fix tab size for TCS_OWNERDRAWFIXED style.
2003-10-21  Maxime BellengéFix TAB_DeleteItem and TAB_DeleteAllItems regressions...
2003-10-14  Maxime BellengéOnly redraw the necessary area of the tab component...
2003-10-14  Vitaliy MargolenFix setting size of tab control.
2003-09-22  Dimitrie O. PaunRename COMCTL32_{Alloc,ReAlloc,Free} to {Alloc,ReAlloc...
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-02  Maxime BellengéImplemented TAB_SetMinTabWidth and TAB_HighlightItem.
2003-04-30  Maxime BellengéFix bounding rectangle computation for an ownerdraw...
2003-04-27  Stephan BEUZEImplemented message TCM_SETPADDING with the Dimitri...
2003-03-17  Mike HearnFix the tab height so the labels don't clip, and restor...
2003-03-12  Mike Hearn- Reduced tab offset constant slightly to avoid clippin...
2003-03-10  Mike HearnIt's not just height that can be set to the default...
2003-03-04  Vitaliy MargolenFix invisible tabs in TabControls with fixed tab width.
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-10-23  Michael Stefaniuc- fix the "int format, HANDLE arg" type of warnings...
2002-09-06  Michael StefaniucPrepare dlls/{comctl32,gdi,msvideo,setupapi,shell32...
2002-07-16  Guy L. AlbertelliDon't issue error message if message number in applicat...
2002-06-20  Guy L. Albertelli- Add routines to dump out tab items internally and...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-29  Guy L. Albertelli- Fixed drawing of borders to that of native (uses...
2002-05-20  Alexandre JulliardGot rid of GetSysColorPen.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-24  Gerard PatelForward tab notifications to the parent.
2001-12-17  NogPass on all unhandeled messages to the owner.
2001-11-06  Francois GougetDon't prefix %p with 0x.
2001-09-11  Patrik StridvallCleanup code that is strange or difficult to parse.
2001-05-11  Francois GougetRemove unnecessary single quoting of debugstr_xxx strings.
2001-01-25  Gerard PatelDon't send notifications for the initial display of...
2001-01-09  Gerard PatelFixed TCM_GetRowCount.
2000-12-27  Andreas Mohr- clarify many error messages
2000-12-15  Aric StewartFixed some difficulties with the font on vertical tabs...
2000-12-12  Gerard PatelUse DrawText to display text in horizontal tabs.
2000-11-25  Eric KohlRemoved calls to internal (non-exported) wine functions.
2000-11-15  Eric KohlUse internal unicode strings.
2000-11-07  Francois GougetUse DrawFocusRect to draw the focus rectangle.
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-10-31  Francois GougetUse PS_ALTERNATE rather than PS_DOT.
2000-10-25  Chris MorganImplement TCS_VERTICAL style. Fix tab borders to have...
2000-09-22  Susan FarleyAdded support for FLATBUTTON style tabs.
2000-09-16  Andreas MohrFixed tab control to use HTTRANSPARENT when mouse hits...
2000-09-12  Andreas Mohr- fixes debugger output
2000-09-09  Marcus MeissnerImplemented TCM_GETROWCOUNT.
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-09  Alexandre JulliardRemoved all non-standard common control headers from...
next