rom-properties/src
David Korth bf7429ed29 [win32] RP_ExtractImage: Fix an issue with directory thumbnailing for unsupported directories.
RP_ExtractImage::Load() needs to return E_FAIL, not S_OK, if the directory
is unsupported. Otherwise, Windows will show a regular directory icon,
without thumbnailing the directory's contents.

Fixes #427: No Thumbnails after install
Reported by @Conan179.
2024-11-12 22:21:43 -05:00
..
amiibo-data [librpsecure] Whitelist statx() to fix amiiboc on armhf on Ubuntu 24.04 and later. 2024-11-12 21:08:03 -05:00
dbus [dbus] Disable unnecessary functions in interfaces in order to reduce the size of the generated wrapper code. 2023-07-04 15:34:18 -04:00
gtk [librpsecure] Whitelist statx() to fix amiiboc on armhf on Ubuntu 24.04 and later. 2024-11-12 21:08:03 -05:00
kde FIXME: Some tests are failing on Launchpad on armhf/arm64. 2024-11-10 21:59:15 -05:00
libcachecommon Use C++ casts instead of C casts where possible. 2024-10-30 00:56:39 -04:00
libi18n A few simple fixes for Windows ANSI builds. 2024-09-12 19:18:20 -04:00
libromdata FIXME: Some tests are failing on Launchpad on armhf/arm64. 2024-11-10 21:59:15 -05:00
librpbase [librpsecure] Whitelist statx() to fix amiiboc on armhf on Ubuntu 24.04 and later. 2024-11-12 21:08:03 -05:00
librpbyteswap [librpbyteswap/tests] ByteswapTest: Reset the aligned memory buffer to an 8-byte buffer, not 0-byte. 2024-11-10 16:48:16 -05:00
librpcpuid More changes for Emscripten. 2024-03-16 00:06:44 -04:00
librpfile [librpfile] CMakeLists.txt: Explicitly link to libwin32common / libunixcommon. 2024-11-10 16:26:01 -05:00
librpsecure [librpsecure] Whitelist statx() to fix amiiboc on armhf on Ubuntu 24.04 and later. 2024-11-12 21:08:03 -05:00
librptext Use C++ casts instead of C casts where possible. 2024-10-30 00:56:39 -04:00
librptexture Convert some more C arrays to std::array<>. 2024-10-30 02:21:57 -04:00
librpthreads Increase minimum CMake version to 3.5; move CMP0048/CMP0063 settings to the top-level CMakeLists.txt file. 2024-02-20 19:18:19 -05:00
libunixcommon [libunixcommon] dll-search.c, check_xdg_desktop_name(): Fix fallback if KDE_SESSION_VERSION is not set. 2024-10-01 20:38:42 -04:00
libwin32common In C++ code: Switch from stdint.h and stdlib.h to cstdint and cstdlib. 2024-09-28 11:24:47 -04:00
libwin32darkmode [libwin32darkmode] DarkMode.cpp: Convert MyOpenThemeData from a lambda function to a static function. 2024-11-10 20:36:01 -05:00
libwin32ui Use C++ namespace includes for e.g. signal.h and stdint.h in more places. 2024-10-01 21:16:34 -04:00
res Optimize most PNG images using oxipng. (-Z -omax) 2024-07-04 11:44:07 -04:00
rp-download [librpsecure] Whitelist statx() to fix amiiboc on armhf on Ubuntu 24.04 and later. 2024-11-12 21:08:03 -05:00
rp-stub [librpsecure] Whitelist statx() to fix amiiboc on armhf on Ubuntu 24.04 and later. 2024-11-12 21:08:03 -05:00
rpcli [librpsecure] Whitelist statx() to fix amiiboc on armhf on Ubuntu 24.04 and later. 2024-11-12 21:08:03 -05:00
svrplus [svrplus] *.rc: Print the REGSVR32 unknown exit code in hex instead of decimal. 2024-09-27 03:12:02 -04:00
win32 [win32] RP_ExtractImage: Fix an issue with directory thumbnailing for unsupported directories. 2024-11-12 22:21:43 -05:00
.clang-format [src] .clang-format: Mark SIGNAL() and SLOT() as whitespace-sensitive macros. 2024-10-11 21:22:36 -04:00
.clang-tidy [src] .clang-tidy: Updated .clang-tidy file with more rules. 2024-10-30 02:22:01 -04:00
aligned_malloc.h Fix some more clang-tidy warnings. 2023-10-17 18:32:32 -04:00
c99-compat.msvcrt.h [src] c99-compat.msvcrt.h: Add extra parentheses to macro parameters. 2023-08-27 12:56:49 -04:00
clang-format.sh [src] clang-format.sh: Add *.hh for span.hh. 2023-07-09 20:24:32 -04:00
CMakeLists.txt More changes for Emscripten. 2024-03-16 00:06:44 -04:00
common.h [src] common.h: Add NOLINT(cppcoreguidelines-pro-type-static-cast-downcast) to RP_D()/RP_Q(). 2024-10-03 14:56:34 -04:00
compiler-compat.h Removed the c++-11-compat headers. 2023-08-27 12:32:17 -04:00
config.libc.h.in Removed the c++-11-compat headers. 2023-08-27 12:32:17 -04:00
config.version.h.in Remove include guards from .h.in and use #pragma once instead. 2023-07-29 17:22:27 -04:00
ctypex.h Apply some more clang-format fixes to various .h files. 2023-07-29 17:29:02 -04:00
d_type.h Apply a ton of clang-format changes, especially for class definitions. 2023-10-31 21:46:03 -04:00
dll-macros.h Some more clang-format fixes, mostly in win32/. 2023-07-03 01:03:02 -04:00
dlopen-notes.h Add dlopen() notes for the GTK UI frontends. 2024-09-08 10:35:54 -04:00
force_inline.h Apply a subset of the clang-format changes. 2023-07-02 00:12:38 -04:00
git.h Apply some clang-format changes to amiibo-data/, gtk/, kde/, and git.h. 2024-09-26 21:52:28 -04:00
resource.common.inc.h Some more clang-format fixes, mostly in win32/. 2023-07-03 01:03:02 -04:00
span.hh [src] span.hh: Disable as_bytes() and as_writable_bytes() on MSVC 2017 and earlier. 2023-11-09 00:52:11 -05:00
stdboolx.h.in Apply a ton of clang-format changes, especially for class definitions. 2023-10-31 21:46:03 -04:00
tcharx.h [libromdata] AmiiboData: Add a way to override the amiibo-data.bin filename. 2023-10-01 14:50:05 -04:00
time_r.h RpWin32_sdk.h, time_r.h: Minor fixes for MinGW-w64 3.1.0. (Ubuntu 14.04) 2023-06-24 18:58:08 -04:00
uvector.h Replace ao::uvector<> with std::vector<> with a custom allocator. 2023-09-16 23:50:43 -04:00