2006-01-10 |
Phil Krylov | comctl32: Fix emitting of NM_CUSTOMDRAW header notifica... |
blob | commitdiff | raw |
2005-11-17 |
Vitaliy Margolen | Return false if index is out of bounds in GetItemT. |
blob | commitdiff | raw | diff to current |
2005-11-15 |
Raphael Junqueira | Implement implement header callback support (HDN_GETDIS... |
blob | commitdiff | raw | diff to current |
2005-11-08 |
Michael Kaufmann | Handle WM_PRINTCLIENT. |
blob | commitdiff | raw | diff to current |
2005-10-29 |
Vitaliy Margolen | Unify HEADER_GetItem[A/W] into one function. |
blob | commitdiff | raw | diff to current |
2005-10-28 |
Vitaliy Margolen | Unify HEADER_InsertItem[A/W] into one function. |
blob | commitdiff | raw | diff to current |
2005-10-27 |
Vitaliy Margolen | Unify HEADER_SetItem[A/W] into one function. |
blob | commitdiff | raw | diff to current |
2005-09-18 |
Ge van Geldorp | Do some bounds checking on iOrder. |
blob | commitdiff | raw | diff to current |
2005-08-30 |
Frank Richter | Fix warnings in 64bit. |
blob | commitdiff | raw | diff to current |
2005-08-29 |
Phil Krylov | Improved header control performance by maintaining... |
blob | commitdiff | raw | diff to current |
2005-08-25 |
Phil Krylov | Draw header control items only within the header client... |
blob | commitdiff | raw | diff to current |
2005-08-03 |
Frank Richter | Add hottracking support for the header control. |
blob | commitdiff | raw | diff to current |
2005-07-27 |
Frank Richter | Since OpenThemeData() should return 0 in case theming... |
blob | commitdiff | raw | diff to current |
2005-07-26 |
Filip Navara | Use ReleaseDC instead of DeleteDC on DC handle. |
blob | commitdiff | raw | diff to current |
2005-07-25 |
Frank Richter | Add theming support for header controls. |
blob | commitdiff | raw | diff to current |
2005-06-30 |
Vitaliy Margolen | Send CDDS_ITEMPOSTERASE | CDDS_PREPAINT notify. |
blob | commitdiff | raw | diff to current |
2005-05-14 |
Felix Nawothnig | Rewrote item layouting - new code fixes bitmap/image... |
blob | commitdiff | raw | diff to current |
2005-03-23 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-03-23 |
Dimitrie O. Paun | Complete unicodification of the header common control. |
blob | commitdiff | raw | diff to current |
2005-02-23 |
Maxime Bellengé | Correctly displays the text with ellipsis when there... |
blob | commitdiff | raw | diff to current |
2005-02-21 |
Maxime Bellengé | Fix SetItem so that items don't get wrongly re-ordered. |
blob | commitdiff | raw | diff to current |
2005-01-10 |
Evan Deaubl | GetItemA/W on header controls should handle message... |
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-11-06 |
Robert Shearman | Remove unnecessary WNDPROC casts. |
blob | commitdiff | raw | diff to current |
2004-09-13 |
Vitaliy Margolen | Send correct tracing notification messages. |
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-05-04 |
Francois Gouget | Make our ascii strings static const. |
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-10-14 |
Maxime Bellengé | - Implemented HEADER_SetBitmapMargin and HEADER_GetBitm... |
blob | commitdiff | raw | diff to current |
2003-10-07 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
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 | SLOWORD and SHIWORD do not exist on Win32 (reported... |
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-05-22 |
Robert Shearman | Update ordering on insertion of an item. |
blob | commitdiff | raw | diff to current |
2002-12-02 |
Francois Gouget | Removed unnecessary HANDLE typecasts. |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Carlos | Fixed duplicated arrows in header control. |
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-22 |
Dimitrie O. Paun | Bring header's height more inline with native's. |
blob | commitdiff | raw | diff to current |
2002-10-21 |
Dimitrie O. Paun | Fix notification from header, on item changed. |
blob | commitdiff | raw | diff to current |
2002-10-18 |
Martin Fuchs | pszText is stored as Unicode, so call DrawTextW() inste... |
blob | commitdiff | raw | diff to current |
2002-07-16 |
Bill Medland | Correction to header order maintenance when a dummy... |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-04-03 |
Huw D M Davies | Fix off by one error in HEADER_InsertItemW. |
blob | commitdiff | raw | diff to current |
2002-03-11 |
Duane Clark | Test bUnicode and call appropriate DrawText routine. |
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-02 |
Andreas Mohr | Fixed some more missing parenthesis issues. |
blob | commitdiff | raw | diff to current |
2001-09-17 |
Mike McCormack | Ignore negative widths in HEADER_SetItemBounds. |
blob | commitdiff | raw | diff to current |
2001-04-04 |
Gerard Patel | Set background mode to transparent before calling owner... |
blob | commitdiff | raw | diff to current |
2000-12-15 |
Ulrich Czekalla | Mark width as valid when we send HDN_ENDTRACKA. |
blob | commitdiff | raw | diff to current |
2000-12-13 |
Alexandre Julliard | Fixed some warnings. |
blob | commitdiff | raw | diff to current |
2000-12-13 |
Eric Kohl | Fixed crash of WinZip 8.0 due to invalid image list... |
blob | commitdiff | raw | diff to current |
2000-11-28 |
Alexandre Julliard | Got rid of the Wine internal lstrcpy* functions and... |
blob | commitdiff | raw | diff to current |
2000-11-25 |
Eric Kohl | Added notification format handling. |
blob | commitdiff | raw | diff to current |
2000-11-25 |
Ulrich Czekalla | Send HDN_ITEMCHANGING and HDN_ITEMCHANGED when resizing. |
blob | commitdiff | raw | diff to current |
2000-11-09 |
Eric Kohl | Added header control cursors and drag list arrow icon. |
blob | commitdiff | raw | diff to current |
2000-10-19 |
Uwe Bonnes | Draw text and icons, implement ordering functions,... |
blob | commitdiff | raw | diff to current |
2000-10-12 |
Serge Ivanov | Simple NULL check. |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Alexandre Julliard | Removed inclusion of wine/winestring.h from winbase... |
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 |
Alexandre Julliard | Removed all non-standard common control headers from... |
blob | commitdiff | raw | diff to current |
2000-06-11 |
Aric Stewart | We were not properly masking the item that was sent... |
blob | commitdiff | raw | diff to current |
2000-06-04 |
Chris Morgan | Replaced calls to HEADER_Refresh with InvalidateRect. |
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 |
Aric Stewart | Fixed a bug with the processing of HitTest. |
blob | commitdiff | raw | diff to current |
2000-04-28 |
Martin Fuchs | - Return modified rectangle after layouting header... |
blob | commitdiff | raw | diff to current |
2000-02-29 |
Pascal Lessard | Implemented the behavior of sending WM_CONTEXTMENU... |
blob | commitdiff | raw | diff to current |
2000-02-13 |
Alexandre Julliard | Removed superfluous GlobalFindAtom calls. |
blob | commitdiff | raw | diff to current |
1999-12-04 |
Huw D M Davies | Fixes off by one error in item insertion. |
blob | commitdiff | raw | diff to current |
1999-10-13 |
Thuy Nguyen | Mouse position is signed. |
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-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-22 |
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-01 |
Alexandre Julliard | Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel... |
blob | commitdiff | raw | diff to current |
1999-04-24 |
Alexandre Julliard | Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel... |
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-12 |
Eric Kohl | Replaced direct access to the WND structure by correspo... |
blob | commitdiff | raw | diff to current |
1999-03-12 |
Luc Tourangeau | Changed the listview control to add the report view... |
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 |
1998-12-26 |
Marcus Meissner | Changed // comments to /* */ so WINE compiles with... |
blob | commitdiff | raw | diff to current |
1998-11-22 |
Eric Kohl | Added Unicode support (at least partially). |
blob | commitdiff | raw | diff to current |
1998-10-24 |
Eric Kohl | Added xxx_Unregister() functions to all common controls. |
blob | commitdiff | raw | diff to current |
1998-10-11 |
Eric Kohl | Fixed a bug. |
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 |
|