Michael Stefaniuc
|
3e8970602c
|
dlls: Remove duplicate includes.
|
2007-11-19 13:54:46 +01:00 |
Michael Stefaniuc
|
04380452d0
|
shell32: Fix a mem leak on an error path. Found by Smatch.
|
2007-11-19 13:53:38 +01:00 |
Rob Shearman
|
b15186d49c
|
shell32: Add a stub for LinkWindow_UnregisterClass.
|
2007-11-19 13:02:02 +01:00 |
Rob Shearman
|
6ae22de432
|
shell32: Add a stub for LinkWindow_RegisterClass.
|
2007-11-19 13:01:58 +01:00 |
Juan Lang
|
52da1b169a
|
shell32: Remove a bad comment.
|
2007-11-19 12:55:12 +01:00 |
Juan Lang
|
e580a91f39
|
shell32: Use more restricted registry rights when quering values.
|
2007-11-19 12:55:03 +01:00 |
Juan Lang
|
08ab605e37
|
shell32: Dynamically allocate memory for executing an URL.
|
2007-11-19 12:54:57 +01:00 |
Juan Lang
|
9d05534822
|
shell32: Use helper function to execute a URL.
|
2007-11-19 12:54:51 +01:00 |
Juan Lang
|
f2748c7af3
|
shell32: Dynamically allocate buffer for command.
|
2007-11-19 12:54:43 +01:00 |
Juan Lang
|
75ba711932
|
shell32: Constify some parameters.
|
2007-11-19 12:54:25 +01:00 |
Juan Lang
|
987ba237aa
|
shell32: Don't overwrite the caller's buffer when doing a dde connection.
|
2007-11-19 12:54:14 +01:00 |
Juan Lang
|
b829f034f5
|
shell32: Dynamically allocate buffer for quoted command.
|
2007-11-19 12:53:55 +01:00 |
Juan Lang
|
e3dbbd1435
|
shell32: Use a helper function for executing a found executable.
|
2007-11-19 12:53:46 +01:00 |
Juan Lang
|
645802d748
|
shell32: Dynamically allocate directory buffer.
|
2007-11-19 12:53:33 +01:00 |
Juan Lang
|
fd12e340cf
|
shell32: Use helper function to translate ID list.
|
2007-11-19 12:53:09 +01:00 |
Juan Lang
|
865a40651d
|
shell32: Use a helper function for executing a class.
|
2007-11-19 12:52:51 +01:00 |
Juan Lang
|
f53abfcee1
|
shell32: Dynamically allocate buffer for command parameters.
|
2007-11-19 12:52:33 +01:00 |
Jonathan Ernst
|
4ec05f831f
|
shell32: Updated French translation.
|
2007-11-13 21:45:23 +01:00 |
Alexandre Julliard
|
db500aad2d
|
shell32: Don't wait for the command to terminate in ShellLink_InvokeCommand.
|
2007-11-13 21:34:52 +01:00 |
Alexandre Julliard
|
14eb294a48
|
shell32: Pass some of the ShellExecute flags through InvokeCommand.
|
2007-11-13 21:34:28 +01:00 |
Lei Zhang
|
4dda7c6371
|
shell32: Don't crash if $HOME is not set.
|
2007-11-13 13:33:26 +01:00 |
Lei Zhang
|
70c75dcd0d
|
shell32: rename My Video to My Videos.
|
2007-11-13 13:33:21 +01:00 |
Detlef Riekenberg
|
cb113b23c4
|
shell32: Some undocumented defines and functions are now in the PSDK.
|
2007-11-12 12:56:38 +01:00 |
Rob Shearman
|
8e51ab35be
|
shell32: Fix a memory leak in Stream_WriteLocationInfo.
|
2007-11-12 12:53:53 +01:00 |
Rob Shearman
|
1a67b1f53e
|
shell32: Fix the length calculation of the pidl in ILSaveToStream by using the helper function ILGetSize.
|
2007-11-12 12:53:49 +01:00 |
Francois Gouget
|
81a5701ca9
|
Assorted spelling fixes.
|
2007-11-09 13:07:12 +01:00 |
Andrew Talbot
|
efdc116856
|
shell32: Constify some variables.
|
2007-11-06 13:02:25 +01:00 |
Andrew Talbot
|
ebb2fa1aa3
|
shell32: Constify some variables.
|
2007-11-05 14:55:55 +01:00 |
Alexander Nicolaysen Sørnes
|
0fa989827e
|
shell32: Update Norwegian Bokmål translation.
|
2007-11-05 14:19:55 +01:00 |
Gerald Pfeifer
|
e403292e5a
|
shell32: Avoid checking for <0 for unsigned variables.
|
2007-11-02 12:37:02 +01:00 |
Andrew Talbot
|
36d32df5e6
|
shell32: Constify some variables.
|
2007-11-02 12:24:19 +01:00 |
Thomas Weidenmueller
|
4c516e63d3
|
shell32: Use SHStrDupW in IShellFolder2::GetDetailsOf to allocate returned string.
|
2007-11-02 12:24:14 +01:00 |
Gerald Pfeifer
|
ff307d96c1
|
shell32: Remove useless comparison >= 0 for unsigned variables.
|
2007-11-02 12:20:52 +01:00 |
Andrew Talbot
|
e7636c13e5
|
shell32: Constify some variables.
|
2007-10-31 12:39:54 +01:00 |
Andrew Talbot
|
a7d80730d6
|
shell32: Constify some variables.
|
2007-10-30 11:30:05 +01:00 |
Andrew Talbot
|
cbf06f4d48
|
shell32: Constify some variables.
|
2007-10-29 12:05:59 +01:00 |
Francois Gouget
|
9e82e46a84
|
shell32: Pass the shutdown reason to ExitWindowsEx().
|
2007-10-29 12:04:25 +01:00 |
Hwang YunSong(황윤성)
|
66395f2a37
|
shell32: Updated Korean resource.
|
2007-10-25 13:59:30 +02:00 |
Detlef Riekenberg
|
cc7c2b7d23
|
shell32: Remove unused resource file.
|
2007-10-22 12:36:07 +02:00 |
Alexandre Julliard
|
d7892ccf2b
|
shell32: Check for internal shell classes before querying the registry in SHCoCreateInstance.
|
2007-10-18 15:15:40 +02:00 |
Alexandre Julliard
|
41cf63148a
|
Fix redundant uses of MAKEINTRESOURCE.
|
2007-10-18 14:16:32 +02:00 |
Alexandre Julliard
|
7f092818f0
|
shell32: Use wine_get_dos_file_name instead of duplicating knowledge about the drive symlinks.
|
2007-10-18 14:16:32 +02:00 |
Evan Teran
|
6b3c0ecf2e
|
shell32: Fix typo in GlobalAlloc parameters.
|
2007-10-18 13:22:07 +02:00 |
Allan Tong
|
155cd24fd5
|
shell32: Fix a memory leak.
|
2007-10-15 16:56:50 +02:00 |
Francois Gouget
|
d16a634c38
|
Better match the PSDK types and update win32.api to fix the winapi_check warnings.
|
2007-10-15 14:06:48 +02:00 |
Andrew Talbot
|
481864d5e4
|
shell32: Fix some memory leaks.
|
2007-10-05 10:26:42 +02:00 |
Thomas Weidenmueller
|
1244e8c7d4
|
shell32: Implement SHCreatePropSheetExtArrayEx.
|
2007-09-26 12:15:45 +02:00 |
Mikołaj Zalewski
|
4db3b1bba8
|
shell32: shlview: Change some more ANSI calls to Unicode.
|
2007-09-26 12:15:34 +02:00 |
Mikołaj Zalewski
|
212c36048a
|
shell32: Make the shell view control Unicode.
|
2007-09-26 12:15:27 +02:00 |
Francois Gouget
|
a9f9676046
|
shell32: CSIDL_MYDOCUMENTS is now a synonym for CSIDL_PERSONAL.
|
2007-09-18 11:20:40 +02:00 |