- Jan 03, 2023
-
-
svornost authored
Be a bit stricter about the encoding used for slot saves to avoid slot corruption with certain high-unicode characters, such as
.
-
- Sep 25, 2022
-
-
shiro authored
If XDG_CURRENT_DESKTOP isn't set, getenv returns a `nullptr`. Constructing a `std::string` from `nullptr` will throw an exception. This prevents a crash when not using a DE, but zenity or kdialog is installed regardless (also fixes a typo where the fallthrough attribute wasn't applied to anything due to a missing semicolon)
-
- Nov 24, 2021
-
-
ezsh authored
CEF requires C++11 and thus removed the OVERRIDE macro, requires using nullptr instead of NULL. Version 95 removed some settings: https://bitbucket.org/chromiumembedded/cef/issues/2820/remove-cefbrowsersettings
-
- Nov 22, 2021
-
-
ezsh authored
CEF requires C++11 and thus removed the OVERRIDE macro, requires using nullptr instead of NULL. Version 95 removed some settings: https://bitbucket.org/chromiumembedded/cef/issues/2820/remove-cefbrowsersettings
-
- Jun 23, 2021
- Apr 17, 2021
-
-
- Mar 20, 2021
-
-
svornost authored
CefExecuteProcess needs the app pointer otherwise initialization in multi-process mode doesn't work correctly
-
ezsh authored
-
ezsh authored
where possible (everywhere except Windows) replace copying game file with symlinking, on Linux do the same to CEF libraries. Remove bundled CEF modules, leave only FindCEF for CEF_ROOT var handling. TRy to find system CEF module first.
-
ezsh authored
Consolidate the general, platform-agnostic part of the main()/WinMain() in static FCHost::main() function to avoid code duplication.
-
ezsh authored
Linux handlers and main() were copied from the cefsimple test app, persistent storage implementation rewritten using cstdio and std::filesystem to make it cross-platform.
-
- Mar 16, 2021
-
-
svornost authored
Resync build scripts with Chromium 89 and target VS2019 instead of VS2015 so we can use C++17 std::filesystem.
-
- Nov 23, 2020
- Apr 22, 2020
-
-
svornost authored
Hack a Javascript color picker into FC when it's loaded from FCHost, since we don't have a native one.
-
- Apr 21, 2020
-
-
svornost authored
Current versions of CEF no longer support CefFrame::LoadString, so switch to a data-URI scheme instead
-
- Mar 31, 2020
-
-
klorpa authored
-
- Mar 05, 2020
- Oct 06, 2019
-
-
klorpa authored
-
- Aug 18, 2019
-
-
klorpa authored
-
- Aug 16, 2019
-
-
klorpa authored
-
- Aug 07, 2019
- Aug 06, 2019
- Aug 05, 2019
-
-
svornost authored
-