Eric Pouech
6f93bb4fea
Fixed absolute path to pidl generation.
2000-05-12 20:12:13 +00:00
Alexandre Julliard
70eabdedd5
Fixed buffer overflow.
2000-05-11 21:49:54 +00:00
Patrik Stridvall
b905023c74
Fixed some debug messages.
2000-05-11 21:48:28 +00:00
Huw D M Davies
3778df140f
Map StrChrA to strchr. Fix StrChrW arg list.
2000-05-03 17:42:21 +00:00
Bertho Stultiens
27337af65c
- Implemented a new preprocessor that is (nearly) ANSI-C compliant. The
...
old parser has been stripped from the old preprocessor-code which
cleaned up both resource-scanner and -parser.
- Standard defines have been introduced (see README.wrc)
- Both preprocessor- and resource-scanner have been optimized slightly
so that no backing up is required (one char lookahead is enough).
- Filename-scanning has been cleaned up, though not perfect yet.
- User-type resources are compatible now.
- Line-continuation in strings is corrected so that it does not
introduce a newline in the output.
2000-05-01 20:05:58 +00:00
Patrik Stridvall
95bcd5178a
Fixed some warnings.
2000-04-29 14:29:05 +00:00
Patrik Stridvall
c77ff5ef67
Fixed issues reported by winapi_check.
2000-04-29 14:26:13 +00:00
Juergen Schmied
51c74d82a9
Complete cleanup, bugfixes.
...
New: PathStripPath, PathMakeUniqueName, PathStripToRoot,
PathGetShortPath, PathParseIconLocation, PathRemoveExtension,
PathRemoveArgs, PathAppend, PathBuildRoot, PathCanonicalize,
PathFindNextComponent, PathRemoveFileSpec.
2000-04-28 20:23:46 +00:00
Juergen Schmied
24f4cdc69f
Stubs for IQueryAssociations.
2000-04-28 20:22:33 +00:00
Juergen Schmied
85b9293495
Moved policy related functions to shpolicy.c
...
Moved dialog related functions to dialogs.c
2000-04-28 20:21:49 +00:00
Juergen Schmied
6b266db3c6
Explicit import user32.dll.
...
Many corrections, exported some functions by name.
2000-04-28 20:19:35 +00:00
Juergen Schmied
d650903cec
Separated 32 bit functions to shellole.c.
2000-04-28 20:19:03 +00:00
Juergen Schmied
12aae27ae6
Fixed: extract the icon by resource id.
2000-04-28 20:18:15 +00:00
Juergen Schmied
1b4f5bb2ce
Small fixes.
2000-04-28 20:17:14 +00:00
Juergen Schmied
c17ddc868e
Fixes.
...
Use GetModuleHandleA instead of LoadLibrary for dlls imported by
the spec file.
2000-04-28 20:16:40 +00:00
Patrik Stridvall
55ef9a5a68
Fixed issues found by winapi_check.
2000-04-24 18:03:54 +00:00
Alexandre Julliard
e1e75371d9
Implemented on-demand loading of builtin dlls using dlopen().
2000-04-24 17:17:49 +00:00
Alexandre Julliard
a0d9ffdaa1
Removed a few inter-dll dependencies.
2000-04-23 20:40:23 +00:00
Alexandre Julliard
84eb8334da
Added some missing import directives.
2000-04-19 16:54:02 +00:00
Alexandre Julliard
ae7ae694b3
Removed winmm from import list.
2000-04-19 16:52:06 +00:00
Alexandre Julliard
180a088beb
Moved PE header definitions to winnt.h where they belong.
2000-04-18 11:58:24 +00:00
Patrik Stridvall
f0deb8a17e
Fixed some issues reported by winapi_check.
2000-04-15 20:44:21 +00:00
Ulrich Czekalla
40cd846356
_ILGetFileDate should convert the date to local time before generating
...
the string (_ILGetFileDateTime does not).
2000-04-11 19:36:35 +00:00
Alexandre Julliard
227a0894d4
Removed a number of global handle allocations and critical section
...
initializations.
2000-04-08 21:06:06 +00:00
Patrik Stridvall
54fe8380a1
Fixed some issues reported by winapi_check.
2000-04-06 20:21:16 +00:00
Patrik Stridvall
2d6457c11a
Added/fixed some documentation reported by winapi_check.
2000-03-28 20:22:59 +00:00
Uwe Bonnes
260cab4284
SHChangeNotify[A|W]: free only items we allocated.
2000-03-26 18:15:26 +00:00
Patrik Stridvall
fcfacb95a7
Added/fixed some documentation reported by winapi_check.
2000-03-24 20:46:04 +00:00
Patrik Stridvall
d628f43693
Fixed some ANSI C violations.
2000-03-24 20:42:08 +00:00
Francois Gouget
98f86fcda4
Explicitly use the TVN_xxxA version of the macros.
2000-03-19 21:16:00 +00:00
Simen Zamecnik
5f3b1b0c83
Added Slovak language support.
2000-03-08 18:59:20 +00:00
Junichi Kuchinishi
51854be791
Added some Japanese resources.
2000-03-08 18:50:45 +00:00
Alexandre Julliard
82a2b186e7
Added support for creating extra symlinks for .so files that contain
...
multiple dlls.
2000-03-05 13:08:24 +00:00
Alexandre Julliard
d0edc5fecd
Moved dll-specific make rules to a separate Makedll.rules file.
2000-03-04 22:31:27 +00:00
Niels Kristian Bech Jensen
4eb4380360
Removed superfluous #include statements for header files included twice.
2000-02-29 22:06:06 +00:00
Patrik Stridvall
ba9294111e
Fixed some issues found by winapi_check.
2000-02-27 16:38:08 +00:00
Juergen Schmied
93e99127f5
Moved file functions to shlfileop.c
...
New SHELL_DeleteDirectoryA
Use shell notifications.
Enabled file manipulation functions.
2000-02-26 18:48:16 +00:00
Juergen Schmied
d52e04781b
Fix for OpenIcon.
2000-02-26 18:47:23 +00:00
Juergen Schmied
2ff02949c6
Stub PathIsDirectory.
2000-02-26 18:46:03 +00:00
Juergen Schmied
eabe82b1d3
Fixes for ShellExecuteEx.
2000-02-26 18:45:09 +00:00
Juergen Schmied
50f067b726
Basic implementation of shell notifications.
2000-02-26 18:44:08 +00:00
Juergen Schmied
56c2c553c5
Added icon no 4 (open folder).
2000-02-26 18:36:29 +00:00
Alexandre Julliard
e1d78899ea
Made winmm a separate shared library.
2000-02-26 13:45:34 +00:00
Patrik Stridvall
0ee98cc39f
Fixed ANSI C violations.
2000-02-26 13:17:55 +00:00
Marcus Meissner
a5402d896e
We define PathISURLA, so use it.
2000-02-25 20:48:11 +00:00
Juergen Schmied
40bf27e4ef
Started with shell-clipboard handling (context menu cut&paste,
...
drag&drop).
2000-02-20 18:49:16 +00:00
Juergen Schmied
f37028370d
Removed ItemIDListList, reorganisation, more formats.
2000-02-20 18:48:41 +00:00
Juergen Schmied
2e39859ea1
- implemented rename, copy and delete file
...
- "new file" is activating label edit for rename
- implemented IShellView_SelectItem
2000-02-20 18:48:26 +00:00
Juergen Schmied
538f30dad8
Better context menus.
2000-02-20 18:47:41 +00:00
Juergen Schmied
e2b8804525
- new files related to context menu and drag drop file operations
...
- render functions for clipboardformats
2000-02-20 18:46:28 +00:00