Commit graph

250 commits

Author SHA1 Message Date
Alexandre Julliard
d1f8eb49fe winefile: Fix incorrect use of the ScreenToClient function. 2010-10-05 14:02:41 +02:00
Luca Bennati
f88ed20bc9 winefile: Update Italian translation. 2010-09-23 17:50: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
Michael Stefaniuc
fc2baddaa5 winefile: Remove the ignored common resource attributes. 2010-07-22 11:41:40 +02:00
Alexandre Julliard
6fb39dfe4a programs: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:37 +02:00
Michael Stefaniuc
e8e58aa7e4 winefile: Add the Romanian translation.
Translation by Claudia Cotună.
2010-07-12 16:17:59 +02:00
Igor Paliychuk
9fa578041c winefile: Ukrainian translation update. 2010-06-28 11:43:49 +02:00
Gustavo Henrique Milaré
aebcb448fa winefile: Update Portuguese translation. 2010-06-25 10:25:13 +02:00
Vitaly Lipatov
b974852ce1 Update Russian translations. 2010-06-18 16:22:07 +02:00
Sven Baars
dd09205984 winefile: Fix Dutch translation. 2010-05-28 16:22:30 +02:00
Gerald Pfeifer
7b252d6edb winefile: Remove variable hChildClass which is not really used from InitInstance. 2010-05-10 10:15:39 +02:00
Joel Holdsworth
f40e0c6e87 winefile: Replaced program icon with a Tango compliant icon. 2010-04-19 16:01:18 +02:00
Alexandre Julliard
bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Luca Bennati
a0f7a63427 winefile: Fix Italian translation. 2010-02-02 11:47:20 +01:00
Igor Paliychuk
e80a1214f8 winefile: Add Ukrainian translations. 2010-02-01 12:08:45 +01:00
Steven Edwards
d6055a4165 winefile: Replace builtin execute dialog with standard RunFile dialog. 2009-12-30 16:28:01 +01:00
Davide Pizzetti
d451778bcc winefile: Italian translation update. 2009-09-09 12:05:24 +02:00
Michael Stefaniuc
e80b36e7c5 winefile: Compile with -DWINE_NO_UNICODE_MACROS. 2009-08-25 11:27:17 +02:00
Michael Stefaniuc
9b62d9df20 winefile: Use the explicit W-form for the rest of the types. 2009-08-25 11:27:08 +02:00
Michael Stefaniuc
e75b496d00 winefile: Replace the TSTR types with WSTR. 2009-08-25 11:25:58 +02:00
Michael Stefaniuc
21049ffb1f winefile: Replace TCHAR with WCHAR. 2009-08-25 11:25:50 +02:00
Michael Stefaniuc
575b7bf36c winefile: Convert the rest of the functions to use the explicit W-form. 2009-08-25 11:25:38 +02:00
Michael Stefaniuc
4d512dbe32 winefile: Use the explicit W-form for the file IO related functions. 2009-08-25 11:25:30 +02:00
Michael Stefaniuc
05db8d5dd1 winefile: Use the explicit W-form of the Load*() functions. 2009-08-25 11:25:22 +02:00
Michael Stefaniuc
4490759a27 winefile: Use the explicit W-form for the *Window* functions. 2009-08-25 11:25:10 +02:00
Michael Stefaniuc
2ebe3db8fb winefile: Use the explicit W-form of the string functions. 2009-08-25 11:25:01 +02:00
Michael Stefaniuc
0c6e5293bb winefile: Use the explicit SendMessageW form. 2009-08-25 11:24:48 +02:00
Michael Stefaniuc
3dc7bceb48 winefile: Don't use _tsplitpath(). 2009-08-25 11:24:27 +02:00
Michael Stefaniuc
2b8f5e3742 winefile: Get rid of the #ifndef UNICODE code paths. 2009-08-25 11:23:35 +02:00
Vladimir Pankratov
f7430fa05d winefile: Convert the Russian resources to UTF-8. 2009-07-23 11:22:33 +02:00
Ricardo Filipe
b465a7daa5 winefile: Fix Portuguese translation. 2009-07-17 11:16:38 +02:00
Michael Stefaniuc
dc1ba499de winefile: Convert the German resources to UTF-8. 2009-07-09 15:23:53 +02:00
Francois Gouget
8b93076819 winefile: Remove space before ellipsis. 2009-07-08 20:13:59 +02:00
Ricardo Filipe
9046d28166 winefile: Update Portuguese translation and convert to UTF8. 2009-07-08 20:12:09 +02:00
Frédéric Delanoy
8356d12c4c winefile: Fix French translation & UI display. 2009-07-07 11:00:04 +02:00
Michael Stefaniuc
08ac4a4c22 winefile: Build language resource files separately.
Do not include them from an other rc file.
2009-07-03 11:28:33 +02:00
Aurimas Fišeras
73285f5c59 winefile: Add Lithuanian translation. 2009-06-30 12:29:42 +02:00
Paul TBBle Hampson
c09f1357bc winefile: Don't use child after it has been freed.
If winefile is unable to create a window, it frees the child pointer.
However, it then proceeds to use the child pointer.
2009-02-03 14:01:14 +01:00
Marcus Meissner
9a0a89271e winefile: Avoid array overrun (coverity). 2009-01-26 14:29:29 +01:00
Anders Jonsson
2ce82aec19 winefile: Update Swedish translation. 2009-01-23 13:12:40 +01:00
Rich Ercolani
ae48e099da winefile: Fix NULL pointer deref in read_tree. 2009-01-10 18:04:28 +01:00
Alexandre Julliard
8f2a863ff8 winefile: Get rid of hack to load vswprintf from msvcrt. 2009-01-07 11:10:25 +01:00
ByeongSik Jeon
5f3287d79f *Ko.rc: Update Korean resource.
Fix the unnecessary SUBLANG_NATURAL.
Change the font size from 8 to 9.
2008-12-11 12:21:07 +01:00
ByeongSik Jeon
1b0297a7f9 *Zh.rc: Update the Chinese resource font name to "MS Shell Dlg". 2008-12-11 12:20:48 +01:00
Daniel Nylander
cb372506a8 winefile: Updated Swedish translation. 2008-12-08 12:03:04 +01:00
Rok Mandeljc
d0b4ffe650 winefile: Fix problem with ellipses in Slovenian translation. 2008-12-08 12:01:42 +01:00
Francois Gouget
23e6e7be8e Make sure we have a space before the ellipses in Slovenian resources. 2008-12-04 12:06:06 +01:00
Alexandre Julliard
01b7667a1a programs: Convert source files to utf-8. 2008-10-18 19:22:19 +02:00
Muneyuki Noguchi
940a41637d winefile: Convert Japanese resource to UTF-8. 2008-10-13 11:40:19 +02:00
Michael Stefaniuc
163874844b winefile: Use FAILED instead of !SUCCEEDED. 2008-10-08 13:43:00 +02:00