Andreas Mohr
|
2295e87be8
|
Fixed some more missing parenthesis issues.
|
2002-02-02 18:06:03 +00:00 |
Gerard Patel
|
d6c7b62f59
|
Added missing parenthesis in ShGetFileInfoA.
|
2002-01-31 21:48:38 +00:00 |
Patrik Stridvall
|
5038c04efd
|
Fixed some issues found by winapi_check.
|
2002-01-31 21:47:34 +00:00 |
Alexandre Julliard
|
c72a9aa83e
|
CodeWeavers
Minor fixes.
|
2002-01-31 21:05:05 +00:00 |
Alexandre Julliard
|
e1ff66a814
|
Authors: Aric Stewart <aric@codeweavers.com>, Huw D M Davies <hdavies@codeweavers.com>
Added stubs for CheckEscapes[AW] and ExtractAssociatedIconExW.
|
2002-01-29 18:21:20 +00:00 |
Eric Kohl
|
e4d4f2d59f
|
Added location of local application data.
|
2002-01-29 18:19:59 +00:00 |
Dimitrie O. Paun
|
693cca5d4d
|
Make FIXMEs more grep-able.
|
2002-01-29 03:12:19 +00:00 |
Patrik Stridvall
|
74e4d21ebe
|
Avoid wildcards in .cvsignore.
|
2002-01-29 03:05:12 +00:00 |
Alexandre Julliard
|
18f4d651c5
|
Removed use of SET_DEBUGGING, it's broken anyway.
|
2002-01-22 00:54:20 +00:00 |
Francois Gouget
|
7aa67c1d6a
|
Make the Wine trace facilities accessible from Winelib applications.
|
2002-01-21 23:39:36 +00:00 |
Patrik Stridvall
|
9ff202e65c
|
Fixed some issues found by winapi_check.
|
2002-01-18 18:57:43 +00:00 |
Huw D M Davies
|
da70148afb
|
IShellFolder_BindToObject should respect riid.
|
2002-01-14 18:35:44 +00:00 |
Patrik Stridvall
|
19d66cc1f6
|
Fixed some issues found by winapi_check.
|
2002-01-07 21:16:46 +00:00 |
Ove Kaaven
|
edb8bdb555
|
Handle the lpDirectory field of the LPSHELLEXECUTEINFO.
|
2002-01-03 02:33:51 +00:00 |
Andreas Mohr
|
6924967539
|
Fixed, added or implemented stubs:
- DrawMenuBarTemp(): corrected parameter count.
- CallCPLEntry16(): stub.
- SetSysColorsTemp(): fully implemented (hopefully) this undocumented
function.
|
2001-12-26 20:34:12 +00:00 |
Jon Griffiths
|
603f20fc0e
|
Add exclusion defs & remaining funcs, remove internal types &
obj_base.h (sync with win version), fixed a number of function
prototypes.
|
2001-12-11 00:30:17 +00:00 |
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 |