Francois Gouget
|
15a7bcb364
|
comctl32/tests: Replace some '#if 0's with 'if (0)'s.
Fix the code so it compiles without warnings.
|
2006-12-14 20:24:36 +01:00 |
|
Marcus Meissner
|
4d52a421d7
|
Made some functions static.
|
2006-12-12 12:10:57 +01:00 |
|
Francois Gouget
|
fb957ec589
|
comctl32/tests: Fix the CheckDPA() tests.
There is no guarantee that the compiler will compute the function arguments in left-to-right order.
|
2006-11-24 11:49:07 +01:00 |
|
Francois Gouget
|
9d2f40cf33
|
comctl32/tests: Don't use the NONAMELESS* macros in the tests.
|
2006-11-24 11:48:42 +01:00 |
|
Francois Gouget
|
1ccf944900
|
Assorted spelling fixes.
|
2006-11-13 13:01:53 +01:00 |
|
Paul Vriens
|
6e9f335656
|
comctl32: Load function pointers by ordinal.
|
2006-11-08 20:12:38 +01:00 |
|
Paul Vriens
|
2384756b71
|
comctl32: Beginning of some string related tests.
|
2006-11-08 11:20:34 +01:00 |
|
Francois Gouget
|
88f3cb2a7d
|
comctl32: Add missing '\n' to ok() call.
|
2006-11-07 15:24:36 +01:00 |
|
Mikołaj Zalewski
|
258008012c
|
comctl32: toolbar: Add buttons size tests.
|
2006-11-02 12:31:32 +01:00 |
|
Michael Stefaniuc
|
962e97dbf3
|
comctl32/tests: Specify type of function argument and remove unused arguments.
|
2006-10-24 11:33:28 +02:00 |
|
Rob Shearman
|
c932790dcf
|
comctl32: Fix imagelist leak in tests.
|
2006-10-23 15:18:03 +02:00 |
|
Mikołaj Zalewski
|
39c4bbe56a
|
comctl32: toolbar: Fix the tests and handling of TB_SETHOTITEM on a disabled button.
|
2006-10-19 14:00:55 +02:00 |
|
Mikołaj Zalewski
|
4c5de64014
|
comctl32: header: Test and improve the custom draw and owner draw code.
|
2006-10-16 11:30:34 +02:00 |
|
Mikołaj Zalewski
|
76b162067f
|
comctl32: toolbar: Test and improve TB_SETHOTITEM.
|
2006-10-14 20:43:03 +02:00 |
|
Michael Ploujnikov
|
a348e0936a
|
comctl32/tests: Win64 printf format warning fixes.
|
2006-10-13 15:46:06 +02:00 |
|
Mikołaj Zalewski
|
c95aa8228a
|
comctl32: toolbar: Passing a string pointer in TB_INSERTBUTTON shouldn't change the strings table (with test case).
|
2006-10-12 12:55:56 +02:00 |
|
Mikołaj Zalewski
|
241956101e
|
comctl32: toolbar: Fix the TB_ADDSTRING from resources for a NUL delimiter.
|
2006-10-09 20:53:15 +02:00 |
|
Francois Gouget
|
20eb2f9998
|
comctl32: Fix LVM_GETITEM/LVIF_STATE so it only returns the bits it
has been asked for, and sets all the others to zero (with conformance
test).
|
2006-10-03 20:18:57 +02:00 |
|
Francois Gouget
|
68e84a7a53
|
Add missing '\n's to ok() calls.
|
2006-09-29 17:53:39 +02:00 |
|
Francois Gouget
|
222c167969
|
Assorted spelling fixes.
|
2006-09-29 16:28:30 +02:00 |
|
Michael Stefaniuc
|
85ce5117c5
|
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:08:30 +02:00 |
|
Mikołaj Zalewski
|
5db5744c5b
|
comctl32: toolbar: Test and fix TB_ADDSTRING from resource.
|
2006-09-27 20:21:00 +02:00 |
|
Mikołaj Zalewski
|
c77890d4f3
|
comctl32: toolbar: Resize the imagelist icons after a TB_SETBITMAPSIZE.
|
2006-09-26 11:37:47 +02:00 |
|
Mikołaj Zalewski
|
2fa45673f8
|
comctl32: toolbar: Fix the return code of TB_ADDBITMAP.
|
2006-09-21 17:42:44 +02:00 |
|
Mikołaj Zalewski
|
9e390091db
|
comctl32: toolbar: Fix IDB_STD_VIEW_* icons count (with testcase).
|
2006-09-21 17:41:36 +02:00 |
|
Mikołaj Zalewski
|
d457b37d82
|
comctl32: toolbar: Use correctly wParam in TB_ADDBITMAP.
|
2006-09-21 17:41:20 +02:00 |
|
Mikołaj Zalewski
|
89f537dd57
|
comctl32: imagelist: SetImageCount can be used to decrease image count (with testcase).
|
2006-09-21 17:41:05 +02:00 |
|
Mikołaj Zalewski
|
80664defa8
|
comctl32: toolbar: Add some tests for TB_ADDBITMAP.
|
2006-09-21 17:40:45 +02:00 |
|
Mikołaj Zalewski
|
8ab78e18c6
|
comctl32: header: Test the header order-management code and fix some bugs.
|
2006-09-20 11:19:30 +02:00 |
|
Alexandre Julliard
|
32ab895e46
|
makefiles: Generate the dependencies line to avoid some code duplication.
|
2006-09-14 09:38:16 +02:00 |
|
Stefan Huehner
|
998e256c82
|
Fix some -Wstrict-prototype warnings () -> (void).
|
2006-08-21 12:06:26 +02:00 |
|
Andrew Talbot
|
1a40c4c552
|
comctl32/tests: Write-strings warnings fix.
|
2006-07-31 10:51:15 +02:00 |
|
Andrew Talbot
|
8d1e492ad3
|
comctl32/tests: Write-strings warnings fix.
|
2006-07-20 12:11:18 +02:00 |
|
Huw Davies
|
f01ae8ace9
|
comctl32: All items should be marked as unchecked when LVS_EX_CHECKBOXES is initially set.
When a new item is added with LBS_EX_CHECKBOXES already set then that item is marked as unchecked.
|
2006-07-18 11:09:27 +02:00 |
|
Alexandre Julliard
|
77dc0d9be5
|
.gitignore: Added wildcards to ignore generated resource files.
|
2006-07-10 21:39:00 +02:00 |
|
Alexandre Julliard
|
0fa8baafcb
|
make_dlls: Recursively ignore .ok files in all tests directories.
|
2006-07-10 21:26:50 +02:00 |
|
Alexandre Julliard
|
edd100b899
|
make_dlls: Recursively ignore testlist.c in all tests directories.
|
2006-07-10 21:19:42 +02:00 |
|
Alexandre Julliard
|
cc2b3b48e6
|
Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
|
2006-07-10 20:47:54 +02:00 |
|
Andrew Talbot
|
b93f547a1e
|
comctl32/tests: Write-strings warnings fix.
|
2006-07-03 11:58:41 +02:00 |
|
Francois Gouget
|
11ae0f6386
|
Assorted spelling fixes.
|
2006-06-16 11:32:29 +02:00 |
|
Mike McCormack
|
13115d8cf6
|
comctl32: Add a short test for the listview.
|
2006-06-15 11:39:29 +02:00 |
|
Alexandre Julliard
|
03e2b335c4
|
comctl32: Don't use sizeof in traces to avoid printf format warnings.
|
2006-06-13 14:09:16 +02:00 |
|
Andrew Talbot
|
5ca5c8489e
|
comctl32/tests: Write-strings warnings fix.
|
2006-05-30 12:24:01 +02:00 |
|
Andrew Talbot
|
b836d1f7c3
|
comctl32/tests: Write-strings warning fix.
|
2006-05-28 18:27:27 +02:00 |
|
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
|
Mikołaj Zalewski
|
36a8e5fba3
|
comctl32: header: Fix INSERTITEM on a zero mask and GETITEM on a mask with unknown fields.
INSERTITEM should fail on a zero mask. If in GETITEM the mask has an
unknown field it should store only the comctl32 4.0 fields (with test
case).
|
2006-05-16 20:23:39 +02:00 |
|
Mikołaj Zalewski
|
bf346b240d
|
comctl32: header: Copy some fields on INSERTITEM even if they are not in the mask.
|
2006-05-16 20:22:27 +02:00 |
|
Mikołaj Zalewski
|
3eccdfcca7
|
comctl32: header: Automatically set some format fields.
|
2006-05-16 20:22:11 +02:00 |
|
Mikołaj Zalewski
|
8266fdd8cb
|
comctl32: header: Check for HDN_GETDISPINFO not being sent during INSERT/SETITEM.
|
2006-05-15 15:00:40 +02:00 |
|
Mikołaj Zalewski
|
d848dda8bc
|
comctl32: Test the HDM_SETITEM notifications.
|
2006-04-19 19:25:33 +02:00 |
|