LVS_OWNERDRAWFIXED should only take effect in REPORT mode.
[wine] / dlls / comctl32 /
2002-10-11  Alexandre JulliardLVS_OWNERDRAWFIXED should only take effect in REPORT...
2002-10-10  Dimitrie O. PaunFix drawing bug introduced with the custom notification
2002-10-10  Dimitrie O. PaunSimplify the report mode, and item drawing considerably.
2002-10-10  Dimitrie O. PaunHandle custom draw notifications properly.
2002-10-10  Dimitrie O. PaunRemove superfluous abstractions which make the code...
2002-10-10  Dimitrie O. PaunMove the custom draw notifications into the Draw.*Item...
2002-10-10  Dimitrie O. PaunMove the custom draw item notifications down into DrawL...
2002-10-10  Dimitrie O. PaunFix silly redraw bug introduced in previous patch.
2002-10-10  Dimitrie O. PaunImplement WM_SETREDRAW properly.
2002-10-10  Dimitrie O. PaunRework the mouse click notifications
2002-10-10  Dimitrie O. PaunUse (semi)standard HitTest, rather then our own little...
2002-10-10  Michael Stefaniuc- change the internal functions in windows/cursoricon...
2002-10-10  Paul RupeScroll the listview when doing multiple selections.
2002-10-10  Dimitrie O. PaunNarrow down the items we iterate over in LIST, and...
2002-10-10  Dimitrie O. PaunDraw _only_ the items that are invalidated.
2002-10-10  Dimitrie O. PaunReimplement FindItem (cleaner, faster, more compliant...
2002-10-10  Dimitrie O. PaunRewrite HitTest to make it pretty, and very fast.
2002-10-10  Dimitrie O. PaunIntroduce the notion of item iterators, and use them...
2002-10-10  Dimitrie O. PaunSeparate range manipulation functions from selection...
2002-10-10  Dimitrie O. PaunFix large item label calculation when not focused.
2002-10-10  Dimitrie O. PaunFix focus handling when deleting items, or changing...
2002-10-10  Dimitrie O. PaunFix large item handling focus in ICON mode.
2002-10-10  Dimitrie O. PaunNo need to go through the heavy duty rect computation...
2002-10-10  Dimitrie O. PaunFactor out owner draw code, so that it works for all...
2002-10-10  Dimitrie O. PaunFactor out the computation of item position, so it...
2002-10-10  Dimitrie O. PaunUnify LISTVIEW_UpdateLargeItemLabelRect, and GetItemMea...
2002-10-10  Dimitrie O. PaunGet rid of 'goto's in GetItemMeasures.
2002-10-10  Dimitrie O. PaunFix braino in calculation of LVS_LIST origin.
2002-10-08  Dimitrie O. PaunFixed bug that caused item texts to be empty.
2002-10-07  Dimitrie O. PaunFix nasty bug generated by UINT vs. INT (resulted in...
2002-10-07  Dimitrie O. PaunCleaned up the rectangle handling, and fixed numerous...
2002-10-07  Paul RupeFix inaccurate listview scrolling with PgUp/Down and...
2002-10-07  Dimitrie O. PaunFix silly bug in SetItemPosition (we should set it...
2002-10-07  Dimitrie O. PaunMaintain the item position in {,SMALL}ICON mode separat...
2002-10-07  Dimitrie O. PaunCleanup the SetItemPosition interface.
2002-10-07  Dimitrie O. PaunRemove the COUNT_OF macro.
2002-10-07  Dimitrie O. PaunFixes bug which rendered virtual listboxes always empty.
2002-10-07  Dimitrie O. PaunCleanup, and clarify the handling of the various rectan...
2002-10-07  Dimitrie O. PaunCleanup of the way we maintain/lookup the item count.
2002-10-07  Dimitrie O. PaunFix focus handling for owner draw listviews.
2002-10-07  Dimitrie O. PaunFix potential bug in RemoveAllItems.
2002-10-05  Dimitrie O. PaunReimplement GetSubItemRect, subitem setting optimizations.
2002-10-05  Dimitrie O. PaunFix bug in OWNERDATA selection handling.
2002-10-05  Dimitrie O. PaunFix onwer-draw REPORT for broken apps.
2002-10-05  Dimitrie O. PaunStreamline the GetItem usage.
2002-10-05  Dimitrie O. PaunFix condition so we actually store the state in virtual...
2002-10-05  Dimitrie O. Paun- Effective optimization in GetNextItem (speeds up...
2002-10-05  Dimitrie O. PaunRewrite the begin/end label edit procedures.
2002-10-04  Dimitrie O. PaunFixed large item focus handling for virtual listviews...
2002-10-04  Dimitrie O. PaunDo not blindly trust GetItem to succeed -- check the...
2002-10-04  Dimitrie O. PaunDo not send uninitialized data in notification to appli...
2002-10-04  Dimitrie O. Paun- Fix nasty bug in REPORT mode, when calculating the...
2002-10-03  György 'Nog' JeneyAbort with error if the app uses our api to subclass...
2002-10-02  Dimitrie O. Paun- Reorganize DrawItem.
2002-10-02  György 'Nog' JeneyUse the new Subclassing API.
2002-10-02  Dimitrie O. PaunFancy/optimized EnsureVisible method that eliminates...
2002-10-02  György 'Nog' JeneyImplemented {G|S}etWindowSubClass, DefSubclassProc,
2002-10-02  Dimitrie O. Paun- Fix the subitem drawing code.
2002-10-02  Dimitrie O. Paun- Fix the state icon handling.
2002-10-02  Dimitrie O. Paun- Rework the {Insert,Delete}Column functions.
2002-10-01  Dimitrie O. Paun- Fix LIST mode, broken by previous changes.
2002-09-30  Paul RupePrevent crash when listview trace logging is on.
2002-09-29  Guy Albertelli- Eliminate extra background fills.
2002-09-29  Dimitrie O. Paun- Cache GWL_STYLE, to avoid fetching in virtually every...
2002-09-27  Dimitrie O. PaunRemove item from the list, if we fail to initialize...
2002-09-27  Dimitrie O. Paun- Fix crashes in debug mode.
2002-09-25  Paul Rupe- Initialize memory to prevent crashes when -debugmsg...
2002-09-25  Paul RupeResize dynamic pointer array more carefully when adding...
2002-09-24  Guy L. Albertelli- Localize origin, location, and rectangle computation.
2002-09-24  Dimitrie O. PaunSmall cleanups, updated documentation.
2002-09-23  Dimitrie O. PaunRemove some more superfluous ZeroMemory calls, small...
2002-09-23  Dimitrie O. Paun- Fix outputting of a text pointer in debug mode (by...
2002-09-23  Patrik StridvallCleaned up the code so it would be easier to parse...
2002-09-18  Dimitrie O. Paun- Better implementation for GetTopindex/GetOrigin/SetIc...
2002-09-17  Gyorgy 'Nog' Jeney- Unicodeify control.
2002-09-17  Dimitrie O. Paun- Optimize the heck out of Report drawing.
2002-09-17  Francois GougetRemove references to PCVOID and LPUINT.
2002-09-17  Sander van LeeuwenListview_ProcessLetterKeys: fixed never ending loop...
2002-09-16  Dimitrie O. Paun- Reorganization and cleanup of selection code.
2002-09-16  Dimitrie O. Paun- Grand rewrite for {Get,Set,Insert}Item & Co.
2002-09-13  Guy L. Albertelli- Improve LVM_GETITEMRECT values for LVS_ICON style...
2002-09-12  Dimitrie O. Paun- Implement custom draw support.
2002-09-12  Dimitrie O. PaunFix a bunch of bugs related to scrolling.
2002-09-12  Dimitrie O. Paun- Complete rewrite of scrolling code: smaller, faster...
2002-09-12  Dimitrie O. PaunGreatly improved drawing code: eliminates all flicker...
2002-09-12  Dimitrie O. Paun- Rewrite the drawing code. It now is much smaller...
2002-09-11  Dimitrie O. Paun- Implement autopaging.
2002-09-11  Dimitrie O. PaunCode cleanups and simplifications, documentation updates.
2002-09-09  Dimitrie O. Paun- Pass infoPtr around, instead of hwnd.
2002-09-09  Dimitrie O. Paun- Fix bug in mouse position reading.
2002-09-09  Dimitrie O. Paun- Fix the tics drawing code.
2002-09-09  Dimitrie O. PaunAdd support for the TTM_GETBUBBLESIZE message.
2002-09-06  Michael StefaniucPrepare dlls/{comctl32,gdi,msvideo,setupapi,shell32...
2002-09-06  Dimitrie O. Paun- Eliminate flicker.
2002-09-06  Dimitrie O. PaunAdd generic notification support for the common controls.
2002-09-06  Dimitrie O. Paun- Complete support for rgb{Fg,Bk} in DrawIndirect.
2002-09-04  Dimitrie O. Paun- Fix ImageList_GetIcon to use ImageList_* functions for
2002-09-04  Dimitrie O. Paun- Unicodification (use Unicode functions & types consis...
2002-09-04  Dimitrie O. PaunSmall updown cleanup.
2002-09-04  Dimitrie O. Paun- implement support for xBitmap and yBitmap in ImageLis...
next