Assorted spelling fixes.
[wine] / dlls / comctl32 / tab.c
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...
2000-05-24  Aric StewartCorrected the problem where a tab control marked multil...
2000-05-18  Francois GougetConvert C++ comments to regular C comments.
2000-05-11  Ken ThomasesImplemented tab control style TCS_HOTTRACK (tabs are...
2000-05-10  Ken ThomasesRestore accidentally undone changes.
2000-05-10  Gerard PatelProtect against use of comctl32 private control memory...
2000-05-09  Aric StewartAdded the ability to use multiline tab controls to...
2000-04-08  Yuxi ZhangStephen Mereu
2000-02-26  Alexandre JulliardDon Kelly
2000-02-20  Andreas MohrSpelling fixes.
2000-02-13  Alexandre JulliardRemoved superfluous GlobalFindAtom calls.
1999-12-12  Andreas MohrFixed compiler warnings.
1999-11-28  Niels Kristian Bec... Compiler warnings fixed.
1999-10-31  Noomen HamzaSelected button within tab control will be painted...
1999-10-23  Ulrich CzekallaTab control doesn't refresh tab area on TCM_SETCURSEL.
1999-10-13  Pierre MageauWhen an error occurred in a property sheet because...
1999-09-19  David Luyer- iSelected should be -1 if no item selected (Gerard...
1999-08-07  Thuy NguyenTake into account icons when determining tab size.
1999-07-31  Patrik StridvallFixed/added missing/wrong function prototypes and made...
1999-07-30  Francis BeaudetFixed a memory leak.
1999-07-10  Abey GeorgeSometimes the text on a tab control got truncated.
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-06-12  Patrik StridvallChanged xxx(VOID) to xxx(void).
1999-05-29  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-05-01  Thuy NguyenAdded support for adding and removing pages dynamically...
1999-04-22  Patrik StridvallFixed ANSI compabillity.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Luc Tourangeau-Implemented TCS_BUTTONS, TCS_FIXEDWIDTH, TCM_GETITEMRECT,
1999-04-01  Francis BeaudetImplemented TCM_ADJUSTRECT.
1999-03-25  Francis BeaudetImplemented:
1999-03-16  Marcus MeissnerRemoved no longer necessary win.h include, added now...
1999-03-16  Thuy Nguyen0 is a valid index for a tab item.
1999-03-12  Thuy NguyenRemoved direct access to the WND struct.
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...
next