Commit Graph

17 Commits (master)

Author SHA1 Message Date
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
André Hentschel dd3c58c497 oleview: Fix bytecount for memmoves (Coverity).
Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-01-31 15:58:42 +01:00
Nikolay Sivov 3db8af259c oleview: Fix buffer length passed to Reg* functions (Coverity).
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-03-08 11:12:00 +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
Thomas Faber 644bda381e oleview: Avoid variable-length arrays. 2014-03-25 19:01:25 +01:00
Michael Stefaniuc 12be9c39f2 oleview: Use the explicit W types/functions in details.c. 2010-05-07 12:49:08 +02:00
Michael Stefaniuc 5005581c8b oleview: Replace some SendMessage wrappers with the real thing. 2010-05-07 12:48:26 +02: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 19464a6bf7 programs: Fixed two RegEnumValue name lengths. 2008-10-27 11:28:29 +01:00
Marcus Meissner 53d671d736 oleview: Fixed LoadString buffer sizes. 2008-09-15 11:46:05 +02:00
Alexandre Julliard 69a88a9d40 Fix minor differences in the formatting of the license notices. 2007-05-04 12:08:15 +02:00
Stefan Huehner 4d1d01f266 Mark several functions as static. 2007-03-13 13:35:12 +01:00
Piotr Caban 33d0216b61 oleview: Fix compilation with gcc 2.95.
- patch based on Francois Gouget Fix compilation with gcc 2.95 patch
 - moved some string to resources
 - fixed implementation of IPersistStream interface viewer
2006-06-26 12:55:08 +02:00
Piotr Caban 4964c1e940 oleview: Removed use of strlenW, strcmpW and strcpyW functions. 2006-06-22 13:16:21 +02:00
Piotr Caban 18db853973 oleview: Added registry tab in details window. 2006-06-21 12:06:58 +02:00
Piotr Caban 2571da6117 oleview: Added details window base. 2006-06-21 12:06:23 +02:00