d3dcompiler: Declare predefined data types.
[wine] / dlls / comctl32 /
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...
2011-12-16  Alexandre Julliardcomctl32/tests: Add some more tests for ImageList_Write.
2011-12-15  Alexandre Julliardcomctl32: Don't try to mask out the image for palette...
2011-12-09  Nikolay Sivovcomctl32/listview: Create header when LVS_EX_FULLROWSEL...
2011-12-05  Alexandre Julliardcomctl32: Convert dialogs to po files.
2011-12-05  Nikolay Sivovcomctl32/listview: Create header when LVS_EX_GRIDLINES...
2011-12-01  Alexandre Julliardcomctl32: Fix text wrapping in syslink when an item...
2011-11-30  Alex Henriecomctl32: Update Catalan translation.
2011-11-22  Frédéric Delanoycomctl32: Avoid hardcoding array lengths.
2011-11-21  Alexandre Julliardcomctl32: Merge imagelist definitions into the C file.
2011-11-21  Alexandre Julliardcomctl32: Avoid accessing imagelist internals.
2011-11-21  Alexandre Julliardcomctl32: Take the total bitmap size into account when...
2011-11-18  Frédéric Delanoycomctl32: Avoid hardcoding array lengths.
2011-11-18  Alexandre Julliardcomctl32/syslink: Wrap the link text on \n characters.
2011-11-16  Alexandre Julliardcomctl32: Avoid losing the color masks in CreateMappedB...
2011-11-15  Alexandre Julliardcomctl32: Setup the alpha channel also when reading...
2011-11-15  Alexandre Julliardcomctl32: Add a couple of DIB helper functions for...
2011-11-09  Michael Stefaniucinclude: Fixup "long" numeric constants in commctrl.h.
2011-11-07  Henri Verbeetcomctl32: Avoid using __FUNCTION__ in ranges_check.
2011-10-31  Michael Stefaniuccomctl32: Drop 'inline' from a function using sigsetjmp.
2011-10-28  Huw Daviescomctl32: Initialise the mask's colour table.
next