Beginnings of the code that should allow DOS programs to set their
[wine] / dlls / comctl32 /
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...
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-02-02  Andreas MohrFixed some more missing parenthesis issues.
2002-02-02  Huw D M DaviesFlip A<->W conversion in dispinfo_notifyT.
2002-02-01  Aric StewartFix to GetItemW to stop whiping out the items text.
2002-01-31  Guy Albertelli- better trace output
2002-01-31  Gerard PatelDon't repaint header when scrolling a listview vertically.
2002-01-31  Guy Albertelli- fix order of parameters is SendNotify
2002-01-29  Gerard PatelFix problems with listview notification.
2002-01-29  Dimitrie O. Paun- add new SetRange functions (instead of duplicating...
2002-01-29  Alexandre JulliardAuthors: Guy Albertelli <guy@codeweavers.com>, Mike...
2002-01-29  Charles LoepImplemented ImageList_Write.
2002-01-29  Guy AlbertelliEliminate some useless error messages.
2002-01-29  Huw D M DaviesRemoved IsBadStringPtrA call that caused trouble.
2002-01-29  Charles LoepFix errors resulting from missing parenthesis.
2002-01-29  Guy AlbertelliText/Bkgnd color fixes.
2002-01-29  Dimitrie O. PaunSimplify and fix listview ellipsification of large...
2002-01-29  Dimitrie O. PaunMake FIXMEs more grep-able.
2002-01-29  Gerard PatelAvoid converting nonexistent text from A->W.
2002-01-29  Patrik StridvallAvoid wildcards in .cvsignore.
2002-01-22  Uwe BonnesConsistent usage of istring, use STR_[Get|Set]Ptr where...
2002-01-18  Dimitrie O. Paun- Make the ListView control Unicode ready.
2002-01-18  Aric StewartInitialize streamData and check on failure to read...
2002-01-18  Huw D M DaviesStub for comctl32.419
2002-01-15  Aric StewartCatch maximum number of times and return out of memory...
2002-01-15  Rein KlazesMove the implementation of comctl32._TrackMouseEvent to
2002-01-15  Huw D M DaviesStubs for ImageList_[S|G]etFlags.
2002-01-14  Huw D M DaviesConvert MRULists to Unicode.
2002-01-14  Guy Albertelli- Add additional TOOLBAR_CalcToolbar in a different...
2002-01-14  Guy AlbertelliFix a gripper issue and the adjustment of bands when...
2002-01-12  Huw D M DaviesFix off by one error in TOOLBAR_AddStringW.
2002-01-04  Sander van LeeuwenNever delete the font object received by WM_SETFONT.
2002-01-04  Sander van LeeuwenFixed calls with wrong pointer: COMCTL32_Free(&lpttsi...
2002-01-02  Dimitrie O. PaunMake DrawStatusText Unicode ready. Get rid of a HEAP_st...
2001-12-31  Michael StefaniucFixed memory leak.
2001-12-26  Michael StefaniucIf the fccHandler is mmioFOURCC(0, 0, 0, 0) the AVI...
2001-12-24  Gerard PatelForward tab notifications to the parent.
2001-12-19  Michael StefaniucFixed/implemented the ImageList_*Drag* functions.
2001-12-19  Lawson WhitneyIf there is no psInfo, it doesn't need to be cleaned up.
2001-12-17  NogPass on all unhandeled messages to the owner.
2001-12-11  Jon GriffithsAdd exclusion defs & remaining funcs, remove internal...
2001-12-11  Bill MedlandA treeview item may be TVI_ROOT.
2001-12-11  Dave HawkesFix for toolbar potentially using a NULL pointer.
2001-12-05  Dave HawkesThe toolbar commands were not sent to the correct notif...
2001-12-01  Guy L. AlbertelliUndocumented feature of TB_{GET|SET}BUTTONINFO{A|W...
2001-11-30  Michael StefaniucImplemented ImageList_GetDragImage.
2001-11-20  Dave HawkesTOOLBAR_GetRect did not correctly translate the command...
2001-11-06  Guy Albertelli- Define rest of URL_ESCAPE... and other flags.
2001-11-06  Francois GougetDon't prefix %p with 0x.
2001-09-20  Guy AlbertelliImplement most of the MRU related functions.
2001-09-17  Mike McCormackIgnore negative widths in HEADER_SetItemBounds.
2001-09-11  Patrik StridvallCleanup code that is strange or difficult to parse.
2001-09-10  Patrik StridvallUse the min/max in windef.h instead.
2001-09-07  Guy L. Albertelli- Handle CCS_NODIVIDER both when present and when not.
2001-09-07  Guy L. Albertelli- Fix positioning of text in buttons.
2001-08-24  Alexandre JulliardRemoved inclusion of win.h.
2001-08-21  Gerard PatelRect returned by LISTVIEW_GetItemRect should be total...
2001-08-20  Gerard PatelDo not keep the handle of a deleted item as the selecte...
2001-08-18  Eric PouechBecause of circular dependencies between comctl32 and...
2001-08-13  Guy L. Albertelli- Implemented RB_MAXIMIZEBAND for the "ideal=TRUE"...
2001-08-13  Guy L. Albertelli- Implement TBSTYLE_FLAT as "transparent" toolbar and...
2001-08-13  Guy L. AlbertelliAdd support to respond to the PGN_CALCSIZE version...
2001-08-13  Guy L. Albertelli- Make all WM_NOTIFY messages go to the parent.
next