Commit Graph

150 Commits

Author SHA1 Message Date
Alexander Morozov 535f0bce59 shell32: Added typelib. 2011-01-19 14:31:45 +01:00
Alexander Morozov 8b30849824 shell32: Add stub implementation of IShellDispatch. 2011-01-19 14:25:11 +01:00
Alexandre Julliard db60006e26 shell32: Convert menu and string table resources to po files. 2011-01-13 17:00:16 +01:00
Alexandre Julliard 40977bf1d2 shell32: Store the raw AUTHORS file in resources instead of trying to convert to a C array. 2010-11-11 12:24:46 +01:00
Yaron Shahrabani 9c8422c9fe shell32: Added Hebrew translation. 2010-10-07 16:08:27 +02:00
Alexandre Julliard bd9852cd6f makefiles: Rename the SRCDIR, TOPSRCDIR and TOPOBJDIR variables to follow autoconf conventions. 2010-09-19 12:40:12 +02:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
David Hedberg d66269696f shell32: Add IExplorerBrowser interface stub. 2010-08-20 15:49:57 +02:00
Paul Vriens ce405b7125 shell32: Add the Serbian (Latin) translation.
Translation by Nenad Vujic <nesa24casa@gmail.com>
2010-07-23 13:20:52 +02:00
Alexandre Julliard b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
Joel Holdsworth 7dfa965d95 shell32: Comitted a Tango icon for the control panel. 2010-05-06 14:43:55 +02:00
Joel Holdsworth 0e0426b557 shell32: Replaced shortcut.ico with a Tango compliant icon. 2010-04-14 18:00:28 +02:00
Joel Holdsworth c4591aedbb shell32: Replaced ramdisk.ico with a Tango compliant icon. 2010-04-14 18:00:27 +02:00
Joel Holdsworth 6b31e1ca71 shell32: Replaced printer.ico with a Tango compliant icon. 2010-04-14 18:00:27 +02:00
Joel Holdsworth c86698d199 shell32: Replaced netdrive2.ico with a Tango compliant icon. 2010-04-14 18:00:27 +02:00
Joel Holdsworth 8865907352 shell32: Replaced netdrive.ico with a Tango compliant icon. 2010-04-14 18:00:27 +02:00
Joel Holdsworth 5b3d1b6971 shell32: Replaced floppy.ico with a Tango compliant icon. 2010-04-14 18:00:26 +02:00
Joel Holdsworth be4af0b66f shell32: Replaced drive.ico with a Tango compliant icon. 2010-04-14 18:00:26 +02:00
Joel Holdsworth 6eef9bbe5f shell32: Replaced delete.ico with a Tango compliant icon. 2010-04-14 18:00:25 +02:00
Joel Holdsworth b4057d934c shell32: Replaced cdrom.ico with a Tango compliant icon. 2010-04-14 18:00:25 +02:00
Joel Holdsworth 4b320a461e shell32: Replaced document.ico with a Tango compliant icon. 2010-04-14 18:00:25 +02:00
Nikolay Sivov da32b078b7 shell32: Add stub shell folder for CLSID_Printers. 2010-04-06 11:59:18 +02:00
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Alexandre Julliard 4d413296d2 shell32: Move the IQueryAssociations implementation from shlwapi to shell32. 2009-08-25 11:13:26 +02:00
Alexandre Julliard 56af92b073 makefiles: Regenerate the source lists using make_makefiles. 2009-07-03 13:26:38 +02:00
Michael Stefaniuc ee8c98c05c shell32: Build language resource files separately.
Do not include them from an other rc file.
2009-07-02 11:45:35 +02:00
Alexandre Julliard 129ba5ade0 shell32: Make shell.dll into a stand-alone 16-bit module. 2009-04-01 18:20:13 +02:00
Vincent Povirk e69c663c66 shell32: Add stub implementation of IShellItem. 2009-02-24 16:57:29 +01:00
Aric Stewart c6ba4eed01 shell32: In ParseDisplayName make use of shdocvw if the display name is not a drive but has a :. 2009-01-29 12:18:42 +01:00
Hervé Chanal c18d34048d shell32: A new icon for mydocs. 2009-01-28 13:46:10 +01:00
Hervé Chanal cd52a20637 shell32: A new icon for trash_file. 2009-01-28 13:45:08 +01:00
Hervé Chanal 46d2a670d2 shell32: A new icon for mycomputer. 2009-01-28 13:43:56 +01:00
Hervé Chanal 831290e93d shell32: A nicer icon for desktop. 2009-01-14 12:22:59 +01:00
Hervé Chanal 51f3e69120 shell32: A nicer icon for "folder". 2008-10-27 11:39:03 +01:00
Hervé Chanal ed2c8669f0 shell32: A nicer icon for "Open folder". 2008-10-27 11:35:09 +01:00
Vincent Povirk 3cce9ad9c6 shell32: Move SHAppBarMessage implementation from shell32 to explorer. 2008-09-04 13:32:42 +02:00
Alexandre Julliard dad21bbcbf makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
Rob Shearman 48000893f9 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
Only specify the root to keep platform-specifics out of the individual 
DLL makefiles.
2008-03-04 20:55:01 +01:00
Mike McCormack cc405b1522 shell32: Implement "My Network Places" shell folder. 2007-12-27 14:13:30 +01:00
Alexandre Julliard 516bb07861 shell32: We can now store binary files in the repository. 2007-09-17 15:51:40 +02:00
Hans Leidekker 89e1d29482 shell32: Win64 printf format warning fixes. 2006-10-09 12:45:02 +02:00
Michael Stefaniuc 85ce5117c5 Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int. 2006-09-29 16:08:30 +02:00
Alexandre Julliard 32ab895e46 makefiles: Generate the dependencies line to avoid some code duplication. 2006-09-14 09:38:16 +02:00
Alexandre Julliard 0a0f4cd835 shell32: Don't build authors.c for make depend, it has no dependencies anyway. 2006-09-11 14:47:39 +02:00
Alexandre Julliard 5cf75e615a makefiles: Only run test and documentation targets in directories that need them. 2006-08-28 13:37:44 +02:00
Mikołaj Zalewski 289e469e7c shell32: Add a Trash virtual folder. 2006-08-09 12:47:39 +02:00
Mikołaj Zalewski f2686c7ce9 shell32: Add trashing support functions. 2006-07-31 12:55:12 +02:00
Mikołaj Zalewski ca7de052b2 shell32: Add trashing confirmations. 2006-07-31 12:38:54 +02:00
Alexandre Julliard eb8a40c368 libs: Merged libwine_unicode into libwine.
Most dlls use libwine_unicode at this point, so there's nothing to
gain by having two separate libraries.
2006-07-11 19:33:22 +02:00
Mikołaj Zalewski 89b458dac7 shell32: Add an icon for delete confirmation. 2006-07-03 11:36:52 +02:00