- 20 May, 2019 1 commit
-
-
Gargaj authored
-
- 18 May, 2019 2 commits
-
-
mathieu _alkama_ m authored
Also remove retina option. It makes no sense since it messes all the scintilla mouse selection and doesnt mirror the resolution selection (by nature). Fake supporting HiDpi for a better window UI appearance in windowed mode.
-
Cameron Armstrong (Nightfox) authored
-
- 24 Apr, 2019 1 commit
-
-
mathieu _alkama_ m authored
Also fixes the problem with VS2019 in Release mode by replacing ZeroMemory with SecureZeroMemory
-
- 23 Apr, 2019 1 commit
-
-
mathieu _alkama_ m authored
-
- 09 Oct, 2018 3 commits
-
-
mathieu _alkama_ m authored
* Keep the mac app bundle name clean Let linux and windows binaries be lowercase as they seem to prefer * Remove CMake module path We haven’t use that since when we needed to find SDL2. * Mac: Remove declaration without implementation * Avoid redefining macros * Fix misc compiler warnings
-
Gargaj authored
-
Gargaj authored
-
- 08 Oct, 2018 1 commit
-
-
linkmauve authored
* Install a .desktop and an icon on Unix This has been tested on GNOME Shell 3.30.0. * Rename the binary to lowercase
-
- 05 Oct, 2018 1 commit
-
-
Chris White authored
For those of us without Visual Studio on at least one development machine :) . - CMakeLists: use WIN32 instead of MSVC except for MSVC-specific switches - src/platform_w32_common/SetupDialog.cpp: stdio.h for _snprintf()
-
- 22 May, 2018 1 commit
-
-
Cameron Armstrong (Nightfox) authored
* Added TouchBar support for MacBook Pro * [macOS] Optionalize use of touchbar There is a new CMake flag named BONZOMATIC_TOUCHBAR (default ON) to activate or deactivate TouchBar support. * Add a runtime check to see if the TouchBar API is available. If it's not, do not attempt to create a TouchBar. * Updated Travis CI to use Xcode 9.3 for its build
-
- 20 May, 2018 1 commit
-
-
Gargaj authored
-
- 09 Apr, 2018 2 commits
-
-
mathieu _alkama_ m authored
Exemple of generated version: 1.0.20180409
-
mathieu _alkama_ m authored
Cherry pick the CMake warning fix used for future version of GLFW so that the CI stops complaining.
-
- 06 Mar, 2018 1 commit
-
-
Tammo 'kb' Hinrichs authored
* NDI: Update to NDISDK 3 - use BGRX instead of BGRA (less bitrate) - warning fixes * NDI: Env variable check, fixed lib dependendy, fixed whitespace
-
- 10 Feb, 2018 1 commit
-
-
22459 authored
* Add install functionality for 'linux' * RPATH modification should have also been wrapped in a 'linux' conditional. * Wrap all the things. * AND not OR
-
- 15 Jul, 2017 2 commits
-
-
mathieu _alkama_ m authored
-
mathieu _alkama_ m authored
-
- 20 May, 2017 1 commit
-
-
rgiot authored
-
- 16 May, 2017 1 commit
-
-
rgiot authored
* Change Linux font path if required * Make the font paht choice at run (and not compilation) * Fix (I hope so) win64 construction * Downgrade c++ version * Seems that all C++ version are unable to convert string to char *... * Use a C-like file existence check and remove uneeded #ifndef * Still a blind tentative to compile on windows
-
- 08 Apr, 2017 1 commit
-
-
Gargaj authored
also fix bug in cmake that was somehow syntactically correct (hurr)
-
- 01 Dec, 2016 1 commit
-
-
Gargaj authored
-
- 30 Nov, 2016 1 commit
-
-
Gargaj authored
-
- 02 Aug, 2016 1 commit
-
-
Gargaj authored
-
- 09 Jun, 2016 2 commits
- 07 Jun, 2016 2 commits
-
-
mathieu _alkama_ m authored
-
mathieu _alkama_ m authored
This eases building since GLFW is embedded and compiled along Bonzomatic with minimal dependancies.
-
- 06 Jun, 2016 1 commit
-
-
mathieu _alkama_ m authored
-
- 02 Jun, 2016 1 commit
-
-
Gargaj authored
-
- 01 Jun, 2016 2 commits
- 31 May, 2016 8 commits
-
-
Gargaj authored
-
Gargaj authored
-
Gargaj authored
-
mathieu _alkama_ m authored
-
mathieu _alkama_ m authored
-
mathieu _alkama_ m authored
-
mathieu _alkama_ m authored
-
mathieu _alkama_ m authored
- Change file structure to separate code from data and 3rdparty binaries. - Move from make and VS solutions to cmake build system.
-