amstream: Simplify declaration of VTable members.
[wine] / dlls / comctl32 /
2010-01-11  Paul Vrienscomctl32: Fix size parameter for memset (Coccinelle).
2010-01-07  Marcin Baczyńskicomctl32: Remove superfluous void* cast.
2010-01-07  Nikolay Sivovcomctl32/listview: Fix memory leak on subrange deletion.
2010-01-04  Nikolay Sivovcomctl32/comboex: Fix a leak for text string stored...
2010-01-04  André Hentschelcomctl32: Improve German translation.
2009-12-28  Gerald Pfeifercomctl32: Remove obsolete comment on RB_SETPALETTE...
2009-12-28  Michael Stefaniuccomctl32: The return value of notify_with_scroll()...
2009-12-28  Michael Stefaniuccomctl32: Remove some explicit LPARAM/WPARAM casts.
2009-12-28  Michael Stefaniuccomctl32/tests: Remove some superfluous casts around...
2009-12-28  Nikolay Sivovcomctl32/updown: Fix formatting for hex mode.
2009-12-28  Nikolay Sivovcomctl32/rebar: Check for null handles before invalidation.
2009-12-28  Nikolay Sivovcomctl32/tests: Skip test on <5.8x systems.
2009-12-24  Nikolay Sivovcomctl32/rebar: Avoid empty band range when changing...
2009-12-24  Nikolay Sivovcomctl32/comboex: Move debugging traces that require...
2009-12-24  Nikolay Sivovcomctl32/comboex: Get rid of useless helper.
2009-12-24  Nikolay Sivovcomctl32/comboex: Don't invalidate all windows if Edit...
2009-12-24  Nikolay Sivovcomctl32/comboex: Fix silly typo in CBEM_SETITEM handle...
2009-12-24  Nikolay Sivovcomctl32/comboex: Add test for internally sent Edit...
2009-12-24  Nikolay Sivovcomctl32/comboex: Use subclass chain for internally...
2009-12-23  Nikolay Sivovcomctl32/rebar: Fix default just inserted band colors.
2009-12-23  Nikolay Sivovcomctl32/tests: Explicitly create rebar for each test...
2009-12-23  Nikolay Sivovcomctl32/updown: Don't change control z-order, this...
2009-12-23  Nikolay Sivovcomctl32/updown: Don't update buddy text if it's the...
2009-12-22  Paul Vrienscomctl32/tests: Fix a test failure on older comctl32.
2009-12-22  Nikolay Sivovcomctl32/updown: Simplify buddy subclassing using SetWi...
2009-12-22  Nikolay Sivovcomctl32/tests: Use win_skip() while skipping subclass...
2009-12-22  Nikolay Sivovcomctl32/tests: Some tests for buddy procedure subclassing.
2009-12-22  Nikolay Sivovcomctl32/tests: Add ability to create any number of...
2009-12-22  Jason Edmeadescomctl32/toolbar: Improve fixme message conditions.
2009-12-21  Michael Stefaniuccomctl32/tests: Don't cast NULL to an integer type.
2009-12-21  Nikolay Sivovcomctl32/rebar: Don't read outside of bands array on...
2009-12-21  Nikolay Sivovcomctl32/rebar: Collapse some parameter checks and...
2009-12-21  Nikolay Sivovcomctl32/rebar: Move parameter cast to winproc.
2009-12-21  Nikolay Sivovcomctl32/rebar: Use DPA to manage bands data.
2009-12-21  Alexandre Julliardcomctl32: Use the module instance instead of that of...
2009-12-15  Paul Vrienscomctl32/tests: Fix some test failures on older comctl32.
2009-12-14  Nikolay Sivovcomctl32/treeview: Implement NM_SETCURSOR notification.
2009-12-14  Nikolay Sivovcomctl32/treeview: Draw +/- signs with text color,...
2009-12-14  Nikolay Sivovcomctl32/treeview: Fix default colors set on creation.
2009-12-14  Nikolay Sivovcomctl32/treeview: Fix mouse tracking request code.
2009-12-10  Paul Vrienscomctl32/tests: Fix a test failure on older comctl32.
2009-12-10  Nikolay Sivovcomctl32/tests: Get rid of static handles, split tests...
2009-12-10  Nikolay Sivovcomctl32/treeview: Remove some forward declarations.
2009-12-10  Nikolay Sivovcomctl32/treeview: Use additional helper for item inval...
2009-12-09  Kirill K. Smirnovcomctl32/treeview: Avoid a NULL pointer dereference.
2009-12-09  Nikolay Sivovcomctl32/listview: Update item width every time new...
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...
next