Commit Graph

34 Commits

Author SHA1 Message Date
Alexandre Julliard 9c6f2e2d88 winefile: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-02 11:08:17 +02:00
Carlo Bramini 0e5eed109d winefile: Use StrFormatByteSizeW.
Signed-off-by: Carlo Bramini <carlo_bramini@users.sourceforge.net>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-10-11 16:59:32 +02:00
Francois Gouget 7f977e5d2f winefile: Remove an unneeded NONAMELESSUNION directive. 2015-04-03 11:22:18 +09:00
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
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
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 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
Alexandre Julliard 8f2a863ff8 winefile: Get rid of hack to load vswprintf from msvcrt. 2009-01-07 11:10:25 +01:00
Alexandre Julliard 761ce98b3f winefile: Remove redundant About Wine menu option. 2008-03-27 13:36:39 +01:00
Michael Stefaniuc dc75f8a07a winefile: Use SendMessageW instead of SNDMSG. 2007-07-30 14:12:46 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Mike McCormack 3b397e5079 winefile: Eliminate use of windowsx.h. 2006-03-18 18:39:16 +01:00
Jason Green 42d6fe6bd5 winefile: Add the ability to save window position to the registry. 2006-02-21 11:36:02 +01:00
Mike McCormack ee20ca1354 winefile: Move the license and warranty text into the resources. 2006-01-31 18:08:45 +01:00
Martin Fuchs f42fac5566 Use command line for initial directory selection.
Remove useless hwndParent variable.
2005-11-17 11:05:35 +00:00
Martin Fuchs 62dbe21168 - remove <tchar.h> and <wchar.h> header usage by switching to WIN32
API string manipulation functions as far as possible
- switch to UNICODE compilaton
- remove launch_fileA() and tcscpyn
- don't crash in set_curdir() for NULL in the 'entry' pointer
2005-07-07 12:00:17 +00:00
Martin Fuchs b43a69c617 - Sync with ReactOS repository, re-indent and remove tabs in resource
scripts and header files.
- Add #ifdef __WINE__ for the Wine About dialog.
2005-06-20 11:45:39 +00:00
Martin Fuchs bd5f6e2a40 Move __WINE__ ifdef directive. 2005-06-12 11:07:44 +00:00
Mike McCormack 5f409c7d5b Fix more warnings. 2005-06-10 19:32:24 +00:00
Martin Fuchs 4c6ad7ffc5 Sync winefile's header between WINE and ReactOS. 2005-06-05 18:02:05 +00:00
Martin Fuchs 7b1df68929 Bug fixes for _NO_EXTENSIONS mode. 2005-05-23 10:26:47 +00:00
Martin Fuchs 578f9f5a3d Unicodify string constants. 2004-11-22 18:24:09 +00:00
Martin Fuchs e5d414ea38 Immediately refresh child windows after changing the font. 2004-10-07 04:20:04 +00:00
Piotr Caban c25c8cafe1 - added choosing fonts
- added file moving
2004-09-27 20:35:53 +00:00
Martin Fuchs 634c7a49c4 - Handle "." and ".." as special case and move them at the very first
beginning of directory listings.
- Remove unused variable wStringTableOffset.
2004-09-22 19:11:49 +00:00
Martin Fuchs f6fab8c730 Extended winefile for an optional shell namespace mode. 2003-08-13 01:18:37 +00:00
Martin Fuchs 3d8820ea22 - Fixed building unter native WIN32.
- Fixed display of filenames in tree pane.
2002-10-15 02:21:08 +00:00
Alexandre Julliard dd0bdbe44e Removed the __uint* types from basetsd.h since they don't exist under
Windows. Fixed a few other issues with type definitions.
2002-09-12 17:29:12 +00:00
Gerald Pfeifer 41fc7e5d55 Do not #include <malloc.h>, which is non-standard and not needed. 2002-07-16 01:17:21 +00:00
Gregg Mattinson 88773cd403 Removed C++ style comments. 2002-06-28 17:37:34 +00:00
Alexandre Julliard 65a42168e3 Merged Martin Fuchs' file manager (with the help of Steven Edwards). 2002-06-04 21:29:40 +00:00