Get rid of a few thousand useless TRACE lines.
[wine] / dlls / comctl32 /
2002-06-21  Vincent BéronFixed some various comparisons wrt signedness.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-20  Guy L. Albertelli- Add routines to dump out tab items internally and...
2002-06-14  Guy L. AlbertelliSupport images on the tabs of pages that are added...
2002-06-14  Dmitry TimoshkovCosmetic fix.
2002-06-13  François GougetFix handling of strings that do not finish with "||".
2002-06-13  Guy L. Albertelli- Correct page rectangle calculation.
2002-06-10  Paul RupeSupport for LVM_SUBITEMHITTEST; check for out-of-bounds...
2002-06-10  Won-kyu ParkAdded Korean resources.
2002-06-04  Gerald PfeiferWarning fix.
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-30  Sander van LeeuwenMatch behaviour of ImageList_LoadImageA wrt cx paramete...
2002-05-29  Alexandre JulliardReplaced swprintf by wsprintfW.
2002-05-29  Sander van Leeuwen- Check for valid part nr in STATUSBAR_GetTextLength.
2002-05-29  Guy L. Albertelli- Fixed drawing of borders to that of native (uses...
2002-05-28  Maciek KaliszewskiFixed memory allocation bug in PROPSHEET_CollectPageInfo.
2002-05-24  James JuranAdd missing \n to output messages.
2002-05-20  Alexandre JulliardGot rid of GetSysColorPen.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-16  Alexandre JulliardImplemented strtolW/strtoulW in libwine_unicode and...
2002-05-16  Steven EdwardsFixed snprintf warnings.
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-14  Sander van Leeuwen- Center property sheet page during creation (padding)
2002-05-14  Aric StewartDo not invalidate the rect while drawing.
2002-05-14  Guy L. Albertelli- Change traces to trace full window handle and improve...
2002-05-14  Guy L. AlbertelliSupport PGN_SCROLL notify and return either the button...
2002-05-14  Guy L. AlbertelliFixed issues with Unicode conversion. Certain strings...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-05-05  Alexandre JulliardRemoved more code at Hidenori's request.
2002-05-02  Bill MedlandMoved drawing of owner-drawn parts to after the backgro...
2002-05-02  Christian CostaTOOLTIPS_GetTipText: Accept null module instance, Loads...
2002-04-29  Marco BizzarriImplemented the TB_REPLACEBITMAP message.
2002-04-29  Patrik StridvallFixed some issues found by winapi_check.
2002-04-29  Marcus MeissnerFixed StatusBar SetText again, added some comments.
2002-04-27  Alexandre JulliardFixed warnings.
2002-04-24  Guy L. Albertelli- Improve I_IMAGECALLBACK handling and support I_IMAGENONE.
2002-04-23  Dimitrie O. PaunFix WM_NOTIFYFORMAT handling.
2002-04-23  Dimitrie O. Paun- implement WM_NOTIFYFORMAT
2002-04-17  Mehmet YasarAdd more check inside SB_SETTEXT and SB_GETTEXT.
2002-04-17  Dimitrie O. PaunComplete implementation for DrawStatusText{A,W}.
2002-04-14  Guy L. AlbertelliImplement NM_CUSTOMDRAW notification.
2002-04-11  Dimitrie O. Paun- implement LPSTR_TEXTCALLBACK
2002-04-11  Uwe BonnesLISTVIEW_GetColumnT: care for the format of the string.
2002-04-08  Dimitrie O. Paun- get rid of parent handle from info struct
2002-04-08  Dimitrie O. Paun- fix indentation
2002-04-05  Dimitrie O. Paun- fix edit box placement
2002-04-05  Guy L. Albertelli- Use the new comctl32 color array for the colors....
2002-04-05  Guy L. Albertelli- Keep track of all system colors used by comctl32...
2002-04-05  Guy L. AlbertelliAdjust the child offset x value based on band style...
2002-04-05  Guy L. Albertelli- Try to match the native control for the SetBkColor...
2002-04-03  Huw D M DaviesFix off by one error in HEADER_InsertItemW.
2002-04-02  Dimitrie O. Paun- correct notifications
2002-04-02  Dimitrie O. PaunFix two compilation warnings.
2002-04-01  Dimitrie O. Paun- implement UDS_HOTTRACK
2002-03-28  Dimitrie O. Paun- updown unicodification
2002-03-22  Guy L. Albertelli- Implement CCM_{GET|SET}COLORSCHEME.
2002-03-22  Guy L. AlbertelliReanalyze button status during NCCalcSize processing...
2002-03-20  Bill MedlandNo need for the fixme on a simple TBSTYLE_SEP.
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-20  Guy L. Albertelli- Preliminary implementation of TVS_NOSCROLL and TVS_NO...
2002-03-20  Duane ClarkAdd LVS_NOSORTHEADER support.
2002-03-20  Guy L. Albertelli- Correct RBN_CHILDSIZE rect value for CCS_VERT rebar.
2002-03-19  Duane ClarkTOOLBAR_LButtonUp should work even if ReleaseCapture...
2002-03-11  Duane ClarkAdd support for report mode text justification.
2002-03-11  Hidenori TakeshimaAdded and fixed some Japanese resources.
2002-03-11  Guy L. AlbertelliAdd support for WM_WINDOWPOSCHANGED to save new origin...
2002-03-11  Guy L. Albertelli- Add scaffolding for TB_{GET|SET}PADDING.
2002-03-11  Duane ClarkTest bUnicode and call appropriate DrawText routine.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-28  Duane ClarkAsk for correct number of chars in EditLblWndProcT.
2002-02-28  Duane ClarkLISTVIEW_InsertColumnT can be called with a width of
2002-02-27  Andreas MohrSpelling/alignment fixes.
2002-02-27  Bill MedlandCentre text correctly for the selected item.
2002-02-27  Guy L. Albertelli- Support CCS_VERT as alternative for TBSTYLE_WRAPABLE.
2002-02-26  Guy L. AlbertelliImplement EM_FMTLINES message based on relay trace...
2002-02-26  Guy L. AlbertelliFix another bad test. Caused regression in IE 4.
2002-02-26  Charles DuffyStop TOOLBAR_MeasureString from dying on empty strings.
2002-02-26  Dave HawkesPartially repair hotspot handling.
2002-02-25  Gerard PatelLVM_GetItemRect should not take text size in account...
2002-02-22  Bill MedlandImplement multiline labels in the Large Item view by...
2002-02-21  Guy L. AlbertelliFix problems in DPA_Merge exposed by previous code...
2002-02-19  Ondrej MacekFix of ListView invalidation in LISTVIEW_SetBkColor.
2002-02-15  Patrik StridvallAdded some defines for compatibility with Windows headers.
2002-02-14  Martin DaleckiSome artwork on the default icons.
2002-02-12  Guy L. AlbertelliWhen the commandID was being treated as the index,...
2002-02-12  Guy L. AlbertelliFix regression in some programs due to CLR_DEFAULT...
2002-02-12  Guy L. AlbertelliCorrect tests involved with processing the LVIF_DI_SETI...
2002-02-12  Guy L. AlbertelliInitialize pszText to 0 for internal ->ceItem to elimin...
2002-02-08  Aric StewartUse the supplied buffer when copying item text.
2002-02-08  Ori PessachSet WS_EX_TOOLWINDOW in a tooltip's dwExStyle.
2002-02-05  Alexandre JulliardAuthors: Guy L. Albertelli <galberte@neo.lrun.com>...
2002-02-05  Dmitry TimoshkovRemove PROGRESS_Refresh, always do InvalidateRect(...
2002-02-05  Dimitrie O. PaunVarious cleanups:
2002-02-04  Dimitrie O. PaunComplete Listview Unicodification.
2002-02-04  Aric StewartAdded implementation of SetItemW.
2002-02-04  François GougetStoring an IP address in a signed int results in bugs...
2002-02-04  Dmitry TimoshkovMoved style correcting code to the WM_CREATE handler...
2002-02-04  Guy L. AlbertelliFix problem exposed by the improvements in version...
next