Commit Graph

198 Commits

Author SHA1 Message Date
Hongbo Ni e0676d2777 winefile: Add traditional Chinese resource. 2008-08-29 12:28:46 +02:00
Hongbo Ni 252243e932 winefile: Convert simplified Chinese resource to utf8. 2008-08-27 13:21:22 +02:00
Muneyuki Noguchi b8b3a7d89b winefile: Add a Japanese resource file. 2008-08-25 12:36:20 +02:00
Hongbo Ni 5070763a0e winefile: Update simplified Chinese resource. 2008-08-22 10:40:22 +02:00
Owen Rudge 021850c0b8 winefile: Fix absolute pidl conversion for non-filesystem shell objects. 2008-07-28 11:32:28 +02:00
Alexander Nicolaysen Sørnes abea9de69b winefile: Don't access uninitialized value.
Spotted by Dan Kegel.
2008-07-18 11:06:00 +02:00
Jon Griffiths f2276f5a49 include: Provide wide char definitions for CFSTR_*. 2008-06-19 12:44:43 +02:00
Francois Gouget d81fb8e027 Remove spaces before '...' in the Danish resources. 2008-06-16 15:52:21 +02:00
Francois Gouget 9b81d86a6d Replace SUBLANG_ENGLISH_US with SUBLANG_DEFAULT. 2008-06-10 19:45:14 +02:00
Francois Gouget 39cb432b68 Fix the resources to remove extraneous spaces in '...'. 2008-06-05 15:53:05 +02:00
Francois Gouget 133ada7970 winefile: Fix the French translation (with some help from Michael Stefaniuc). 2008-06-02 14:13:46 +02:00
Michael Stefaniuc 2abae159f3 winefile: Fix the Czech translation.
Thanks to Marek Mahut for the translation.
2008-06-02 12:12:45 +02:00
Michael Stefaniuc ce864bb2ed winefile: Fix the Italian translation. 2008-06-02 12:12:41 +02:00
Michael Stefaniuc 0c1b666737 winefile: Fix the Swedish translation. 2008-06-02 12:12:38 +02:00
Michael Stefaniuc e37690689d winefile: Fix the Portuguese translations. 2008-06-02 12:12:33 +02:00
Mikołaj Zalewski 14a42f802d Make Swedish use SUBLANG_NEUTRAL. 2008-05-19 16:09:13 +02:00
Jens Albretsen 446ba6a852 winefile: Danish translation. 2008-05-13 10:39:38 +02:00
Alexandre Julliard 39ebaba506 winefile: Fix the printf formats for file sizes. 2008-05-09 11:18:27 +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
Tomasz Nowiński df90b52627 Fixed typos in the Polish translations. 2008-04-21 20:34:47 +02:00
Hwang YunSong(황윤성 5a2b9ea097 winefile: Updated Korean resource. 2008-04-18 13:57:15 +02:00
Jonathan Ernst 2d870e27fb winefile: Updated French translation. 2008-04-15 14:33:19 +02:00
Dmitry Timoshkov cde3101b8e winefile: Fix Win64 warnings. 2008-04-09 16:27:06 +02:00
Rok Mandeljc 18828f41fe winefile: Updated Slovenian translation. 2008-04-07 21:41:40 +02:00
Alexandre Julliard 0b98d108bc winefile: Remove some unused resources. 2008-03-27 13:46:04 +01:00
Alexandre Julliard ff876005fe winefile: Use the larger icon in the About box. 2008-03-27 13:44:04 +01:00
Alexandre Julliard 761ce98b3f winefile: Remove redundant About Wine menu option. 2008-03-27 13:36:39 +01:00
Herve Chanal fb2e9a3aba winefile: A nicer icon. 2008-03-26 23:38:36 +01:00
Mikołaj Zalewski 7b4f499684 winefile: Add FOF_ALLOWUNDO to winefile to allow files go to trash. 2008-02-28 20:00:25 +01:00
Frans Kool 9d2320c933 winefile: Added Dutch translations. 2008-02-13 16:27:20 +01:00
Ivan Sinitsin 7a465ce904 winefile: Save font settings in registry. 2007-12-21 12:40:19 +01:00
José Manuel Ferrer Ortiz 34e8cbf2d8 winefile: Spanish resource file updated. 2007-11-21 12:05:36 +01:00
Hwang YunSong(황윤성) 94d16b3959 winefile: Updated Korean resource. 2007-10-25 13:58:14 +02:00
Alexandre Julliard 6fae47ef9f winefile.exe: We can now store binary files in the repository. 2007-09-18 13:36:47 +02:00
Americo Jose Melo c5ba90131e Update the Portuguese translation. 2007-09-13 13:28:26 +02:00
Francois Gouget 8def2deccb taskmgr & winefile: Refer users to the GNU Lesser General Public License, not to the GPL. 2007-08-30 11:57:18 +02:00
Dmitry Timoshkov 197f4059ab include: winres.h no longer exists in PSDK, fix winresrc.h includes. 2007-08-07 14:09:09 +02:00
Michael Stefaniuc dc75f8a07a winefile: Use SendMessageW instead of SNDMSG. 2007-07-30 14:12:46 +02:00
Michael Stefaniuc 863921b40d winefile: Change choose_font() and init_output() to the W form. 2007-07-26 11:51:02 +02:00
Michael Stefaniuc 26369e1a8f winefile: Move the font choosing code to a separate function. 2007-07-26 11:50:52 +02:00
Michael Stefaniuc 837bd5356d winefile: Change the settings functions to use the W registry functions. 2007-07-25 13:02:32 +02:00
Michael Stefaniuc cee98d2969 winefile: Move some self contained functions to use explicit W functions. 2007-07-24 11:26:27 +02:00
Michael Stefaniuc 11bb71d3d6 winefile: Replace malloc with HeapAlloc. 2007-07-24 11:26:05 +02:00
Konstantin Kondratyuk 8b9454d486 programs/winefile: Add Russian resources. 2007-06-29 18:58:04 +02:00
Michael Stefaniuc fa684a717a winefile: Do not use the TEXT() macro on character constants. The implicit cast from char to WCHAR works as well in UNICODE mode. 2007-06-28 11:01:08 +02:00
Michael Stefaniuc 699df04e85 winefile: Do not use wide character constants. 2007-06-28 11:00:59 +02:00
Francois Gouget 83b5623165 winefile: Add a Portuguese translation (contributed by Americo Jose Melo). 2006-11-28 12:13:34 +01:00
Alexandre Julliard 938f231455 winefile: Properly handle negative coordinates for mouse events. 2006-10-25 17:43:09 +02:00
Mikołaj Zalewski 58bd35c8c5 resources: Change Dutch sublanguage code to SUBLANG_NEUTRAL. 2006-10-24 17:45:51 +02:00
Mikołaj Zalewski e32aa55703 resources: Change German sublanguage code to SUBLANG_NEUTRAL. 2006-10-24 11:45:12 +02:00