2003-06-18 |
Francois Gouget | 'sizeof type' is best avoided as it won't always compil... |
blob | commitdiff | raw |
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 |
|