- Use appropriate per-platform NDR_LOCAL Data Representation.
[wine] / dlls / comctl32 /
2002-10-31  Carlos LozanolParam was not properly sent in COMBOEX_DrawItem.
2002-10-31  Dimitrie O. PaunAppend columns with large column indices.
2002-10-31  Dmitry TimoshkovFix some types and function prototypes according to...
2002-10-31  Dimitrie O. PaunFix some treeview notification codes between ANSI/Unico...
2002-10-29  Rein KlazesFix for listview wheelmouse message handling.
2002-10-29  Sander van LeeuwenFixed font object leak in WM_SETFONT handler.
2002-10-29  Dimitrie O. PaunSend the right notification code (A/W) depending on...
2002-10-28  Alexandre Julliardset_main_item: ignore meaningless bits in stateMask...
2002-10-28  Dimitrie O. PaunWe should always have a main item in report mode.
2002-10-28  Dimitrie O. PaunProperly fill lParam in NMLISTVIEW.
2002-10-28  Dimitrie O. PaunFix crash-inducing typo/thinko.
2002-10-28  Dimitrie O. PaunMark immutable objects as const. Fix inconsistent ...
2002-10-28  Dimitrie O. PaunAdd LVHITTESTINFO debug helper. More tracing.
2002-10-28  Dimitrie O. PaunDespite what the docs say, we have to invalidate the...
2002-10-28  Dimitrie O. PaunEliminate flicker when resizing, docs updates.
2002-10-28  Dimitrie O. PaunCleanup, and simplification of UpdateSize.
2002-10-28  Dimitrie O. PaunHandle focus item properly in SetItemCount.
2002-10-28  Dimitrie O. PaunRemove only the necessary selections when setting the...
2002-10-28  Dimitrie O. PaunRewrite of the SetItemCount: bugs got squashed,
2002-10-28  CarloslParam was not properly sent in TTM_ADDTOOLW.
2002-10-28  CarloslParam was not properly sent in CBEN_GETDISPINFOW.
2002-10-25  Andreas Mohr- fix some pselling
2002-10-25  Dimitrie O. PaunDo not invalidate list on WM_SETREDRAW.
2002-10-25  Dimitrie O. PaunWe can avoid flicker on column resize only if it's...
2002-10-25  Dimitrie O. PaunAlways draw the main item in full row select.
2002-10-25  Dimitrie O. PaunUse iterators to render over the columns, in report...
2002-10-25  Dimitrie O. PaunSmall iterator-over-range[s] cleanup.
2002-10-25  Dimitrie O. PaunEliminate most of the flicker when resizing columns.
2002-10-25  Dimitrie O. PaunFix subitem background color in full row select.
2002-10-25  Dimitrie O. PaunWe should callback for inexistent subitems.
2002-10-25  Dimitrie O. PaunFix crash when computing the item width of a report...
2002-10-25  Dimitrie O. PaunKeep autoarranging items until one is moved.
2002-10-25  Dimitrie O. PaunAbstract autoarranging decision to a helper function.
2002-10-25  Dimitrie O. PaunDo not do screen work if refreshing is disabled.
2002-10-25  Dimitrie O. PaunRewrite the UpdateScroll function: simpler, faster.
2002-10-23  Dimitrie O. PaunAvoid division by 0 by initializing the item size in...
2002-10-23  Dimitrie O. PaunAppend to the end of the DPA, if insert index is too...
2002-10-23  CarlosFixed duplicated arrows in header control.
2002-10-23  Dimitrie O. PaunFix thinko that slipped in with the prev patch (reenabl...
2002-10-23  Dimitrie O. PaunDo not invalidate the window before the first paint...
2002-10-23  Dimitrie O. PaunUse InvalidateItem instead of explicit InvalidateRect...
2002-10-23  Dimitrie O. PaunTransform the invalidation macros to proper functions.
2002-10-23  Dimitrie O. PaunDelay some size computations until after first paint.
2002-10-23  Rein KlazesReorganize the item size calculation (a bit simpler...
2002-10-23  Rein KlazesSearch through all items when LISTVIEW_FindItemW is...
2002-10-23  Dimitrie O. PaunDelete the items if we actually own them.
2002-10-23  Dimitrie O. PaunDo not callback to the parent for lParam when in LVS_OW...
2002-10-23  Michael Stefaniuc- fix the "int format, HANDLE arg" type of warnings...
2002-10-23  Michael StefaniucAdd casts to compile with -DSTRICT.
2002-10-23  Dimitrie O. PaunDo not crash if callback text is not filled (behave...
2002-10-23  Dimitrie O. PaunCollect all bugs, missing features, etc in the header...
2002-10-23  Dimitrie O. PaunDo not autoarrange if we insert/delete from the end...
2002-10-23  Dimitrie O. PaunRework SetItemPosition, bunch of bugs squashed in the...
2002-10-23  Dimitrie O. PaunRename LISTVIEW_ITEM to ITEM_INFO for consistency.
2002-10-23  Patrik StridvallDon't use wine/unicode.h in the header files, include...
2002-10-23  Michael StefaniucAdd needed casts for a "no warnings" compile of comctl32.
2002-10-23  Christian NeumairCollect all bugs, missing features, etc in the header...
2002-10-22  Dimitrie O. PaunBring header's height more inline with native's.
2002-10-21  Dimitrie O. PaunDPAs can't have more than 0x8000 elements (fixed with...
2002-10-21  Dimitrie O. PaunNo need to increment item size, it's already adjusted...
2002-10-21  Dimitrie O. PaunDo not rely on HeapReAlloc to allocate a NULL pointer.
2002-10-21  Dimitrie O. PaunRewrite DPA_InsertPtr in terms on DPA_SetPtr, so that...
2002-10-21  Dimitrie O. PaunDo not send uninitialized lParams on notification msgs...
2002-10-21  Dimitrie O. PaunComplete rewrite of the rcView implementation.
2002-10-21  Dimitrie O. PaunSplit ranges_destroy in ranges_clear, and ranges_destroy.
2002-10-21  Dimitrie O. PaunUpdated header documentation to the latest, and greatest.
2002-10-21  Dimitrie O. PaunOptimize invalidation on insert.
2002-10-21  Dimitrie O. PaunRewrite DeleteItemT: cleaner, a lot faster.
2002-10-21  Dimitrie O. PaunImplement most of LVM_ARRANGE.
2002-10-21  Dimitrie O. PaunProper (type wise) return types.
2002-10-21  Dimitrie O. PaunReorganize header notifications.
2002-10-21  Dimitrie O. PaunCrash on internal NULL pointers, don't test all over...
2002-10-21  Dimitrie O. PaunWhen removing focus, no need to go through all elements.
2002-10-21  Dimitrie O. PaunFix colors for selected items in full row select mode.
2002-10-21  Dimitrie O. PaunFix computation of subitem box, when invalidating it.
2002-10-21  Dimitrie O. PaunAssert on inconsistent range list states.
2002-10-21  Dimitrie O. PaunDo not grow the item list to arbritary index: if reques...
2002-10-21  Dimitrie O. PaunSetColumnWidth rewrite: simpler, cleaner code. Bugs...
2002-10-21  Dimitrie O. PaunHandle generic column width changes.
2002-10-21  Dimitrie O. PaunAssert on internal invariants, rather than fail gracefully.
2002-10-21  Dimitrie O. PaunMore docs compliant alignment handling for subitems.
2002-10-21  Dimitrie O. PaunFix notification from header, on item changed.
2002-10-21  Duane ClarkCorrect the behavior for disabled toolbar buttons.
2002-10-19  Dimitrie O. PaunDo not create a range list for an empty range.
2002-10-19  Dimitrie O. PaunStore the entire format bitmap in the column info.
2002-10-19  Dimitrie O. PaunColumn zero has the image enabled always, irrespective...
2002-10-19  Dimitrie O. PaunUnify {Insert,Set}ColumnT as much as possible.
2002-10-19  Dimitrie O. PaunFix function header documentation.
2002-10-19  Dimitrie O. PaunBetter report mode.
2002-10-19  Dimitrie O. PaunWhen deleting an item, remove selection, don't add it!
2002-10-19  Dimitrie O. PaunMore traces to help us make sense of the output.
2002-10-19  Dimitrie O. PaunFix ranges insertion bug (specify DPAS_SORTED when...
2002-10-19  Dimitrie O. PaunInspect style bits independently on style change.
2002-10-19  Dimitrie O. PaunRewrite StyleChanged procedure
2002-10-19  Dimitrie O. PaunKeep track of per-column information inside the listview.
2002-10-19  Dimitrie O. PaunDo not query items that are just being inserted.
2002-10-19  Dimitrie O. PaunReorganize things a bit so that we no longer need the...
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-10-18  Martin FuchspszText is stored as Unicode, so call DrawTextW() inste...
2002-10-17  Dimitrie O. PaunInstrument SetItemT to change only _one_ item at a...
next