Andre Malafaya Baptista
|
594d5dd78c
|
About dialog translated to Portuguese.
|
1999-05-22 18:43:40 +00:00 |
Paul Quinn
|
2305f3c06d
|
Microsoft com vtable compatibility workaround for g++. Basically adds
an optional 8 bytes padding to COM objects where the RTTI would be.
|
1999-05-22 11:41:38 +00:00 |
Marcus Meissner
|
ddca315388
|
Replaced all occurences of SYSMETRICS_xx and sysMetrics[SM_xx] by
GetSystemMetrics(SM_xx), removed no longer needed includes of
sysmetrics.h.
|
1999-05-22 11:33:23 +00:00 |
Juergen Schmied
|
fe2e7c5f3f
|
Prevent crash in stub of SheGetDirW.
|
1999-05-17 15:35:42 +00:00 |
Juergen Schmied
|
001c611136
|
Further implementation of the FileMenu.
|
1999-05-17 15:33:54 +00:00 |
Marcus Meissner
|
d7c565f5de
|
Replaced WIN_GetWindowInstance by GetWindowLongA(GWL_HINSTANCE),
removed unnecessary win.h includes, added syslevel.h to queue.c.
|
1999-05-14 18:39:37 +00:00 |
Patrik Stridvall
|
896889f317
|
ANSI C fixes.
|
1999-05-08 12:50:36 +00:00 |
Alexandre Julliard
|
06c275a643
|
Converted to the new debugging interface (done with the help of the
script written by Patrik Stridvall).
|
1999-05-02 14:32:27 +00:00 |
Francis Beaudet
|
ebdea25edc
|
Implemented the OLE object default handler and data cache.
|
1999-05-02 09:27:08 +00:00 |
Michael Veksler
|
edda358400
|
Fix TRACE formatting warnings.
|
1999-05-02 09:20:45 +00:00 |
Andreas Mohr
|
9d454b2176
|
Fixed a small syntax problem.
|
1999-05-02 09:20:07 +00:00 |
Juergen Schmied
|
f78e41a3dc
|
Fixed default menu item.
|
1999-05-01 10:22:22 +00:00 |
Bertho Stultiens
|
d1895a776c
|
Built-in dlls now have resources attached via the PE-header like
normal dlls. This enables the use of the resource API.
|
1999-04-25 18:31:35 +00:00 |
Patrik Stridvall
|
c7a8dde118
|
#pragma pack(?) changed to #include "*pack*.h"
|
1999-04-25 12:36:53 +00:00 |
Juergen Schmied
|
dcb8273a23
|
Made internal format more compatible.
|
1999-04-24 11:56:51 +00:00 |
Juergen Schmied
|
46187022a5
|
Small fixes.
|
1999-04-24 11:55:46 +00:00 |
Patrik Stridvall
|
0f8bc5b5c7
|
Fixed ANSI compabillity.
|
1999-04-22 16:27:50 +00:00 |
Michael Veksler
|
ff5ae3dd65
|
Removed some includes of 16 bit API.
|
1999-04-22 15:26:11 +00:00 |
Adrian Thurston
|
17551f9863
|
ICOMization of remaining interfaces.
|
1999-04-22 15:23:18 +00:00 |
Juergen Schmied
|
28613d3d0e
|
Moved stuff to the right place.
|
1999-04-22 10:11:04 +00:00 |
Juergen Schmied
|
3ea18db36d
|
- more checks for valid pidl formats
|
1999-04-22 09:20:01 +00:00 |
Juergen Schmied
|
55c0bcaf5c
|
- corrected parameter count for SHGetSettings
- stub SHValidateUNC
|
1999-04-22 09:18:33 +00:00 |
Patrik Stridvall
|
b4b9fae671
|
New debug scheme with explicit debug channels declaration.
|
1999-04-19 14:56:29 +00:00 |
Bertho Stultiens
|
acf7da869f
|
Bugfix: free loaded library not before exit.
|
1999-04-18 12:10:07 +00:00 |
Marcus Meissner
|
ef66ee6b01
|
Typo that broke Solaris compile fixed.
|
1999-04-15 15:21:06 +00:00 |
Juergen Schmied
|
d00653237b
|
- reorganised icon extracing from files
- made extracting from ne and ico files working
- IPersistFile interface for IExtractIcon
|
1999-04-11 11:50:41 +00:00 |
Juergen Schmied
|
d3045145d0
|
New interfaces for IOleCommandTarget, IDropTarget, IViewObject.
Small change how to get icons for listview.
|
1999-04-10 16:44:50 +00:00 |
Juergen Schmied
|
ae2d9a723b
|
SHGetSettings implemented.
ExitWindowsDialog() simulated by Messagebox.
|
1999-04-10 16:41:50 +00:00 |
Juergen Schmied
|
c835579240
|
ILLoadFromString implemented.
|
1999-04-10 16:41:15 +00:00 |
Juergen Schmied
|
7c6cc49c60
|
All 19 FileMenu_* functions, some as stubs, some implemented.
|
1999-04-01 10:24:21 +00:00 |
Juergen Schmied
|
b18f3d6ff3
|
SHCLSIDFromString, StrToOleStr implemented.
RLBuildListOfPaths stub.
|
1999-04-01 10:23:09 +00:00 |
Juergen Schmied
|
2f5c561765
|
DllGetVersion (not yet exported).
Small change to SHAppBarMessage.
|
1999-04-01 10:20:31 +00:00 |
Juergen Schmied
|
0ae30d3027
|
- adjusted printing of refcounts to be equal
- cleaning up icon cache on PROCESS_DETACH
- fixed ascii/unicode use in SH/ILCreateFromPath
- fixed small memory leak in shellview
|
1999-03-28 12:35:24 +00:00 |
Juergen Schmied
|
293dbdb324
|
Reading of binary streams implemented (SHOpenRegStream).
|
1999-03-27 16:15:22 +00:00 |
Juergen Schmied
|
8e7cb4db7a
|
Use the new header for COM definitions.
|
1999-03-25 10:57:12 +00:00 |
Juergen Schmied
|
ddecd8a92f
|
New stub shell_654.
|
1999-03-25 10:55:43 +00:00 |
Francis Beaudet
|
a76f667d3f
|
Added a check for desktop in SHGetFileInfo.
|
1999-03-19 17:04:25 +00:00 |
Marcus Meissner
|
6b9dd2e098
|
Lots of warning fixed, one missing WINAPI in ddraw.c added.
|
1999-03-18 17:39:57 +00:00 |
Marcus Meissner
|
ac593bbd41
|
Fixed some warnings. removed some unneccessary includes, removed one
direct WND* access in controls/menu.c.
|
1999-03-17 15:18:28 +00:00 |
Juergen Schmied
|
a3b7a40f56
|
- IShellFolder and IEnumIDList are using the new COM headers
- fixed sort order for folders and drives
|
1999-03-14 12:16:21 +00:00 |
Marcus Meissner
|
88e651dac3
|
Fixed newly introduced and some leftover warnings.
|
1999-03-13 18:20:26 +00:00 |
Juergen Schmied
|
dd153f1727
|
- mostly cleanup after the renaming
- implemented SHILCreateFromPath
- small changed to SHGetFileInfo
|
1999-03-13 17:10:36 +00:00 |
Paul Quinn
|
ea1640fc0c
|
Added a lot of new OLE interfaces.
|
1999-03-10 18:03:53 +00:00 |
Francis Beaudet
|
81d8613a2b
|
Fixed a simple bug in the implementation of the ShellView objects.
|
1999-03-10 13:32:08 +00:00 |
Sergey Turchanov
|
f8fe2744ee
|
Added some extra CSIDLs.
|
1999-03-10 13:29:37 +00:00 |
Marcus Meissner
|
064f170f76
|
More include optimisations and fixes.
|
1999-02-28 19:14:33 +00:00 |
Alexandre Julliard
|
a396029270
|
Large-scale renaming of all Win32 functions and types to use the
standard Windows names.
|
1999-02-26 11:11:13 +00:00 |
Adrian Thurston
|
d6fdbfd707
|
- Use the new COM definition macros in the header.
- Put the implementation of the object in the contmenu.c.
- Make appropriate name changes in contmenu.c.
|
1999-02-25 16:36:55 +00:00 |
Juergen Schmied
|
b791a5211d
|
Changed pidl structure to match the pidl's used in lnk-files.
|
1999-02-24 15:58:51 +00:00 |
Juergen Schmied
|
671c8846d1
|
Implemented reading of *.lnk-files.
|
1999-02-24 15:58:26 +00:00 |