cryptui: Check whether caller called WinVerifyTrust when deciding whether to call it.
[wine] / dlls / comctl32 /
2010-10-01  Alexandre Julliardcomctl32/tests: Make some variables static.
2010-09-28  Luca Bennaticomctl32: Update Italian translation.
2010-09-28  Nikolay Sivovcomctl32/tab: Add a test for TCM_SETITEMEXTRA.
2010-09-27  Austin Lundcomctl32/listview: Fix test failures for subitem return...
2010-09-27  Nikolay Sivovcomctl32/listview: Use proper A/W call to measure item...
2010-09-27  Nikolay Sivovcomctl32/treeview: Erase background when painting over...
2010-09-27  Hans Leidekkercomctl32: Add a stub implementation of TaskDialogIndirect.
2010-09-24  Alexandre Julliardcomctl32: Return the correct hittest for the size grip...
2010-09-23  Austin Lundcomctl32/tests: Default listview width appears to be...
2010-09-22  Austin Lundcomctl32/tests: LVM_GETRECTITEM should return TRUE.
2010-09-20  Austin Englishcomctl32: Fix compiler warnings on Clang.
2010-09-20  Gerald Pfeifercomctl32: Remove unused parameter lpcs from TOOLTIPS_Cr...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-08-31  Alexandre Julliardcomctl32: Use int64 in the spec file for 64-bit integers.
2010-08-23  Nikolay Sivovcomctl32/imagelist: Fix return value for IImageList_Get...
2010-08-23  Nikolay Sivovcomctl32/imagelist: Fix return value from IImageList_Se...
2010-08-23  Nikolay Sivovcomctl32/imagelist: Remove parameter check from IImageL...
2010-08-23  Nikolay Sivovcomctl32/imagelist: Fix reference leak in IImageList_Cl...
2010-08-23  Nikolay Sivovcomctl32/imagelist: Remove parameter check from IImageL...
2010-08-23  Nikolay Sivovcomctl32/imagelist: Make IImageList_Merge() crash like...
2010-08-23  Gerald Pfeifercomctl32: Remove the last, unused parameter from LISTVI...
2010-08-20  Nikolay Sivovcomctl32/imagelist: Fail to create imagelist with zero...
2010-08-20  Nikolay Sivovcomctl32/imagelist: Fail in ImageList_GetIconSize on...
2010-08-20  Nikolay Sivovcomctl32/tests: More imagelist tests to show broken...
2010-08-20  Nikolay Sivovcomctl32/imagelist: Fix failure code for IImageList_Rem...
2010-08-20  Nikolay Sivovcomctl32/imagelist: Fix failure code for IImageList_Draw().
2010-08-20  Nikolay Sivovcomctl32/tests: Use reduced IMAGELISTDRAWPARAMS structu...
2010-08-20  Nikolay Sivovcomctl32/tests: Use better names for test functions...
2010-08-20  Nikolay Sivovcomctl32/listview: Fix infinite loop case for full...
2010-08-19  Austin Lundcomctl32/tests: DateTimePicker and MonthCalendar contro...
2010-08-18  David Hedbergcomctl32: Return 0 when extended item state is requeste...
2010-08-18  David Hedbergcomctl32: Don't break on TVIS_NOSINGLEEXPAND.
2010-08-18  Austin Lundcomctl32/tests: Do not perform comparison of dates...
2010-08-16  Gerald Pfeifercomctl32: Merge is_textT and is_textW into a single...
2010-08-16  Nikolay Sivovcomctl32/monthcal: Use recently introduced enum in...
2010-08-16  Nikolay Sivovcomctl32/monthcal: Store all control colors in a single...
2010-08-16  Nikolay Sivovcomctl32/monthcal: Fix assumption about a single calend...
2010-08-16  Nikolay Sivovcomctl32/monthcal: Remove macro used once.
2010-08-16  Nikolay Sivovcomctl32/monthcal: Properly scroll calendars on year...
2010-08-16  Nikolay Sivovcomctl32/monthcal: Make month popup menu respect multip...
2010-08-16  Nikolay Sivovcomctl32/monthcal: Properly adjust selections on scrolling.
2010-08-16  Nikolay Sivovcomctl32/monthcal: Support new hittest fields for some...
2010-08-04  Nikolay Sivovcomctl32/tests: Remove some noise from function names.
2010-08-04  Nikolay Sivovcomctl32/monthcal: Add some tests for post-V1 hittest...
2010-08-04  Andrew Talbotcomctl32: Constify some variables.
2010-08-02  Nikolay Sivovcomctl32/monthcal: Erase week numbers rectangle before...
2010-08-02  Nikolay Sivovcomctl32/monthcal: No need to calculate month length...
2010-08-02  Nikolay Sivovcomctl32/monthcal: Get rid of stored current selection...
2010-08-02  Nikolay Sivovcomctl32/monthcal: Add support for month delta in butto...
2010-08-02  Nikolay Sivovcomctl32/monthcal: Add helper to jump to specified...
2010-08-02  Nikolay Sivovcomctl32/monthcal: Fix navigation from last day in...
2010-08-02  Nikolay Sivovcomctl32/monthcal: Rename button navigation helper...
2010-08-02  Andrew Talbotcomctl32: Constify some variables.
2010-08-02  Andrew Talbotcomctl32: Constify some variables.
2010-07-28  Nikolay Sivovcomctl32/treeview: Fix possible crash in TVS_SINGELEXPA...
2010-07-26  Nikolay Sivovcomctl32/tests: Merge one test function to existing...
2010-07-26  Nikolay Sivovcomctl32/treeview: Fix TVS_SINGLEEXPAND notifications...
2010-07-26  Nikolay Sivovcomctl32/treeview: Properly initialize expanded image...
2010-07-22  Dmitry Timoshkovcomctl32: Make sure that the focus is set to an existin...
2010-07-22  Michael Stefaniuccomctl32: Remove the ignored common resource attributes.
2010-07-22  Paul Vrienscomctl32: Use the Cyrillic 'O' in the Serbian translation.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-07-21  Paul Vrienscomctl32: Add the Serbian (Cyrillic) translation.
2010-07-20  Nikolay Sivovcomctl32/monthcal: Use memcpy to copy day state arrays.
2010-07-20  Alexandre Julliardcomctl32: Fix positioning of toolbars that have the...
2010-07-19  Nikolay Sivovcomctl32/monthcal: Prepare MCM_GETMONTHRANGE with GMR_V...
2010-07-19  Nikolay Sivovcomctl32/monthcal: Get rid of goto jumps in hit test...
2010-07-19  Nikolay Sivovcomctl32/monthcal: Modify hittesting helper to work...
2010-07-19  Nikolay Sivovcomctl32/monthcal: Prepare drawing helpers for multiple...
2010-07-19  Nikolay Sivovcomctl32/monthcal: Separate single calendar data.
2010-07-19  David Hedbergcomctl32: Warn when using unsupported extended styles.
2010-07-19  David Hedbergcomctl32: Add support for expanded state image in treeview.
2010-07-19  Florian Köberlecomctl32: Simplify the code.
2010-07-19  Florian Köberlecomctl32: Call TREEVIEW_SendExpanded after expanding.
2010-07-19  Paul Vrienscomctl32: Add the Serbian (Latin) translation.
2010-07-05  Alexandre JulliardRevert "comctl32: Fix selection of tab via mouse."
2010-07-02  Matthias Kupfercomctl32: Fix selection of tab via mouse.
2010-07-01  Igor Paliychukcomctl32: Ukrainian translation update.
2010-06-23  Dmitry Timoshkovcomctl32: Add a bunch of imagelist storage tests, make...
2010-06-21  Florian Köberlecomctl32/tests: Test calculating the rect of a child...
2010-06-21  Hwang YunSongcomctl32: Update Korean resource.
2010-06-10  Nikolay Sivovcomctl32/tests: Some expand notifications tests.
2010-06-08  Nikolay Sivovcomctl32/treeview: Remove some casts.
2010-06-08  Nikolay Sivovcomctl32/treeview: Remove commented out lines.
2010-06-08  Nikolay Sivovcomctl32/treeview: Activate tree verification only...
2010-06-08  Alexandre Julliardcomctl32/imagelist: Grow the has_alpha array also in...
2010-06-07  Alex Balutcomctl32/tests: Added a test that checks whether settin...
2010-06-07  Nikolay Sivovcomctl32/rebar: Use defined constants as parameters.
2010-06-07  Nikolay Sivovcomctl32/rebar: Fix index check condition for RB_SHOWBAND.
2010-06-02  Alexandre Julliardcomctl32: Load comctl32 builtin bitmaps as 32-bit DIBs.
2010-06-02  Alexandre Julliardcomctl32: Only support an alpha channel for 32-bpp...
2010-06-01  Alexandre Julliardcomctl32/imagelist: Initialize the mask bits to zero...
2010-06-01  Alexandre Julliardcomctl32/imagelist: Don't select the mask bitmap into...
2010-06-01  Paul Vrienscomctl32: Add Danish translation.
2010-05-31  Frédéric Delanoycomctl32: Fix French translation.
2010-05-28  Nikolay Sivovcomctl32: Fix accelerator letters for Toolbar customizi...
2010-05-27  Nikolay Sivovcomctl32: Export subclass calls by names too.
2010-05-26  Nikolay Sivovcomctl32/listview: Perform ranges validation only when...
2010-05-26  Alexandre Julliardcomctl32/imagelist: Fix a copy/paste typo in ImageList_...
2010-05-26  Alexandre Julliardcomctl32/imagelist: Add support for 25% and 50% blendin...
next