Fixes bug which rendered virtual listboxes always empty.
[wine] / dlls / comctl32 /
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...
2002-08-30  Steven EdwardsUpdate some .cvsignore files for building on Windows.
2002-08-30  Dimitrie O. PaunImplement CBES_EX_NOSIZELIMIT style.
2002-08-29  Guy L. Albertelli- Reduce the number of messages being passed to itself...
2002-08-28  Dimitrie O. Paun- implement CBEN_DRAGBEGIN
2002-08-27  Mike McCormackChange the icon spacing when setting the image list.
2002-08-27  Aric StewartWindows expects the edit window to hang around and...
2002-08-27  Dimitrie O. PaunImplement CBES_EX_PATHWORDBREAKPROC for the ComboEx...
2002-08-27  Jacek BatorAdded Polish translations.
2002-08-26  Andriy PalamarchukImplemented processing of PSM_SETCURSELID message.
2002-08-26  Dimitrie O. Paun- implement CBES_EX_CASESENSITIVE
2002-08-16  Dmitry TimoshkovImplement comctl32.417 and shlwapi.299. This avoids...
2002-08-16  Mike McCormackImageList_SetImageCount should set nCurImage (the number of
2002-08-13  Alexandre JulliardReduce flicker on updates.
2002-08-13  Mike McCormackDuplicate the font handle passed through WM_SETFONT...
2002-08-13  Dmitry TimoshkovAdded WM_GET/SETTEXT support.
2002-08-09  Patrik StridvallFixed some issues found by winapi_check.
2002-07-29  Alexandre JulliardImport comctl32 functions from shell32 by ordinal.
2002-07-23  Guy L. Albertelli- Implement LVM_SCROLL and adjust scrolling for all...
2002-07-22  Michael StefaniucImageList_Remove returns TRUE when removing all images...
2002-07-19  Dimitrie O. PaunAllow the application to subclass a buddy edit (spotted...
2002-07-16  Guy L. AlbertelliDon't issue error message if message number in applicat...
2002-07-16  Bill MedlandCorrection to header order maintenance when a dummy...
2002-07-16  Bill MedlandDeleteColumn should return success even for uOwnerData.
2002-07-10  Guy L. Albertelli- Improve traces.
2002-07-03  Gregg MattinsonRemoved non-static structure initializers.
2002-06-28  Rok MandeljcAdded Slovenian resources.
2002-06-28  Guy L. AlbertelliAdd TCM_SETCURSEL when setting page current.
2002-06-21  Vincent BéronFixed some various comparisons wrt signedness.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-20  Guy L. Albertelli- Add routines to dump out tab items internally and...
2002-06-14  Guy L. AlbertelliSupport images on the tabs of pages that are added...
2002-06-14  Dmitry TimoshkovCosmetic fix.
2002-06-13  François GougetFix handling of strings that do not finish with "||".
2002-06-13  Guy L. Albertelli- Correct page rectangle calculation.
2002-06-10  Paul RupeSupport for LVM_SUBITEMHITTEST; check for out-of-bounds...
2002-06-10  Won-kyu ParkAdded Korean resources.
next