Commit Graph

73 Commits (master)

Author SHA1 Message Date
Alexandre Julliard cd6aa5f229 oleview: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-04-30 09:55:42 +02:00
Fabian Maurer 180c033c1c oleview: Add missing break (coverity).
Signed-off-by: Fabian Maurer <dark.shadow4@web.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-09-17 18:34:19 +02:00
Michael Stefaniuc 4341c4495f oleview: Use the ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-07-09 22:21:26 +02:00
Nikolay Sivov ff94fc1daf oleview: Use proper pointer type when allocating names array (Coverity).
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-12-29 22:38:29 +01:00
Francois Gouget a96f7f13ce oleview: Remove an unneeded NONAMELESSUNION define.
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-27 21:44:57 +09:00
Dmitry Timoshkov e10db2f22e oleview: Correctly set window's class background and cursor.
Otherwise background of some windows doesn't match current theme, and
mouse cursor sometimes gets stuck after moving over vertical splitter.

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
2015-10-07 21:28:51 +09:00
Dmitry Timoshkov edb35ff096 oleview: Fix compilation with PSDK.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
2015-10-07 21:28:51 +09:00
Dmitry Timoshkov 04d3f6c1f5 include: Add COM interface definitions needed for PrintDlgEx implementation. 2013-04-09 11:59:45 +02:00
Alexandre Julliard c9eee73450 makefiles: Define __WINESRC__ when building programs. 2012-01-23 16:07:37 +01:00
Francois Gouget 1eb25ca768 oleview: Fix a string resource so its format placeholders can be reordered. 2011-11-21 12:59:38 +01:00
Marcus Meissner 024ab0c537 oleview: Remove superflous NULL check (Coverity). 2011-06-14 15:27:19 +02:00
Nikolay Sivov f88d7bc8ca oleview: Fix some crashes on unnamed methods/arguments. 2011-01-03 16:45:32 +01:00
Nikolay Sivov 64bf7ca869 oleview: Fix some crashes on unnamed variables. 2011-01-03 16:45:27 +01:00
Nikolay Sivov cd028045f1 oleview: Fix a crash on null helpstring and name on library level. 2010-12-31 16:27:27 +01:00
Michael Stefaniuc 693ccc2556 oleview: Replace long with LONG. 2010-05-12 13:44:22 +02:00
Michael Stefaniuc 2bce56c94e oleview: Use the explicit W types/functions in typelib.c. 2010-05-07 12:48:52 +02:00
Michael Stefaniuc 5005581c8b oleview: Replace some SendMessage wrappers with the real thing. 2010-05-07 12:48:26 +02:00
Paul Vriens d38682816b oleview: Fix size parameter for memset (Coccinelle). 2010-01-11 11:34:41 -06:00
Gerald Pfeifer 2ea07f28bd oleview: Simplify ENUM_FLAGS in CreateInterfaceInfo. 2009-09-18 09:59:06 -05:00
Michael Stefaniuc 0a51e54fce oleview: Remove superfluous pointer casts. 2009-01-20 15:17:22 +01:00
Francois Gouget a9532c962a oleview: Make some functions static. 2009-01-07 14:40:21 +01:00
Marcus Meissner 53d671d736 oleview: Fixed LoadString buffer sizes. 2008-09-15 11:46:05 +02:00
Alistair Leslie-Hughes d4f0685173 oleview: Fixed crash with loading typelib information. 2008-07-08 12:28:07 +02:00
Piotr Caban 2e80f11c5e oleview: Fixed incorrect brackets bug. 2008-04-14 12:40:22 +02:00
Piotr Caban 0701ddb665 oleview: Add dual interfaces support to coclasses. 2008-04-14 12:40:22 +02:00
Piotr Caban aad4547d95 oleview: CreateCoclassHeader partially implemented. 2008-04-11 12:11:32 +02:00
Piotr Caban 3023a186b9 oleview: Removed memory leak in EnumImplTypes. 2008-04-11 12:11:32 +02:00
Piotr Caban cdc3ee70b3 oleview: Added coclass handling base. 2008-04-11 12:11:32 +02:00
Piotr Caban af1c1484d7 oleview: Skip IDispatch functions in dual interfaces properly. 2008-04-11 12:11:32 +02:00
Piotr Caban 38994a42f4 oleview: Added returns as arguments in interfaces with oleautomation flag. 2008-04-10 09:54:21 +02:00
Piotr Caban dc0d29c708 oleview: Hide functions without id property in dual interfaces. 2008-04-10 09:54:15 +02:00
Piotr Caban bd4437f18f oleview: Fixed idl files generation with oleautomation flag. 2008-04-10 09:54:10 +02:00
Piotr Caban 4e51c02224 oleview: Fixed idl files generation with dual interfaces. 2008-04-10 09:54:06 +02:00
Piotr Caban d19f1673ae oleview: Added helpstring to functions. 2008-04-10 09:53:58 +02:00
Mikolaj Zalewski 3982f12404 oleview: Don't crash if the parent type couldn't be retrieved. 2007-10-09 11:40:17 +02:00
Michael Stefaniuc 5f62da109e janitorial: Pass HEAP_ZERO_MEMORY as flag to HeapAlloc() instead of zeroing out the allocated memory in a later call. 2007-04-25 12:26:07 +02:00
Alexandre Julliard f0ddaedc29 oleview: Use standard APIs in SaveIdl and avoid overflows. 2007-03-13 21:17:03 +01:00
Stefan Huehner 4d1d01f266 Mark several functions as static. 2007-03-13 13:35:12 +01:00
Francois Gouget e0f2593446 oleview: Fix compilation on systems that don't support nameless unions. 2007-03-05 12:13:36 +01:00
Misha Koshelev b2938efbdf oleview: Mimick native treeview display of enumerations. 2007-02-28 14:03:43 +01:00
Misha Koshelev 85aefa3567 oleview: Add safearray type. 2007-02-26 16:23:24 +01:00
Misha Koshelev 15d10978ae oleview: Make optional flag "optional" not "opt.". 2007-02-26 16:22:45 +01:00
Misha Koshelev e16318657a oleview: Add forgotten newlines to forward declarations. 2007-02-26 16:22:40 +01:00
Misha Koshelev 633e038b14 oleview: Properly support enumerations. 2007-02-26 16:22:24 +01:00
Misha Koshelev a5d7c2fb19 oleview: Report default values. 2007-02-26 16:21:29 +01:00
Misha Koshelev a85895d240 oleview: Account for unnamed right hand side parameter of propput. 2007-02-22 11:27:22 +01:00
Misha Koshelev 49e8770563 oleview: Respect size of array ITypeInfo_GetNames returns. 2007-02-21 19:51:58 +01:00
Marcus Meissner 7fba3dd88d oleview: Removed dead code (Coverity). 2007-02-06 14:59:15 +01:00
Mike McCormack b858b78990 oleview: Remove many casts. 2007-02-05 12:23:46 +01:00
Francois Gouget 58294b818c oleview: Fix compilation with gcc 2.95. 2006-10-23 15:19:23 +02:00