Commit Graph

329 Commits

Author SHA1 Message Date
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 088a787a2c makefiles: Make -mno-cygwin the default.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-20 22:45:48 +02:00
Zhiyi Zhang 838e7bcd1b winefile: Add system DPI awareness settings to the application manifest.
Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-08 08:54:54 +02:00
Zhiyi Zhang 7abfec4473 winefile: Enable visual styles.
Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-06-11 10:53:39 +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
Alexandre Julliard d84de4ca00 makefiles: Support specifying installed files in the top-level makefile.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-11-27 14:48:04 +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
Alexandre Julliard d5f316bf0a makefiles: Disable binary installation in the individual makefiles on Wow64.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-02-22 14:16:33 +01:00
Austin English 6def373884 winefile: Move WineHQ URLs to https.
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-12-01 10:06:22 +01: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
Alexandre Julliard 17ac5ba7f9 makefiles: Specify whether to install program binaries in the individual makefiles.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-30 14:58:50 +09:00
Francois Gouget 7f977e5d2f winefile: Remove an unneeded NONAMELESSUNION directive. 2015-04-03 11:22:18 +09:00
Bruno Jesus a9c00c66d0 winefile: Allow paths with spaces. 2014-12-15 13:38:21 +01:00
Alexandre Julliard 86b1f94d28 makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
Frédéric Delanoy 8d8a4c103a winefile: Constify some character strings. 2013-12-20 10:51:06 +01:00
Alexandre Julliard 4f3d71cef3 makefiles: Get rid of the no longer used PO_SRCS variables. 2013-12-15 10:23:04 +01:00
Frédéric Delanoy 5ba7f79bad Assorted spelling fixes. 2013-12-03 19:41:53 +01:00
André Hentschel ca58cea0a5 winefile: Use defines instead of numbers. 2013-11-28 11:17:22 +01:00
Alexandre Julliard e2df0ab856 makefiles: Generate rules from makedep for building and installing man pages. 2013-11-18 11:40:00 +01:00
Alexandre Julliard 5756ee09f3 makefiles: Add makedep pragmas for rc files that contain translations. 2013-11-05 20:38:19 +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 dcc97a186d Standardize the BUGS, AVAILABILITY and SEE ALSO sections across all man pages. 2013-07-16 20:48:05 +02:00
Frédéric Delanoy aab5e4d2c6 winefile: Fix manpage formatting. 2013-07-16 20:45:04 +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 e8cc9c69a4 winefile: Add a 256x256 icon. 2013-03-27 20:12:28 +01: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
Francois Gouget 951f143b26 winefile: Tweak the spelling of a menu. 2012-08-16 11:03:48 +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 b97b7082bf winefile: Resize controls for translations. 2012-03-26 18:15:38 +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
Alexandre Julliard 90acb68425 winefile: Get rid of the exit accelerator.
All window managers already have a key shortcut for that.
2012-01-30 20:42:06 +01:00
Alexandre Julliard fe021a44d6 winefile: Add message contexts for accelerators that can be translated. 2012-01-24 20:39:50 +01:00
Alexandre Julliard da35622b83 makefiles: Disable use of Unicode macros globally for all the programs. 2012-01-20 13:14:16 +01:00
Francois Gouget b3b1c584e1 winefile: Fix the group box labels to follow the Windows GUI guidelines,.
Use sentence capitalization for group box labels.
Don't assign access keys to group box labels.
2011-12-29 16:30:38 +01:00
Alexandre Julliard 0185c471ec winefile: Merge accelerators into the main resource file. 2011-12-19 20:15:53 +01:00
Frédéric Delanoy f38e0be5ea winefile: Avoid uninitialized field in SYSTEMTIME structure (Coverity). 2011-11-25 16:22:12 +01:00