Cosmetics.
[wine] / dlls / comctl32 /
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...
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.
next