Spelling typos.
[wine] / dlls / comctl32 /
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...
2001-02-20  Aric StewartInsert the item before calling a SetFirstVisible which...
2001-02-20  Guy L. Albertelli- Implement CB_SETCURSEL, CBEM_DELETEITEM, CBEM_GETITEM,
2001-02-20  Eric KohlFixed behaviour of dropdown buttons. When a dropdown...
2001-02-16  James HathewayUpdate selection after sorting (in LISTVIEW_SortItems...
2001-02-16  François GougetTB_SETBUTTONSIZE messages must be taken into account...
2001-02-16  Aric StewartSetting the HotItem to -1 can be disastrous at times...
2001-02-15  Aric StewartContinued the implementation of Set Hot Item.
2001-02-15  James HathewaySend LVN_DELETEITEM notification first, to avoid crashe...
2001-02-14  François GougetListView_GetItemRect already sets rc.left.
2001-02-14  François Gougetdebugstr_xxx already does the quoting.
2001-02-14  François GougetChange the callback declarations to a safer format.
2001-02-12  Andreas MohrCheck PROPSHEETPAGEA.pfnCallback for NULL pointer if...
2001-02-12  François GougetHandle WM_CHARs and pass them to TREEVIEW_ProcessLetter...
2001-02-12  François GougetFix (rewrite), and add documentation to LISTVIEW_Proces...
2001-02-12  Francois GougetChange the callback declarations to a safer format.
2001-02-12  Chris MorganFix ListView_GetItemRect() macro.
2001-02-12  James AbbatielloDon't allow comctl32 controls to access their infoPtr...
2001-02-12  Susan FarleyHandle the CCS_NORESIZE style.
2001-01-26  Guy L. Albertelli- Rewrite WM_CREATE to match native (allocating own...
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-26  Guy L. Albertelli- make hidden bands have valid (0 width) child window...
2001-01-25  Gerard PatelDon't send notifications for the initial display of...
2001-01-22  Gerard PatelMisc fixes in LISTVIEW_SetImageList, LISTVIEW_SetItemCount,
2001-01-17  Alexandre JulliardCleaned up dll startup routines now that we have separa...
2001-01-17  Ulrich CzekallaOnly adjust item rect by horizontal scrollbar offset...
2001-01-13  François GougetIn STATUSBAR_GetTipText{a,W, always put a terminating...
2001-01-12  Susan FarleyImplemented most functionality. TODO lists whats left.
2001-01-10  François GougetOnly copy the dwSize bytes really occupied by lpPropShe...
2001-01-10  Ulrich CzekallaOnly call TOOLBAR_CalcToolbar when parameters change.
2001-01-09  François GougetTest for NULL and LPSTR_TEXTCALLBACK before using lpCol...
2001-01-09  Gerard PatelSend the creation notification to the true owner of...
2001-01-09  Ulrich CzekallaAdjust item rects by horizontal scrollbar offset.
2001-01-09  Gerard PatelFixed TCM_GetRowCount.
2000-12-27  Andreas Mohr- clarify many error messages
2000-12-26  Eric PouechNo longer using function pointers to winmm and msvfw32...
2000-12-19  Gerard PatelDo not send a WM_NOTIFYFORMAT to a non-existent owner.
2000-12-18  Guy L. Albertelli- Implement drag for vertical rebars (drag up and down).
2000-12-18  Guy L. AlbertelliPass WM_COMMAND and WM_NOTIFY to parent as received.
2000-12-15  Aric StewartFixed some difficulties with the font on vertical tabs...
2000-12-15  Ulrich CzekallaMark width as valid when we send HDN_ENDTRACKA.
2000-12-14  Francois GougetRemoved the name of APIs exported by ordinal.
2000-12-13  Alexandre JulliardFixed some warnings.
2000-12-13  Eric KohlFixed crash of WinZip 8.0 due to invalid image list...
2000-12-13  Andreas MohrInvalid buttons are "hidden".
2000-12-12  Gerard PatelUse DrawText to display text in horizontal tabs.
2000-12-06  Alexandre JulliardUse libwine and libwine_unicode directly from their...
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-30  Guy L. AlbertelliImplement better version of DPA_Merge.
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-30  Alexandre JulliardFinished separation of comclt32 and comdlg32.
2000-11-29  Brian TeagueAdd a stub for the CAPS1 capability in GetDeviceCaps.
2000-11-29  Alexandre JulliardCleaned up some more dependencies on Wine internal...
2000-11-29  Dimitrie O. PaunFixed a few compilation warnings.
2000-11-29  Aric StewartOwnerdata listviews were not clearing previously select...
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-26  Dimitrie O. PaunCorrected default values with help from Ulrich Czekalla.
2000-11-25  Eric KohlAdded notification format handling.
2000-11-25  Dimitrie O. PaunUpdate comments, cleanup warning messages.
2000-11-25  Eric KohlRemoved calls to internal (non-exported) wine functions.
2000-11-25  Ulrich CzekallaSend HDN_ITEMCHANGING and HDN_ITEMCHANGED when resizing.
2000-11-25  Marcus MeissnerMultiByteToWideChar() returns characters, not bytes.
2000-11-15  Dmitry TimoshkovRemove redundant includes.
2000-11-15  Eric KohlUse internal unicode strings.
2000-11-15  Eric KohlNew unicode support functions.
2000-11-13  Alexandre JulliardTemp hack: do not import dlls that we link with at...
2000-11-13  Guy L. AlbertelliImplement dragging on gripper to expand and compress...
2000-11-12  Alexandre JulliardStart using import tables for dlls that can already...
2000-11-11  Andreas MohrFixed WM_PAINT in ANIMATE_WindowProc; call DefWindowPro...
2000-11-09  Eric KohlAdded header control cursors and drag list arrow icon.
2000-11-09  Dmitry TimoshkovMake a copy of the dialog resource before correcting...
2000-11-08  Aric StewartImplemented VK_PRIOR and VK_NEXT processing (merged...
2000-11-07  Eric KohlImplemented toolbar customization dialog.
next