- 05 May, 2019 3 commits
- 02 May, 2019 1 commit
-
-
Jasmin68k authored
-
- 24 Apr, 2019 4 commits
-
-
Klemens Nanni authored
The type definition of `sptr_t' depends on the compiler and C++ standard being used, see external/scintilla/include/Scintilla.h and Scintilla's upstream commit "Change definition of uptr_t and sptr_t to use standardised types and headers"[0]. On OpenBSD 6.5/amd64, Clang 7.0.1 defaults to C++14, thus `NULL' is defined as `nullptr' so assigning it to `sptr_t' aka. `long' will fail. Fix all callers (to the legacy Scintilla code) by using zero: /WndProc(/s,NULL,0, /glBindBuffer(/s,NULL,0, /glUseProgram(/s,NULL,0, 0: https://github.com/mirror/scintilla/commit/91bbc3c933d663b3bc9f4572cf1ed02d77922fde Signed-off-by:
Gargaj <gargaj@conspiracy.hu>
-
Klemens Nanni authored
Signed-off-by:
Gargaj <gargaj@conspiracy.hu>
-
mathieu _alkama_ m authored
-
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
-
- 13 Apr, 2019 1 commit
-
-
Ivan Avdeev authored
-
- 25 Mar, 2019 1 commit
-
-
Gargaj authored
was copying WCHAR size instead of char (wtf)
-
- 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