Dmitry Timoshkov
|
c8f608e755
|
user32/tests: Fix listbox tests compilation with __WINESRC__ defined.
|
2013-10-23 17:01:47 +02:00 |
Nikolay Sivov
|
8f7779fc3b
|
user32: Implement GetListBoxInfo().
|
2013-05-07 20:07:41 +02:00 |
Huw Davies
|
698c7f0f3f
|
user32: Invalidate the listbox in LB_SETCOUNT.
|
2013-03-28 18:53:57 +01:00 |
Alexandre Julliard
|
d8c90fa40b
|
user32/tests: Move DlgDirList tests to avoid changing the current directory for other tests.
|
2012-07-17 16:22:34 +02:00 |
Bruno Jesus
|
81cbf29ef3
|
user32/tests: Update DlgDirList tests.
Based on original patch from Christian Lupien.
|
2012-07-16 18:19:26 +02:00 |
Marcus Meissner
|
b0b77d4ba9
|
user32: Fixed some more side effect functions in assert() (Coverity).
|
2011-02-25 14:47:50 +01:00 |
Austin English
|
fc2d1ded12
|
user32/tests: Remove some dead assignments (LLVM/Clang).
|
2011-02-10 09:58:50 -06:00 |
Alexandre Julliard
|
dfab8824c5
|
user32/tests: Make some variables static.
|
2010-10-01 13:37:44 +02:00 |
Michael Stefaniuc
|
7e2b624896
|
user32/tests: Remove some explicit LPARAM/WPARAM casts.
|
2009-12-28 12:27:13 +01:00 |
Paul Vriens
|
42f7e4a4d9
|
user32/tests: Fix an intermittent test failure.
|
2009-10-12 12:36:29 +02:00 |
Alexandre Julliard
|
5c54e24f90
|
user32/tests: Better handling of the *.* wildcard in the listbox test.
|
2009-02-13 13:01:12 +01:00 |
Michael Stefaniuc
|
e89386a59e
|
user32/tests: Remove superfluous pointer casts.
The (MENUITEMINFO)->dwTypeData is really a string ... the joys of the
Hungarian notation.
|
2009-02-05 13:15:32 +01:00 |
Michael Stefaniuc
|
e202baabd5
|
user32/tests: Do not cast the (IDC|IDI|RT)_* defines to LPSTR.
|
2009-01-13 15:26:11 +01:00 |
Alexandre Julliard
|
d97b398767
|
user32/tests: Fix pointer casting warnings on 64-bit.
|
2009-01-03 20:16:16 +01:00 |
Alexandre Julliard
|
bda507fb58
|
user32/tests: Fix wildcard directory lists handling for Win9x.
|
2008-11-20 19:52:03 +01:00 |
Michael Stefaniuc
|
3d6e19d48a
|
user32: Do not cast zero.
|
2008-11-04 11:26:24 +01:00 |
Alexandre Julliard
|
e0e91cf7f4
|
user32/tests: Fix the listbox tests on Win9x and NT4.
|
2008-09-24 15:39:03 +02:00 |
Alexandre Julliard
|
4fce63eb74
|
user32/tests: Fix the listbox LB_DIR tests when directories are present.
|
2008-08-04 23:04:53 +02:00 |
James Hawkins
|
458c729251
|
user32: Fix a test that fails in almost all reports.
|
2008-05-22 11:42:47 +02:00 |
Lei Zhang
|
4bc0cd60cf
|
user32: Use a bogus wildcard in listbox test, change wildcard string to a const.
|
2008-04-04 11:05:25 +02:00 |
Paul Vriens
|
58665f08d1
|
users32/tests: Win9x doesn't like FILE_ALL_ACCESS.
|
2008-03-10 11:22:34 +01:00 |
Francois Gouget
|
6922075e58
|
user32/tests: Add the trailing '\n' to ok() calls.
|
2008-02-11 19:56:10 +01:00 |
Reece H. Dunn
|
01af8501b9
|
user32: Make the listbox tests pass in directories other than dlls/user32/tests.
|
2008-02-08 13:13:16 +01:00 |
Alex Villacís Lasso
|
4612b15fff
|
user32: Fix regression in DlgDirList caused by modified LB_DIR return behavior, with tests.
|
2007-12-19 19:36:09 +01:00 |
Michael Stefaniuc
|
64b7359265
|
user32/tests: Pass HEAP_ZERO_MEMORY to HeapAlloc() instead of clearing the memory with a separate memset() call.
|
2007-12-07 14:52:45 +01:00 |
Francois Gouget
|
5f1416ef2b
|
user32/tests: Add the trailing '\n' to an ok() call.
|
2007-11-20 16:44:53 +01:00 |
Alex Villacís Lasso
|
00bba190aa
|
user32: Conformance tests for DlgDirList and DlgDirSelectEx.
|
2007-11-15 11:09:49 +01:00 |
Alex Villacís Lasso
|
56958984dd
|
user32: Conformance tests for LB_DIR on listboxes.
|
2007-11-14 13:10:47 +01:00 |
Alex Villacís Lasso
|
188610e603
|
user32: Fix for failing tests of LB_GETTEXT on listbox on Win98.
|
2007-11-08 11:48:33 +01:00 |
Alex Villacís Lasso
|
5f603f823e
|
user32: Fix LB_ITEMFROMPOINT tests for listbox control.
|
2007-11-08 11:48:26 +01:00 |
Peter Verthez
|
13b376df73
|
user32: LB_SETITEMDATA should return 1 on success, not 0.
|
2007-08-14 20:29:21 +02:00 |
Dmitry Timoshkov
|
3c9e7a7f33
|
wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility.
|
2007-05-25 20:37:56 +02:00 |
Huw Davies
|
104e1cf6dd
|
user32: For LBS_OWNERDRAWVARIABLE listboxes return the fixed item height if the listbox is empty.
|
2006-12-05 16:49:52 +01:00 |
Alexandre Julliard
|
b8a2e3b8a4
|
user32: Renamed the user/ directory to user32.
|
2006-11-16 14:49:25 +01:00 |