msi: Free the column info data when updating the table column info.
[wine] / dlls / comctl32 /
2009-12-07  Nikolay Sivovcomctl32/datetime: Free internal data completely on...
2009-12-07  Nikolay Sivovcomctl32/tests: Don't forget to free array after tests.
2009-12-07  Nikolay Sivovcomctl32/tests: Free imagelist after use.
2009-12-07  Nikolay Sivovcomctl32/treeview: Free items pointer array and root...
2009-12-03  Nikolay Sivovcomctl32/updown: Set width to default value on creation.
2009-12-03  Nikolay Sivovcomctl32/updown: Specify all styles explicitly in tests.
2009-12-02  Ilya Shpigorcomctl32: Implementation the WM_GETTEXT processing...
2009-12-01  Ilya Shpigorcomctl32: Test the WM_GETTEXT processing of datetime...
2009-12-01  Nikolay Sivovcomctl32/treeview: Simplify WM_CHAR handler.
2009-12-01  Nikolay Sivovcomctl32/treeview: Clean up winproc a bit, move paramet...
2009-12-01  Michael Stefaniuccomctl32: Use FAILED instead of !SUCCEEDED.
2009-11-30  Nikolay Sivovcomctl32/header: Avoid uninitialized memory passed...
2009-11-30  Nikolay Sivovcomctl32/listview: Get rid of duplicated helper in...
2009-11-30  Nikolay Sivovcomctl32/listview: New hover value should be passed...
2009-11-30  Nikolay Sivovcomctl32/listview: Add NM_HOVER notification.
2009-11-30  Nikolay Sivovcomctl32/listview: Make mouse hover work.
2009-11-30  Nikolay Sivovcomctl32/listview: Draw LVIS_CUT items with white foreg...
2009-11-30  Nikolay Sivovcomctl32/listview: Implement LVS_EX_HEADERINALLVIEWS.
2009-11-30  Nikolay Sivovcomctl32/listview: Get rid of helper used once.
2009-11-30  Nikolay Sivovcomctl32/listview: Further winproc simplification.
2009-11-30  Nikolay Sivovcomctl32/listview: Call default procedure directly...
2009-11-30  Nikolay Sivovcomctl32/listview: Remove parameter check from winproc...
2009-11-30  Nikolay Sivovcomctl32/listview: Collapse some handlers call in winproc.
2009-11-30  Nikolay Sivovcomctl32/listview: Default column width in LVS_LIST...
2009-11-23  Sergey Khodychcomctl32/toolbar: Use proper button index when freeing...
2009-11-23  Nikolay Sivovcomctl32/listview: Add support for LVFI_SUBSTRING.
2009-11-23  Nikolay Sivovcomctl32/listview: Fix find using partial string logic.
2009-11-23  Nikolay Sivovcomctl32/listview: Add LVSIL_GROUPHEADER definition.
2009-11-23  Nikolay Sivovcomctl32/listview: Group control data members, there...
2009-11-23  Nikolay Sivovcomctl32/listview: Send LVN_ENDLABELEDIT in any case...
2009-11-23  Nikolay Sivovcomctl32/listview: Don't forward WM_COMMAND (EN_KILLFOC...
2009-11-23  Nikolay Sivovcomctl32/listview: Do nothing on LVM_CANCELEDITLABEL...
2009-11-20  Nikolay Sivovcomctl32/tab: Reset current selection on negative focus...
2009-11-20  Nikolay Sivovcomctl32/tab: Fix selection change when selected item...
2009-11-20  Nikolay Sivovcomctl32/tab: Split tests to several functions not...
2009-11-20  Nikolay Sivovcomctl32/tab: Fix reading out of array bounds on TCM_SE...
2009-11-19  Nikolay Sivovcomctl32/monthcal: Don't pass uninitialized data to...
2009-11-19  Nikolay Sivovcomctl32/listview: Compare item text on insert dependin...
2009-11-19  Paul Vrienscomctl32/tests: Fix some test failures on comctl32...
2009-11-19  Owen Rudgecomctl32/tests: Fix imagelist v6 test failures on XP.
2009-11-19  Owen Rudgecomctl32/tests: Use SHIL_SYSSMALL instead of LARGE...
2009-11-17  Owen Rudgecomctl32/tests: Use defined flags instead of magic...
2009-11-17  Owen Rudgeshell32: Implement SHGetImageList and remove todo_wine...
2009-11-17  Owen Rudgecomctl32/tests: Add hotspot/drag test for IImageList.
2009-11-17  Owen Rudgecomctl32: Implement imagelist drag functions, GetOverla...
2009-11-17  Owen Rudgecomctl32: Implement GetImageRect, Get/SetIconSize,...
2009-11-17  Owen Rudgecomctl32/tests: Add test of IImageList_Merge function.
2009-11-16  Nikolay Sivovcomctl32/imagelist: Make ImageList_Destroy just decreas...
2009-11-16  Nikolay Sivovcomctl32/imagelist: Use defined flags instead of magic...
2009-11-16  Nikolay Sivovcomctl32/imagelist: Get rid of magic field, use vtable...
2009-11-16  Anders Jonssoncomctl32: Fix typos.
2009-11-16  Owen Rudgecomctl32: Implement Copy, Merge and Clone methods in...
2009-11-16  Owen Rudgecomctl32/tests: Add further tests for IImageList.
2009-11-16  Owen Rudgecomctl32: Implement SetOverlayImage, Replace, AddMasked...
2009-11-16  Owen Rudgecomctl32/tests: Add tests for IImageList based on stand...
2009-11-16  Owen Rudgecomctl32: Implement Add, ReplaceIcon, GetImageCount...
2009-11-16  Marcus Meissnercomctl32: Removed useless NULL check (Coverity).
2009-11-13  Paul Vrienscomctl32/tests: Remove unused parameter.
2009-11-13  Owen Rudgecomctl32/tests: Add IImageList creation test.
2009-11-13  Owen Rudgecomctl32: Add basic structure for IImageList interface.
2009-11-12  Nikolay Sivovcomctl32/treeview: Collapse some message handlers.
2009-11-12  Nikolay Sivovcomctl32/toolbar: Call handlers in more general way.
2009-11-12  Nikolay Sivovcomctl32/toolbar: Use single handler for TB_GETBUTTONTE...
2009-11-12  Nikolay Sivovcomctl32/toolbar: Use single handler for TB_SETBUTTONIN...
2009-11-04  Owen Rudgecomctl32: Add support for scrolling during marquee...
2009-11-04  Owen Rudgecomctl32: Cancel marquee selection if we lose focus...
2009-11-04  Owen Rudgecomctl32: Move marquee logic into separate function.
2009-11-04  Owen Rudgecomctl32: Add absolute version of iterator_frameditems.
2009-10-28  Paul Vrienscomctl32/tests: Use A-functions.
2009-10-26  Nikolay Sivovcomctl32/tests: Release Imagelist handles when no neede...
2009-10-26  Nikolay Sivovcomctl32/toolbar: Don't leak button strings.
2009-10-23  Nikolay Sivovcomctl32/tests: Explicitly initialize window handle.
2009-10-22  Nikolay Sivovcomctl32: Fix imagelist leak when switching LVS_EX_CHEC...
2009-10-22  Nikolay Sivovcomctl32/listview: Free ID array when removing all...
2009-10-22  Nikolay Sivovcomctl32/listview: Free column data on control destruction.
2009-10-22  Nikolay Sivovcomctl32/listview: Don't query header if it isn't created.
2009-10-21  Nikolay Sivovcomctl32/tests: Release activation context handle when...
2009-10-21  Nikolay Sivovcomctl32/header: Don't leak Imagelist handle.
2009-10-21  Nikolay Sivovcomctl32/syslink: Implement LWS_IGNORERETURN.
2009-10-21  Nikolay Sivovcomctl32/syslink: Implement LWS_TRANSPARENT style.
2009-10-21  Nikolay Sivovcomctl32/syslink: Add a WM_ERASEBKGND handler.
2009-10-20  Owen Rudgecomctl32: Ensure listview control has focus when marque...
2009-10-20  Paul Vrienscomctl32/tests: Fix some test failures on older comctl32.
2009-10-19  Francois Gougetcomctl32: Add a trailing '\n' to a Wine trace.
2009-10-19  Francois Gougetcomctl32/monthcal: Fix compilation on systems that...
2009-10-19  Ričardas Barkauskascomctl32/propsheet: Test and fix for crash processing...
2009-10-19  Nikolay Sivovcomctl32/monthcal: Explicitly set required control...
2009-10-19  Nikolay Sivovcomctl32/header: Process input order array more accurately.
2009-10-19  Nikolay Sivovcomctl32/treeview: Erase background on WM_PAINT if...
2009-10-19  Owen Rudgecomctl32: Only execute hit test in MouseMove if necessary.
2009-10-16  Nikolay Sivovcomctl32/monthcal: Get/set unicode format flag using...
2009-10-15  Nikolay Sivovcomctl32/tooltips: Remove unneeded helper parameter.
2009-10-15  Nikolay Sivovcomctl32/tooltips: Remove redundant code, let handlers...
2009-10-15  Nikolay Sivovcomctl32/tooltips: Test the way structure size field...
2009-10-15  Nikolay Sivovcomctl32/tooltips: Fix an obviously wrong structure...
2009-10-14  Nikolay Sivovcomctl32/monthcal: Reduce update rectangle after updati...
2009-10-14  Nikolay Sivovcomctl32/monthcal: Fix painting selected day, remove...
2009-10-14  Nikolay Sivovcomctl32/comboex: Handle NULL item text case to avoid...
2009-10-13  Paul Vrienscomctl32/tests: Fix a test failure on older comctl32...
2009-10-13  Nikolay Sivovcomctl32/monthcal: Add separate handler for WM_PRINTCLIENT.
next