Spelling stuff.
[wine] / dlls / comctl32 /
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.
2001-08-10  Jörg MayerFixed a few signed/unsigned and "unsigned < 0 always...
2001-08-06  Andreas MohrFixed tab control index handling.
2001-08-03  Guy L. Albertelli- Add debugging dumps of bar and buttons, and trace...
2001-07-31  NogDon't enable the 'hot' state of a toolbar button when...
2001-07-26  Marcus MeissnerBe a bit more graceful on NULL property sheet titles.
2001-07-26  Guy L. Albertelli- On TB_SETIMAGELIST retrieve new values of the bitmap...
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-07-20  Guy L. Albertelli- Recalc the toolbar size on TB_SETBUTTONSIZE in certai...
2001-07-20  Guy L. Albertelli- Fix handling of text color.
2001-07-20  Guy L. AlbertelliFix conversion of W structure to A structure during...
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-17  Francois GougetSome 'calendar' typos...
2001-07-17  Gerard PatelRefresh bitmap count to take in account imagelist chang...
2001-07-08  Guy L. Albertelli- Move creation process to the WM_NCCREATE message...
2001-07-02  Patrik StridvallDocumentation fixes.
2001-07-02  Guy L. AlbertelliRBBS_FIXEDSIZE should not affect _AdjustBands (found...
2001-07-02  Mike McCormackFix button text placement for disabled buttons (see...
2001-07-02  Guy L. AlbertelliRemember response from LVN_GETDISPINFO if user sets...
2001-06-24  Guy L. Albertelli- Add support for WM_NOTIFYFORMAT and support both...
2001-06-24  Guy L. Albertelli- Fix memory leaks.
2001-06-24  Guy L. AlbertelliFixed test so 0xffffffff is properly recognized.
2001-06-22  Andreas MohrSpelling fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-11  Guy L. Albertelli- correct rebar window borders and handling of RBS_BORD...
2001-06-06  Marcus MeissnerImplemented page skipping on PSN_SETACTIVE -1 return.
2001-05-31  Francois GougetTOOLBAR_InsertButtonA: If iString==-1 then don't use...
2001-05-25  Gerard PatelImplemented DTM_GET/SETRANGE.
2001-05-18  Francois GougetSpelling typos.
2001-05-11  Francois GougetRemove unnecessary single quoting of debugstr_xxx strings.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-05-03  Susan FarleyImplement autorepeat scrolling when button is held...
2001-04-30  Chris MorganImplement COMCTL32_StrToIntW() using NTDLL's _wtoi.
2001-04-20  Andreas MohrSpelling fixes.
2001-04-20  Andreas MohrFixed off by one error in ImageList_DrawIndirect().
2001-04-20  Guy L. Albertelli- Notify parent of child size changes when changes...
2001-04-20  Guy L. Albertelli- Implement CB_{GET|SET}ITEMDATA for CombBoxEx.
2001-04-18  James HathewayEliminate unitialized garbage being returned from LISTV...
2001-04-16  Francois GougetGetItemSpacing(true): Return the default item spacing...
2001-04-13  Andreas Mohr- *don't* MoveWindow() the status bar if CCS_NORESIZE...
2001-04-10  Michael StefaniucFix for small typo.
2001-04-09  Marcus MeissnerTranslations for German language.
2001-04-09  Gerard PatelAfter an item text changes, the rectangle width should be
2001-04-04  Rein KlazesFixed scrolling of listview with a mouse wheel.
2001-04-04  Gerard PatelErase the in-memory DC for treeview and fixes the recta...
2001-04-04  Gerard PatelSet background mode to transparent before calling owner...
2001-03-22  Jeff GarzikAdded needed string.h includes.
2001-03-16  Gerard PatelAdded version info.
2001-03-16  Guy L. Albertelli- Documented things known to be unimplemented.
2001-03-16  Guy L. Albertelli- Correct RBN_CHILDSIZE band rectangle to match native.
2001-03-05  Francois GougetUpdate nSelectionMark and nFocusedItem when inserting...
2001-03-05  Susan Farley- Background of the child wnd should be erased with...
2001-03-04  Francois GougetIn LISTVIEW_AddGroupSelection and LISTVIEW_SetGroupSele...
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
2001-02-23  Susan FarleyHoriz/Vert determination must be dynamic, as the style...
next