2005-03-18 |
C. Scott Ananian | UPDOWN_GetBuddyInt should not fail when the control... |
tree | commitdiff |
2005-03-18 |
Alexandre Julliard | Revert changes to the painting code, the WM_CTLCOLORSTA... |
tree | commitdiff |
2005-03-16 |
C. Scott Ananian | Started a unit test case for the updown control. |
tree | commitdiff |
2005-03-16 |
Dimitrie O. Paun | Audit the control against Comctl32.dll version 6.0. |
tree | commitdiff |
2005-03-15 |
Dimitrie O. Paun | Cleanup and simplify the painting code. |
tree | commitdiff |
2005-03-14 |
Evan Deaubl | TREEVIEW_DoSelectItem should not do any of the TVGN_FIR... |
tree | commitdiff |
2005-03-14 |
Jon Griffiths | Comment out a test that crashes on early versions. |
tree | commitdiff |
2005-03-14 |
Dimitrie O. Paun | Unicodification and typesafe interfaces. |
tree | commitdiff |
2005-03-03 |
Dimitrie O. Paun | Unicodification. Small cleanups. |
tree | commitdiff |
2005-03-02 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-03-02 |
Robert Shearman | - Fix one more place where the code assumes row indices are |
tree | commitdiff |
2005-03-02 |
Dimitrie O. Paun | Fix indentation for consistency with the rest of the... |
tree | commitdiff |
2005-03-01 |
Filip Navara | Implement SB_SETBORDERS. |
tree | commitdiff |
2005-03-01 |
Robert Shearman | - Make row number be zero-based. |
tree | commitdiff |
2005-02-25 |
Jon Griffiths | Remove unneeded calls to TAB_GetInfoPtr(), const fixes... |
tree | commitdiff |
2005-02-25 |
Jon Griffiths | Documentation spelling fixes. |
tree | commitdiff |
2005-02-24 |
Michael Stefaniuc | - ImageList_LoadImage{A,W} were basicaly a cut'n'paste... |
tree | commitdiff |
2005-02-23 |
Francois Gouget | Add the -noname flag to match the Platform SDK. |
tree | commitdiff |
2005-02-23 |
Maxime Bellengé | Correctly displays the text with ellipsis when there... |
tree | commitdiff |
2005-02-22 |
Martijn Vernooij | Scroll instead of repainting when expanding/collapsing... |
tree | commitdiff |
2005-02-21 |
Maxime Bellengé | Take into account the new size of a column when the... |
tree | commitdiff |
2005-02-21 |
Maxime Bellengé | Fix SetItem so that items don't get wrongly re-ordered. |
tree | commitdiff |
2005-02-16 |
Alex Villacís Lasso | Change SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPAN... |
tree | commitdiff |
2005-02-15 |
Dmitry Timoshkov | - Fix prototypes of GetClassLongA/W, GetClassLongPtrA... |
tree | commitdiff |
2005-02-10 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-02-01 |
Alexandre Julliard | Store the "managed" flag as a window property instead... |
tree | commitdiff |
2005-01-28 |
Thomas Weidenmueller | When a toolbar doesn't have the TBSTYLE_FLAT style... |
tree | commitdiff |
2005-01-26 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-01-24 |
Tinus | Properly allow removing toolbar bitmaps by changing... |
tree | commitdiff |
2005-01-21 |
Alexandre Julliard | Authors: Gunnar Dalsnes <hardon@online.no>, Ge van... |
tree | commitdiff |
2005-01-17 |
Paul Vriens | Remove the checking/setting of the defaults in TRACKBAR... |
tree | commitdiff |
2005-01-17 |
Paul Vriens | Remove needless check for horizontal or vertical pager. |
tree | commitdiff |
2005-01-14 |
Dimitrie O. Paun | Use the LVCFMT_{LEFT,RIGHT,CENTER} enumeration flags... |
tree | commitdiff |
2005-01-14 |
Jon Griffiths | Increase the required rectangle size before drawing... |
tree | commitdiff |
2005-01-11 |
Robert Shearman | Use the DrawFocusRect function to draw the focus rect... |
tree | commitdiff |
2005-01-11 |
Robert Shearman | Don't highlight text in non-TVS_TRACKSELECT mode. |
tree | commitdiff |
2005-01-10 |
Mike McCormack | Fix image list mask and blending. |
tree | commitdiff |
2005-01-10 |
Evan Deaubl | GetItemA/W on header controls should handle message... |
tree | commitdiff |
2005-01-09 |
Eric Pouech | Removed excessive statement (break after return or... |
tree | commitdiff |
2005-01-07 |
Crestez Leonard | Fix bug with Treeview_SelectItem reselecting the same... |
tree | commitdiff |
2005-01-06 |
Ulrich Czekalla | WM_GETTEXTLENGTH should return zero for owner drawn... |
tree | commitdiff |
2005-01-04 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-01-03 |
Vitaly Lipatov | Add comments, fix negative value from GetCurFocus. |
tree | commitdiff |
2004-12-23 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
tree | commitdiff |
2004-12-20 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-12-20 |
Robert Shearman | - Make the month calendar child window auto-size instea... |
tree | commitdiff |
2004-12-20 |
Ulrich Czekalla | Add partial handler for WM_PRINTCLIENT. |
tree | commitdiff |
2004-12-17 |
Robert Shearman | - Add code for hot tracking. |
tree | commitdiff |
2004-12-17 |
Robert Shearman | - Implement WM_ENABLE handler to update cached control... |
tree | commitdiff |
2004-12-15 |
Jon Griffiths | Remove unneeded headers to reduce unneeded rebuilds. |
tree | commitdiff |
2004-12-13 |
Eric Pouech | Fixed some errors in function prototypes. |
tree | commitdiff |
2004-12-10 |
Jon Griffiths | Implement the remaining MRU functions, fix a couple... |
tree | commitdiff |
2004-12-09 |
Alexandre Julliard | Janitorial: C booleans must not be compared against... |
tree | commitdiff |
2004-12-08 |
Thomas Weidenmüller | Free allocated font handles when control is destroyed. |
tree | commitdiff |
2004-12-07 |
Filip Navara | - Don't use DrawEdge with NULL device context, it's... |
tree | commitdiff |
2004-12-06 |
Eric Kohl | DrawStatusText() must not process prefix characters. |
tree | commitdiff |
2004-12-01 |
Ulrich Czekalla | Prevent the animation thread from waiting on itself... |
tree | commitdiff |
2004-11-30 |
Dmitry Timoshkov | - Pass infoPtr around in month calendar control. |
tree | commitdiff |
2004-11-30 |
James Hawkins | Fixed a few memory leaks. |
tree | commitdiff |
2004-11-30 |
Robert Shearman | Store the new style before redrawing and repositioning... |
tree | commitdiff |
2004-11-24 |
Alexandre Julliard | Avoid using the MAKEPOINTS macro, it's broken on big... |
tree | commitdiff |
2004-11-21 |
Huw Davies | The default font for the treeview should be the icon... |
tree | commitdiff |
2004-11-19 |
Zach Gorman | Add the DT_NOPREFIX flag when calling DrawText() for... |
tree | commitdiff |
2004-11-10 |
Robert Shearman | - Set cache bitmap dimensions correctly when a 0x0... |
tree | commitdiff |
2004-11-09 |
Dmitry Timoshkov | - do not move updown control and buddy if an alignment... |
tree | commitdiff |
2004-11-08 |
Robert Shearman | - bNtfUnicode is a dup' of bUnicode so remove it and... |
tree | commitdiff |
2004-11-08 |
Dmitry Timoshkov | Dimensions of month calendar control should not depend... |
tree | commitdiff |
2004-11-06 |
Robert Shearman | Remove unnecessary WNDPROC casts. |
tree | commitdiff |
2004-11-06 |
Robert Shearman | Implement TBN_RESTORE notification. |
tree | commitdiff |
2004-11-01 |
Dmitry Timoshkov | Convert NativeFont control to unicode, use hbrBackgroun... |
tree | commitdiff |
2004-11-01 |
Dmitry Timoshkov | Do not retrieve infoPtr twice in ToolbarWindowProc... |
tree | commitdiff |
2004-11-01 |
Dimitrie O. Paun | Send notification messages in the format dictated by |
tree | commitdiff |
2004-10-27 |
Alexandre Julliard | Use correct type instead of void* in item linked list. |
tree | commitdiff |
2004-10-27 |
Dimitrie O. Paun | Use typesafe signature where possible. |
tree | commitdiff |
2004-10-27 |
Dimitrie O. Paun | Rename STATUSWINDOWINFO to STATUS_INFO, for consistency... |
tree | commitdiff |
2004-10-27 |
Dimitrie O. Paun | Minor cleanups. |
tree | commitdiff |
2004-10-27 |
Dimitrie O. Paun | Use Unicode functions where possible. |
tree | commitdiff |
2004-10-26 |
Thorsten Kani | Use address of tab_item.extra when building drawitemstruct. |
tree | commitdiff |
2004-10-26 |
Dimitrie O. Paun | Implement proper GWL_STYLE handling, proper reaction... |
tree | commitdiff |
2004-10-25 |
Dimitrie O. Paun | Use only Unicode functions, it makes it easier to see... |
tree | commitdiff |
2004-10-25 |
Robert Shearman | - Don't fill in any more information than native does... |
tree | commitdiff |
2004-10-25 |
Robert Shearman | - Don't leak memory when an app sends TTM_SETTITLE... |
tree | commitdiff |
2004-10-22 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-10-22 |
Dimitrie O. Paun | Audit the Date Time Control. Unicodification. |
tree | commitdiff |
2004-10-21 |
Uwe Bonnes | Monthcal_SetRange: Set proper value for min date. |
tree | commitdiff |
2004-10-21 |
Robert Shearman | Always remove WS_BORDER style from ComboBoxEx control. |
tree | commitdiff |
2004-10-21 |
Thorsten Kani | Don't add extra OFFSET_X/Y to the calculation of rcBitm... |
tree | commitdiff |
2004-10-21 |
Robert Shearman | Correct the date of the completeness audit. |
tree | commitdiff |
2004-10-21 |
Dimitrie O. Paun | Audit the month calendar. |
tree | commitdiff |
2004-10-21 |
Robert Shearman | - Draw with ILD_TRANSPARENT instead of ILD_NORMAL to... |
tree | commitdiff |
2004-10-19 |
Robert Shearman | Implement SetPathWordBreakProc and MirrorIcon. |
tree | commitdiff |
2004-10-19 |
Robert Shearman | Rebar completeness audit. |
tree | commitdiff |
2004-10-19 |
Ge van Geldorp | Pass correct uiParam for SPI_GETNONCLIENTMETRICS. |
tree | commitdiff |
2004-10-18 |
Ge van Geldorp | Don't free subclass stack while it's still in use. |
tree | commitdiff |
2004-10-18 |
Robert Shearman | - TBN_DELETINGBUTTON sends the command ID, not the... |
tree | commitdiff |
2004-10-18 |
Robert Shearman | Implement ImageList_SetColorTable. |
tree | commitdiff |
2004-10-14 |
Gerald Pfeifer | Completely disable unused function show_image(). |
tree | commitdiff |
2004-10-09 |
Jon Griffiths | Items are variable sized, use an accessor to get at... |
tree | commitdiff |
2004-10-07 |
Jon Griffiths | ImageList_Merge should not fail if indices are bad. |
tree | commitdiff |
2004-10-07 |
Jon Griffiths | Draw +/- correctly for large icon sizes. |
tree | commitdiff |
next |