2007-07-20 |
Mikołaj Zalewski | comctl32: tooltips: Remove broken support for non-NULL... |
blob | commitdiff | raw |
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 |
1999-06-12 |
Patrik Stridvall | Changed xxx(VOID) to xxx(void). |
blob | commitdiff | raw | diff to current |
1999-05-29 |
Alexandre Julliard | Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel... |
blob | commitdiff | raw | diff to current |
1999-05-08 |
Patrik Stridvall | ANSI C fixes. |
blob | commitdiff | raw | diff to current |
1999-05-08 |
Francois Boisvert | Implementation of WM_GETTEXT and WM_GETTEXTLENGTH in... |
blob | commitdiff | raw | diff to current |
1999-04-22 |
Noel Borthwick | Fixed bug with tooltips stealing focus whenever a toolt... |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
blob | commitdiff | raw | diff to current |
1999-03-16 |
Marcus Meissner | Removed no longer necessary win.h include, added now... |
blob | commitdiff | raw | diff to current |
1999-03-16 |
Francis Beaudet | Fixed a slight bug that was included in the change... |
blob | commitdiff | raw | diff to current |
1999-03-12 |
Eric Kohl | Replaced direct access to the WND structure by correspo... |
blob | commitdiff | raw | diff to current |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
blob | commitdiff | raw | diff to current |
1999-02-19 |
Jeff Garzik | Added missing string.h include. |
blob | commitdiff | raw | diff to current |
1999-02-17 |
Marcus Meissner | Optimized include/*.h: (recursively) include all header... |
blob | commitdiff | raw | diff to current |
1999-02-13 |
Marcus Meissner | Some warnings fixed, one useless VERSION warning remove... |
blob | commitdiff | raw | diff to current |
1999-01-24 |
Eric Kohl | Fixed redraw bug for tracking tooltips. |
blob | commitdiff | raw | diff to current |
1998-12-26 |
Marcus Meissner | Changed // comments to /* */ so WINE compiles with... |
blob | commitdiff | raw | diff to current |
1998-11-22 |
Eric Kohl | Added global subclassing atom, used by tooltips and... |
blob | commitdiff | raw | diff to current |
1998-10-24 |
Eric Kohl | Added support for transparent and tracking tooltips. |
blob | commitdiff | raw | diff to current |
1998-10-11 |
Eric Kohl | Added tracking support and fixed loading of resource... |
blob | commitdiff | raw | diff to current |
1998-09-27 |
Alexandre Julliard | Release 980927 wine-980927 |
blob | commitdiff | raw | diff to current |
1998-09-13 |
Alexandre Julliard | Release 980913 wine-980913 |
blob | commitdiff | raw | diff to current |
|