Austin English
|
76ba45e5ab
|
comctl32: Fix compiler warnings on Clang.
|
2010-09-20 13:57:40 +02:00 |
Gerald Pfeifer
|
9724a432e9
|
comctl32: Remove unused parameter lpcs from TOOLTIPS_Create.
|
2010-09-20 13:48:12 +02:00 |
Alexandre Julliard
|
81b8ee863e
|
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
|
2010-09-19 12:36:48 +02:00 |
Alexandre Julliard
|
cd3d46d178
|
comctl32: Use int64 in the spec file for 64-bit integers.
|
2010-08-31 14:23:47 +02:00 |
Nikolay Sivov
|
acbd632039
|
comctl32/imagelist: Fix return value for IImageList_GetIconSize().
|
2010-08-23 13:37:02 +02:00 |
Nikolay Sivov
|
9b77425f6a
|
comctl32/imagelist: Fix return value from IImageList_SetBkColor().
|
2010-08-23 13:37:02 +02:00 |
Nikolay Sivov
|
1c82b3491a
|
comctl32/imagelist: Remove parameter check from IImageList_GetBkColor().
|
2010-08-23 13:37:02 +02:00 |
Nikolay Sivov
|
6db1d3c5b9
|
comctl32/imagelist: Fix reference leak in IImageList_Clone().
|
2010-08-23 13:37:01 +02:00 |
Nikolay Sivov
|
87847aa13c
|
comctl32/imagelist: Remove parameter check from IImageList_Clone().
|
2010-08-23 13:37:01 +02:00 |
Nikolay Sivov
|
eb2aae669c
|
comctl32/imagelist: Make IImageList_Merge() crash like it does on native.
|
2010-08-23 13:37:01 +02:00 |
Gerald Pfeifer
|
84a6598290
|
comctl32: Remove the last, unused parameter from LISTVIEW_VScroll and all its invocations.
|
2010-08-23 13:37:01 +02:00 |
Nikolay Sivov
|
d84cad6a06
|
comctl32/imagelist: Fail to create imagelist with zero or negative image dimensions.
|
2010-08-20 13:46:54 +02:00 |
Nikolay Sivov
|
66c9a73db5
|
comctl32/imagelist: Fail in ImageList_GetIconSize on null parameters.
|
2010-08-20 13:46:49 +02:00 |
Nikolay Sivov
|
8bcdc9ad43
|
comctl32/tests: More imagelist tests to show broken parameter validation.
|
2010-08-20 13:46:45 +02:00 |
Nikolay Sivov
|
4023e0125f
|
comctl32/imagelist: Fix failure code for IImageList_Remove().
|
2010-08-20 13:46:40 +02:00 |
Nikolay Sivov
|
5ee4441c15
|
comctl32/imagelist: Fix failure code for IImageList_Draw().
|
2010-08-20 13:46:36 +02:00 |
Nikolay Sivov
|
33ee0cae46
|
comctl32/tests: Use reduced IMAGELISTDRAWPARAMS structure size for tests.
|
2010-08-20 13:46:33 +02:00 |
Nikolay Sivov
|
4d6c30f90f
|
comctl32/tests: Use better names for test functions, discover some new test failures.
|
2010-08-20 13:46:30 +02:00 |
Nikolay Sivov
|
ce5a06c1b0
|
comctl32/listview: Fix infinite loop case for full item range as a first search range.
|
2010-08-20 13:21:34 +02:00 |
Austin Lund
|
8fdb1bec12
|
comctl32/tests: DateTimePicker and MonthCalendar controls only support Gregorian calendar.
|
2010-08-19 17:32:18 +02:00 |
David Hedberg
|
31f538516a
|
comctl32: Return 0 when extended item state is requested from a treeview.
|
2010-08-18 11:29:15 +02:00 |
David Hedberg
|
4507905f8b
|
comctl32: Don't break on TVIS_NOSINGLEEXPAND.
|
2010-08-18 11:28:16 +02:00 |
Austin Lund
|
c3f9a4c362
|
comctl32/tests: Do not perform comparison of dates if GetDateFormat fails.
|
2010-08-18 09:47:32 +02:00 |
Gerald Pfeifer
|
ab575718ce
|
comctl32: Merge is_textT and is_textW into a single is_text.
|
2010-08-16 15:54:22 +02:00 |
Nikolay Sivov
|
9ce376181a
|
comctl32/monthcal: Use recently introduced enum in scroll buttons painting helper.
|
2010-08-16 13:45:14 +02:00 |
Nikolay Sivov
|
ae1062c12d
|
comctl32/monthcal: Store all control colors in a single array.
|
2010-08-16 13:45:07 +02:00 |
Nikolay Sivov
|
8caeb2f735
|
comctl32/monthcal: Fix assumption about a single calendar for minimal rectangle calculation.
|
2010-08-16 13:44:55 +02:00 |
Nikolay Sivov
|
197a716424
|
comctl32/monthcal: Remove macro used once.
|
2010-08-16 13:44:50 +02:00 |
Nikolay Sivov
|
af6ba8297f
|
comctl32/monthcal: Properly scroll calendars on year change.
|
2010-08-16 13:44:43 +02:00 |
Nikolay Sivov
|
23d8d35e9e
|
comctl32/monthcal: Make month popup menu respect multiple calendars.
|
2010-08-16 13:44:39 +02:00 |
Nikolay Sivov
|
09d883fbf0
|
comctl32/monthcal: Properly adjust selections on scrolling.
|
2010-08-16 13:44:35 +02:00 |
Nikolay Sivov
|
76d3e1d553
|
comctl32/monthcal: Support new hittest fields for some cases.
|
2010-08-16 13:44:29 +02:00 |
Nikolay Sivov
|
94dfbcaad5
|
comctl32/tests: Remove some noise from function names.
Everything in this file is about Monthcal.
|
2010-08-04 13:26:11 +02:00 |
Nikolay Sivov
|
8e968fd290
|
comctl32/monthcal: Add some tests for post-V1 hittest fields.
|
2010-08-04 13:26:00 +02:00 |
Andrew Talbot
|
ebacf49f02
|
comctl32: Constify some variables.
|
2010-08-04 12:26:15 +02:00 |
Nikolay Sivov
|
7fb6031731
|
comctl32/monthcal: Erase week numbers rectangle before drawing new text.
|
2010-08-02 14:08:48 +02:00 |
Nikolay Sivov
|
49949cbbc2
|
comctl32/monthcal: No need to calculate month length on every iteration.
|
2010-08-02 14:08:40 +02:00 |
Nikolay Sivov
|
db10fb8301
|
comctl32/monthcal: Get rid of stored current selection date, it's always synced with lower bound.
|
2010-08-02 14:08:34 +02:00 |
Nikolay Sivov
|
516c322ecc
|
comctl32/monthcal: Add support for month delta in button navigation.
|
2010-08-02 14:08:20 +02:00 |
Nikolay Sivov
|
b83d11ace4
|
comctl32/monthcal: Add helper to jump to specified number of months.
|
2010-08-02 14:08:14 +02:00 |
Nikolay Sivov
|
23e9866be8
|
comctl32/monthcal: Fix navigation from last day in a month.
|
2010-08-02 14:08:06 +02:00 |
Nikolay Sivov
|
a35085457e
|
comctl32/monthcal: Rename button navigation helper to better reflect its purpose.
|
2010-08-02 14:08:00 +02:00 |
Andrew Talbot
|
2b9ff98203
|
comctl32: Constify some variables.
|
2010-08-02 12:55:21 +02:00 |
Andrew Talbot
|
2061bf5f38
|
comctl32: Constify some variables.
|
2010-08-02 12:55:21 +02:00 |
Nikolay Sivov
|
279677b7d8
|
comctl32/treeview: Fix possible crash in TVS_SINGELEXPAND helper (Coverity).
|
2010-07-28 16:28:23 +02:00 |
Nikolay Sivov
|
6711780a8f
|
comctl32/tests: Merge one test function to existing tests, use explicit message numbers.
|
2010-07-26 18:38:32 +02:00 |
Nikolay Sivov
|
16dfb1a039
|
comctl32/treeview: Fix TVS_SINGLEEXPAND notifications order.
|
2010-07-26 18:38:32 +02:00 |
Nikolay Sivov
|
b3a61c1329
|
comctl32/treeview: Properly initialize expanded image index.
|
2010-07-26 18:38:32 +02:00 |
Dmitry Timoshkov
|
1bf5e12e95
|
comctl32: Make sure that the focus is set to an existing property sheet button.
|
2010-07-22 16:07:54 +02:00 |
Michael Stefaniuc
|
7dfba50bca
|
comctl32: Remove the ignored common resource attributes.
|
2010-07-22 10:39:05 +02:00 |