- 17 Mar, 2019 1 commit
-
-
mathieu _alkama_ m authored
* Smart indentation support Indentation support can be set to `smart` (default), `preserve` or `none` in the `gui` section of the config file. Readme file has been updated accordingly. Heavily based on SciTe official implementation. * Make linux flavour use c++11 * Fix the wrong ident and make code more readable * Rewrite in c++98, name config key “autoIndent”
-
- 10 Mar, 2019 1 commit
-
-
mathieu _alkama_ m authored
* Fix Touchbar Make the touchbar use the standard keyEventBuffer of the Renderer directly instead of trying some hazardous sending of keys to the process. * Fix the Readme Accessibility is not required anymore, but Microphone is.
-
- 09 Mar, 2019 1 commit
-
-
mathieu _alkama_ m authored
Whitespaces do not count as empty here, so if a previous line contains whitespaces it will be taken into account and indentation will be set to that.
-
- 23 Nov, 2018 2 commits
- 22 Nov, 2018 2 commits
-
-
Gargaj authored
-
Krzysztof Jankowski authored
* Ubuntu missing fonts (fixed path) * detailed instruction on building on linux * fixed truetype fonts paths for linux + bring back TTF paths
-
- 14 Nov, 2018 1 commit
-
-
Gargaj authored
-
- 01 Nov, 2018 1 commit
-
-
Cameron Armstrong (Nightfox) authored
-
- 30 Oct, 2018 1 commit
-
-
Cameron Armstrong (Nightfox) authored
-
- 26 Oct, 2018 1 commit
-
-
Chris White authored
-
- 21 Oct, 2018 1 commit
-
-
Gargaj authored
-
- 12 Oct, 2018 1 commit
-
-
Gargaj authored
-
- 09 Oct, 2018 5 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
-
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 2 commits
-
-
Chris White authored
- Add a few missing constants - Don't take the address of a temporary
-
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()
-
- 07 Aug, 2018 1 commit
-
-
Marco Foco authored
* More const correctness * Converted "map.insert(make_pair(a,b))" pattern into "map[a] = b". * removed some warnings (e.g. double->float conversions and sign mismatch)
-
- 08 Jun, 2018 1 commit
-
-
Cameron Armstrong (Nightfox) authored
-
- 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 2 commits
- 23 Apr, 2018 1 commit
-
-
Gargaj authored
-
- 22 Apr, 2018 2 commits
- 20 Apr, 2018 1 commit
-
-
Gargaj authored
-
- 15 Apr, 2018 4 commits
-
-
Gargaj authored
-
Gargaj authored
-
Gargaj authored
-
mathieu _alkama_ m authored
-
- 09 Apr, 2018 4 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.
-
mathieu _alkama_ m authored
-
mathieu _alkama_ m authored
-
- 05 Apr, 2018 1 commit
-
-
PoroCYon authored
* Print an error if OpenGL 4.1 isn't supported (cf #56) * fix typo
-
- 01 Apr, 2018 1 commit
-
-
Per Weijnitz authored
-