msi/tests: Prevent crash when ConvertSidToStringSidA is not available.
[wine] / dlls / comctl32 /
2009-05-27  Nikolay Sivovcomctl32/ipaddress: Skip test on Win95 with common...
2009-05-27  Nikolay Sivovcomctl32/listview: Move item position calculation out...
2009-05-27  Nikolay Sivovcomctl32/listview: LVM_GETITEMRECT: don't offset to...
2009-05-27  Nikolay Sivovcomctl32/listview: Fix some LVM_GETVIEWRECT test failur...
2009-05-27  Nikolay Sivovcomctl32/listview: Some LVM_GETITEMRECT tests.
2009-05-26  Nikolay Sivovcomctl32/listview: Improve item position calculating...
2009-05-26  Nikolay Sivovcomctl32/listview: A couple of LVM_GETITEMPOSITION...
2009-05-26  Nikolay Sivovcomctl32/listview: LVM_GETVIEWRECT is unsupported on...
2009-05-26  Nikolay Sivovcomctl32/listview: Basic LVM_GETVIEWRECT tests.
2009-05-26  Nikolay Sivovcomctl32/mru: Fix test failures on Win9x.
2009-05-25  Nikolay Sivovcomctl32/mru: Check for NULL handles in MRU calls.
2009-05-25  André Hentschelcomctl32: Add ListView_SetCheckState and ListView_GetCh...
2009-05-25  Nikolay Sivovcomctl32/listview: Don't hittest when it's not needed.
2009-05-25  Nikolay Sivovcomctl32/listview: Simplify key selection handler a...
2009-05-25  Nikolay Sivovcomctl32/listview: Reuse cached control style.
2009-05-25  Nikolay Sivovcomctl32/listview: Remove duplicated expression.
2009-05-25  Nikolay Sivovcomctl32/toolbar: Retrieve Tooltips control data once...
2009-05-25  Nikolay Sivovcomctl32/hotkey: Remove useless line.
2009-05-25  Nikolay Sivovcomctl32/toolbar: Don't free Toolbar control data too...
2009-05-25  Nikolay Sivovcomctl32/treeview: Use message return values in TreeVie...
2009-05-25  Nikolay Sivovcomctl32/listview: Fix returning LVHT_ONITEMSTATEICON...
2009-05-25  Nikolay Sivovcomctl32/listview: Draw focus rectangle only when visible.
2009-05-22  Nikolay Sivovcomctl32/tests: A bunch of ListView hittest tests.
2009-05-21  Nikolay Sivovcomctl32/listview: Update focus rectangle properly.
2009-05-21  Nikolay Sivovcomctl32/tests: A basic test for ListView WM_SETREDRAW.
2009-05-21  Nikolay Sivovcomctl32/listview: Don't use uninitialized value.
2009-05-20  Nikolay Sivovcomctl32/listview: Fix hittesting for LVS_REPORT subitems.
2009-05-19  Nikolay Sivovcomctl32/listview: Handle mouse selections more accurately.
2009-05-19  Nikolay Sivovcomctl32/tooltips: Use cached colors for ToolTips.
2009-05-19  Nikolay Sivovcomctl32/syslink: Use cached colors for SysLink.
2009-05-19  Nikolay Sivovcomctl32/tab: Use cached colors for Tab.
2009-05-19  Nikolay Sivovcomctl32/comboex: Use cached colors for ComboEx.
2009-05-19  Nikolay Sivovcomctl32/toolbar: No need to use GetSysColor directly.
2009-05-19  Nikolay Sivovcomctl32/toolbar: Use already cached control window...
2009-05-19  Nikolay Sivovcomctl32/toolbar: Remove superfluous forward declarations.
2009-05-19  Nikolay Sivovcomctl32/toolbar: Retrieve control data once at WinProc.
2009-05-19  Nikolay Sivovcomctl32/status: Use cached colors instead of GetSysCol...
2009-05-19  Nikolay Sivovcomctl32/rebar: Use cached colors instead of GetSysColo...
2009-05-19  Nikolay Sivovcomctl32/monthcal: Use cached colors instead of GetSysC...
2009-05-19  Nikolay Sivovcomctl32/ipaddress: Use cached colors instead of GetSys...
2009-05-18  Nikolay Sivovcomctl32/tests: Don't use magic numbers for ListView...
2009-05-18  Nikolay Sivovcomctl32/treeview: Use cached colors instead of GetSysC...
2009-05-18  Nikolay Sivovcomtl32/listview: Cache Header control window GWL_STYLE.
2009-05-18  Nikolay Sivovcomctl32/header: Use cached colors instead of querying...
2009-05-18  Nikolay Sivovcomctl32/header: Move parameter cast to WinProc where...
2009-05-18  Nikolay Sivovcomctl32/header: Retrieve control data only once at...
2009-05-15  Francois Gougetcomctl32/tests: Make flush_sequence() static.
2009-05-13  Nikolay Sivovcomctl32/listview: Don't check for state changes we...
2009-05-12  Nikolay Sivovcomctl32/listview: A couple of tests for changing item...
2009-05-12  Nikolay Sivovcomctl32/header: Make Header_* macros match PSDK.
2009-05-11  Nikolay Sivovcomctl32/listview: Don't redraw focus rectangle on...
2009-05-11  Nikolay Sivovcomctl32/listview: Select all items with LVM_SETITEMSTA...
2009-05-11  Nikolay Sivovcomctl32/listview: Remove superfluous forward declarations.
2009-05-07  Giuseppe Bilottacomctl32/toolbar: When a null lParam is passed to TB_GE...
2009-05-07  Giuseppe Bilottacomctl32/toolbar: Skip iString field for separators.
2009-05-07  Nikolay Sivovcomctl32/listview: Add tests for LVS_NOSORTHEADER switc...
2009-05-07  Nikolay Sivovcomctl32/listview: Remove irrelevant fixme comment.
2009-05-05  Nikolay Sivovcomctl32/listview: Use handlers instead of sending...
2009-05-04  Nikolay Sivovcomctl32/listview: Forward WM_ERASEBKGND to parent...
2009-05-04  Nikolay Sivovcomctl32/listview: Test WM_ERASEBKGND forwarding to...
2009-05-04  Nikolay Sivovcomctl32/listview: Additional test for LVS_EX_HEADERDRA...
2009-05-04  Nikolay Sivovcomctl32/listview: Fix LVM_INSERTITEM handling on LVS_S...
2009-05-04  Francois GougetAssorted spelling fixes.
2009-05-01  Nikolay Sivovcomctl32/listview: Fix wrong function description.
2009-05-01  Nikolay Sivovcomctl32/listview: Remove wrong TODO entry.
2009-04-30  Nikolay Sivovcomctl32/listview: Check columns array size before...
2009-04-30  Nikolay Sivovcomctl32/listview: Don't draw wrapped focus rectangle.
2009-04-30  Nikolay Sivovcomctl32/header: Reset internal drag state on mouse up.
2009-04-30  Timo Kreuzercomctl32: Change UINT to UINT_PTR in CreateToolbarEx.
2009-04-29  Nikolay Sivovcomctl32/listview: A couple of LVM_GETITEM tests with...
2009-04-29  Nikolay Sivovcomctl32/listview: Handle LVIF_NORECOMPUTE in LVM_GETIT...
2009-04-29  Nikolay Sivovcomctl32/listview: Some tests for LVIF_NORECOMPUTE...
2009-04-29  Nikolay Sivovcomctl32/listview: Handle CCM_[G,S]ETVERSION in listview.
2009-04-27  Nikolay Sivovcomctl32/listview: Fix resizing grid drawing at right...
2009-04-27  Nikolay Sivovcomctl32/listview: Fix horizontal grid line drawing.
2009-04-27  Nikolay Sivovcomctl32/listview: Draw rightmost vertical grid line...
2009-04-27  Nikolay Sivovcomctl32/listview: Remove duplicated iterator initializer.
2009-04-27  Nikolay Sivovcomctl32/listview: Reuse existing variable instead...
2009-04-24  Nikolay Sivovcomctl32/listview: Fix LVM_GETCOLUMNORDERARRAY passing...
2009-04-24  Nikolay Sivovcomctl32/tests: Tests for LVM_GETCOLUMNORDERARRAY:...
2009-04-23  Alexandre Julliardcomctl32: Repaint comboex control upon WM_SETREDRAW...
2009-04-23  Nikolay Sivovcomctl32/tests: Existing items aren't resorted after...
2009-04-23  Nikolay Sivovcomctl32/tests: Remove tests failing on most platforms.
2009-04-22  Giuseppe Bilottacomctl32/toolbar: Fix trace info for TOOLBAR_InternalIn...
2009-04-22  Nikolay Sivovcomctl32/listview: Partial fix for LVM_GETSUBITEMRECT...
2009-04-22  Nikolay Sivovcomctl32/listview: Additional tests for LVM_GETSUBITEMRECT.
2009-04-22  Igor Tarasovcomctl32: TOOLBAR_SetImageList should recalculate toolb...
2009-04-21  Peter Schauercomctl32/listview: Fix warning from DPA_GetPtr.
2009-04-21  Nikolay Sivovcomctl32/listview: Header should be created when LVS_EX...
2009-04-21  Nikolay Sivovcomctl32/listview: Add a TRACE(..) to LISTVIEW_CreateHe...
2009-04-21  Nikolay Sivovcomctl32/listview: LVM_SETITEM is unsupported on LVS_OW...
2009-04-21  Florian Köberlecomctl32: Fix expanding of invisible sub trees.
2009-04-21  Florian Köberlecomctl32/tests: Test expanding of a invisible sub tree.
2009-04-21  Igor Tarasovcomctl32: Fix typo in TOOLBAR_SetButtonSize code.
2009-04-20  Nikolay Sivovcomctl32/listview: Some tests for LVS_SINGLESEL switchover.
2009-04-20  Nikolay Sivovcomctl32/listview: Fix a regression caused by 9c1a0e468...
2009-04-20  Nikolay Sivovcomctl32/listview: Switching to/from LVS_OWNERDATA...
2009-04-20  Nikolay Sivovcomctl32/listview: Slightly enlarge rectangle when...
2009-04-20  Nikolay Sivovcomctl32/listview: Add a ListView_GetTextBkColor macro.
2009-04-20  Igor Tarasovcomctl32: Fix regression caused by 2d751ee56afced908d07...
next