comctl32/listview: Convert header notifications to ANSI in place.
[wine] / dlls / comctl32 / tooltips.c
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-04-16  Akihiro Sagawacomctl32: Truncate the info tip text when using ANSI...
2012-04-12  Akihiro Sagawacomctl32: Add support for retrieving lpszText in TOOLIN...
2011-08-29  Andrew Talbotcomctl32: Fix a logical operator typo.
2011-03-15  Marcus Meissnercomctl32: Removed array NULL check (Coverity).
2011-01-03  Gerald Pfeifercomctl32: Shed unused parameter from TOOLTIPS_NCCreate.
2010-12-13  Alexandre Julliardcomctl32: Fix positioning of tracking tooltips at the...
2010-11-05  Gerald Pfeifercomctl32: Remove the last, unused parameter fromTOOLTIP...
2010-11-01  Gerald Pfeifercomctl32: Remove TOOLTIPS_WindowFromPoint, putting...
2010-09-20  Gerald Pfeifercomctl32: Remove unused parameter lpcs from TOOLTIPS_Cr...
2010-03-26  Mikhail Maroukhinecomctl32: Fix compiler warnings with flag -Wcast-qual.
2009-12-28  Michael Stefaniuccomctl32: Remove some explicit LPARAM/WPARAM casts.
2009-10-15  Nikolay Sivovcomctl32/tooltips: Remove unneeded helper parameter.
2009-10-15  Nikolay Sivovcomctl32/tooltips: Remove redundant code, let handlers...
2009-10-15  Nikolay Sivovcomctl32/tooltips: Test the way structure size field...
2009-10-15  Nikolay Sivovcomctl32/tooltips: Fix an obviously wrong structure...
2009-06-09  Andrew Talbotcomctl32: Constify some variables.
2009-05-28  Nikolay Sivovcomctl32/tooltips: Fix callback tip text retrieval.
2009-05-28  Nikolay Sivovcomctl32/tooltips: Move parameter cast to WinProc.
2009-05-25  Nikolay Sivovcomctl32/toolbar: Retrieve Tooltips control data once...
2009-05-19  Nikolay Sivovcomctl32/tooltips: Use cached colors for ToolTips.
2009-02-16  Gerald Pfeifercomctl32: Simplify fifteen tooltips function invocations.
2009-02-13  Michael Stefaniuccomctl32: Remove superfluous pointer casts.
2008-10-24  Michael Stefaniuccomctl32: Remove the superfluous casting of the LPVOID...
2008-08-18  Will Tiptoncomctl32: Added input validation to TOOLTIPS_GetTextW...
2008-07-22  Mikołaj Zalewskicomctl32: Don't print ERRs for reflected messages.
2008-07-08  Andrew Talbotcomctl32: Remove unneeded address-of operators from...
2008-06-23  Gerald Pfeifercomctl32: tooltips: Adjust the type of three loop varia...
2008-04-03  Jason Edmeadescomctl32: Add basic custom draw support for tooltips.
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.
next