winhlp32: Use Win32 APIs instead of strdup().
[wine] / dlls / comctl32 /
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...
2009-04-15  Nikolay Sivovcomctl32/listview: Implemented LVM_SORTITEMSEX.
2009-04-15  Nikolay Sivovcomctl32/listview: Fix some comment typos.
2009-04-14  Nikolay Sivovcomctl32/listview: Fix a regression caused by 59148d0bb...
2009-04-14  Nikolay Sivovcomctl32/listview: Fix selection handling in LVM_SORTIT...
2009-04-10  Nikolay Sivovcomctl32/updown: Allow ranges with max < min for Up...
2009-04-10  Nikolay Sivovcomctl32/listview: State mask should be ignored on...
2009-04-09  Nikolay Sivovcomctl32/tab: Simplify hottracked button painting.
2009-04-08  Nikolay Sivovcomctl32/listview: Implement delayed header creation...
2009-04-07  Nikolay Sivovcomctl32/tab: Fix filled rectangle calculation for...
2009-04-07  Nikolay Sivovcomctl32/tab: Fix hottracked button size.
2009-04-06  Nikolay Sivovcomctl32/tab: Draw hottracked tab button properly.
2009-04-06  Marcus Meissnercomctl32: Avoid potential overflow in Search Param...
2009-04-03  Nikolay Sivovcomctl32/updown: Don't pass VK_[UP|DOWN] to original...
2009-04-02  Nikolay Sivovcomctl32: Additional tests for ListView header creation.
2009-04-02  Michael Stefaniuccomctl32/tests: Use LONG instead of long.
2009-04-02  Nikolay Sivovcomctl32: Enable selection overwriting in IP Address...
2009-04-01  Nikolay Sivovcomctl32: listview: Some tests showed delayed header...
2009-03-31  Igor Tarasovcomctl32: Correct handling of toolbar separators size.
2009-03-31  Igor Tarasovcomctl32: CCS_VERT flips toolbar separators orientation.
2009-03-30  Nikolay Sivovcomctl32/tab: Fix highlighted tabs painting.
2009-03-30  Nikolay Sivovcomctl32/tab: Implemented TCS_MULTISELECT for mouse...
2009-03-30  Nikolay Sivovcomctl32/tab: Implemented TCM_DESELECTALL.
2009-03-30  Nikolay Sivovcomctl32/tab: Remove direct access to items array.
2009-03-26  Nikolay Sivovcomctl32/tab: Selected item should have TCIS_BUTTONPRES...
2009-03-26  Nikolay Sivovcomctl32/tab: Handle state mask in TCM_[G,S]ETITEM.
2009-03-26  Nikolay Sivovcomctl32/tab: Draw tab button properly on TCIS_BUTTONPR...
2009-03-25  Paul Vrienscomctl32/tests: Fix a crash on W2K and below.
2009-03-24  Nikolay Sivovcomctl32/listview: Some tests for LVM_GETSUBITEMRECT.
2009-03-24  Nikolay Sivovcomctl32/ipaddress: Store current IP address text as...
2009-03-24  Nikolay Sivovcomctl32/trackbar: Fix reverting to default value for...
2009-03-24  Nikolay Sivovcomctl32/tab: Implement TCM_[G,S]ETEXTENDEDSTYLE and...
2009-03-24  Nikolay Sivovcomctl32/tab: Fix button background filling on TCS_BUTTONS.
2009-03-24  Nikolay Sivovcomctl32/tab: Implement TCM_REMOVEIMAGE.
2009-03-13  Nikolay Sivovcomctl32: LVN_ITEMCHANGED notification should be sent...
2009-03-11  Nikolay Sivovcomctl32: Fix item selection with VK_SPACE when Ctrl...
2009-03-09  Francois GougetRemove spaces before '\n's.
2009-03-06  Nikolay Sivovcomctl32: Replace nonprintable characters with spaces...
2009-03-06  Alexandre Julliardcomctl32/tests: Disable a test that crashes on NT4.
2009-03-06  Alexandre Julliardcomctl32/tests: Fix the monthcal window creation messag...
2009-03-05  Alexandre Julliardcomctl32/tests: Set the listview image list after WM_CR...
2009-03-03  Nikolay Sivovcomctl32: Correctly report systemcolor use for Treeview...
2009-03-02  Aurimas Fischercomctl32: Add Lithuanian translation.
2009-03-02  Gerald Pfeifercomctl32: Simplify three TAB_ functions.
2009-02-27  Igor Tarasovcomctl32: Make REBAR_StyleChanged respect wParam.
2009-02-26  Francois Gougetcomctl32/tests: Use win_skip() to skip over unimplement...
2009-02-19  Igor Tarasovcomctl32: Make listview forward HDN_ITEMCLICK.
2009-02-19  Igor Tarasovcomctl32: Do not send LVN_DELETEITEM on LVM_DELETEALLIT...
next