Zhiyi Zhang
e45d51fdda
winefile: Set size before calling RegQueryValueExW().
...
The value in size may be invalid if previous RegQueryValueExW() calls failed.
Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-10-20 11:22:30 +02:00
Alexandre Julliard
50af5c8337
winefile: Explicitly mark qsort() callback funtions cdecl.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-06 07:13:53 -05:00
Alexandre Julliard
9c6f2e2d88
winefile: Build with msvcrt.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-02 11:08:17 +02:00
Alexandre Julliard
dff5a02546
winefile: Get rid of the Unix filesystem support.
...
We already have a unixfs shell folder.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-02 11:08:17 +02:00
Michael Stefaniuc
d9c99ac44c
winefile: Remove useless cast to self.
...
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-03-09 02:10:22 +01:00
Michael Stefaniuc
1066283874
winefile: Use the ARRAY_SIZE() macro.
...
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-07-13 19:10:01 +02:00
Huw Davies
2b8a38169b
winefile: Initialize length before calling GetWindowPlacement().
...
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-10-30 21:30:45 +01: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
Lauri Kenttä
a3547a1359
winefile: Clarify header width calculations.
...
Signed-off-by: Lauri Kenttä <lauri.kentta@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-05-31 11:32:29 +09:00
Lauri Kenttä
c1ab903f22
winefile: Fix horizontal scrolling.
...
Signed-off-by: Lauri Kenttä <lauri.kentta@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-05-31 11:32:23 +09:00
Michael Stefaniuc
887b445bb8
winefile: Use SetRectEmpty() instead of open coding it.
...
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-03-08 21:29:47 +09:00
Jared Smudde
4b4288f869
winefile: Set MDI child icon.
...
Signed-off-by: Jared Smudde <computerwhiz02@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-01-06 18:12:35 +01:00
Jared Smudde
6a9b4d1667
winefile: Use own icon in run dialog.
...
Signed-off-by: Jared Smudde <computerwhiz02@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-12-30 08:14:04 +01:00
Bruno Jesus
a9c00c66d0
winefile: Allow paths with spaces.
2014-12-15 13:38:21 +01:00
Frédéric Delanoy
8d8a4c103a
winefile: Constify some character strings.
2013-12-20 10:51:06 +01:00
Frédéric Delanoy
5ba7f79bad
Assorted spelling fixes.
2013-12-03 19:41:53 +01:00
Frédéric Delanoy
0b977adc67
winefile: Use BOOL type where appropriate.
2013-10-17 10:45:49 +02:00
Gerald Pfeifer
f039251991
winefile: Remove redundant check in format_bytes().
2013-10-16 11:41:21 +02:00
Alexandre Julliard
2f7a7caa92
winefile: Don't offer vertical fonts in the font dialog.
2013-06-25 18:12:11 +02:00
Alexandre Julliard
f07ff7f981
winefile: Avoid abbreviations in column names.
2013-06-18 12:57:44 +02:00
Alexandre Julliard
c0e85b9fe6
winefile: Pass a value instead of a pointer to avoid type mismatch warnings.
2013-03-13 16:27:50 +01:00
Marcus Meissner
8af406fb00
winefile: Check index before buffer overread (Coverity).
2012-10-15 13:31:04 +02:00
Michael Stefaniuc
f6cd3e874b
winefile: Avoid a TRUE:FALSE conditional expression.
2012-08-15 12:13:07 +02: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
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