Complete unicodification.
[wine] / dlls / comctl32 /
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...
2004-12-06  Eric KohlDrawStatusText() must not process prefix characters.
2004-12-01  Ulrich CzekallaPrevent the animation thread from waiting on itself...
2004-11-30  Dmitry Timoshkov- Pass infoPtr around in month calendar control.
2004-11-30  James HawkinsFixed a few memory leaks.
2004-11-30  Robert ShearmanStore the new style before redrawing and repositioning...
2004-11-24  Alexandre JulliardAvoid using the MAKEPOINTS macro, it's broken on big...
2004-11-21  Huw DaviesThe default font for the treeview should be the icon...
2004-11-19  Zach GormanAdd the DT_NOPREFIX flag when calling DrawText() for...
2004-11-10  Robert Shearman- Set cache bitmap dimensions correctly when a 0x0...
2004-11-09  Dmitry Timoshkov- do not move updown control and buddy if an alignment...
2004-11-08  Robert Shearman- bNtfUnicode is a dup' of bUnicode so remove it and...
2004-11-08  Dmitry TimoshkovDimensions of month calendar control should not depend...
2004-11-06  Robert ShearmanRemove unnecessary WNDPROC casts.
2004-11-06  Robert ShearmanImplement TBN_RESTORE notification.
2004-11-01  Dmitry TimoshkovConvert NativeFont control to unicode, use hbrBackgroun...
2004-11-01  Dmitry TimoshkovDo not retrieve infoPtr twice in ToolbarWindowProc...
2004-11-01  Dimitrie O. PaunSend notification messages in the format dictated by
2004-10-27  Alexandre JulliardUse correct type instead of void* in item linked list.
2004-10-27  Dimitrie O. PaunUse typesafe signature where possible.
2004-10-27  Dimitrie O. PaunRename STATUSWINDOWINFO to STATUS_INFO, for consistency...
2004-10-27  Dimitrie O. PaunMinor cleanups.
2004-10-27  Dimitrie O. PaunUse Unicode functions where possible.
2004-10-26  Thorsten KaniUse address of tab_item.extra when building drawitemstruct.
2004-10-26  Dimitrie O. PaunImplement proper GWL_STYLE handling, proper reaction...
2004-10-25  Dimitrie O. PaunUse only Unicode functions, it makes it easier to see...
2004-10-25  Robert Shearman- Don't fill in any more information than native does...
2004-10-25  Robert Shearman- Don't leak memory when an app sends TTM_SETTITLE...
2004-10-22  Francois GougetAssorted spelling fixes.
2004-10-22  Dimitrie O. PaunAudit the Date Time Control. Unicodification.
2004-10-21  Uwe BonnesMonthcal_SetRange: Set proper value for min date.
2004-10-21  Robert ShearmanAlways remove WS_BORDER style from ComboBoxEx control.
2004-10-21  Thorsten KaniDon't add extra OFFSET_X/Y to the calculation of rcBitm...
2004-10-21  Robert ShearmanCorrect the date of the completeness audit.
2004-10-21  Dimitrie O. PaunAudit the month calendar.
2004-10-21  Robert Shearman- Draw with ILD_TRANSPARENT instead of ILD_NORMAL to...
2004-10-19  Robert ShearmanImplement SetPathWordBreakProc and MirrorIcon.
2004-10-19  Robert ShearmanRebar completeness audit.
2004-10-19  Ge van GeldorpPass correct uiParam for SPI_GETNONCLIENTMETRICS.
next