xmllite: Fix reported node type for attributes.
[wine] / dlls / comctl32 /
2012-12-06  Andrew Talbotcomctl32: Remove unneeded address-of operators from...
2012-11-30  Michael Stefaniuccomctl32: Remove a superfluous function pointer cast.
2012-11-27  Daniel Jelinskicomctl32: Properly initialize internal structures.
2012-11-20  Alexandre Julliardcomctl32/tests: Add some initial pager tests.
2012-11-20  Alexandre Julliardcomctl32/pager: Don't rely on PGN_CALCSIZE to set the...
2012-11-20  Alexandre Julliardcomctl32/pager: Fix tracking of mouse position inside...
2012-11-20  Alexandre Julliardcomctl32/pager: Use DrawFrameControl to paint the buttons.
2012-11-13  Daniel Jelinskicomctl32: Move WM_SIZE handling into WM_WINDOWPOSCHANGED.
2012-11-01  Piotr Cabancomctl32: Fixed RBBS_BREAK flag unsetting in REBAR_Hand...
2012-11-01  Piotr Cabancomctl32: Don't update rebar layout if it doesn't chang...
2012-10-29  Hans Leidekkercomctl32: Use the dialog template caption as default...
2012-10-18  Alexandre Julliardcomctl32/tests: Don't delete the global font object.
2012-10-16  Daniel Jelinskicomctl32/tests: Expanding/collapsing a node always...
2012-10-16  Daniel Jelinskicomctl32: Fix notifications and return value when colla...
2012-10-16  Daniel Jelinskicomctl32: Do not send TVN_ITEMEXPANDING when expanding...
2012-10-15  Daniel Jelinskicomctl32: Allow expanding/collapsing treeview nodes...
2012-10-01  Daniel Jelinskicomctl32: Clean up listview resizing code.
2012-10-01  Daniel Jelinskicomctl32: Use GetWindowLong to check for scrollbar.
2012-09-25  Huw Daviescomctl32: Forward the focus to the edit control if...
2012-09-24  Christian Costacomctl32: Invalid format returned by NF_QUERY defaults...
2012-09-13  Michael Stefaniuccomctl32/tests: Use the proper type for function pointers.
2012-09-13  Michael Stefaniuccomctl32/tests: Remove commented out struct declaration.
2012-09-12  Daniel Jelinskicomctl32: Invalidate correct rectangle for marquee...
2012-09-10  Alexandre Julliardcomctl32: XOR'ing with a black pen is not useful.
2012-09-03  Daniel Jelinskicomctl32/listview: Do not draw unnecessary grid lines.
2012-08-29  Piotr Cabancomctl32: Remove property sheet page that can't be...
2012-08-20  Nikolay Sivovcomctl32: Call interface methods properly.
2012-08-17  Sergey Guralnikcomctl32: Correct values passed in MCN_SELECT/MCN_SELCH...
2012-08-17  Sergey Guralnikcomctl32/tests: Add test for MCN_SELECT/MCN_SELCHANGE...
2012-08-13  Michael Stefaniuccomctl32: Avoid TRUE:FALSE conditional expressions.
2012-08-13  Michael Stefaniuccomctl32: Get rid of two macros.
2012-07-17  Daniel Jelinskicomctl32/treeview: Fix the position reported by WM_CONT...
2012-07-17  Daniel Jelinskicomctl32/treeview: Send WM_CONTEXTMENU only to parent...
2012-07-17  Daniel Jelinskicomctl32/treeview: Inlined TREEVIEW_RButtonUp.
2012-07-17  Daniel Jelinskicomctl32/treeview: Send WM_CONTEXTMENU everywhere,...
2012-07-17  Daniel Jelinskicomctl32/treeview: Fix NM_RCLICK behavior.
2012-07-17  Daniel Jelinskicomctl32/treeview: Clean up mouse tracking code.
2012-06-21  Francois Gougetcomctl32: Simplify the string comparison functions...
2012-06-20  Francois Gougetcomctl32: Fix lstrncmpiW() so its return value is stand...
2012-06-11  Nikolay Sivovcomctl32/listview: Properly update selection mark on...
2012-06-07  Daniel Jelinskicomctl32/tests: Treeview shouldn't modify cChildren...
2012-06-07  Daniel Jelinskicomctl32: Allow label edit only if treeview style allow...
2012-06-07  Michael Stefaniuccomctl32/tests: Remove stray backslashes at end of...
2012-05-24  Dmitry Timoshkovcomctl32: Use WARN instead of ERR if a toolbar index...
2012-05-22  Nikolay Sivovcomctl32: Make it possible to use TVM_GETITEM with...
2012-05-17  Piotr Cabancomctl32: Don't make separator on first position hot.
2012-05-17  Piotr Cabancomctl32: Return if point is over a button in TOOLBAR_I...
2012-05-17  Nikolay Sivovcomctl32: When created with TCS_VERTICAL, TCS_MULTILINE...
2012-05-17  Nikolay Sivovcomctl32: Properly disable redraw on tab control.
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-05-10  Piotr Cabancomctl32: Make icons not overlapping in LVS_ICON mode.
2012-05-10  Piotr Cabancomctl32: LVM_SETITEMTEXT is not supported on LVS_OWNER...
2012-04-25  Francois Gougetcomctl32/tests: Add a trailing '\n' to an ok() call.
2012-04-18  André Hentschelcomctl32: Remove unneeded shadow variables for comboex.
2012-04-16  Akihiro Sagawacomctl32: Truncate the info tip text when using ANSI...
2012-04-16  Akihiro Sagawacomctl32/tests: Add tests for long info tip texts.
2012-04-12  Akihiro Sagawacomctl32: Add support for retrieving lpszText in TOOLIN...
2012-04-05  Daniel Jelinskicomctl32/tests: Added tests for treeview TVM_HITTEST...
2012-04-02  Daniel Jelinskicomctl32/tests: Added test for treeview expand notifica...
2012-03-26  Nikolay Sivovcomctl32: Use single notification message for setting...
2012-03-13  Nikolay Sivovcomctl32: Update thumb position on autopage instead...
2012-03-12  Owen Rudgecomctl32/datetime: Fix AM/PM handling with 12-hour...
2012-03-12  Owen Rudgecomctl32/datetime: Allow entering 'AM' or 'PM' via...
2012-03-12  Owen Rudgecomctl32/datetime: Don't check box if no valid date...
2012-03-12  Owen Rudgecomctl32/datetime: Don't allow an invalid year to be...
2012-03-12  Owen Rudgecomctl32/datetime: Ensure up/down/home/end increments...
2012-03-12  Owen Rudgecomctl32/datetime: Check dates are within range in...
2012-03-12  Owen Rudgecomctl32/tests: Add test for DTM_SETSYSTEMTIME outside...
2012-03-12  Owen Rudgecomctl32/monthcal: Check both min and max ranges in...
2012-03-12  Nikolay Sivovcomctl32: Update thumb position on WM_MOUSEMOVE instead...
2012-02-29  Nikolay Sivovcomctl32/tests: Fix test failures running on February 29.
2012-02-20  Francois Gougetcomctl32/tests: Make cbt_hook_proc() static.
2012-02-20  Frédéric Delanoycomctl32/tests: Use initialized window handle when...
2012-02-16  Nikolay Sivovcomctl32: Fix TB_SETEXTENDEDSTYLE to use mask passed...
2012-02-13  Nikolay Sivovcomctl32: Trace Header order array contents.
2012-02-13  Nikolay Sivovcomctl32: Update ticks on TBM_SETRANGE.
2012-02-13  Nikolay Sivovcomctl32: Update ticks on TBM_SETRANGEMIN.
2012-02-13  Nikolay Sivovcomctl32: Update ticks on TBM_SETRANGEMAX.
2012-02-09  Nikolay Sivovcomctl32: A test for auto-set TBSTYLE_TRANSPARENT style.
2012-02-08  Nikolay Sivovcomctl32: Invalidate before item is removed.
2012-02-07  Michael Stefaniuccomctl32: Remove an obsolete resource attribute.
2012-02-06  André Hentschelcomctl32/tests: Add some more thumb length tests.
2012-02-01  Nikolay Sivovcomctl32: More tests for Toolbar window style handling.
2012-01-30  Thomas Fabercomctl32: Fix MSVC build in imagelist.c.
2012-01-30  Nikolay Sivovcomctl32: Never release state image list.
2012-01-30  Thomas Fabercomctl32: Fix MSVC build in monthcal.c.
2012-01-23  André Hentschelcomctl32: Test and fix WM_GETTEXTLENGTH for statusbars.
2012-01-12  Austin Englishcomctl32: Fix a grammar error in comment.
2012-01-12  Alexandre Julliardcomctl32/syslink: Fix painting of background color...
2012-01-11  Alexandre Julliardcomctl32: Fix management of imagelist growth amount.
2012-01-09  Nikolay Sivovcomctl32: Remove redundant parameter from a helper.
2012-01-09  Nikolay Sivovcomctl32: Store style bits provided with WM_CREATE.
2012-01-09  Nikolay Sivovcomctl32: Fix TB_SETSTYLE behaviour and return value.
2011-12-29  André Hentschelcomctl32: Also free pszHeaderTitle and pszHeaderSubTitl...
2011-12-27  Nikolay Sivovcomctl32: Block selection change depending on TCN_SELCH...
2011-12-20  Frédéric Delanoycomctl32: Avoid using uninitialized value (Coverity).
2011-12-20  Nikolay Sivovcomctl32: Fix parameter validation for CreateMRUListLaz...
2011-12-16  Alexandre Julliardcomctl32/tests: Fix a test failure on older Windows.
2011-12-16  Alexandre Julliardcomctl32: Use GetDIBits to retrieve the default color...
2011-12-16  Alexandre Julliardcomctl32: Use DrawIconEx to copy icon bits and use...
next