shlwapi: Implement stub for ZoneCheckUrlExW.
[wine] / dlls / comctl32 /
2009-09-08  Nikolay Sivovcomctl32/listview: Add partial support for cxMin width...
2009-09-08  Nikolay Sivovcomctl32/header: Implement HDS_NOSIZING style with...
2009-09-08  Nikolay Sivovcomctl32/listview: Handle LVCFMT_FIXED_WIDTH flag.
2009-09-08  Nikolay Sivovcomctl32/header: Implement HDF_FIXEDWIDTH format flag.
2009-09-08  Nikolay Sivovcomctl32/listview: Implement LVS_EX_TRANSPARENTBKGND...
2009-09-08  Nikolay Sivovcomctl32/trackbar: Drop initial parent creation tests...
2009-09-08  Nikolay Sivovcomctl32/trackbar: TBM_SETTIC processing shouldn't...
2009-09-08  Nikolay Sivovcomctl32/trackbar: Default to TBTS_TOP position on...
2009-09-02  Nikolay Sivovcomctl32/trackbar: Reduce parameter count for some...
2009-09-02  Nikolay Sivovcomctl32/trackbar: Cache window style.
2009-09-02  Nikolay Sivovcomctl32/trackbar: Fix tic count calculation.
2009-09-01  Jan de Mooijcomctl32/propsheet: Update position of hidden buttons...
2009-09-01  Nikolay Sivovcomctl32/listview: Call default handler for WM_PAINT...
2009-08-31  Ge van Geldorpcomctl32/tests: Adjust message sequences for Win7 ...
2009-08-31  Ge van Geldorpcomctl32/tests: Adjust message sequences for Win7 ...
2009-08-31  Ge van Geldorpcomctl32/tests: Adjust message sequences for Win7 ...
2009-08-29  Alexandre Julliardcomctl32/tests: Fix status test failures on older Windo...
2009-08-29  Alexandre Julliardcomctl32/tests: Fix some toolbar test failures on older...
2009-08-27  Juan Langcomctl32: Return the number of characters copied in...
2009-08-26  Alexandre Julliardcomctl32/tests: Fix tooltips test failures on older...
2009-08-26  Alexandre Julliardcomctl32/tests: Fix tab control test failures on older...
2009-08-24  Nikolay Sivovcomctl32/tests: Move message testing helpers to header.
2009-08-24  Akihiro Sagawacomctl32: Update Japanese translation.
2009-08-19  Francois Gougetcomctl32/tests: Add a trailing '\n' to ok() calls.
2009-08-18  Alexandre Julliardcomctl32/tests: Fix the property sheet tests on older...
2009-08-18  Alexandre Julliardcomctl32/tests: Fix a number of listview message test...
2009-08-17  Nikolay Sivovcomctl32/tab: Init TCITEM fields in TCM_GETITEM when...
2009-08-17  Nikolay Sivovcomctl32/tab: Check destination pointer for NULL in...
2009-08-14  Andrew Eikumcomctl32/tests: Add tests for wizard dialog navigation.
2009-08-14  Andrew Eikumcomctl32: Correctly assign focus and default button...
2009-08-14  Andrew Eikumcomctl32: Don't pass unrelated control to UnChanged.
2009-08-13  Owen Rudgecomctl32: Add stubs for image list functions introduced...
2009-08-13  Owen Rudgecomctl32/tests: Add basic test for IImageList using...
2009-08-13  Owen Rudgecomctl32/tests: Move v6 test initialisation routines...
2009-08-13  Nikolay Sivovcomctl32/listview: Block redrawing entirely after WM_SE...
2009-08-12  Nikolay Sivovcomctl32/treeview: Fix test failure on Vista.
2009-08-12  Nikolay Sivovcomctl32/treeview: Fix some test failures on XP and...
2009-08-12  Nikolay Sivovcomctl32/listview: Some tests to show we don't handle...
2009-08-07  Nikolay Sivovcomctl32/treeview: Check passed handle value in WM_COMM...
2009-08-07  Nikolay Sivovcomctl32/treeview: Use separate pointer for currently...
2009-08-06  Nikolay Sivovcomctl32/treeview: Handle EN_KILLFOCUS in WM_COMMAND...
2009-08-06  Nikolay Sivovcomctl32/treeview: Some tests to show edit item label...
2009-08-06  Nikolay Sivovcomctl32/treeview: Make tests not depend from each...
2009-08-06  Nikolay Sivovcomctl32/treeview: Use a common structure for tests...
2009-08-06  Nikolay Sivovcomctl32/listview: Fix comment typo.
2009-08-05  Alexandre Julliardcomctl32/tests: Fix some test failures on older versions.
2009-08-04  André Hentschelcomctl32: Stop flicker when drawing themed and draw...
2009-08-04  Nikolay Sivovcomctl32/listview: Enable column reordering.
2009-08-04  Nikolay Sivovcomctl32/listview: Fix visibility computation in detail...
2009-08-04  Nikolay Sivovcomctl32/listview: Introduce a way to update cached...
2009-08-04  Nikolay Sivovcomctl32/listview: Respect column order while scrolling...
2009-08-03  Nikolay Sivovcomctl32/listview: Offset every but LVIR_BOUNDS rectang...
2009-08-03  Nikolay Sivovcomctl32/listview: Don't offset to column bound calcula...
2009-08-03  Nikolay Sivovcomctl32/treeview: Correct define name.
2009-08-03  Nikolay Sivovcomctl32/comboex: Use const pointer when possible.
2009-08-03  Aled Hughescomctl32/toolbar: Avoid unnecessary invalidation on...
2009-08-03  Nikolay Sivovcomctl32/listview: Fix some test failures on comctl32...
2009-07-24  Vladimir Pankratovcomctl32: Convert the Russian resources to UTF-8.
2009-07-24  Nikolay Sivovcomctl32/listview: Don't alter selection mark in LVM_SE...
2009-07-24  Nikolay Sivovcomctl32/listview: Set LVIS_FOCUSED for all items with...
2009-07-24  Nikolay Sivovcomctl32/listview: Handle NULL lParam in LVM_SETITEMSTATE.
2009-07-24  Nikolay Sivovcomctl32/listview: Additional tests for LVM_SETITEMSTAT...
2009-07-22  Nikolay Sivovcomctl32/listview: LVM_SETITEMSTATE - select all item...
2009-07-16  Dmitry Timoshkovcomctl32: Explicitly initialize visible order of a...
2009-07-16  Nikolay Sivovcomctl32/dpa: Don't use start index on searching sorted...
2009-07-15  Dmitry Timoshkovcomctl32: Do not redraw treeview in TVM_INSERTITEM...
2009-07-15  Vladimir Pankratovcomctl32: Fix division by zero.
2009-07-15  Nikolay Sivovcomctl32/header: Fix hittesting flags, extend tests...
2009-07-13  Nikolay Sivovcomctl32/header: Update item bounds on WM_SIZE.
2009-07-13  Nikolay Sivovcomctl32/header: Use macro to define LPARAM value.
2009-07-10  Nikolay Sivovcomctl32/header: Always update rectangles after HDM_SET...
2009-07-10  Nikolay Sivovcomctl32/header: Test item rectangles updating after...
2009-07-09  Michael Stefaniuccomctl32: Convert the German resources to UTF-8.
2009-07-09  Frédéric Delanoycomctl32: Fix French translation & UI display.
2009-07-09  Nikolay Sivovcomctl32/listview: Fix selection and focus rectangles...
2009-07-08  Paul Vrienscomctl32/tests: Fix test failures with comctl32 <=...
2009-07-08  Nikolay Sivovcomctl32/listview: Basic LVN_(BEGIN|END)SCROLL tests.
2009-07-08  Nikolay Sivovcomctl32/listview: A basic test for column width defaul...
2009-07-07  Ricardo Filipecomctl32: Update Portuguese translation and convert...
2009-07-07  Nikolay Sivovcomctl32/listview: Fix hittest flag calculation for...
2009-07-07  Nikolay Sivovcomctl32/listview: Fix hittesting for "small" positive...
2009-07-07  Nikolay Sivovcomctl32/listview: More LVM_*HITTEST tests.
2009-07-06  Nikolay Sivovcomctl32/listview: Fix some test failures on 4.7x.
2009-07-06  Nikolay Sivovcomctl32/listview: Basic LVM_GETITEMSPACING tests.
2009-07-03  Nikolay Sivovcomctl32/listview: Remove parent creation test. It...
2009-07-02  Nikolay Sivovcomctl32/listview: Fix select rectangle calculation...
2009-07-02  Michael Stefaniuccomctl32: Build language resource files separately.
2009-07-01  Nikolay Sivovcomctl32/header: Always release item down state on...
2009-07-01  Nikolay Sivovcomctl32/listview: Improve hittesting a bit.
2009-06-30  Nikolay Sivovcomctl32/rebar: Use proper structure size in tests...
2009-06-29  Nikolay Sivovcomctl32/progress: Implement PBM_GETBKCOLOR.
2009-06-29  Nikolay Sivovcomctl32/progress: Implement PBM_GETBARCOLOR, add some...
2009-06-29  Nikolay Sivovcomctl32/toolbar: Move parameter cast to WinProc level...
2009-06-26  Paul Vrienscomctl32/tests: Fix test failures with comctl32 < 5.80.
2009-06-26  Nikolay Sivovcomctl32/toolbar: Move initialization to WM_NCREATE...
2009-06-26  Paul Vrienscomctl32/tests: Fix some test failures with comctl32...
2009-06-25  Paul Vrienscomctl32/tests: Fix test failures on comctl32 < 5.80.
2009-06-24  Nikolay Sivovcomctl32/listview: Initialize string pointers on notifi...
2009-06-24  Francois Gougetcomctl32: Make MapIdSearchCompare() static.
2009-06-23  Nikolay Sivovcomctl32/listview: Invalidate list after WM_MEASUREITEM...
next