Properly fill lParam in NMLISTVIEW.
[wine] / dlls / comctl32 / tab.c
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...
1999-01-30  Alex PriemSmall update.
1999-01-28  James JuranCommented out unused variables to prevent needless...
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1998-10-24  Eric KohlAdded xxx_Unregister() functions to all common controls.
1998-10-11  David LuyerSmall fixes.
1998-09-13  Alexandre JulliardRelease 980913 wine-980913