Patrik Stridvall
|
ae1c12c4cd
|
Documentation fixes.
|
2001-11-20 18:55:39 +00:00 |
Guy Albertelli
|
aafec98803
|
- Define rest of URL_ESCAPE... and other flags.
- Define implemented interfaces for reg.c and url.c.
|
2001-11-06 22:31:19 +00:00 |
Francois Gouget
|
070e749cfb
|
Don't prefix %p with 0x.
Various English fixes.
|
2001-11-06 21:01:32 +00:00 |
Francois Gouget
|
996028be15
|
Rename SIC_CompareEntrys to SIC_CompareEntries, and make it static.
|
2001-11-06 00:45:32 +00:00 |
Guy Albertelli
|
887c2b3b56
|
- Indicate that StrRetToStrN{A|W} and StrRetToBuf{A|W} are identical
code but duplicated deliberately.
- Implement StrRChrI{A|W}.
|
2001-11-05 23:55:36 +00:00 |
Aric Stewart
|
850c9dd6bd
|
Add handling for LVN_GETDISPINFOW.
|
2001-10-25 19:33:25 +00:00 |
Aric Stewart
|
3ae80eb2e5
|
Fixed the behavior for SHGetFileInfo when the SHGFI_USEFILEATTRIBUTES
flag is set. Corrects the given type and icon.
|
2001-10-23 00:25:15 +00:00 |
Kai Morich
|
3ed8cc5769
|
InternalExtractIcon16 forgot to close file handle.
|
2001-10-15 17:50:21 +00:00 |
Francois Gouget
|
e5ddd26dd7
|
When including config.h, include it first.
|
2001-10-14 16:18:52 +00:00 |
Francois Gouget
|
b60c4ce0f0
|
Don't print NULL strings (crashes on Solaris).
Small code maintainability tweak in ShellExecuteExA.
Two typo fixes in winmm.
|
2001-10-14 16:15:05 +00:00 |
Francois Gouget
|
0136b813ad
|
Allocate the array and strings in one lump (bug found by Malte
Starostik).
Same thing for the lpCmdline="" case.
There is no NULL pointer at the end of the argv list.
|
2001-10-10 20:25:59 +00:00 |
Chris Green
|
151fdd7c82
|
Added names of the "missing" paths for SHGetSpecialFolderPathA.
|
2001-10-10 02:48:29 +00:00 |
Guy Albertelli
|
5a538105d1
|
Fix SHAddToRecentDocs code to properly handle native Comctl32 and
missing policies location.
|
2001-10-03 18:42:16 +00:00 |
Guy Albertelli
|
60b59bef9f
|
Implemented dummy stub for SHChangeNotifyUpdateEntryList and
functional CIDLData_CreateFromIDArray.
|
2001-10-02 17:25:36 +00:00 |
Eric Pouech
|
c766ea7b5c
|
Should initialize COM before calling it.
|
2001-10-01 20:51:44 +00:00 |
Guy Albertelli
|
db1a09d6fa
|
Implement initial version of SHAddToRecentDocs.
|
2001-09-21 21:39:06 +00:00 |
Guy L. Albertelli
|
f78858334a
|
Get more entry points from Comctl32 and save the addresses.
|
2001-09-20 19:32:13 +00:00 |
Francois Gouget
|
5ee3879ce0
|
Fix the conversions of a command line to/from an argv array.
|
2001-09-20 19:05:11 +00:00 |
Guy Albertelli
|
607c810ac2
|
Fix problem comparing pidls and return correct code.
|
2001-09-19 22:26:53 +00:00 |
Alexandre Julliard
|
629aab1768
|
Fixed a couple of HWND type mismatches.
|
2001-09-19 20:34:17 +00:00 |
Patrik Stridvall
|
3c0211f969
|
Cleanup code that is strange or difficult to parse.
|
2001-09-11 00:32:32 +00:00 |
Patrik Stridvall
|
72d41524c8
|
Documentation fixes.
|
2001-09-10 23:16:31 +00:00 |
Huw D M Davies
|
6a3ae04c67
|
Add SHGetSpecialFolderPathW to spec file.
|
2001-09-07 18:37:49 +00:00 |
Guy Albertelli
|
e100866c88
|
Replace calls to StrRetToBuf{A|W} with duplicate code to eliminate
problems between native and built-in DLLs.
|
2001-09-07 15:24:25 +00:00 |
Francois Gouget
|
588ff3743a
|
Documentation updates (mainly thru vs. through).
|
2001-08-21 17:07:17 +00:00 |
Alexandre Julliard
|
3954117ce4
|
Moved undocshell.h to dlls/shell32. Removed shell16.h.
|
2001-08-16 18:49:56 +00:00 |
Alexandre Julliard
|
301df6b5cd
|
Added names to standard critical sections (suggested by Andreas
Mohr).
|
2001-08-16 18:12:56 +00:00 |
Uwe Bonnes
|
97ac961214
|
PathGetExtensionAW has three arguments.
|
2001-08-15 23:20:21 +00:00 |
Dusan Lacko
|
1a74b2abd6
|
Fix ExtractFromEXEDLL for nIndex != 0.
Prefer 8bit icons.
|
2001-08-10 22:29:48 +00:00 |
Alexandre Julliard
|
fa7ae72060
|
Fixed loop termination check in PathIsExeW.
|
2001-08-08 23:24:15 +00:00 |
Alexandre Julliard
|
1922c72b8a
|
Removed unnecessary inclusion of heap.h.
|
2001-07-25 00:43:29 +00:00 |
Alexandre Julliard
|
5f728cae70
|
Removed HEAP_strdupA.
|
2001-07-24 21:45:22 +00:00 |
Patrik Stridvall
|
4b1574577d
|
- Made sure that the files that contains the declarations
of the implementated functions are included.
- Corrected mismatching prototypes.
- Cleaned up the include section.
|
2001-07-23 23:50:18 +00:00 |
Alexandre Julliard
|
ef06b4a694
|
Got rid of HEAP_strdupW.
|
2001-07-22 23:08:10 +00:00 |
Patrik Stridvall
|
bc38d6bfde
|
- Made sure that the files that contains the declarations
of the implementated functions are included.
- Corrected mismatching prototypes.
- Cleaned up the include section.
|
2001-07-20 18:00:00 +00:00 |
Patrik Stridvall
|
a5f510f35c
|
Removed unused file.
|
2001-07-19 19:17:30 +00:00 |
Francois Gouget
|
f8142d3fa5
|
Added missing CommandLineToArgvW prototype.
|
2001-07-17 00:39:58 +00:00 |
Patrik Stridvall
|
e9782fa1fc
|
Documentation fixes.
|
2001-07-12 22:33:51 +00:00 |
Patrik Stridvall
|
044855c6ec
|
Documentation fixes.
|
2001-07-11 18:56:41 +00:00 |
Patrik Stridvall
|
01d5e5b071
|
Documentation fixes.
|
2001-07-02 19:59:40 +00:00 |
Jau-Horng Chen
|
8a820bc51a
|
Added Traditional Chinese Support
Fixed sublang font size error when not using fixed-size font.
|
2001-06-25 21:01:00 +00:00 |
Patrik Stridvall
|
3ca9823941
|
Documentation ordinal fixes.
|
2001-06-20 23:03:14 +00:00 |
Patrik Stridvall
|
8b216b3d02
|
Documentation ordinal fixes.
|
2001-06-19 18:20:47 +00:00 |
Marcus Meissner
|
657d9f9ca8
|
The shell special folder path creation did not mkdir the last
component of the path if it did not end with \.
|
2001-05-18 20:58:57 +00:00 |
Marcus Meissner
|
3f1ed52d8b
|
Implemented 64bit file size handling.
Removed several unneeded sys/stat.h includes.
|
2001-05-14 20:09:37 +00:00 |
Francois Gouget
|
ee285b7ac8
|
Remove unnecessary single quoting of debugstr_xxx strings.
|
2001-05-11 20:03:40 +00:00 |
Francois Gouget
|
e76218dd61
|
Add '\n' at the end of traces.
|
2001-05-09 17:31:31 +00:00 |
Dmitry Timoshkov
|
45109f9243
|
Replace "System" font by "Helv" in shell32 "About" dialog.
|
2001-04-16 18:58:30 +00:00 |
Eric Kohl
|
76df432757
|
SHGetSpecialFolderPathA must be able to create a full path if it
doesn't exist.
|
2001-03-19 19:14:00 +00:00 |
James Juran
|
a83173ce87
|
Implement SHGetFileInfoW by calling SHGetFileInfoA.
|
2001-03-10 19:14:30 +00:00 |
Gerard Patel
|
a9c889055b
|
Handle empty strings and invalid values in lpstrInitialDir for 32 bits
open file dialogs.
|
2001-03-10 19:13:59 +00:00 |
Francois Gouget
|
282f7270c1
|
Small 'typos in comments' fixes.
|
2001-02-28 05:31:02 +00:00 |
David Grant
|
f063d0432f
|
Added (partial) support for FO_COPY and FO_DELETE.
|
2001-02-26 22:31:38 +00:00 |
Eric Pouech
|
92b23186ae
|
A first stab at implementing the RunDll features.
|
2001-02-23 01:12:26 +00:00 |
Chris Morgan
|
e187b3ff46
|
Confirm file deletes. Make delete confirmation messages more
consistent. Improve trace messages on delete failure.
|
2001-02-21 04:01:20 +00:00 |
Chris Morgan
|
0cd448c4f4
|
Add shell support for deleting files using the Delete key.
|
2001-02-21 04:01:03 +00:00 |
Marcus Meissner
|
80487eecf3
|
Fixed German translation, changed dialog font to Helvetica.
|
2001-02-20 00:47:09 +00:00 |
Andreas Mohr
|
dacdb9c4c6
|
Cosmetics.
|
2001-02-14 00:29:16 +00:00 |
Chris Morgan
|
6f8f771e01
|
Implement keyboard shortcut F2 to rename files and directories in the
shellview (and in common dialogs).
|
2001-02-13 02:20:35 +00:00 |
Francois Gouget
|
ea1ea06fda
|
Remove TOOLBAR_ID and WM_SETTINGCHANGE, they are not used.
|
2001-02-12 19:18:13 +00:00 |
Francois Gouget
|
b87a83866f
|
Change the callback declarations to a safer format.
|
2001-02-12 03:51:04 +00:00 |
Francois Gouget
|
3fb4cf70a7
|
Fix typos in comments.
|
2001-02-12 03:48:24 +00:00 |
James Abbatiello
|
0da6d5e614
|
Implement IShellLink<A|W>_fnGetWorkingDirectory,
IShellLink<A|W>_fnGetArguments, IShellLink<A|W>_fnGetIconLocation.
|
2001-02-12 01:17:39 +00:00 |
Andreas Mohr
|
c9cf70d448
|
Some more cleanups.
|
2001-01-26 20:40:50 +00:00 |
Alexandre Julliard
|
8bb7fb960c
|
Fixed a number of incompatibilities in OEM icons/cursors handling.
|
2001-01-20 02:48:30 +00:00 |
Andreas Mohr
|
0005e81fe1
|
Implemented SHELL32.IsNetDrive and SHELL32.ILSaveToStream needed for
IE 5.
|
2001-01-18 23:04:19 +00:00 |
Alexandre Julliard
|
556d8b5ecb
|
Replaced some GetProcAddress() imports by the standard dll import
mechanism.
|
2001-01-17 22:05:24 +00:00 |
Alexandre Julliard
|
0618746265
|
Cleaned up dll startup routines now that we have separate address
spaces.
|
2001-01-17 22:03:18 +00:00 |
Jeremy White
|
a6166e174e
|
Revised shell link process to treat empty (e.g. "") strings
identically to NULL strings. Makes many more installers take useful
action. Added many trace messages.
|
2001-01-17 01:48:52 +00:00 |
Huw D M Davies
|
62519abbaf
|
Moved all the documented shlwapi functions out of undocshell.h into
shlwapi.h. Nothing but files in dlls/shell32 will now include
undocshell.h.
|
2001-01-07 21:50:52 +00:00 |
François Gouget
|
da2b6a9f26
|
Fixed some HFILE vs. HANDLE mismatches.
If not used the last parameter of CreateFile must be 0, not -1.
|
2001-01-06 01:29:18 +00:00 |
François Gouget
|
dea3d786e4
|
Moved HDROP to shellapi.h.
|
2001-01-02 21:00:46 +00:00 |
Patrik Stridvall
|
00b86a9b04
|
Fixed some issues found by winapi_check.
|
2000-12-16 21:55:05 +00:00 |
Francois Gouget
|
8a5de1c92f
|
Removed the name of APIs exported by ordinal.
|
2000-12-14 19:25:13 +00:00 |
Andreas Mohr
|
2c5efe31c0
|
SHGetMalloc must use MEMCTX_TASK, otherwise CoGetMalloc will
badly fail with E_INVALIDARG in case native OLE32 is used.
|
2000-12-13 21:29:35 +00:00 |
Alexandre Julliard
|
982a223f36
|
Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
Fixed a few ptr/segptr mismatches.
Moved CONV_RECT/POINT macros to wingdi16.h.
|
2000-12-13 20:20:09 +00:00 |
Andreas Mohr
|
4dc1892a06
|
Move all values of SHGetSpecialFolderPathA into an array, add some
other registry locations and improve the number of supported CSIDLs.
|
2000-12-13 01:49:04 +00:00 |
Alexandre Julliard
|
bf67259a41
|
Use the DRIVE_* API constants instead of the DRIVETYPE enum.
Changed DRIVE_CANNOTDETERMINE and DRIVE_DOESNOTEXIST to use the
correct names.
Cleaned up a few dependencies on internal drive.c functions.
|
2000-12-12 00:44:42 +00:00 |
Andreas Mohr
|
1081dfee33
|
Fixed MessageBox() usage.
|
2000-12-09 03:06:54 +00:00 |
Alexandre Julliard
|
5be8e7d8e0
|
Created a small static library in ole/libuuid.a that contains all the
UUID definitions (with the help of Francois Gouget).
|
2000-12-06 01:50:47 +00:00 |
Alexandre Julliard
|
e2222fd8ff
|
Use libwine and libwine_unicode directly from their build directory
instead of using symlinks.
|
2000-12-06 00:05:14 +00:00 |
Patrik Stridvall
|
2b3aa616e8
|
Added/modified documentation for function arguments.
|
2000-12-01 23:58:28 +00:00 |
Alexandre Julliard
|
ef57e18f99
|
Removed some unnecessary includes.
|
2000-12-01 21:32:55 +00:00 |
Alexandre Julliard
|
3a0f8b7953
|
Finished separation of shell32 and wsock32.
|
2000-12-01 20:48:41 +00:00 |
Alexandre Julliard
|
5ce2329a95
|
Finished separation of advapi32.
|
2000-11-30 20:31:41 +00:00 |
David Elliott
|
ea186796eb
|
Remove libXXXX.so.1.0 lines from .cvsignore files.
|
2000-11-30 19:57:34 +00:00 |
Alexandre Julliard
|
24a62ab9b0
|
Got rid of the Wine internal lstrcpy* functions and of winestring.h.
|
2000-11-28 22:40:56 +00:00 |
Dimitrie O. Paun
|
529da54394
|
Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ;
|
2000-11-27 23:54:25 +00:00 |
Alexandre Julliard
|
2682bc24ca
|
Fixed a few dependencies on 16-bit or internal functions. Fixed a few
warnings.
|
2000-11-27 22:03:23 +00:00 |
Alexandre Julliard
|
ac7efef3b5
|
Changed GetProcAddress16 and 16-bit resource functions to take normal
pointers instead of SEGPTRs.
Removed WIN16_GetTempDrive.
|
2000-11-27 21:54:01 +00:00 |
Alexandre Julliard
|
1852ce8018
|
Added a few forwards.
|
2000-11-25 21:43:48 +00:00 |
Patrik Stridvall
|
024d6c50d6
|
Fixed some issues found by winapi_check.
|
2000-11-25 03:09:30 +00:00 |
Alexandre Julliard
|
41d6e2feba
|
Temp hack: do not import dlls that we link with at the ELF level.
|
2000-11-13 20:27:31 +00:00 |
Alexandre Julliard
|
27939f00fd
|
Start using import tables for dlls that can already support it.
|
2000-11-12 03:50:10 +00:00 |
Francois Gouget
|
f5cea729a6
|
We must include windef.h before wtypes.h (directly or indirectly).
|
2000-11-08 05:05:15 +00:00 |
Alexandre Julliard
|
eb58e1d597
|
Declare debug channels in all dlls that need them; added imports of
ntdll where necessary.
|
2000-11-05 04:53:07 +00:00 |
Alexandre Julliard
|
47f5f0006a
|
Removed leftover debug output.
|
2000-11-04 02:57:51 +00:00 |
Alexandre Julliard
|
e2b4efbd02
|
Create Gnome/KDE desktop and menu entries from IShellLink
interface. Based on the work of James Thomson and Dusan Lacko.
|
2000-11-02 20:22:07 +00:00 |
Juergen Schmied
|
fa9d4e4f50
|
Export SHGetSettings by name. New stub for shell.68.
|
2000-11-01 21:36:11 +00:00 |
Alexandre Julliard
|
908464d448
|
Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto.edu>, Patrik Stridvall <ps@leissner.se>
Various warning fixes.
|
2000-11-01 03:11:12 +00:00 |