2001-08-10 |
Dusan Lacko | Fix ExtractFromEXEDLL for nIndex != 0. |
tree | commitdiff |
2001-08-08 |
Alexandre Julliard | Fixed loop termination check in PathIsExeW. |
tree | commitdiff |
2001-07-25 |
Alexandre Julliard | Removed unnecessary inclusion of heap.h. |
tree | commitdiff |
2001-07-24 |
Alexandre Julliard | Removed HEAP_strdupA. |
tree | commitdiff |
2001-07-23 |
Patrik Stridvall | - Made sure that the files that contains the declarations |
tree | commitdiff |
2001-07-22 |
Alexandre Julliard | Got rid of HEAP_strdupW. |
tree | commitdiff |
2001-07-20 |
Patrik Stridvall | - Made sure that the files that contains the declarations |
tree | commitdiff |
2001-07-19 |
Patrik Stridvall | Removed unused file. |
tree | commitdiff |
2001-07-17 |
Francois Gouget | Added missing CommandLineToArgvW prototype. |
tree | commitdiff |
2001-07-12 |
Patrik Stridvall | Documentation fixes. |
tree | commitdiff |
2001-07-11 |
Patrik Stridvall | Documentation fixes. |
tree | commitdiff |
2001-07-02 |
Patrik Stridvall | Documentation fixes. |
tree | commitdiff |
2001-06-25 |
Jau-Horng Chen | Added Traditional Chinese Support |
tree | commitdiff |
2001-06-20 |
Patrik Stridvall | Documentation ordinal fixes. |
tree | commitdiff |
2001-06-19 |
Patrik Stridvall | Documentation ordinal fixes. |
tree | commitdiff |
2001-05-18 |
Marcus Meissner | The shell special folder path creation did not mkdir... |
tree | commitdiff |
2001-05-14 |
Marcus Meissner | Implemented 64bit file size handling. |
tree | commitdiff |
2001-05-11 |
Francois Gouget | Remove unnecessary single quoting of debugstr_xxx strings. |
tree | commitdiff |
2001-05-09 |
Francois Gouget | Add '\n' at the end of traces. |
tree | commitdiff |
2001-04-16 |
Dmitry Timoshkov | Replace "System" font by "Helv" in shell32 "About"... |
tree | commitdiff |
2001-03-19 |
Eric Kohl | SHGetSpecialFolderPathA must be able to create a full... |
tree | commitdiff |
2001-03-10 |
James Juran | Implement SHGetFileInfoW by calling SHGetFileInfoA. |
tree | commitdiff |
2001-03-10 |
Gerard Patel | Handle empty strings and invalid values in lpstrInitial... |
tree | commitdiff |
2001-02-28 |
Francois Gouget | Small 'typos in comments' fixes. |
tree | commitdiff |
2001-02-26 |
David Grant | Added (partial) support for FO_COPY and FO_DELETE. |
tree | commitdiff |
2001-02-23 |
Eric Pouech | A first stab at implementing the RunDll features. |
tree | commitdiff |
2001-02-21 |
Chris Morgan | Confirm file deletes. Make delete confirmation message... |
tree | commitdiff |
2001-02-21 |
Chris Morgan | Add shell support for deleting files using the Delete... |
tree | commitdiff |
2001-02-20 |
Marcus Meissner | Fixed German translation, changed dialog font to Helvetica. |
tree | commitdiff |
2001-02-14 |
Andreas Mohr | Cosmetics. |
tree | commitdiff |
2001-02-13 |
Chris Morgan | Implement keyboard shortcut F2 to rename files and... |
tree | commitdiff |
2001-02-12 |
Francois Gouget | Remove TOOLBAR_ID and WM_SETTINGCHANGE, they are not... |
tree | commitdiff |
2001-02-12 |
Francois Gouget | Change the callback declarations to a safer format. |
tree | commitdiff |
2001-02-12 |
Francois Gouget | Fix typos in comments. |
tree | commitdiff |
2001-02-12 |
James Abbatiello | Implement IShellLink<A|W>_fnGetWorkingDirectory, |
tree | commitdiff |
2001-01-26 |
Andreas Mohr | Some more cleanups. |
tree | commitdiff |
2001-01-20 |
Alexandre Julliard | Fixed a number of incompatibilities in OEM icons/cursor... |
tree | commitdiff |
2001-01-18 |
Andreas Mohr | Implemented SHELL32.IsNetDrive and SHELL32.ILSaveToStre... |
tree | commitdiff |
2001-01-17 |
Alexandre Julliard | Replaced some GetProcAddress() imports by the standard... |
tree | commitdiff |
2001-01-17 |
Alexandre Julliard | Cleaned up dll startup routines now that we have separa... |
tree | commitdiff |
2001-01-17 |
Jeremy White | Revised shell link process to treat empty (e.g. ""... |
tree | commitdiff |
2001-01-07 |
Huw D M Davies | Moved all the documented shlwapi functions out of undoc... |
tree | commitdiff |
2001-01-06 |
François Gouget | Fixed some HFILE vs. HANDLE mismatches. |
tree | commitdiff |
2001-01-02 |
François Gouget | Moved HDROP to shellapi.h. |
tree | commitdiff |
2000-12-16 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2000-12-14 |
Francois Gouget | Removed the name of APIs exported by ordinal. |
tree | commitdiff |
2000-12-13 |
Andreas Mohr | SHGetMalloc must use MEMCTX_TASK, otherwise CoGetMalloc... |
tree | commitdiff |
2000-12-13 |
Alexandre Julliard | Replaced PTR_SEG_TO_LIN macro by exported MapSL function. |
tree | commitdiff |
2000-12-13 |
Andreas Mohr | Move all values of SHGetSpecialFolderPathA into an... |
tree | commitdiff |
2000-12-12 |
Alexandre Julliard | Use the DRIVE_* API constants instead of the DRIVETYPE... |
tree | commitdiff |
2000-12-09 |
Andreas Mohr | Fixed MessageBox() usage. |
tree | commitdiff |
2000-12-06 |
Alexandre Julliard | Created a small static library in ole/libuuid.a that... |
tree | commitdiff |
2000-12-06 |
Alexandre Julliard | Use libwine and libwine_unicode directly from their... |
tree | commitdiff |
2000-12-01 |
Patrik Stridvall | Added/modified documentation for function arguments. |
tree | commitdiff |
2000-12-01 |
Alexandre Julliard | Removed some unnecessary includes. |
tree | commitdiff |
2000-12-01 |
Alexandre Julliard | Finished separation of shell32 and wsock32. |
tree | commitdiff |
2000-11-30 |
Alexandre Julliard | Finished separation of advapi32. |
tree | commitdiff |
2000-11-30 |
David Elliott | Remove libXXXX.so.1.0 lines from .cvsignore files. |
tree | commitdiff |
2000-11-28 |
Alexandre Julliard | Got rid of the Wine internal lstrcpy* functions and... |
tree | commitdiff |
2000-11-27 |
Dimitrie O. Paun | Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements... |
tree | commitdiff |
2000-11-27 |
Alexandre Julliard | Fixed a few dependencies on 16-bit or internal function... |
tree | commitdiff |
2000-11-27 |
Alexandre Julliard | Changed GetProcAddress16 and 16-bit resource functions... |
tree | commitdiff |
2000-11-25 |
Alexandre Julliard | Added a few forwards. |
tree | commitdiff |
2000-11-25 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2000-11-13 |
Alexandre Julliard | Temp hack: do not import dlls that we link with at... |
tree | commitdiff |
2000-11-12 |
Alexandre Julliard | Start using import tables for dlls that can already... |
tree | commitdiff |
2000-11-08 |
Francois Gouget | We must include windef.h before wtypes.h (directly... |
tree | commitdiff |
2000-11-05 |
Alexandre Julliard | Declare debug channels in all dlls that need them;... |
tree | commitdiff |
2000-11-04 |
Alexandre Julliard | Removed leftover debug output. |
tree | commitdiff |
2000-11-02 |
Alexandre Julliard | Create Gnome/KDE desktop and menu entries from IShellLink |
tree | commitdiff |
2000-11-01 |
Juergen Schmied | Export SHGetSettings by name. New stub for shell.68. |
tree | commitdiff |
2000-11-01 |
Alexandre Julliard | Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie... |
tree | commitdiff |
2000-10-31 |
Peter Ivanyi | Added/upgraded Slovak messages, and Slovak and Czech... |
tree | commitdiff |
2000-10-31 |
Andreas Mohr | Fix insufficient rect width value in resource file. |
tree | commitdiff |
2000-10-29 |
Dave Pickles | Implement SHGFI_EXETYPE function of SHGetFileInfo. |
tree | commitdiff |
2000-10-26 |
Martin Pilka | "StartMenu" --> "Start Menu", "Startup" --> "StartUp". |
tree | commitdiff |
2000-10-24 |
Alexandre Julliard | Implement InternalExtractIcon by calling PrivateExtract... |
tree | commitdiff |
2000-10-23 |
Alexandre Julliard | Build Win32 resources as .res files and dump them into... |
tree | commitdiff |
2000-10-19 |
Alexandre Julliard | Use a binary search to find entries in resource directo... |
tree | commitdiff |
2000-10-19 |
Alexandre Julliard | Call PrivateExtractIcon in user32 instead of duplicatin... |
tree | commitdiff |
2000-10-15 |
Eric Pouech | Fixed ShellMessageBox[AW] buffers usage (in some cases... |
tree | commitdiff |
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 |
next |