Thomas Faber
|
a1f5029e06
|
shell32/tests: Fix build with MSVC.
|
2011-09-27 16:24:26 +02:00 |
Francois Gouget
|
3de330db54
|
tests: Remove unneeded assert.h includes.
|
2011-09-27 10:59:56 +02:00 |
André Hentschel
|
8b0a2c2872
|
shell32/tests: Don't test function directly when reporting GetLastError().
|
2011-09-26 18:15:20 +02:00 |
Michael Stefaniuc
|
87b3644256
|
shell32: Pass the object instead of the iface to helper functions.
|
2011-09-26 12:19:58 +02:00 |
Michael Stefaniuc
|
9e460675d6
|
shell32: COM cleanup in shellpath.c.
|
2011-09-26 12:19:55 +02:00 |
André Hentschel
|
8c3ffea63c
|
shell32/tests: Fix typos.
|
2011-09-23 12:35:46 +02:00 |
Michael Stefaniuc
|
44b2f66ac7
|
shell32: Remove casts to the type of the casted expression.
|
2011-09-21 14:41:33 +02:00 |
Piotr Caban
|
ceb7add45d
|
shell32/tests: Added more SHChangeNotify tests.
|
2011-09-21 11:35:44 +02:00 |
Piotr Caban
|
93c001b0a9
|
shell32: Fixed SHCNRF_NewDelivery flag support in SHChangeNotify.
|
2011-09-21 11:35:44 +02:00 |
Piotr Caban
|
155fb98306
|
shell32: Don't call SendMessage inside critical section.
|
2011-09-21 11:35:44 +02:00 |
Francois Gouget
|
ff23498e3f
|
shell32: Fix printing NULL strings.
|
2011-09-20 16:21:39 +02:00 |
Francois Gouget
|
6454ec7f5d
|
shell32: Use wine_dbgstr_rect() to trace a potentially NULL rect struct.
|
2011-09-19 17:56:06 +02:00 |
Francois Gouget
|
dbf15a9a29
|
shell32: Use a more standard syntax for multi-line RC file strings.
|
2011-09-14 10:54:36 +02:00 |
Nikolay Sivov
|
c03f813c87
|
shell32/tests: Make test explicit about return pointer.
|
2011-09-13 17:17:55 +02:00 |
Francois Gouget
|
f5dede7c19
|
shell32: Add parentheses to clarify the precedence between '&' and '||'.
|
2011-09-12 11:00:57 +02:00 |
Nikolay Sivov
|
ff090f749d
|
shell32: Fix pidl leak (Valgrind).
|
2011-09-12 10:08:09 +02:00 |
Alexander Morozov
|
ba6f99c239
|
query: Add stub for LoadIFilter.
|
2011-09-08 20:08:07 +02:00 |
Octavian Voicu
|
776e27834d
|
shell32: Fix an incorrect pointer/integer cast on 64-bit and fix check for resource id.
|
2011-09-01 18:06:39 +02:00 |
Octavian Voicu
|
9b29b10e23
|
shell32/tests: Add a todo for two recycle bin tests in case no item was added.
|
2011-09-01 18:06:39 +02:00 |
Michael Stefaniuc
|
6419969c38
|
shell32: Move ISvBgCm_Constructor() to avoid a forward declaration.
|
2011-08-31 19:43:08 +02:00 |
Michael Stefaniuc
|
47a705965b
|
shell32: COM cleanup in shv_bg_cmenu.c.
|
2011-08-31 19:43:08 +02:00 |
Michael Stefaniuc
|
2cf8335d70
|
shell32: Pass objects instead of ifaces to helpers.
|
2011-08-31 19:43:08 +02:00 |
André Hentschel
|
4e862b8440
|
shell32/tests: Fix checking the child strings.
|
2011-08-31 19:43:07 +02:00 |
Andrew Talbot
|
2e4224fe2c
|
shell32: Remove unneeded address-of operators from function name.
|
2011-08-30 11:56:41 +02:00 |
Francois Gouget
|
c992ca277d
|
Assorted spelling fixes.
|
2011-08-24 19:07:46 +02:00 |
André Hentschel
|
176555354c
|
shell32/tests: Initial directory tests for ShellExecuteEx.
|
2011-08-24 15:03:55 +02:00 |
Louis Lenders
|
51beb857bd
|
shell32: Define icon resource 319.
|
2011-08-24 15:03:51 +02:00 |
Mariusz Pluciński
|
4505b4b07c
|
shell32: Replace call of RegDeleteKeyW by SHDeleteKeyW.
|
2011-08-23 11:39:41 +02:00 |
Andrew Talbot
|
8032d3ea21
|
shell32: Remove redundant function declaration.
|
2011-08-22 16:14:32 +02:00 |
Francois Gouget
|
a61145f284
|
shell32: Make SHELL_CreateContextMenu() static.
|
2011-08-05 15:22:47 +02:00 |
Francois Gouget
|
319f3b7d6d
|
shell32: Remove WINAPI on static functions where not needed.
|
2011-08-05 15:22:47 +02:00 |
Mariusz Pluciński
|
f3bd5210b8
|
shell32: Check if known folder's relative path was passed to function.
All non-virtual known folders must have set relative path field.
|
2011-08-04 18:27:38 +02:00 |
Mariusz Pluciński
|
faa9d41e7f
|
shell32/tests: Add verification of FOLDERID_ProgramFilesX64 and FOLDERID_ProgramFilesCommonX64.
These two known folders exists on 64-bit Windows versions.
|
2011-08-04 18:27:38 +02:00 |
Mariusz Pluciński
|
20cd9f631b
|
shell32/tests: Add verification of known folders definition attributes.
|
2011-08-04 18:27:38 +02:00 |
Mariusz Pluciński
|
183bc5006d
|
shell32/tests: Add verification of known folders attributes.
|
2011-08-04 18:27:37 +02:00 |
Frédéric Delanoy
|
760faf01a9
|
tests: Assorted spelling fixes.
|
2011-08-04 18:27:37 +02:00 |
Jay Yang
|
0a7a3be0b1
|
shell32: Implement SHCreateDefaultContextMenu and CDefFolderMenu_Create2.
|
2011-08-04 11:54:14 +02:00 |
Mariusz Pluciński
|
fe0eab4bd1
|
shell32/tests: Add verification of known folders parsing names.
|
2011-08-03 19:00:20 +02:00 |
Frédéric Delanoy
|
7e309601f3
|
dlls: Assorted spelling fixes.
|
2011-08-03 14:15:50 +02:00 |
Jay Yang
|
23c8704cb5
|
shell32/tests: Add tests for SHCreateDefaultContextMenu.
|
2011-08-02 20:47:49 +02:00 |
Jay Yang
|
2e5e7dbeba
|
shell32: Have the system context menus respect idCmdFirst.
|
2011-08-02 20:47:49 +02:00 |
Alexandre Julliard
|
b56dc9a6f7
|
winecrt0: Remove the clsid parameter in __wine_(un)register_resources.
|
2011-08-02 20:47:49 +02:00 |
Alexandre Julliard
|
729afa6adc
|
makefiles: Generate resource files for typelibs.
|
2011-08-02 10:11:10 +02:00 |
Jacek Caban
|
d6548692b9
|
shell32: Moved MruLongList registration to shell32, where it belongs.
|
2011-08-01 11:09:56 +02:00 |
Mariusz Pluciński
|
bb471a54fe
|
shell32/tests: Add checking some non-published known folders.
|
2011-08-01 11:04:37 +02:00 |
Mariusz Pluciński
|
82ac4ae36e
|
shell32/tests: Add notification when expected known folder does not exists.
|
2011-08-01 11:04:31 +02:00 |
Mariusz Pluciński
|
e09f4ed0e8
|
shell32/tests: Add notification about unknown known folders.
|
2011-08-01 11:04:29 +02:00 |
Mariusz Pluciński
|
9b98b1ef75
|
shell32/tests: Add verification of known folders relative paths.
|
2011-08-01 11:04:24 +02:00 |
Octavian Voicu
|
907f94e144
|
shell32: Disable WOW64 redirection when converting pidls to UNIX paths.
|
2011-07-29 18:15:54 +02:00 |
Huw Davies
|
fccd4e29c9
|
shell32: Initialise the error string pointer.
|
2011-07-28 18:37:39 +02:00 |