Commit Graph

83 Commits (33e590638cfaec492dba951a0ca6329770538062)

Author SHA1 Message Date
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 9e8f152dc9 explorerframe: 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:22 +01:00
Michael Stefaniuc fdcd7e8fbe explorerframe: Use the global HeapAlloc() wrappers.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-01-31 09:42:39 +01:00
Huw Davies edb760097c explorerframe: Release the returned imagelist.
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-04-25 11:47:20 +02:00
Nikolay Sivov 312dc5dc1d explorerframe: Use W-functions to access window property.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-02-20 10:33:00 +01:00
Francois Gouget d1f668ee72 explorerframe: Add a __WINE_ALLOC_SIZE attribute to heap_alloc().
And standardize its parameter name.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-02-13 09:39:49 +01:00
Francois Gouget 039691952e explorerframe: A spelling fix in a comment.
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-01-10 19:19:15 +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
Michael Stefaniuc 15c55ff7bd explorerframe: Use the proper RECT APIs.
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-07-10 11:07:30 +09:00
Andrew Eikum 585009124a Revert "explorerframe: Allow treeview expandos to open with a single click.".
This reverts commit 5bbdcaaa16.

Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-26 00:12:52 +09:00
Andrew Eikum 5bbdcaaa16 explorerframe: Allow treeview expandos to open with a single click.
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-21 12:41:42 +09:00
Nikolay Sivov 20e302e203 explorerframe: Return interface pointer from QI instead of impl pointer. 2015-03-20 17:39:47 +09:00
Francois Gouget 3dbb09a56b explorerframe: Remove unneeded NONAMELESSXXX directives. 2015-03-11 22:10:35 +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
Alexandre Julliard 5e7416e5c8 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
Alexandre Julliard d08ff3ff19 makefiles: Use a single variable for all types of idl files. 2013-12-31 18:15:17 +01:00
Alexandre Julliard c7803b885b makefiles: Add makedep pragmas for registration idl files. 2013-11-05 20:38:18 +01:00
Alexandre Julliard 4c6e039aa1 explorerframe: Correctly initialize common controls. 2013-10-17 20:29:22 +02:00
Austin English 97861a524b explorerframe/tests: Build with -D__WINESRC__. 2013-10-15 16:37:06 +02:00
Alexandre Julliard 55e44092bd makefiles: Remove useless definitions of COM_NO_WINDOWS_H. 2013-10-14 16:05:31 +02:00
Michael Stefaniuc 0e681027a2 tests: Compile the tests by default with -D__WINESRC__. 2013-10-02 11:04:02 +02:00
Jacek Caban 722adee7bd explorerframe: Fixed debug channel name. 2013-07-31 22:26:55 +02:00
Alexandre Julliard f02cdd877f Remove empty DLL_PROCESS_DETACH case statements. 2013-04-15 16:45:35 +02:00
André Hentschel 80f6197fdc explorerframe: Clear pointer when nothing is selected. 2013-04-04 19:30:11 +02:00
Andrew Talbot 33c3a75655 explorerframe: Avoid signed-unsigned integer comparisons. 2013-01-17 12:16:04 +01:00
Jacek Caban deeb14e0ee explorerframe: Moved TaskbarList implementation to explorerframe. 2012-11-02 16:41:12 +01: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
Marcus Meissner 230f63c3d2 explorerframe: Fixed incorrect sizeof (Coverity). 2011-10-18 15:17:15 +02:00
Alexandre Julliard b56dc9a6f7 winecrt0: Remove the clsid parameter in __wine_(un)register_resources. 2011-08-02 20:47:49 +02:00
Nikolay Sivov 478316ceec explorerframe: Get rid of interface pointer casts. 2011-05-20 10:29:33 +02:00
Marcus Meissner d98a6a884e explorerframe: Mark internal symbols with hidden visibility. 2011-05-18 10:58:45 +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
Michael Stefaniuc 4156a80452 explorerframe: COM cleanup for the IClassFactory iface. 2011-01-20 12:21:44 +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 a967d985c2 explorerframe: Convert dll registration to the IRegistrar mechanism. 2010-12-10 15:09:24 +01:00
Alexandre Julliard 5f49129e03 resources: Define a generic mechanism for adding extra values to the common version block. 2010-12-03 14:53:59 +01:00
Michael Stefaniuc 5b40a664a9 explorerframe: Use iface instead of vtbl pointers in NSTC2Impl. 2010-11-29 19:43:31 +01:00
Andrew Talbot 49e993c641 explorerframe: Constify some variables. 2010-10-04 15:00:04 +02:00
Alexandre Julliard 730f01801f tests: Make some variables static. 2010-10-01 13:41:42 +02:00
Hans Leidekker fbb9afacc9 explorerframe: Bump version. 2010-09-27 14:10:45 +02:00