Commit graph

174 commits

Author SHA1 Message Date
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
Byeong-Sik Jeon
e3ddfcc9b9 winefile: Update Korean resources. 2006-10-23 12:37:05 +02:00
Frank Richter
c9a3fc4a34 winefile: Update German translation. 2006-10-23 12:34:54 +02:00
Byeong-Sik Jeon
e1fd734c97 Korean: Use SUBLANG_NEUTRAL in Korean resources. 2006-10-20 13:49:39 +02:00
Mikołaj Zalewski
0d003d8013 winefile: Update Polish translation. 2006-10-09 12:56:44 +02:00
Andrew Talbot
6e4c1501a4 winefile: Cast-qual warnings fix. 2006-10-07 18:05:11 +02:00
Jonathan Ernst
736f96a5de winefile: French translation improvements. 2006-09-27 18:15:09 +02:00
Mikołaj Zalewski
4372f4c32d winefile: Update Polish translation. 2006-09-25 18:32:17 +02:00
Alexandre Julliard
32ab895e46 makefiles: Generate the dependencies line to avoid some code duplication. 2006-09-14 09:38:16 +02:00
Jonathan Ernst
0ebd271fe0 Assorted French translation improvements. 2006-09-10 10:16:33 +02:00
Jan Zerebecki
66e0e06b98 winefile: Fix the display of free disk space in the statusbar. 2006-09-07 16:11:05 +02:00
Hwang YunSong(황윤성)
d337991fb5 winefile: Updated Korean resource. 2006-07-26 10:25:12 +02:00
Alexandre Julliard
77dc0d9be5 .gitignore: Added wildcards to ignore generated resource files. 2006-07-10 21:39:00 +02:00
Alexandre Julliard
028ab92bf7 make_progs: Generate the .gitignore file.
Ignore generated programs from the top-level .gitignore.
2006-07-10 20:59:06 +02:00
Alexandre Julliard
cc2b3b48e6 Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
2006-07-10 20:47:54 +02:00
Francois Gouget
9bfbfcbeb4 Assorted spelling, case and grammar fixes. 2006-06-26 13:06:11 +02:00
Mike McCormack
d20c6cf8ca Fixed more boolean comparisons against TRUE. 2006-05-24 14:38:20 +02:00
Jonathan Ernst
ce7e2e16ab Uniformization of French main menu accelerators. 2006-05-24 10:35:26 +02:00
Jonathan Ernst
360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Alexander N. Sørnes
a4b0147b2a winefile: Fix typo in the Norwegian resources. 2006-04-17 12:00:15 +02:00
Mikołaj Zalewski
ec328c1e70 winefile: Use header full drag. 2006-04-14 10:50:39 +02:00
Mike McCormack
fab2e56258 winefile: Fix some gcc 4.1 warnings caused by commctrl.h macros. 2006-03-21 11:04:27 +01:00
Mike McCormack
3b397e5079 winefile: Eliminate use of windowsx.h. 2006-03-18 18:39:16 +01:00
Alexandre Julliard
04dad6218f winefile: Refresh the drives and files upon WM_DEVICECHANGE. 2006-03-10 21:43:25 +01:00
Jason Green
42d6fe6bd5 winefile: Add the ability to save window position to the registry. 2006-02-21 11:36:02 +01:00