Austin English
f81784bbdb
shell32: Fix English folder names.
2009-07-21 10:46:39 +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
Vincent Povirk
8e4aff7a4d
shell32: Add a message for opening files with no association.
2009-02-26 12:11:57 +01:00
Owen Rudge
238cdf715d
shell32: Use a listview for the control panel.
2008-07-25 12:27:31 +02:00
Owen Rudge
95c6d1d864
shell32: Add menu bar to Control Panel.
2008-07-23 11:47:02 +02:00
Owen Rudge
08b1bdb8c0
shell32: Load Control Panel title from resources.
2008-07-23 11:46:44 +02:00
Mikołaj Zalewski
abe87675a8
shell32: Make new style Browse For Folders dialog resizable.
2008-07-08 11:19:20 +02:00
Mikołaj Zalewski
225086547c
shell32: RunFileDlg: use the parameters.
...
Implements the customizations that are required by the parameters. The
icon and one flag are still not implemented.
2008-06-30 13:24:05 +02:00
Mikołaj Zalewski
0e2b5c7605
shell32: RunFileDlg: move strings to resources.
2008-06-30 13:23:38 +02:00
Mikołaj Zalewski
13866e81f7
shell32: RunFileDlg: use symbolic constants for control IDs and use correct hInstance when creating it.
2008-06-30 13:22:30 +02:00
Owen Rudge
3a95e276f2
shell32: Register Control Panel namespace folder.
2008-06-24 11:58:12 +02:00
Francois Gouget
5f34a49368
shell32: s/library/Wine/ for consistency in the license message.
2008-05-30 10:01:08 +02:00
Alexandre Julliard
12ae8ff814
shell32: Add a license message box and a build id to the About dialog. Clean things up a little.
2008-03-26 23:38:36 +01:00
Alexandre Julliard
77a79c48b4
shell32: Make the icon space a bit larger in the About dialog.
...
Also replace numeric ids by appropriate constants.
2008-03-21 18:38:51 +01:00
Mikołaj Zalewski
1fd3797397
shell32: Remove DISCARDABLE from STRINGTABLE resources.
2008-03-11 12:11:51 +01:00
Alexander Nicolaysen Sørnes
b259c4ae80
shell32: Localize 'new folder' string.
2007-12-06 12:12:57 +01:00
Alexander Nicolaysen Sørnes
cf8c1d60a1
shell32: Localize file context menu.
2007-12-03 14:56:30 +01:00
Lei Zhang
70c75dcd0d
shell32: rename My Video to My Videos.
2007-11-13 13:33:21 +01:00
Alexandre Julliard
371e5c0628
shell32: Remove a redundant include.
2007-06-11 20:20:12 +02:00
Lei Zhang
7318ae2411
shell32: Start implementing BIF_USENEWUI.
2007-06-08 11:57:47 +02:00
José Manuel Ferrer Ortiz
ac3c960c26
Some Spanish translation updates.
2007-05-04 12:39:38 +02:00
Mikołaj Zalewski
33ee219ce3
shell32: Allow overwriting files in SHFileOperation(FO_COPY) (with confirmation dialogs).
2007-02-12 12:38:57 +01:00
Mikołaj Zalewski
c55277c7e1
shell32: Add a confirmation dialog with a "Yes to All" option.
2007-02-12 12:38:39 +01:00
Mikołaj Zalewski
289e469e7c
shell32: Add a Trash virtual folder.
2006-08-09 12:47:39 +02:00
Mikołaj Zalewski
034c1c4f18
shell32: Call the trashing code from SHFileOperationW.
2006-07-31 12:55:41 +02:00
Mikołaj Zalewski
ca7de052b2
shell32: Add trashing confirmations.
2006-07-31 12:38:54 +02:00
Mikołaj Zalewski
ea0a102d55
shell32: Show a confirmation before deleting files with syscalls.
2006-07-07 17:28:10 +02:00
Jonathan Ernst
360a3f9142
Update the address of the Free Software Foundation.
2006-05-23 14:11:13 +02:00
Michael Jung
32aed7c93e
shell32: Move 'My Pictures', 'My Videos' and 'My Music' folders
...
directly to %USERPROFILE% (instead of %USERPROFILE%\\My Documents), to
allow for reasonable symbolic linking to $HOME based directories.
2006-02-02 13:28:05 +01:00
Vitaliy Margolen
c99880d955
shell32: Create Local AppData for user profile.
...
Move history and internet tmp files to Local Settings.
2006-01-04 14:48:59 +01:00
Francois Gouget
f5c9da6860
Assorted spelling fixes.
2005-05-06 15:44:31 +00:00
Michael Jung
3abb5bd6bb
Support for regular files (as opposed to directories).
2005-04-25 10:56:29 +00:00
Klemens Friedl
586930973d
More Windows-like About dialog.
2004-12-09 11:39:31 +00:00
Juan Lang
9cbc42bbae
- the correct registry location to override is User Shell Folders, not
...
Shell Folders
- if User Shell Folders doesn't exist in HKCU, HKLM should be tried
- SHGetSpecialFolderPath should call SHGetFolderPath, not vice-versa
- the default values should be localizable
- some of the parameter checking and returned LPITEMIDLISTs were a bit
off
2004-10-21 19:59:46 +00:00
Ge van Geldorp
e63e3781c6
Some windres versions don't like POPUP"", change to POPUP "".
2004-09-23 04:28:04 +00:00
Huw Davies
174e6a5d28
Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif.
2004-08-24 18:33:01 +00:00
José Manuel Ferrer Ortiz
e3cea2785b
Updated the Spanish shell32 translation and made some corrections to
...
other language files.
2004-07-12 20:44:33 +00:00
Alexandre Julliard
b74089091b
Authors: Martin Fuchs <martin-fuchs@gmx.net>, Ge van Geldorp <gvg@reactos.com>
...
Implement MessageBox-based RestartDialog() and RestartDialogEx(), use
string resources for ExitWindowsDialog() to allow
internationalization.
2004-07-09 22:51:19 +00:00
Royce Mitchell III
0d592611bd
Shell32 run dialog combobox should also have WS_TABSTOP style.
2004-06-21 23:54:19 +00:00
Martin Fuchs
7e301d8a77
Add resource strings for control panel folder.
2004-04-05 21:06:58 +00:00
Ivan Leo Murray-Smith
5a2f3c1f1f
Added/updated Italian resources.
2003-11-20 22:07:35 +00:00
Vincent Béron
d9e2db6f1a
Extract localisable resources from shres.rc to proper language file.
2003-09-30 00:25:28 +00:00
Vincent Béron
d1654b6128
Change some resources from LANG_NEUTRAL to LANG_ENGLISH.
2003-09-29 20:15:54 +00:00
Vincent Béron
d1d586e2a9
Bring some French resources in sync with English ones.
2002-10-23 23:34:32 +00:00
Nix N. Nix
e73d3c444b
Added RunFileDlg with MRU list.
...
Added template to all .rc files.
2002-06-10 02:34:36 +00:00
Alexandre Julliard
7cae558bdc
Removed some more trailing whitespace.
2002-06-01 02:55:48 +00:00
Alexandre Julliard
0799c1a780
Added LGPL standard comment, and copyright notices where necessary.
...
Global replacement of debugtools.h by wine/debug.h.
2002-03-09 23:29:33 +00:00
Dmitry Timoshkov
45109f9243
Replace "System" font by "Helv" in shell32 "About" dialog.
2001-04-16 18:58:30 +00:00
Juergen Schmied
46e8fff46d
- the colums in the shellview are now created depending on the
...
attributes of the folder object shown
- get all attributes from the shellfolder instead directly from the idlist
- header fields localized (only engl. and german till now)
- small fixes
1999-11-14 21:33:23 +00:00
Gustavo Junior Alves
cca2a3b347
Use constants IDOK and IDCANCEL in .rc files.
1999-11-12 01:50:03 +00:00