Commit Graph

128 Commits

Author SHA1 Message Date
André Hentschel a8e2b24006 winefile: Fully convert to unicode. 2012-03-26 18:15:39 +02:00
André Hentschel 162521be8b winefile: Remove unused macros. 2012-03-26 18:15:36 +02:00
André Hentschel 7476bb0556 winefile: Fix collapsing when there's no parent directory. 2012-02-15 11:54:42 +01:00
Frédéric Delanoy f38e0be5ea winefile: Avoid uninitialized field in SYSTEMTIME structure (Coverity). 2011-11-25 16:22:12 +01:00
Francois Gouget c864dd6be7 winefile: Make it possible to translate the disk size units. 2011-11-21 12:44:34 +01:00
Francois Gouget bdfc307ff7 winefile: Fix a string resource so its format placeholders can be reordered. 2011-10-20 20:48:27 +02:00
Francois Gouget 661c9c1c2c winefile: Always use the same name for the Wine File Manager. 2011-09-12 11:10:49 +02:00
Francois Gouget 580ece97a0 winefile: The title format string cannot really be translated so remove it from the resources. 2011-08-26 16:25:34 +02:00
Francois Gouget c992ca277d Assorted spelling fixes. 2011-08-24 19:07:46 +02:00
André Hentschel 16955095ad winefile: Remove dead initialization (clang). 2011-07-06 11:20:07 +02:00
Francois Gouget 7d460a4ea8 winefile: Fix the View and Options menu handles. 2011-05-03 14:38:06 +02:00
Francois Gouget 1a56a26b85 winefile: Fix the compilation when _NO_EXTENSIONS is defined. 2011-03-30 18:23:40 +02:00
Francois Gouget 378cf80a1a winefile: Remove commented out code. 2011-03-30 18:23:39 +02:00
Francois Gouget 519e6f896c winefile: Remove the format disk command.
SHFormatDrive() is unimplemented in Wine and a format command seems useless in winefile.
2011-03-30 18:23:39 +02:00
Francois Gouget 0a2be1a0be winefile: Remove unimplemented menu entries.
They unnecessarily clutter the GUI and are unlikely to ever be implemented.
2011-03-30 18:23:39 +02:00
Reece Dunn c013e44b1e winefile: In the Options > Font menu handler, initially select the current font. 2011-02-08 16:20:41 -06:00
Alexandre Julliard d1f8eb49fe winefile: Fix incorrect use of the ScreenToClient function. 2010-10-05 14:02:41 +02:00
Gerald Pfeifer 7b252d6edb winefile: Remove variable hChildClass which is not really used from InitInstance. 2010-05-10 10:15:39 +02:00
Steven Edwards d6055a4165 winefile: Replace builtin execute dialog with standard RunFile dialog. 2009-12-30 16:28:01 +01: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
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
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
Alexandre Julliard 01b7667a1a programs: Convert source files to utf-8. 2008-10-18 19:22:19 +02:00
Michael Stefaniuc 163874844b winefile: Use FAILED instead of !SUCCEEDED. 2008-10-08 13:43:00 +02:00
Marcus Meissner a392d3774c winefile: Fixed sizes to LoadString. 2008-09-15 11:47:00 +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
Alexandre Julliard 39ebaba506 winefile: Fix the printf formats for file sizes. 2008-05-09 11:18:27 +02:00
Dmitry Timoshkov cde3101b8e winefile: Fix Win64 warnings. 2008-04-09 16:27:06 +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
Mikołaj Zalewski 7b4f499684 winefile: Add FOF_ALLOWUNDO to winefile to allow files go to trash. 2008-02-28 20:00:25 +01:00
Ivan Sinitsin 7a465ce904 winefile: Save font settings in registry. 2007-12-21 12:40:19 +01: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