Commit Graph

25 Commits

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
Nikolay Sivov 4c55ea3e1c oleview: Use Treeview notifications to release created instances.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-02-06 13:45:48 +01:00
Dmitry Timoshkov 26db80b685 oleview: Always check return value of SendMessage(TVM_GETITEM).
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
2015-10-07 21:28:51 +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
Bernhard Übelacker 94c6e3af3a oleview: Call RegEnumValueW with value and val_count parameters. 2015-07-08 16:02:25 +09:00
Thomas Faber 644bda381e oleview: Avoid variable-length arrays. 2014-03-25 19:01:25 +01:00
Michael Stefaniuc 488baebd8f oleview: Use the explicit W types/functions in tree.c. 2010-05-07 12:48:42 +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
Michael Stefaniuc 87785a2df0 oleview: Do not cast NULL. 2008-11-03 13:41:21 +01:00
Marcus Meissner 1b95076308 oleview: RegEnumKey gets always sizes, not -1. 2008-10-14 13:41:55 +02: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
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
Stefan Huehner 4d1d01f266 Mark several functions as static. 2007-03-13 13:35:12 +01:00
Piotr Caban 03c5387f92 oleview: Added TypeLib Viewer base.
- Added TypeLib Viewer base.
- Fixed multiple instance of pane window functionality.
- Added field with TypeLib path to ITEM_INFO structure.
2006-06-30 21:04:27 +02: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 b2d91368e5 oleview: Added CreateInstanceOn functionality. 2006-06-23 11:50:05 +02:00
Piotr Caban 4964c1e940 oleview: Removed use of strlenW, strcmpW and strcpyW functions. 2006-06-22 13:16:21 +02:00
Piotr Caban 2571da6117 oleview: Added details window base. 2006-06-21 12:06:23 +02:00
Piotr Caban 4cfa6a151a oleview: Added base menu funcionality. 2006-06-21 12:03:34 +02:00
Piotr Caban 75469d712b oleview: Added more TreeView entries. 2006-06-21 12:02:01 +02:00
Piotr Caban 6c7a65c1d3 oleview: Added TreeView entries read from registry. 2006-06-21 11:56:19 +02:00
Piotr Caban 3348ecdddc oleview: Added TreeView window. 2006-06-21 11:55:46 +02:00