Commit Graph

2067 Commits (63bfed7ab1f230962a0308d950ebf442167e09c3)

Author SHA1 Message Date
Allen Webster 63bfed7ab1 Quick fix for thread handle leak; project parse crash bug fix 2020-05-01 07:38:57 -07:00
Allen Webster 5561704e2e Notepad-like mode crash bug fixes 2020-05-01 06:52:22 -07:00
Allen Webster 2d1d69e2c9 Line number performance fix 2020-05-01 06:31:44 -07:00
Allen Webster 2051b73cb2 Merge branch 'master' into linux-update 2020-05-01 05:38:49 -07:00
Allen Webster f7799bcbd7 changes.txt 2020-05-01 05:29:29 -07:00
Allen Webster b53df35fcb Changed some stuff before, don't know what; fixed mac flags 2020-05-01 05:26:22 -07:00
Yuval Dolev 7ed42ab516 Updated the macOS platform layer's keycode lookup table to supper the new keycodes. 2020-03-14 01:16:54 +02:00
Alex Baines f6a1d64a2f seems to fix xwayland xkb issues
https://github.com/4coder-editor/4coder/issues/200
2020-03-13 23:03:43 +00:00
Allen Webster ca9f1d8f1c Arena fixup and Date_Time implementation for Linux 2020-03-12 21:26:46 -07:00
Allen Webster eb298a6fdc Mac fixup of arenas; implementation of Date_Time 2020-03-12 21:17:43 -07:00
Allen Webster 9aba7ab19f More scratch fixes 2020-03-11 20:59:44 -07:00
Allen Webster 6089c87b20 Fix an important scratch bug 2020-03-11 20:35:52 -07:00
Allen Webster 73fdc838f1 New better arena management 2020-03-11 16:22:37 -07:00
Allen Webster 7b77702492 Merge whatevs 2020-03-11 03:34:35 -07:00
Allen Webster 4f2e59ff77 Merge branch 'master' of https://bitbucket.org/4coder/4coder 2020-03-11 03:34:07 -07:00
Allen Webster 8849f6ce8c Date_Time type; formatting function for Date_Time; System API for getting Date_Time UTC, and converting UTC to local time; Implementation in Windows 2020-03-11 03:33:54 -07:00
Allen Webster c15a79b84b Merge branch 'master' of https://bitbucket.org/4coder/4coder 2020-03-11 00:37:32 -07:00
Allen Webster 48da9e3c64 Fix critical bug with core mouse modifiers; better behavior for binding lookup, strict matches first, then first loose match 2020-03-11 00:23:46 -07:00
Allen Webster 8a44be4a56 Merge branch 'master' of https://bitbucket.org/4coder/4coder 2020-03-10 23:09:47 -07:00
Allen Webster ea460749a5 Linux push scripts fix (again?) 2020-03-10 15:03:41 -07:00
Allen Webster 016983c54f Merge branch 'master' of https://bitbucket.org/4coder/4coder 2020-03-10 14:44:44 -07:00
Allen Webster 7387be0a22 Linux push script 2020-03-10 14:44:39 -07:00
Allen Webster 47b6cc7c42 Merge branch 'master' of https://bitbucket.org/4coder/4coder 2020-03-10 14:31:58 -07:00
Allen Webster f9ac444a2c Fix problem in windows build script 2020-03-10 14:27:30 -07:00
Allen Webster 6f4bd5515b Version number 4.1.4 2020-03-10 14:19:23 -07:00
Allen Webster a806b23b31 Changes updated 4.1.4 ready to ship 2020-03-10 10:26:59 -07:00
Allen Webster 5583f564e2 Merge branch 'master' of https://bitbucket.org/4coder/4coder 2020-03-09 22:46:45 -07:00
Allen Webster 430060d902 Something happening in package-x86-linux 2020-03-09 22:46:38 -07:00
Allen Webster 8b2281e093 Bindings only do strict-matching now so ordering is less important and less confusing 2020-03-09 21:05:45 -07:00
Allen Webster d72636138d Normal count type in Color_Table 2020-03-07 14:54:52 -08:00
Allen Webster be3895b90f Not sure what I changed 2020-03-07 14:53:33 -08:00
Alex Baines 8f1c989024 linux new keycodes 2020-03-07 15:09:36 +00:00
Alex Baines 712b8a5896 Merge remote-tracking branch 'origin/master' into linux-update 2020-03-07 15:08:57 +00:00
Allen Webster 61b3341743 Added win32 keycodes for numpad and extension 2020-03-03 23:43:20 -08:00
Allen Webster 6749053db0 Fix clipboard to work when catch all is set to false 2020-03-03 22:57:21 -08:00
Allen Webster 7933ec6bc9 New keycodes; linux one time code execution; close file handle in save function 2020-03-03 18:44:25 -08:00
Allen Webster bc2b834f3b Whole screen render hook 2020-03-03 17:37:55 -08:00
Allen Webster 0a29e6df6a More robust footer panel manipulator functions 2020-03-03 16:57:40 -08:00
Allen Webster e1698bd28a Fix compilation on windows 2020-03-03 12:25:04 -08:00
Allen Webster 956b70c097 Split itchio push script for 32-bit 2020-03-01 17:47:58 -08:00
Allen Webster 344ed6c913 Explicit package control - easier to manage 32-bit linux this way 2020-03-01 17:37:13 -08:00
Allen Webster f2de0c71c3 Buckle up. 2020-03-01 15:46:44 -08:00
Allen Webster 45a10bf124 Working on 32-bit linux setup 2020-03-01 15:42:55 -08:00
Allen Webster 3a27541ceb Cleaning up package script output 2020-03-01 13:29:32 -08:00
Allen Webster 2ee9d05bd2 New examples code 2020-02-29 22:34:38 -08:00
Allen Webster e231293acf Checking global map in isearch and query_user_general so that basic global commands still work in that context 2020-02-29 17:21:37 -08:00
Allen Webster b0bbd3e2e3 Fix lister state overwriting problem with call-stack managed lister stack 2020-02-29 15:38:38 -08:00
Allen Webster 6d24fa6f29 Use mac smooth scroll values 2020-02-29 13:35:52 -08:00
Allen Webster 69d18fd898 Setup 4coder_examples.cpp; got rid of test_double_backspace 2020-02-28 17:36:36 -08:00
Allen Webster 2b4fa0cc59 Merge 2020-02-28 13:54:01 -08:00