Commit Graph

3048 Commits

Author SHA1 Message Date
Erich Hoover 7eb0d62b3d shell32: Create the All Users Microsoft directory. 2012-09-20 19:59:19 +02:00
Francois Gouget 7df54b4b8d shell32: Add tests for ShellExecute()'s handling of file URLs. 2012-09-20 19:56:42 +02:00
Francois Gouget 2083f28fbc shell32/tests: Use consistent types for the ShellExecute() & co return value. 2012-09-20 19:56:38 +02:00
Michael Stefaniuc f905a1c448 shell32: Fix the messed up indentation level in the STRRET functions. 2012-09-12 12:47:46 +02:00
Michael Stefaniuc 506f77f52d shell32: Use a helper to trace the type of a STRRET. 2012-09-12 12:47:34 +02:00
Francois Gouget b8050f0571 Assorted spelling fixes. 2012-09-04 16:15:52 +02:00
Marcus Meissner 006ee88278 shell32: Use characters not bytes in one place (Coverity). 2012-09-03 15:49:49 +02:00
Nikolay Sivov 96005d17d5 shell32/tests: Use proper method macros. 2012-08-24 11:32:39 +02:00
Michael Stefaniuc 563d229b5f shell32: Avoid TRUE:FALSE conditional expressions. 2012-08-14 11:59:18 +02:00
Nikolay Sivov bf0c67c322 shell32: Use proper macros when calling COM methods. 2012-07-30 17:13:33 +02:00
Erich Hoover 6a1d2f80b8 shell32: Fix FindExecutable search path when a default directory is supplied. 2012-07-12 16:10:04 -05:00
Marcus Meissner 0ef705fb69 shell32: Avoid memcmp result truncation (Coverity). 2012-07-09 10:11:32 -04:00
Detlef Riekenberg bb684aaba7 shell32/tests: Fix a failure on w2k. 2012-07-03 12:02:20 +02:00
Austin English cfa1813e1b shell32: Add a stub for SHSetUnreadMailCountW. 2012-06-29 20:41:46 +02:00
Detlef Riekenberg a8643ccc85 shell32/tests: Ignore case when comparing filenames. 2012-06-22 14:09:45 +02:00
Damjan Jovanovic f6be79684f shell32: Fix some function prototypes. 2012-06-20 10:31:06 +02:00
Damjan Jovanovic 74fe2989cb shell32: Fix some return types. 2012-06-20 10:31:03 +02:00
Francois Gouget ef6f3a30cc shell32/tests: Get rid of unneeded function typedefs. 2012-06-15 18:35:38 +02:00
Daniel Jelinski fccee5d20c shell32: Make folder names in folder picker editable. 2012-06-07 16:26:15 +02:00
Alexandre Julliard 2729cc1b3d shell32: Remove the applet valid flag and improve the error handling. 2012-06-06 11:46:20 +02:00
Alexandre Julliard 6f9f6b1aa6 shell32: Convert the control panel list to a standard list. 2012-06-05 21:23:21 +02:00
Alexandre Julliard c1e40a8bf4 shell32: Use a default icon for control panels without one. 2012-06-05 21:23:19 +02:00
Francois Gouget 1f6d078e1b Assorted spelling fixes. 2012-06-04 12:17:54 +02:00
Oleksij Rempel 83196d0cb3 shell32: Return empty list instead of NULL. 2012-05-30 14:41:34 +02:00
Francois Gouget fac36c55e9 Assorted typo, spelling, wording and case fixes. 2012-05-15 16:26:43 +02:00
Nikolay Sivov 9af543aad8 shell32: Implement IShellDispatch2::IsServiceRunning(). 2012-05-08 09:41:46 +02:00
Nikolay Sivov cb53b7a8e1 shell32: Added a stub for IShellDispatch2. 2012-05-07 17:21:10 +02:00
Austin English adc0518af7 shell32: Add a stub SHGetKnownFolderIDList. 2012-05-01 14:44:33 +02:00
Piotr Caban 924538f22a shell32: Handle ASSOCDATA_EDITFLAGS in IQueryAssociations:GetData function. 2012-03-27 13:41:36 +02:00
Piotr Caban d55061b9da shell32: Prepare QueryAssociations helper functions to work on non LPWSTR data. 2012-03-27 13:41:32 +02:00
Michael Stefaniuc 798beb2cb8 shell32: Print the debug string and not the pointer to it. 2012-03-26 18:15:24 +02:00
Ken Thomases cd454fdc2e shell32: Partially implement Mac Trash backing for the Recycle Bin. 2012-03-16 13:02:54 +01:00
Vincent Povirk dd65da7dce shell32: Properly double-null-terminate the filter in the run/browse dialog. 2012-02-27 12:55:18 +01:00
Francois Gouget 79e85098d0 shell32: Make extracticon_create() static. 2012-02-20 11:48:02 +01:00
Alexandre Julliard 2b7d8311da shell32: Define our own structure for control panel info, with more space for strings. 2012-02-16 18:51:54 +01:00
Huw Davies 9ae17687c0 shell32: Don't try to check for the folder's existence if we don't have a path. 2012-02-08 13:19:22 -06:00
Huw Davies 8272045cd8 shell32: Zero-init the out parameter and fix the error if the folder id is invalid. 2012-02-08 13:19:14 -06:00
Francois Gouget c0338afebb shell32: Fix the name of the 'Application Data' folders. 2012-02-07 09:27:53 -06:00
Nikolay Sivov c91e9db0cc shell32: Use string comparison as autocompletion check. 2012-02-06 10:19:32 -06:00
Michael Stefaniuc 83693d9611 shell32: Avoid an unsafe IExtractIconW to object cast. 2012-01-27 18:05:58 +01:00
Michael Stefaniuc b12a950c84 shell32: COM cleanup for IPersistFile. 2012-01-27 18:05:57 +01:00
Michael Stefaniuc f4f9be6eb0 shell32: COM cleanup for IExtractIconA. 2012-01-27 18:05:57 +01:00
Michael Stefaniuc 725db4d19d shell32: Forward IExtractIconA::Release to IExtractIconW:Release. 2012-01-27 18:05:57 +01:00
Michael Stefaniuc 5718c0bc22 shell32: COM cleanup for IExtractIconW. 2012-01-27 18:05:56 +01:00
Michael Stefaniuc a14b7df847 shell32: Pass the object instead of the iface to an internal helper. 2012-01-27 18:05:56 +01:00
Francois Gouget 6fc6cf6935 shell32: Don't translate the shell folder paths. 2012-01-23 19:41:56 +01:00
Francois Gouget deffb92c9d shell32: Use the plural for 'My Videos' wherever appropriate. 2012-01-23 17:44:33 +01:00
Francois Gouget f445325999 Assorted spelling fixes. 2012-01-23 16:07:32 +01:00
Francois Gouget 47f45d793d Use a single space after a full stop to follow the Windows GUI guidelines. 2012-01-23 16:07:03 +01:00
Detlef Riekenberg 49e1a1a5dc shell32/tests: Simple tests for IApplicationAssociationRegistration. 2012-01-16 16:48:58 +01:00
Detlef Riekenberg 2d4d571ffc shell32: Add a stub for IApplicationAssociationRegistration. 2012-01-16 16:48:53 +01:00
Detlef Riekenberg 48155b5df0 shell32: Avoid crash on NULL pointer. 2012-01-16 16:48:40 +01:00
Detlef Riekenberg 9ee18919a5 shell32/tests: Start tests for IQueryAssociations. 2012-01-16 16:48:30 +01:00
Detlef Riekenberg fdeaf7c0b4 shell32: Use SHFree for memory allocated with SHAlloc. 2012-01-16 16:48:06 +01:00
Detlef Riekenberg cbfb15e8eb shell32: Reorder functions to avoid forward declarations. 2012-01-13 18:17:34 +01:00
Detlef Riekenberg 38d58f8764 shell32: Remove outdated dll names from comments. 2012-01-13 18:17:33 +01:00
Nikolay Sivov 881299c6a8 shell32: Rearrange code to avoid forward declarations. 2012-01-13 17:34:30 +01:00
Nikolay Sivov e8a6ca7d37 shell32: Unix folder COM cleanup. 2012-01-12 12:26:40 +01:00
Nikolay Sivov 72a7c34109 shell32: Avoid casts when creating item menu. 2012-01-11 17:47:30 +01:00
Nikolay Sivov 3efda60ef6 shell32: Avoid pointer casts when background menu is created. 2012-01-11 17:47:30 +01:00
Nikolay Sivov 9fe57a8acf shell32: Update to IContextMenu3. 2012-01-11 17:47:29 +01:00
Nikolay Sivov 82c72f2fae shell32: Use shared IUnknown implementation for both vtables. 2012-01-11 17:47:28 +01:00
Nikolay Sivov bfc39c83b5 shell32: Get rid of menu enabling helper. 2012-01-11 17:47:28 +01:00
Nikolay Sivov dff08c9771 shell32: Merge menu implementations together. 2012-01-11 17:47:27 +01:00
Nikolay Sivov e9fa059976 shell32: Merge ShellView menu implementations into a single file. 2012-01-10 18:29:04 +01:00
Nikolay Sivov de0813c7a3 shell32: Get rid of rename helper. 2012-01-10 18:29:04 +01:00
Nikolay Sivov 48eba8033d shell32: Remove menu insertion helper. 2012-01-10 18:29:04 +01:00
Nikolay Sivov a4dd8fb6a8 shell32: Use S_OK as successful return code name. 2012-01-09 15:34:15 +01:00
Nikolay Sivov 1e86436628 shell32: Remove redundant loop to count already known value. 2012-01-09 15:34:11 +01:00
Nikolay Sivov beb89fd160 shell32: Store common menu data in a separate structure. 2012-01-09 15:34:07 +01:00
Francois Gouget a603e9871e include: Add a few missing include directives to shlguid.h. 2011-12-20 10:16:45 +01:00
Alexandre Julliard 28d54b7b1c shell32: Convert dialogs to po files. 2011-12-05 21:12:05 +01:00
Alex Henrie 4bda215f2b shell32: Update Catalan translation. 2011-11-30 12:22:13 +01:00
Frédéric Delanoy 40179bedee shell32: Avoid hardcoding array lengths. 2011-11-23 09:11:36 +01:00
Frédéric Delanoy a46790b32d shell32: Avoid harcoding array lengths. 2011-11-21 11:05:06 +01:00
Nikolay Sivov 9d6204b297 shell32: Avoid null pointer dereference in traces. 2011-11-21 11:04:22 +01:00
Alexandre Julliard 30a7d0a5a7 shell32/tests: Avoid some array bounds warnings. 2011-11-07 11:44:35 +01:00
Andrew Talbot cb84c2dac1 shell32: Remove unneeded address-of operators from array names. 2011-11-02 12:31:43 +01:00
Alistair Leslie-Hughes be1a6d8323 shell32: Release site pointer. 2011-11-01 12:12:50 +01:00
Bruno Jesus f621f8ea78 shell32: Don't parse command line if numargs is NULL in CommandLineToArgvW. 2011-10-26 17:12:13 +02:00
André Hentschel 3a9cfa544a shell32: Use MAX_PATH for a DOS path. 2011-10-24 20:08:56 +02:00
Michael Mc Donnell 26f3c14d6b shell32: Set pointer to NULL after free to avoid double free. 2011-10-20 20:48:25 +02:00
Alex Henrie 7604803dff shell32: Update Catalan translation. 2011-10-20 11:05:15 +02:00
Andrew Eikum 3f3e42b6bc shell32: ShellExec with empty operation should behave same as with NULL operation. 2011-10-19 16:38:51 +02:00
Piotr Caban 0655a6e563 shell32/tests: Fix uninitialized memory access (Valgrind). 2011-10-18 18:29:58 +02:00
Piotr Caban bfad4fa967 shell32: Don't convert output parameter in SHBrowseForFolderA (Valgrind). 2011-10-18 18:29:50 +02:00
Juan Lang 0aad594d5f shell32: Use existing buffer rather than copying, and potentially truncating, a filename prior to executing it. 2011-10-17 17:45:07 +02:00
Juan Lang 726acf0f4a shell32: Check size of input parameters before copying to fixed length buffers. 2011-10-17 17:45:06 +02:00
Michael Stefaniuc 28d8819b63 shell32: Avoid an unsafe iface to object cast in AddToEnumList(). 2011-10-10 13:44:39 +02:00
Michael Stefaniuc bd407b700e shell32: Return the IEnumIDList object on its creation. 2011-10-10 13:44:33 +02:00
Michael Stefaniuc 27b284d4c9 shell32: Simplify RecycleBin_EnumObjects() a little. 2011-10-10 13:44:12 +02:00
Michael Stefaniuc d81f55fae6 shell32: Get rid of a local typedef for a struct. 2011-10-10 13:43:50 +02:00
Michael Stefaniuc 8d1fc3b486 shell32: Avoid the forward declaration of the IEnumIDList vtbl. 2011-10-10 13:43:42 +02:00
Michael Stefaniuc b8638ef9ef shell32: Basic COM cleanup for the IEnumIDList iface. 2011-10-10 13:43:37 +02:00
Michael Stefaniuc a6e4c721a2 shell32: Pass an object instead of an iface to a helper function. 2011-10-10 13:43:28 +02:00
Michael Stefaniuc 61c8da18ef shell32: Merge enumidlist.h into the main header file. 2011-10-10 13:43:22 +02:00
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
Mariusz Pluciński 9d7d37fd09 shell32/tests: Add verification of known folders parents. 2011-07-25 18:02:50 +02:00
Mariusz Pluciński 07d3786f4e shell32/tests: Add verification of known folders categories. 2011-07-25 18:02:37 +02:00
Mariusz Pluciński d471b4d475 shell32/tests: Fix mistake in checking known folder to verify all known folders. 2011-07-25 18:02:11 +02:00
Nikolay Sivov 46a2ec0209 shell32/autocomplete: Remove redundant memory initialization. 2011-07-25 13:41:21 +02:00
Nikolay Sivov 5354b974a1 shell32/autocomplete: Really append suggested part instead of replacing whole string. 2011-07-25 13:41:15 +02:00
Nikolay Sivov 2210e9bbf0 shell32/autocomplete: Autocompletion should be case insensitive for string comparison. 2011-07-25 13:41:06 +02:00
Vincent Povirk 9b2968dc77 shell32: Dynamically allocate argify buffer if the static one is too small. 2011-07-20 19:23:04 +02:00
Vincent Povirk eeeca57072 shell32: Include NULL terminators in the lengths used by SHELL_ArgifyW. 2011-07-20 19:23:04 +02:00
Jay Yang 872c07a967 shell32: Make ISFHelper_fnCopyItems actually copy the items. 2011-07-20 19:23:04 +02:00
Mariusz Pluciński ea990a3f43 shell32: Fix FOLDERID_Document definition. 2011-07-19 18:26:22 +02:00
Mariusz Pluciński dfa35a529f shell32: Add IKnownFolder::GetFolderDefinition() implementation. 2011-07-19 18:26:22 +02:00
Mariusz Pluciński fa4ba10083 shell32/tests: Add checking known folders' names. 2011-07-19 18:26:22 +02:00
Michael Stefaniuc 5ab5042183 shell32: Use FAILED instead of !SUCCEEDED. 2011-07-19 18:26:20 +02:00
Francois Gouget 17b386a689 shell32: Make erase_items() static. 2011-07-14 14:48:36 +02:00
Francois Gouget e5de59b625 shell32: Add a trailing '\n' to Wine trace calls. 2011-07-14 14:48:10 +02:00
Akihiro Sagawa deac5ceb1c po: Add message contexts for 'Desktop' and update Japanese translation. 2011-07-14 14:39:27 +02:00
Akihiro Sagawa 42b06d6ff5 po: Add message contexts for 'Restore' and update Japanese translation. 2011-07-14 14:29:38 +02:00
Marcus Meissner a05ba2b9de shell32: Check error return in get_known_folder_path (Coverity). 2011-07-14 14:13:50 +02:00
Jay Yang cde4993d62 shell32: Have the default shell view call SHChangeNotifyRegister with unixfs pidls. 2011-07-12 11:39:05 +02:00
Jay Yang 481dcb4b4b shell32: Make IExplorerBrowser respond to CWM_GETISHELLBROWSER. 2011-07-12 11:37:57 +02:00
Jay Yang 80c62ca203 shell32: Implement restoring items from the recycle bin. 2011-07-09 12:16:36 +02:00
Jay Yang 4dd99dcc55 shell32: Implement a context menu for the recycle bin. 2011-07-09 12:09:19 +02:00
Jay Yang 47ca9b5c9e shell32: Have RecycleBin implement ISFHelper. 2011-07-09 12:04:31 +02:00
Jay Yang 3613a421e6 shell32: Implement SHEmptyRecycleBin. 2011-07-09 12:04:20 +02:00
Jay Yang 52838e687a shell32: Implement SHQueryRecycleBin. 2011-07-09 11:56:12 +02:00
Jay Yang a77d50b6f3 shell32/tests: Add tests for SHQueryRecycleBin. 2011-07-09 11:55:33 +02:00
Frédéric Delanoy 78b66ba020 shell32: Remove dead assignment (Clang). 2011-07-08 13:41:02 +02:00
André Hentschel 58a31ebea9 shell32: Make sure that a structure is initialized (clang). 2011-07-08 13:41:01 +02:00
André Hentschel 4e06cecfdd shell32: Remove dead initialization (clang). 2011-07-06 11:20:34 +02:00
Mariusz Pluciński 92ff88155a shell32/tests: Remove duplicated test of known folder. 2011-07-05 13:51:52 +02:00
Mariusz Pluciński 9435f3ce15 shell32: Add support of KF_REDIRECT_DEL_SOURCE_CONTENTS flag to redirection. 2011-07-05 13:51:48 +02:00
Mariusz Pluciński 104bf57c11 shell32: Add support of KF_REDIRECT_COPY_CONTENTS flag to redirection. 2011-07-05 13:51:44 +02:00
Piotr Caban 1226422a08 shell32: Implement folder renaming in SHBrowseForFolder. 2011-07-04 13:43:45 +02:00
Piotr Caban 74c47d0a67 shell32: Implement "make new folder" functionality in SHBrowseForFolder. 2011-07-04 13:43:42 +02:00
Piotr Caban f984d4d7f9 shell32: Update currently selected folder in SHBrowseForFolder dialog. 2011-07-04 13:43:34 +02:00
André Hentschel 38c13e56a7 shell32: Add stub for SetCurrentProcessExplicitAppUserModelID. 2011-07-01 20:26:42 +02:00
Francois Gouget db36599aff shell32: Remove WINAPI on static functions where not needed. 2011-07-01 14:39:37 +02:00
Mariusz Pluciński 08186a9c26 shell32: Check for known folder existance. 2011-07-01 14:39:36 +02:00
Mariusz Pluciński e1dc5447e8 shell32: IKnownFolder::SetPath modified to use redirection instead of overwriting original path. 2011-07-01 14:39:36 +02:00
Michael Stefaniuc c2c0bec0e3 shell32: Don't pass an unitialized size to RegGetValue(). 2011-07-01 14:39:35 +02:00
Mariusz Pluciński 7340dcdb6d shell32: Add support of known folders redirection to GetPath. 2011-06-29 14:24:53 -05:00
Mariusz Pluciński e554ee7fb4 shell32: Add support of known folders redirection to Redirect. 2011-06-29 14:24:43 -05:00
Mariusz Pluciński 4c0959b9d6 shell32: Add support of parent folder to GetPath. 2011-06-29 14:23:41 -05:00
Mariusz Pluciński 06f706a068 shell32: Add support of parent folder to RegisterFolder. 2011-06-29 14:23:36 -05:00
Mariusz Pluciński 43769da95e shell32/tests: Modify tests of redirection to check more advanced features. 2011-06-29 14:23:28 -05:00
Marcus Meissner 8279e753b8 shell32: Remove superflous NULL check (Coverity). 2011-06-27 13:27:12 -05:00
Francois Gouget 95d769a047 Assorted spelling fixes. 2011-06-27 13:09:47 -05:00
Francois Gouget dddac58a98 shell32: Update a comment. 2011-06-27 13:09:47 -05:00
Mariusz Pluciński 1c7240ba4e shell32: Add IKnownFolder::SetPath() implementation. 2011-06-24 12:11:57 -05:00
Mariusz Pluciński 5e90301bc2 shell32: Add implementation of IKnownFolder::GetCategory. 2011-06-24 12:11:53 -05:00
Mariusz Pluciński efc1162eb7 shell32/tests: Add test of IKnownFolder::GetCategory for custom known folder. 2011-06-24 12:11:50 -05:00
Mariusz Pluciński c9b70e6650 shell32: Add IKnownFolder::GetPath support. 2011-06-22 16:21:11 +02:00
Mariusz Pluciński 4fd24bc20e shell32: Fix typo. 2011-06-22 16:20:57 +02:00
Mariusz Pluciński ed29ff8c3b shell32: Add support of registry-registered folders to IKnownFolderManager::GetFolder. 2011-06-22 16:20:47 +02:00