Specify the proper call convention in the PropSysFreeString()
[wine] / dlls / comctl32 /
2005-04-20  Duane ClarkMisc rectangle fixes.
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-04-18  Vitaliy MargolenDon't redraw if no information has changed.
2005-04-18  Duane ClarkThe datetime should be initialized with local time.
2005-04-16  Duane ClarkAdd support for direct keyboard input to numeric fields.
2005-04-15  Duane ClarkHour '0' corresponds to 12AM.
2005-04-15  Robert ShearmanFix TB_GETBUTTONSIZE to return the correct width/height...
2005-04-15  Robert Shearman- Use SetWindowPos to move the buddy window into positi...
2005-04-14  Dimitrie O. PaunKeep track of WS_DISABLED explicitely, as it doesn...
2005-04-14  Dimitrie O. PaunAdd support for LVN_ODSTATECHANGED.
2005-04-14  Vitaliy MargolenSend notifies after invalidating changed areas.
2005-04-14  Duane ClarkMonday is day number '1'.
2005-04-13  Vitaliy MargolenDraw only visible tabs.
2005-04-13  Andreas BjerkeholtSwedish translation.
2005-04-12  Robert ShearmanUse ES_AUTOHSCROLL for edit box.
2005-04-11  Dimitrie O. PaunTab unicodification.
2005-04-11  Dimitrie O. PaunMonthCal unicodification.
2005-04-11  Dimitrie O. PaunAudit the code against Comctl32.dll version 6.0.
2005-04-11  Ulrich CzekallaClear systemtime struct so we don't return garbage...
2005-03-30  Francois GougetAssorted spelling fixes.
2005-03-27  Robert ShearmanFix size passed to SPI_NONCLIENTMETRICS.
2005-03-25  Dimitrie O. PaunUse {Alloc,ReAlloc,Free}() instead of Heap{Alloc,ReAllo...
2005-03-25  Dimitrie O. PaunProper handling for GWL_STYLE.
2005-03-25  Dimitrie O. PaunFix a memory leak in toolbar. Avoid casts.
2005-03-25  Dimitrie O. PaunHandle wParam in WM_PAINT properly: if non-null, it...
2005-03-25  Dimitrie O. PaunAdd Robert Shearman's explanation about WM_NCPAINT.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-24  Huw DaviesThe depth of the colour bitmap needs to match that...
2005-03-24  Dimitrie O. PaunComplete the unicodification of comctl32undoc.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-23  Jason EdmeadesMake the treeview correctly search when the top index...
2005-03-23  Dimitrie O. PaunComplete unicodification of the treeview common control.
2005-03-23  Dimitrie O. PaunComplete unicodification of the tooltips common control.
2005-03-23  Dimitrie O. PaunComplete unicodification of the toolbar common control.
2005-03-23  Dimitrie O. PaunComplete unicodification of the rebar common control.
2005-03-23  Dimitrie O. PaunComplete unicodification of the propsheet common control.
2005-03-23  Dimitrie O. PaunComplete unicodification of the header common control.
2005-03-23  Dimitrie O. PaunComplete unicodification of the flatsb common control.
2005-03-23  Dimitrie O. PaunComplete unicodification.
2005-03-22  Jakob ErikssonEliminate HeapAlloc casts.
2005-03-21  Dimitrie O. PaunPull the WM_TIMER handling into its own function.
2005-03-21  Robert ShearmaniSelectedImage is allowed to be 0.
2005-03-21  Dimitrie O. PaunComplete unicodification.
2005-03-21  Dimitrie O. PaunProper handling for GWL_STYLE.
2005-03-21  Dimitrie O. PaunDelete the critical section when freeing up the infoPtr.
2005-03-18  C. Scott AnanianUPDOWN_GetBuddyInt should not fail when the control...
2005-03-18  Alexandre JulliardRevert changes to the painting code, the WM_CTLCOLORSTA...
2005-03-16  C. Scott AnanianStarted a unit test case for the updown control.
2005-03-16  Dimitrie O. PaunAudit the control against Comctl32.dll version 6.0.
2005-03-15  Dimitrie O. PaunCleanup and simplify the painting code.
2005-03-14  Evan DeaublTREEVIEW_DoSelectItem should not do any of the TVGN_FIR...
2005-03-14  Jon GriffithsComment out a test that crashes on early versions.
2005-03-14  Dimitrie O. PaunUnicodification and typesafe interfaces.
2005-03-03  Dimitrie O. PaunUnicodification. Small cleanups.
2005-03-02  Francois GougetAssorted spelling fixes.
2005-03-02  Robert Shearman- Fix one more place where the code assumes row indices are
2005-03-02  Dimitrie O. PaunFix indentation for consistency with the rest of the...
2005-03-01  Filip NavaraImplement SB_SETBORDERS.
2005-03-01  Robert Shearman- Make row number be zero-based.
2005-02-25  Jon GriffithsRemove unneeded calls to TAB_GetInfoPtr(), const fixes...
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2005-02-24  Michael Stefaniuc- ImageList_LoadImage{A,W} were basicaly a cut'n'paste...
2005-02-23  Francois GougetAdd the -noname flag to match the Platform SDK.
2005-02-23  Maxime BellengéCorrectly displays the text with ellipsis when there...
2005-02-22  Martijn VernooijScroll instead of repainting when expanding/collapsing...
2005-02-21  Maxime BellengéTake into account the new size of a column when the...
2005-02-21  Maxime BellengéFix SetItem so that items don't get wrongly re-ordered.
2005-02-16  Alex Villacís LassoChange SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPAN...
2005-02-15  Dmitry Timoshkov- Fix prototypes of GetClassLongA/W, GetClassLongPtrA...
2005-02-10  Francois GougetAssorted spelling fixes.
2005-02-01  Alexandre JulliardStore the "managed" flag as a window property instead...
2005-01-28  Thomas WeidenmuellerWhen a toolbar doesn't have the TBSTYLE_FLAT style...
2005-01-26  Francois GougetAssorted spelling fixes.
2005-01-24  TinusProperly allow removing toolbar bitmaps by changing...
2005-01-21  Alexandre JulliardAuthors: Gunnar Dalsnes <hardon@online.no>, Ge van...
2005-01-17  Paul VriensRemove the checking/setting of the defaults in TRACKBAR...
2005-01-17  Paul VriensRemove needless check for horizontal or vertical pager.
2005-01-14  Dimitrie O. PaunUse the LVCFMT_{LEFT,RIGHT,CENTER} enumeration flags...
2005-01-14  Jon GriffithsIncrease the required rectangle size before drawing...
2005-01-11  Robert ShearmanUse the DrawFocusRect function to draw the focus rect...
2005-01-11  Robert ShearmanDon't highlight text in non-TVS_TRACKSELECT mode.
2005-01-10  Mike McCormackFix image list mask and blending.
2005-01-10  Evan DeaublGetItemA/W on header controls should handle message...
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2005-01-07  Crestez LeonardFix bug with Treeview_SelectItem reselecting the same...
2005-01-06  Ulrich CzekallaWM_GETTEXTLENGTH should return zero for owner drawn...
2005-01-04  Francois GougetAssorted spelling fixes.
2005-01-03  Vitaly LipatovAdd comments, fix negative value from GetCurFocus.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-20  Francois GougetAssorted spelling fixes.
2004-12-20  Robert Shearman- Make the month calendar child window auto-size instea...
2004-12-20  Ulrich CzekallaAdd partial handler for WM_PRINTCLIENT.
2004-12-17  Robert Shearman- Add code for hot tracking.
2004-12-17  Robert Shearman- Implement WM_ENABLE handler to update cached control...
2004-12-15  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-12-13  Eric PouechFixed some errors in function prototypes.
2004-12-10  Jon GriffithsImplement the remaining MRU functions, fix a couple...
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-12-08  Thomas WeidenmüllerFree allocated font handles when control is destroyed.
2004-12-07  Filip Navara- Don't use DrawEdge with NULL device context, it's...
next