comctl32: Add tests for TB_GETSTRING, fix NULL pointer access.
[wine] / dlls / comctl32 / tooltips.c
2008-01-23  Alexandre Julliardcomctl32: Tooltips should be top-most windows.
2008-01-02  Andrew Talbotcomctl32: Remove unneeded casts.
2007-12-03  Andrew Talbotcomctl32: Remove unneeded casts.
2007-11-20  Rob Shearmancomctl32: Fix the tooltips behaviour when TTF_ABSOLUTE...
2007-11-20  Rob Shearmancomctl32: Unify the implementation of TOOLTIPS_Show...
2007-08-15  Jason Edmeadescomctl32: Fix tooltips uninitialized variables plus...
2007-08-14  Jason Edmeadescomctl32: Fix missing tooltips.
2007-07-20  Mikołaj Zalewskicomctl32: tooltips: Remove broken support for non-NULL...
2007-06-22  Michael Stefaniuccomctl32: Do not use wide character constants.
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-17  Andrew Talbotcomctl32: Replace inline static with static inline.
2006-11-21  Alexandre Julliardcomctl32: Remove invalid NULL check.
2006-10-25  Alexandre Julliardcomctl32: Properly handle negative coordinates for...
2006-10-23  Alexandre Julliardcomctl32: Position the tooltip window correctly on...
2006-10-14  Michael Ploujnikovcomctl32: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-23  Rein Klazescomctl32: Do not free LPSTR_TEXTCALLBACK tooltip texts.
2005-12-19  Dmitry Timoshkovcomctl32: Add a test for the initial tooltip window...
2005-11-23  Francois GougetAssorted spelling fixes.
2005-11-08  Michael KaufmannHandle WM_PRINTCLIENT.
2005-08-30  Frank RichterFix warnings in 64bit.
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-03-23  Dimitrie O. PaunComplete unicodification of the tooltips common control.
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2004-12-07  Filip Navara- Don't use DrawEdge with NULL device context, it's...
2004-10-25  Robert Shearman- Don't leak memory when an app sends TTM_SETTITLE...
2004-10-19  Ge van GeldorpPass correct uiParam for SPI_GETNONCLIENTMETRICS.
2004-09-17  Robert ShearmanUse Unicode window messages.
2004-09-09  Robert Shearman- Status update.
2004-09-07  Robert ShearmanImplement titles.
2004-09-02  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-25  Robert ShearmanReplace GetWindowLong by GetWindowLongPtr.
2004-08-19  Ulrich CzekallaClear tooltip when text is set to NULL.
2004-08-12  Thomas WeidenmüllerCorrect tooltips behavior.
2004-06-28  Robert ShearmanStart of balloon tip support.
2004-04-01  Robert Shearman- TTM_TRACKACTIVATE can have NULL lParam when deactivating.
2004-03-15  Robert Shearman- Unicode notification detection should be local to...
2004-02-24  Christian CostaAccept null module instance, Loadstring can handle it.
2003-11-20  Dimitrie O. PaunMake the controls send notifications to the parent...
2003-09-22  Dimitrie O. PaunRename COMCTL32_{Alloc,ReAlloc,Free} to {Alloc,ReAlloc...
2003-09-17  Alexandre JulliardMoved undocumented functions out of the exported commct...
2003-09-16  Filip NavaraFixed definitions of TTTOOLINFOA/W_V1_SIZE and
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-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-10-29  Sander van LeeuwenFixed font object leak in WM_SETFONT handler.
2002-10-23  Michael Stefaniuc- fix the "int format, HANDLE arg" type of warnings...
2002-10-23  Michael StefaniucAdd needed casts for a "no warnings" compile of comctl32.
2002-10-02  György 'Nog' JeneyUse the new Subclassing API.
2002-09-09  Dimitrie O. PaunAdd support for the TTM_GETBUBBLESIZE message.
2002-09-06  Michael StefaniucPrepare dlls/{comctl32,gdi,msvideo,setupapi,shell32...
2002-08-13  Mike McCormackDuplicate the font handle passed through WM_SETFONT...
2002-07-16  Guy L. AlbertelliDon't issue error message if message number in applicat...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-02  Christian CostaTOOLTIPS_GetTipText: Accept null module instance, Loads...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-08  Ori PessachSet WS_EX_TOOLWINDOW in a tooltip's dwExStyle.
2002-01-04  Sander van LeeuwenFixed calls with wrong pointer: COMCTL32_Free(&lpttsi...
2000-12-19  Gerard PatelDo not send a WM_NOTIFYFORMAT to a non-existent owner.
2000-09-24  Gerald PfeiferFixed format strings.
2000-09-07  Francois Jacques- Make sure tooltips are hidden before deleting them.
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-09  Huw D M DaviesFix some remaining problems with tooltips.
2000-08-09  Alexandre JulliardRemoved all non-standard common control headers from...
2000-08-08  Louis Philippe GagnonWhen unsubclassing tools, use toolPtr->hwnd instead...
2000-08-03  Huw D M DaviesRedo the show/hide logic and add a comment to explain...
2000-05-26  Alexandre JulliardFrancois Methot (Macadamian)
2000-05-23  Chris MorganFixed tooltips.
2000-05-10  Gerard PatelProtect against use of comctl32 private control memory...
2000-05-05  Sheri SteevesWorked around some tooltips hide problems by checking...
2000-04-24  Alexandre JulliardPatrick Yang (Corel)
2000-02-13  Alexandre JulliardRemoved superfluous GlobalFindAtom calls.
1999-12-26  Francois GougetWrapped some strings in a debugstr_* call.
1999-10-23  Joshua ThielenFixed tooltips positioning.
1999-09-03  Francis BeaudetAdded sanity checks in the cleanup code.
1999-07-31  Patrik StridvallFixed/added missing/wrong function prototypes and made...
1999-06-26  Eric KohlStarted WM_NOTIFYFORMAT support.
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-08  Patrik StridvallANSI C fixes.
1999-05-08  Francois BoisvertImplementation of WM_GETTEXT and WM_GETTEXTLENGTH in...
1999-04-22  Noel BorthwickFixed bug with tooltips stealing focus whenever a toolt...
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-16  Francis BeaudetFixed a slight bug that was included in the change...
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-02-13  Marcus MeissnerSome warnings fixed, one useless VERSION warning remove...
1999-01-24  Eric KohlFixed redraw bug for tracking tooltips.
1998-12-26  Marcus MeissnerChanged // comments to /* */ so WINE compiles with...
1998-11-22  Eric KohlAdded global subclassing atom, used by tooltips and...
1998-10-24  Eric KohlAdded support for transparent and tracking tooltips.
1998-10-11  Eric KohlAdded tracking support and fixed loading of resource...
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
next