Alexandre Julliard
f0cd33c69e
include: Add support for defining Win32 types as 'long' where possible.
...
Add -DWINE_NO_LONG_TYPES to modules that still have compilation
warnings with long types.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-01-27 20:38:22 +01:00
Zhiyi Zhang
1c1fe30cc5
explorerframe: Implement taskbar_list_AddTab() for x11 driver.
...
Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-11-25 21:19:46 +01:00
Zhiyi Zhang
d9b1df267a
explorerframe: Implement taskbar_list_DeleteTab() for x11 driver.
...
Partially fix Excel 2007 and 2010 showing an extra taskbar icon when
opening multiple documents in one instance.
Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-11-25 21:19:46 +01:00
Zhiyi Zhang
10a3dbbd65
explorerframe/tests: Add ITaskbarList tests.
...
Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-11-25 21:19:46 +01:00
Michael Stefaniuc
1d17d8d471
explorerframe: Use wide-char string literals.
...
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-10-05 12:33:31 +02:00
Zebediah Figura
28ab23db56
explorerframe/tests: Remove some failing tests.
...
These fail on Windows 10 1607+ with nonsensical error codes.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-01-15 22:03:36 +01:00
Nikolay Sivov
4f35819843
explorerframe/tests: Use global memory allocation helpers.
...
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-02-26 11:25:26 +01:00
Nikolay Sivov
86ac45836d
include: TVS_EX_NOSINGLECOLLAPSE is documented.
...
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-07-31 16:22:15 +09:00
Michael Stefaniuc
dc5dd6ac0a
explorerframe/tests: Use EqualRect() instead of open coding it.
...
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-07-10 11:07:35 +09:00
Michael Stefaniuc
2ddbadccef
explorerframe/tests: The width is between the RECT left and right fields.
...
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-07-10 11:07:34 +09:00
Michael Stefaniuc
6eb70eea1b
explorerframe/tests: Use SetRect() instead of open coding it.
...
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-07-10 11:07:32 +09:00
Nikolay Sivov
ad4ccd1821
explorerframe: Internally make calls with interface wrappers.
2014-06-12 13:19:08 +02:00
Nikolay Sivov
3d691afd97
explorerframe/tests: Mark some results as broken.
2014-06-12 13:19:07 +02:00
Nikolay Sivov
586c3f2b46
explorerframe: Query for more notification callbacks.
2014-06-12 13:19:07 +02:00
Alexandre Julliard
99ef0d6ff0
makefiles: Get rid of the MAKE_TEST_RULES variable.
2014-01-02 12:13:16 +01:00
Austin English
97861a524b
explorerframe/tests: Build with -D__WINESRC__.
2013-10-15 16:37:06 +02:00
Michael Stefaniuc
0e681027a2
tests: Compile the tests by default with -D__WINESRC__.
2013-10-02 11:04:02 +02:00
André Hentschel
80f6197fdc
explorerframe: Clear pointer when nothing is selected.
2013-04-04 19:30:11 +02:00
Jacek Caban
434b696c46
Fixed remaining wrong iface call helpers.
2012-08-28 14:41:12 +02:00
Michael Stefaniuc
25b0efa5bb
explorerframe/tests: Avoid a TRUE:FALSE conditional expression.
2012-08-15 12:12:40 +02:00
Austin English
5f3ff65839
explorerframe/tests: Don't assign values to variables that are never checked (LLVM/Clang).
2011-02-07 10:07:19 -06:00
Paul Vriens
fd2bf1fae1
explorerframe/tests: Don't compare potentially uninitialized variables (Coverity).
2011-02-01 18:14:09 +01:00
Nikolay Sivov
5f26248a39
explorerframe/tests: Initialize hit test point before first use (Valgrind).
2011-01-31 12:28:33 +01:00
Andrew Nguyen
3ed34dc325
explorerframe/tests: Free the shell items at the end of the event tests.
...
Spotted with Valgrind.
2011-01-17 14:29:20 +01:00
Michael Stefaniuc
d15f5722cb
explorerframe/tests: COM cleanup for INameSpaceTreeControlEventsImpl.
2010-12-29 11:59:37 +01:00
Alexandre Julliard
730f01801f
tests: Make some variables static.
2010-10-01 13:41:42 +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
David Hedberg
479a9ee11e
include: Fix INameSpaceTreeControlEvents interface declaration.
2010-08-26 17:21:08 +02:00
Alexandre Julliard
8447ecc591
explorerframe/tests: Initialize cbstate to a dummy value to make sure it's being set properly.
2010-08-25 16:19:01 +02:00
Francois Gouget
dc6428f350
explorerframe/tests: Add a trailing '\n' to an ok() call.
2010-08-24 15:22:35 +02:00
David Hedberg
2a2ac73f2c
explorerframe: Some additional basic tests.
2010-08-19 11:25:37 +02:00
David Hedberg
e5ab57f2c6
explorerframe: Implement EnsureItemVisible.
2010-08-19 11:25:32 +02:00
David Hedberg
6923ec2708
explorerframe: Implement HitTest.
2010-08-19 11:25:27 +02:00
David Hedberg
193fe3c303
explorerframe: Implement GetItemRect.
2010-08-19 11:25:21 +02:00
David Hedberg
20872fadce
explorerframe: Implement GetSelectedItems.
2010-08-18 11:29:33 +02:00
David Hedberg
29bf096f27
explorerframe: Implement GetNextItem.
2010-08-18 11:29:23 +02:00
David Hedberg
7e65349c0d
explorerframe: Implement SetItemState and GetItemState.
2010-08-18 11:29:02 +02:00
David Hedberg
e7a3998c1f
explorerframe: Implement CollapseAll.
2010-08-18 11:26:21 +02:00
David Hedberg
b349072687
explorerframe: Handle keyboard events.
2010-08-17 14:40:41 +02:00
David Hedberg
f0d6d95ef8
explorerframe: Handle changing the selection.
2010-08-17 14:22:52 +02:00
David Hedberg
4ad1050eb5
explorerframe: Implement expansion of nodes.
2010-08-17 14:22:43 +02:00
David Hedberg
2761b0ded6
explorerframe: Implement GetRootItems.
2010-08-04 17:30:53 +02:00
David Hedberg
b431995cc4
explorerframe: Implement RemoveRoot and RemoveAllRoots.
2010-08-04 17:30:37 +02:00
David Hedberg
f87891c362
explorerframe: Implement InsertRoot and AppendRoot.
2010-08-04 17:30:15 +02:00
David Hedberg
1186e3caca
explorerframe: Implement TreeAdvise/TreeUnadvise.
2010-08-03 14:47:11 +02:00
David Hedberg
a5cb7652de
explorerframe: Implement Set/GetControlStyle(2).
2010-08-03 14:46:43 +02:00
David Hedberg
c32fa3485b
explorerframe: Add IOleWindow implementation.
2010-08-03 14:46:06 +02:00
David Hedberg
3db4aaa2b7
explorerframe: Implement Initialize.
2010-08-03 11:33:57 +02:00
David Hedberg
87212d5105
explorerframe/tests: Add initial NamespaceTreeControl tests.
2010-08-02 15:28:35 +02:00