2010-03-26 |
Mikhail Maroukhine | comctl32: Fix compiler warnings with flag -Wcast-qual. |
blob | commitdiff | raw |
2009-12-28 |
Michael Stefaniuc | comctl32: Remove some explicit LPARAM/WPARAM casts. |
blob | commitdiff | raw | diff to current |
2009-10-15 |
Nikolay Sivov | comctl32/tooltips: Remove unneeded helper parameter. |
blob | commitdiff | raw | diff to current |
2009-10-15 |
Nikolay Sivov | comctl32/tooltips: Remove redundant code, let handlers... |
blob | commitdiff | raw | diff to current |
2009-10-15 |
Nikolay Sivov | comctl32/tooltips: Test the way structure size field... |
blob | commitdiff | raw | diff to current |
2009-10-15 |
Nikolay Sivov | comctl32/tooltips: Fix an obviously wrong structure... |
blob | commitdiff | raw | diff to current |
2009-06-09 |
Andrew Talbot | comctl32: Constify some variables. |
blob | commitdiff | raw | diff to current |
2009-05-28 |
Nikolay Sivov | comctl32/tooltips: Fix callback tip text retrieval. |
blob | commitdiff | raw | diff to current |
2009-05-28 |
Nikolay Sivov | comctl32/tooltips: Move parameter cast to WinProc. |
blob | commitdiff | raw | diff to current |
2009-05-25 |
Nikolay Sivov | comctl32/toolbar: Retrieve Tooltips control data once... |
blob | commitdiff | raw | diff to current |
2009-05-19 |
Nikolay Sivov | comctl32/tooltips: Use cached colors for ToolTips. |
blob | commitdiff | raw | diff to current |
2009-02-16 |
Gerald Pfeifer | comctl32: Simplify fifteen tooltips function invocations. |
blob | commitdiff | raw | diff to current |
2009-02-13 |
Michael Stefaniuc | comctl32: Remove superfluous pointer casts. |
blob | commitdiff | raw | diff to current |
2008-10-24 |
Michael Stefaniuc | comctl32: Remove the superfluous casting of the LPVOID... |
blob | commitdiff | raw | diff to current |
2008-08-18 |
Will Tipton | comctl32: Added input validation to TOOLTIPS_GetTextW... |
blob | commitdiff | raw | diff to current |
2008-07-22 |
Mikołaj Zalewski | comctl32: Don't print ERRs for reflected messages. |
blob | commitdiff | raw | diff to current |
2008-07-08 |
Andrew Talbot | comctl32: Remove unneeded address-of operators from... |
blob | commitdiff | raw | diff to current |
2008-06-23 |
Gerald Pfeifer | comctl32: tooltips: Adjust the type of three loop varia... |
blob | commitdiff | raw | diff to current |
2008-04-03 |
Jason Edmeades | comctl32: Add basic custom draw support for tooltips. |
blob | commitdiff | raw | diff to current |
2008-01-23 |
Alexandre Julliard | comctl32: Tooltips should be top-most windows. |
blob | commitdiff | raw | diff to current |
2008-01-02 |
Andrew Talbot | comctl32: Remove unneeded casts. |
blob | commitdiff | raw | diff to current |
2007-12-03 |
Andrew Talbot | comctl32: Remove unneeded casts. |
blob | commitdiff | raw | diff to current |
2007-11-20 |
Rob Shearman | comctl32: Fix the tooltips behaviour when TTF_ABSOLUTE... |
blob | commitdiff | raw | diff to current |
2007-11-20 |
Rob Shearman | comctl32: Unify the implementation of TOOLTIPS_Show... |
blob | commitdiff | raw | diff to current |
2007-08-15 |
Jason Edmeades | comctl32: Fix tooltips uninitialized variables plus... |
blob | commitdiff | raw | diff to current |
2007-08-14 |
Jason Edmeades | comctl32: Fix missing tooltips. |
blob | commitdiff | raw | diff to current |
2007-07-20 |
Mikołaj Zalewski | comctl32: tooltips: Remove broken support for non-NULL... |
blob | commitdiff | raw | diff to current |
2007-06-22 |
Michael Stefaniuc | comctl32: Do not use wide character constants. |
blob | commitdiff | raw | diff to current |
2007-05-25 |
Dmitry Timoshkov | wine: Switch to using 'long' for INT_PTR type for 64... |
blob | commitdiff | raw | diff to current |
2007-04-03 |
Andrew Talbot | comctl32: Constify some variables. |
blob | commitdiff | raw | diff to current |
2007-03-17 |
Andrew Talbot | comctl32: Replace inline static with static inline. |
blob | commitdiff | raw | diff to current |
2006-11-21 |
Alexandre Julliard | comctl32: Remove invalid NULL check. |
blob | commitdiff | raw | diff to current |
2006-10-25 |
Alexandre Julliard | comctl32: Properly handle negative coordinates for... |
blob | commitdiff | raw | diff to current |
2006-10-23 |
Alexandre Julliard | comctl32: Position the tooltip window correctly on... |
blob | commitdiff | raw | diff to current |
2006-10-14 |
Michael Ploujnikov | comctl32: Win64 printf format warning fixes. |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw | diff to current |
2006-03-23 |
Rein Klazes | comctl32: Do not free LPSTR_TEXTCALLBACK tooltip texts. |
blob | commitdiff | raw | diff to current |
2005-12-19 |
Dmitry Timoshkov | comctl32: Add a test for the initial tooltip window... |
blob | commitdiff | raw | diff to current |
2005-11-23 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-11-08 |
Michael Kaufmann | Handle WM_PRINTCLIENT. |
blob | commitdiff | raw | diff to current |
2005-08-30 |
Frank Richter | Fix warnings in 64bit. |
blob | commitdiff | raw | diff to current |
2005-04-18 |
Peter Berg Larsen | Replace strncpy with memcpy or lstrcpyn. |
blob | commitdiff | raw | diff to current |
2005-03-23 |
Dimitrie O. Paun | Complete unicodification of the tooltips common control. |
blob | commitdiff | raw | diff to current |
2005-01-09 |
Eric Pouech | Removed excessive statement (break after return or... |
blob | commitdiff | raw | diff to current |
2004-12-07 |
Filip Navara | - Don't use DrawEdge with NULL device context, it's... |
blob | commitdiff | raw | diff to current |
2004-10-25 |
Robert Shearman | - Don't leak memory when an app sends TTM_SETTITLE... |
blob | commitdiff | raw | diff to current |
2004-10-19 |
Ge van Geldorp | Pass correct uiParam for SPI_GETNONCLIENTMETRICS. |
blob | commitdiff | raw | diff to current |
2004-09-17 |
Robert Shearman | Use Unicode window messages. |
blob | commitdiff | raw | diff to current |
2004-09-09 |
Robert Shearman | - Status update. |
blob | commitdiff | raw | diff to current |
2004-09-07 |
Robert Shearman | Implement titles. |
blob | commitdiff | raw | diff to current |
2004-09-02 |
Hans Leidekker | Fix signed/unsigned comparison warnings. |
blob | commitdiff | raw | diff to current |
2004-08-25 |
Robert Shearman | Replace GetWindowLong by GetWindowLongPtr. |
blob | commitdiff | raw | diff to current |
2004-08-19 |
Ulrich Czekalla | Clear tooltip when text is set to NULL. |
blob | commitdiff | raw | diff to current |
2004-08-12 |
Thomas Weidenmüller | Correct tooltips behavior. |
blob | commitdiff | raw | diff to current |
2004-06-28 |
Robert Shearman | Start of balloon tip support. |
blob | commitdiff | raw | diff to current |
2004-04-01 |
Robert Shearman | - TTM_TRACKACTIVATE can have NULL lParam when deactivating. |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Robert Shearman | - Unicode notification detection should be local to... |
blob | commitdiff | raw | diff to current |
2004-02-24 |
Christian Costa | Accept null module instance, Loadstring can handle it. |
blob | commitdiff | raw | diff to current |
2003-11-20 |
Dimitrie O. Paun | Make the controls send notifications to the parent... |
blob | commitdiff | raw | diff to current |
2003-09-22 |
Dimitrie O. Paun | Rename COMCTL32_{Alloc,ReAlloc,Free} to {Alloc,ReAlloc... |
blob | commitdiff | raw | diff to current |
2003-09-17 |
Alexandre Julliard | Moved undocumented functions out of the exported commct... |
blob | commitdiff | raw | diff to current |
2003-09-16 |
Filip Navara | Fixed definitions of TTTOOLINFOA/W_V1_SIZE and |
blob | commitdiff | raw | diff to current |
2003-09-10 |
Alexandre Julliard | Removed the A/W constants for builtin cursors, icons... |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-06-18 |
Francois Gouget | 'sizeof type' is best avoided as it won't always compil... |
blob | commitdiff | raw | diff to current |
2003-01-08 |
Dan Kegel | Change RECT to use LONG to match win32 standard headers... |
blob | commitdiff | raw | diff to current |
2002-12-02 |
Francois Gouget | Removed unnecessary HANDLE typecasts. |
blob | commitdiff | raw | diff to current |
2002-10-29 |
Sander van Leeuwen | Fixed font object leak in WM_SETFONT handler. |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Michael Stefaniuc | - fix the "int format, HANDLE arg" type of warnings... |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Michael Stefaniuc | Add needed casts for a "no warnings" compile of comctl32. |
blob | commitdiff | raw | diff to current |
2002-10-02 |
György 'Nog' Jeney | Use the new Subclassing API. |
blob | commitdiff | raw | diff to current |
2002-09-09 |
Dimitrie O. Paun | Add support for the TTM_GETBUBBLESIZE message. |
blob | commitdiff | raw | diff to current |
2002-09-06 |
Michael Stefaniuc | Prepare dlls/{comctl32,gdi,msvideo,setupapi,shell32... |
blob | commitdiff | raw | diff to current |
2002-08-13 |
Mike McCormack | Duplicate the font handle passed through WM_SETFONT... |
blob | commitdiff | raw | diff to current |
2002-07-16 |
Guy L. Albertelli | Don't issue error message if message number in applicat... |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-02 |
Christian Costa | TOOLTIPS_GetTipText: Accept null module instance, Loads... |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-02-08 |
Ori Pessach | Set WS_EX_TOOLWINDOW in a tooltip's dwExStyle. |
blob | commitdiff | raw | diff to current |
2002-01-04 |
Sander van Leeuwen | Fixed calls with wrong pointer: COMCTL32_Free(&lpttsi... |
blob | commitdiff | raw | diff to current |
2000-12-19 |
Gerard Patel | Do not send a WM_NOTIFYFORMAT to a non-existent owner. |
blob | commitdiff | raw | diff to current |
2000-09-24 |
Gerald Pfeifer | Fixed format strings. |
blob | commitdiff | raw | diff to current |
2000-09-07 |
Francois Jacques | - Make sure tooltips are hidden before deleting them. |
blob | commitdiff | raw | diff to current |
2000-08-14 |
Alexandre Julliard | Replaced all lstr* calls from inside Wine code by their... |
blob | commitdiff | raw | diff to current |
2000-08-09 |
Huw D M Davies | Fix some remaining problems with tooltips. |
blob | commitdiff | raw | diff to current |
2000-08-09 |
Alexandre Julliard | Removed all non-standard common control headers from... |
blob | commitdiff | raw | diff to current |
2000-08-08 |
Louis Philippe Gagnon | When unsubclassing tools, use toolPtr->hwnd instead... |
blob | commitdiff | raw | diff to current |
2000-08-03 |
Huw D M Davies | Redo the show/hide logic and add a comment to explain... |
blob | commitdiff | raw | diff to current |
2000-05-26 |
Alexandre Julliard | Francois Methot (Macadamian) |
blob | commitdiff | raw | diff to current |
2000-05-23 |
Chris Morgan | Fixed tooltips. |
blob | commitdiff | raw | diff to current |
2000-05-10 |
Gerard Patel | Protect against use of comctl32 private control memory... |
blob | commitdiff | raw | diff to current |
2000-05-05 |
Sheri Steeves | Worked around some tooltips hide problems by checking... |
blob | commitdiff | raw | diff to current |
2000-04-24 |
Alexandre Julliard | Patrick Yang (Corel) |
blob | commitdiff | raw | diff to current |
2000-02-13 |
Alexandre Julliard | Removed superfluous GlobalFindAtom calls. |
blob | commitdiff | raw | diff to current |
1999-12-26 |
Francois Gouget | Wrapped some strings in a debugstr_* call. |
blob | commitdiff | raw | diff to current |
1999-10-23 |
Joshua Thielen | Fixed tooltips positioning. |
blob | commitdiff | raw | diff to current |
1999-09-03 |
Francis Beaudet | Added sanity checks in the cleanup code. |
blob | commitdiff | raw | diff to current |
1999-07-31 |
Patrik Stridvall | Fixed/added missing/wrong function prototypes and made... |
blob | commitdiff | raw | diff to current |
1999-06-26 |
Eric Kohl | Started WM_NOTIFYFORMAT support. |
blob | commitdiff | raw | diff to current |
1999-06-12 |
Alexandre Julliard | Converted to the new debug interface, using script... |
blob | commitdiff | raw | diff to current |
next |