krnl386.exe: Use the correct format specifier for size traces.
[wine] / dlls / comctl32 / tab.c
2010-07-05  Alexandre JulliardRevert "comctl32: Fix selection of tab via mouse."
2010-07-02  Matthias Kupfercomctl32: Fix selection of tab via mouse.
2009-12-28  Michael Stefaniuccomctl32: Remove some explicit LPARAM/WPARAM casts.
2009-11-20  Nikolay Sivovcomctl32/tab: Reset current selection on negative focus...
2009-11-20  Nikolay Sivovcomctl32/tab: Fix selection change when selected item...
2009-11-20  Nikolay Sivovcomctl32/tab: Fix reading out of array bounds on TCM_SE...
2009-10-19  Francois Gougetcomctl32: Add a trailing '\n' to a Wine trace.
2009-10-12  Nikolay Sivovcomctl32/tab: Support for TCN_KEYDOWN notification.
2009-10-12  Nikolay Sivovcomctl32/tab: Handle item focusing better (including...
2009-10-12  Nikolay Sivovcomctl32/tab: Add more TRACE(), further cleanup.
2009-10-12  Nikolay Sivovcomctl32/tab: Remove dead parameter check code.
2009-10-12  Nikolay Sivovcomctl32/tab: Remove unnecessary helper parameter,...
2009-10-12  Nikolay Sivovcomctl32/tab: Cache window GWL_STYLE style.
2009-08-17  Nikolay Sivovcomctl32/tab: Init TCITEM fields in TCM_GETITEM when...
2009-08-17  Nikolay Sivovcomctl32/tab: Check destination pointer for NULL in...
2009-06-08  Andrew Talbotcomctl32: Constify some variables.
2009-05-19  Nikolay Sivovcomctl32/tab: Use cached colors for Tab.
2009-04-09  Nikolay Sivovcomctl32/tab: Simplify hottracked button painting.
2009-04-07  Nikolay Sivovcomctl32/tab: Fix filled rectangle calculation for...
2009-04-07  Nikolay Sivovcomctl32/tab: Fix hottracked button size.
2009-04-06  Nikolay Sivovcomctl32/tab: Draw hottracked tab button properly.
2009-03-30  Nikolay Sivovcomctl32/tab: Fix highlighted tabs painting.
2009-03-30  Nikolay Sivovcomctl32/tab: Implemented TCS_MULTISELECT for mouse...
2009-03-30  Nikolay Sivovcomctl32/tab: Implemented TCM_DESELECTALL.
2009-03-30  Nikolay Sivovcomctl32/tab: Remove direct access to items array.
2009-03-26  Nikolay Sivovcomctl32/tab: Selected item should have TCIS_BUTTONPRES...
2009-03-26  Nikolay Sivovcomctl32/tab: Handle state mask in TCM_[G,S]ETITEM.
2009-03-26  Nikolay Sivovcomctl32/tab: Draw tab button properly on TCIS_BUTTONPR...
2009-03-24  Nikolay Sivovcomctl32/tab: Implement TCM_[G,S]ETEXTENDEDSTYLE and...
2009-03-24  Nikolay Sivovcomctl32/tab: Fix button background filling on TCS_BUTTONS.
2009-03-24  Nikolay Sivovcomctl32/tab: Implement TCM_REMOVEIMAGE.
2009-03-02  Gerald Pfeifercomctl32: Simplify three TAB_ functions.
2008-12-03  Aric Stewartcomctl32/tab: Return default tab width in TCM_SETMINTAB...
2008-11-11  Lei Zhangcomctl32: Check for NULL input in TAB_AdjustRect.
2008-11-03  Michael Stefaniuccomctl32: Do not cast NULL.
2008-10-24  Michael Stefaniuccomctl32: Remove the superfluous casting of the LPVOID...
2008-10-14  Detlef Riekenbergcomctl32/tests: Fix tests to not depend on 96 dpi,...
2008-07-22  Mikołaj Zalewskicomctl32: Don't print ERRs for reflected messages.
2008-05-06  Vitaliy Margolencomctl32: tab: Fix drawing of the icons.
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-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...
next