- 07 Oct, 2019 1 commit
-
-
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)
-
- 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 1 commit
-
-
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
-