- 28 Apr, 2020 1 commit
-
-
Gargaj authored
also update miniaudio to v0.10.4
-
- 25 Apr, 2020 2 commits
-
-
CHEpachilo authored
* Update Renderer.cpp * Tabulation edits All double spaces in defaultShader replaced with "\t". * Tabulation edits All double spaces in defaultShader replaced with "\t"
-
Gargaj authored
-
- 23 Apr, 2020 1 commit
-
-
Gargaj authored
-
- 14 Apr, 2020 2 commits
-
-
PoroCYon authored
* Update README.md: add libasound2-dev as dependency on Linux * Update README.md: add libasound2-dev in the Linux section comment as well
-
Hamid Nazari authored
-
- 06 Mar, 2020 1 commit
-
-
mathieu _alkama_ m authored
Also handles: - background color override for characters (it will only appear behind characters) - selection background color override
-
- 11 Feb, 2020 1 commit
-
-
Gargaj authored
-
- 21 Nov, 2019 1 commit
-
-
Cate Acher authored
Links added for Windows build help section.
-
- 19 Nov, 2019 1 commit
-
-
Gargaj authored
-
- 10 Nov, 2019 2 commits
-
-
mathieu _alkama_ m authored
Fixes crashes on clipboard handling. Also dont paste when there's nothing to paste.
-
PoroCYon authored
-
- 07 Nov, 2019 1 commit
-
-
mathieu _alkama_ m authored
-
- 07 Oct, 2019 2 commits
-
-
Ivan Avdeev authored
* fix incorrect use of invalid attributes * add ALSA midi support * add alsa midi enumeration * add better alsa midi error handling * add libasound2-dev dependency to travis-CI Building Bonzomatic without ALSA is not very useful. Virtually every desktop setup has ALSA, and it is required for sound/FFT input anyway. Miniaudio sidesteps this build dependency issue because it links with libasound dynamically.
-
Tomas Heran authored
-
- 05 Aug, 2019 1 commit
-
-
Gargaj authored
-
- 28 Jul, 2019 1 commit
-
-
Gargaj authored
-
- 25 Jun, 2019 1 commit
-
-
Gargaj authored
-
- 24 May, 2019 1 commit
-
-
Gargaj authored
-
- 20 May, 2019 4 commits
-
-
Gargaj authored
-
Gargaj authored
-
mathieu _alkama_ m authored
-
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
-
- 15 May, 2019 1 commit
-
-
Gargaj authored
-
- 08 May, 2019 1 commit
-
-
Gargaj authored
-
- 07 May, 2019 1 commit
-
-
Dmitry Teplov authored
Change http to https in README.md where possible.
-
- 05 May, 2019 4 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)
-