- 20 May, 2019 1 commit
-
-
Gargaj authored
-
- 05 May, 2019 1 commit
-
-
Gargaj authored
-
- 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”
-
- 14 Nov, 2018 1 commit
-
-
Gargaj authored
-
- 30 Oct, 2018 1 commit
-
-
Cameron Armstrong (Nightfox) authored
-
- 09 Oct, 2018 2 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
-
- 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)
-
- 20 May, 2018 2 commits
- 22 Apr, 2018 2 commits
- 11 Feb, 2018 1 commit
-
-
PoroCYon authored
-
- 08 Feb, 2018 2 commits
- 16 Jul, 2017 1 commit
-
-
Gargaj authored
-
- 15 Jul, 2017 2 commits
- 02 Jul, 2017 1 commit
-
-
Greger authored
-
- 20 May, 2017 1 commit
-
-
rgiot authored
-
- 18 May, 2017 1 commit
-
-
Gargaj 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
-
- 01 Dec, 2016 1 commit
-
-
Gargaj authored
-
- 30 Nov, 2016 2 commits
- 09 Oct, 2016 1 commit
-
-
cupe authored
-
- 02 Aug, 2016 1 commit
-
-
Gargaj authored
-
- 09 Jun, 2016 4 commits
-
-
Gargaj authored
-
Gargaj authored
-
Gargaj authored
-
mathieu _alkama_ m authored
Fixes #27 The minor drawback is that it doesn't take the horizontal text limit into account when scrolling to the right. One can keep scrolling WAAAAAY after all chars have disappeared to the left.
-
- 31 May, 2016 3 commits
-
-
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.
-
- 28 May, 2016 4 commits
- 24 May, 2016 1 commit
-
-
ferris authored
-
- 09 Apr, 2015 1 commit
-
-
Gargaj authored
-