2000-10-13 |
Andreas Mohr | - stupid spelling fixes |
tree | commitdiff |
2000-09-29 |
Andreas Mohr | Let InternalExtractIcon16 load icons from builtin DLLs. |
tree | commitdiff |
2000-09-27 |
Alexandre Julliard | Added a few missing imports. |
tree | commitdiff |
2000-09-26 |
Alexandre Julliard | Moved all Win16 definitions out of the standard Windows... |
tree | commitdiff |
2000-09-26 |
Alexandre Julliard | Removed shell.h. Cleaned up the nested includes mess... |
tree | commitdiff |
2000-09-25 |
Alexandre Julliard | Use documented DROPFILES structure instead of internal... |
tree | commitdiff |
2000-09-25 |
Alexandre Julliard | Removed inclusion of wine/winestring.h from winbase... |
tree | commitdiff |
2000-09-19 |
Peter Hunnisett | - Added some missing WINELIB_NAME_AW definitions, types... |
tree | commitdiff |
2000-09-18 |
Mike McCormack | Fixed incorrect arg count in SHGetSettings that causes... |
tree | commitdiff |
2000-09-13 |
Huw D M Davies | Add some Str* prototypes to shlwapi.h. |
tree | commitdiff |
2000-09-06 |
James Hatheway | Systray should keep a copy of its icons. |
tree | commitdiff |
2000-08-25 |
Eric Pouech | Improved a bit the folder browsing implementation. |
tree | commitdiff |
2000-08-20 |
Kai Morich | Fixed bug in repeatedly iconisation, code cleanup. |
tree | commitdiff |
2000-08-20 |
Chris Morgan | Implemented DuplicateIcon(). |
tree | commitdiff |
2000-08-16 |
Marcus Meissner | Missed the first character of every argument in Command... |
tree | commitdiff |
2000-08-14 |
Alexandre Julliard | Replaced all lstr* calls from inside Wine code by their... |
tree | commitdiff |
2000-08-14 |
Alexandre Julliard | Replaced VERSION_* calls by exported API equivalents. |
tree | commitdiff |
2000-08-11 |
Dmitry Timoshkov | 1. Make buffer for message large enough to hold very... |
tree | commitdiff |
2000-08-09 |
Alexandre Julliard | Removed some unnecessary #includes and dll dependencies. |
tree | commitdiff |
2000-08-09 |
Alexandre Julliard | Moved a few non-standard headers into their respective... |
tree | commitdiff |
2000-08-09 |
Alexandre Julliard | Removed all non-standard common control headers from... |
tree | commitdiff |
2000-08-08 |
Alexandre Julliard | Small dll interfaces cleanups. |
tree | commitdiff |
2000-08-06 |
Alexandre Julliard | Moved most USER string functions to dlls/user. |
tree | commitdiff |
2000-08-03 |
Alexandre Julliard | Moved GUID definitions to their respective dll. |
tree | commitdiff |
2000-08-03 |
Alexandre Julliard | Fixed IShellLinkA/W definitions. |
tree | commitdiff |
2000-08-03 |
Alexandre Julliard | Added guiddef.h and moved a few GUID definitions to... |
tree | commitdiff |
2000-08-03 |
Alexandre Julliard | Added imports of user32/gdi32/kernel32 wherever necessary. |
tree | commitdiff |
2000-07-31 |
Alexandre Julliard | Cleaned up some more USER dependencies. |
tree | commitdiff |
2000-07-28 |
Alexandre Julliard | Added 'owner' field to 16-bit spec files to specify... |
tree | commitdiff |
2000-07-26 |
Alexandre Julliard | Moved shlwapi routines from shell32.dll to shlwapi... |
tree | commitdiff |
2000-07-15 |
Patrik Stridvall | Fixed some warnings. |
tree | commitdiff |
2000-07-15 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2000-07-09 |
Dave Hawkes | With some apps a fault was possible in ExtractAssociate... |
tree | commitdiff |
2000-07-09 |
Alexandre Julliard | Created separate libraries for dplay, shfolder, shlwapi... |
tree | commitdiff |
2000-07-08 |
Andreas Mohr | Added semi-stub. |
tree | commitdiff |
2000-06-24 |
Juergen Schmied | - many new Path* stubs |
tree | commitdiff |
2000-06-23 |
Alexandre Julliard | Cleaned up a few inter-dll dependencies. |
tree | commitdiff |
2000-06-23 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2000-06-20 |
Alexandre Julliard | For dlls, derive SPEC_SRCS from MODULE and ALTNAMES. |
tree | commitdiff |
2000-06-20 |
Huw D M Davies | Implemented StrCatBuff. |
tree | commitdiff |
2000-06-16 |
Juergen Schmied | - fixed null-pidl from _ILCreateControl |
tree | commitdiff |
2000-06-16 |
Francois Jacques | Keep an internal copy of the icon. |
tree | commitdiff |
2000-06-13 |
Juergen Schmied | - new dll shfolder.dll |
tree | commitdiff |
2000-06-13 |
Alexandre Julliard | Use the Unicode string functions from wine/unicode... |
tree | commitdiff |
2000-06-11 |
Patrik Stridvall | Fixed some warnings. |
tree | commitdiff |
2000-06-08 |
Dmitry Timoshkov | Implement NTDLL.towupper and NTDLL.towlower using alrea... |
tree | commitdiff |
2000-06-08 |
Alexandre Julliard | Simplified wrc flags handling. |
tree | commitdiff |
2000-06-07 |
Uwe Bonnes | PathFindNextComponent: return pointer to NULL and not... |
tree | commitdiff |
2000-06-07 |
Patrik Stridvall | Fixed issues found by winapi_check. |
tree | commitdiff |
2000-06-01 |
Juergen Schmied | - New (some stubs): SHGetFolderLocation, PathAddExtension, |
tree | commitdiff |
2000-05-29 |
Alexandre Julliard | Exec a separate wine binary for every win32 process... |
tree | commitdiff |
2000-05-12 |
Eric Pouech | Fixed absolute path to pidl generation. |
tree | commitdiff |
2000-05-11 |
Alexandre Julliard | Fixed buffer overflow. |
tree | commitdiff |
2000-05-11 |
Patrik Stridvall | Fixed some debug messages. |
tree | commitdiff |
2000-05-03 |
Huw D M Davies | Map StrChrA to strchr. Fix StrChrW arg list. |
tree | commitdiff |
2000-05-01 |
Bertho Stultiens | - Implemented a new preprocessor that is (nearly) ANSI... |
tree | commitdiff |
2000-04-29 |
Patrik Stridvall | Fixed some warnings. |
tree | commitdiff |
2000-04-29 |
Patrik Stridvall | Fixed issues reported by winapi_check. |
tree | commitdiff |
2000-04-28 |
Juergen Schmied | Complete cleanup, bugfixes. |
tree | commitdiff |
2000-04-28 |
Juergen Schmied | Stubs for IQueryAssociations. |
tree | commitdiff |
2000-04-28 |
Juergen Schmied | Moved policy related functions to shpolicy.c |
tree | commitdiff |
2000-04-28 |
Juergen Schmied | Explicit import user32.dll. |
tree | commitdiff |
2000-04-28 |
Juergen Schmied | Separated 32 bit functions to shellole.c. |
tree | commitdiff |
2000-04-28 |
Juergen Schmied | Fixed: extract the icon by resource id. |
tree | commitdiff |
2000-04-28 |
Juergen Schmied | Small fixes. |
tree | commitdiff |
2000-04-28 |
Juergen Schmied | Fixes. |
tree | commitdiff |
2000-04-24 |
Patrik Stridvall | Fixed issues found by winapi_check. |
tree | commitdiff |
2000-04-24 |
Alexandre Julliard | Implemented on-demand loading of builtin dlls using... |
tree | commitdiff |
2000-04-23 |
Alexandre Julliard | Removed a few inter-dll dependencies. |
tree | commitdiff |
2000-04-19 |
Alexandre Julliard | Added some missing import directives. |
tree | commitdiff |
2000-04-19 |
Alexandre Julliard | Removed winmm from import list. |
tree | commitdiff |
2000-04-18 |
Alexandre Julliard | Moved PE header definitions to winnt.h where they belong. |
tree | commitdiff |
2000-04-15 |
Patrik Stridvall | Fixed some issues reported by winapi_check. |
tree | commitdiff |
2000-04-11 |
Ulrich Czekalla | _ILGetFileDate should convert the date to local time... |
tree | commitdiff |
2000-04-08 |
Alexandre Julliard | Removed a number of global handle allocations and criti... |
tree | commitdiff |
2000-04-06 |
Patrik Stridvall | Fixed some issues reported by winapi_check. |
tree | commitdiff |
2000-03-28 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
tree | commitdiff |
2000-03-26 |
Uwe Bonnes | SHChangeNotify[A|W]: free only items we allocated. |
tree | commitdiff |
2000-03-24 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
tree | commitdiff |
2000-03-24 |
Patrik Stridvall | Fixed some ANSI C violations. |
tree | commitdiff |
2000-03-19 |
Francois Gouget | Explicitly use the TVN_xxxA version of the macros. |
tree | commitdiff |
2000-03-08 |
Simen Zamecnik | Added Slovak language support. |
tree | commitdiff |
2000-03-08 |
Junichi Kuchinishi | Added some Japanese resources. |
tree | commitdiff |
2000-03-05 |
Alexandre Julliard | Added support for creating extra symlinks for .so files... |
tree | commitdiff |
2000-03-04 |
Alexandre Julliard | Moved dll-specific make rules to a separate Makedll... |
tree | commitdiff |
2000-02-29 |
Niels Kristian Bec... | Removed superfluous #include statements for header... |
tree | commitdiff |
2000-02-27 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2000-02-26 |
Juergen Schmied | Moved file functions to shlfileop.c |
tree | commitdiff |
2000-02-26 |
Juergen Schmied | Fix for OpenIcon. |
tree | commitdiff |
2000-02-26 |
Juergen Schmied | Stub PathIsDirectory. |
tree | commitdiff |
2000-02-26 |
Juergen Schmied | Fixes for ShellExecuteEx. |
tree | commitdiff |
2000-02-26 |
Juergen Schmied | Basic implementation of shell notifications. |
tree | commitdiff |
2000-02-26 |
Juergen Schmied | Added icon no 4 (open folder). |
tree | commitdiff |
2000-02-26 |
Alexandre Julliard | Made winmm a separate shared library. |
tree | commitdiff |
2000-02-26 |
Patrik Stridvall | Fixed ANSI C violations. |
tree | commitdiff |
2000-02-25 |
Marcus Meissner | We define PathISURLA, so use it. |
tree | commitdiff |
2000-02-20 |
Juergen Schmied | Started with shell-clipboard handling (context menu... |
tree | commitdiff |
2000-02-20 |
Juergen Schmied | Removed ItemIDListList, reorganisation, more formats. |
tree | commitdiff |
2000-02-20 |
Juergen Schmied | - implemented rename, copy and delete file |
tree | commitdiff |
2000-02-20 |
Juergen Schmied | Better context menus. |
tree | commitdiff |
next |