Commit Graph

205 Commits (master)

Author SHA1 Message Date
Yuval Dolev 42f06f0eec Added clang compiler support. The macOS platform now uses clang instead of gcc as its compiler. 2019-12-24 02:46:58 +02:00
Yuval Dolev 921a68e765 Created separate build files for macOS. 2019-12-24 01:22:56 +02:00
Yuval Dolev 67dfd06149 Started working on macOS platform layer. 2019-12-23 02:39:44 +02:00
Allen Webster 4817510c5d Final type fixups; package and build stuff straightened out 2019-12-17 19:38:08 -08:00
Allen Webster 0e51ffa80d New mapping system looking decent 2019-10-10 15:57:02 -07:00
Allen Webster aa565395e2 FILE TRANSFER; almost have new input events up and running, needs a few more blocks 2019-10-10 11:21:47 -07:00
Allen Webster 3f72512332 Partially finished rewriting events (STILL BROKEN, FILE TRANSFER) 2019-10-09 17:07:38 -07:00
Allen Webster c0c536651e Cleaning up obsolete file track stuff 2019-10-01 14:11:25 -07:00
Allen Webster 55d064cf61 In Progress: working on the new opengl back end and font rasterizer 2019-07-21 11:16:34 -07:00
Allen Webster 71ce96e5a4 Removing OS level directory cd implementations 2019-06-01 17:47:14 -07:00
Allen Webster 2ef8f361d7 Merge non-sense, who knows, here goes 2019-06-01 16:58:28 -07:00
Allen Webster 93fe0e1472 Removing all inlines 2019-01-31 05:06:42 -08:00
Allen Webster 11c12e8b92 Modifiers on mouse events (mac) 2018-12-17 14:21:39 -08:00
Allen Webster ed1e702474 mac file track fix 2018-12-15 02:30:44 -08:00
Allen Webster 769ee14388 updated windows file track implementation 2018-12-15 01:10:42 -08:00
Allen Webster 276b51d229 Merge branch 'master' of https://bitbucket.org/4coder/4coder 2018-12-14 14:23:44 -08:00
Allen Webster 9c0a871545 Breaking down file change listening nonsense 2018-12-14 14:23:23 -08:00
Allen Webster 1e7f0019f5 Fixed mac build 2018-12-13 09:14:32 -08:00
Allen Webster 89516d827b Push string/push string copy in string library 2018-11-27 20:36:09 -08:00
Allen Webster c3ef63934f API files renamed 2018-11-27 10:07:07 -08:00
Allen Webster 58b50c39a7 Moved and renamed style tag list. 2018-11-27 09:59:14 -08:00
Allen Webster 59d70950d6 Removed keycodes from 4ed_metagen.cpp 2018-11-22 10:34:11 -08:00
Allen Webster 1d5621f5b6 Cleaned up input, replaced all {0} with {} 2018-11-20 00:18:54 -08:00
Allen Webster 89be77f903 Updated various mac things 2018-10-06 08:49:13 -07:00
Allen Webster 9e3e7519d0 Lister wrappers and fixed option lists 2018-08-05 00:09:18 -07:00
Allen Webster cb9b9f6160 Removed 4coder_helper folder from 4ed_build.cpp 2018-05-10 01:18:54 -07:00
Allen Webster c3aac5663d 4.0.26 mac fix 2018-05-06 21:44:03 -07:00
Allen Webster 17704c6036 Fixed several bugs, setup regression tests, working on organizing code for aggressive cleanup 2018-03-24 03:06:45 -07:00
Allen Webster 199d6d8f80 Got input recording up and running 2018-03-09 18:06:55 -08:00
Allen Webster ce5039d0ca simulated input testing mostly done 2018-03-02 23:46:44 -08:00
Allen Webster 29e3df9df6 Mac symlink problem fixed, *search* bs thingy fixed 2017-12-02 13:04:56 -05:00
Allen Webster 451a6fd8a4 Mac symbolic link problem fixed 2017-12-01 14:36:03 -05:00
Allen Webster 6cdaa02312 Got window title changing working robustly ish 2017-11-30 14:02:37 -05:00
Allen Webster a1c79c5313 Some of the work is done on getting the window title thing working 2017-11-30 11:50:39 -05:00
Allen Webster f00812a511 System level set_tite call, Mac set_title implementation, system level set_title test 2017-11-30 10:44:08 -05:00
Allen Webster aa74d71e0e Mac crash on error box after core is loaded 2017-11-28 14:19:08 -05:00
Allen Webster 53184771ad Fix for make on Windows, Fix for -D flag 2017-11-28 14:11:44 -05:00
Allen Webster 117e61c91f Mac clipboard watching bug fixed 2017-11-27 14:14:58 -05:00
Allen Webster ede9083e71 Big pastes on Mac 2017-11-27 12:14:59 -05:00
Allen Webster 291bfa2e32 Fixed font pixels, added delete file command 2017-11-21 14:48:04 -05:00
Allen Webster 9d54e76590 Fixed crash with temp on linux and mac 2017-11-20 21:28:46 -05:00
Allen Webster a85ddda2a7 Mac Italics and Bold 2017-11-20 15:05:14 -05:00
Allen Webster 16c002fe7c Font italics and bold working on Windows 2017-11-20 12:51:02 -05:00
Allen Webster 29b1488057 Fixed UI problems with new font stuff, ready to move on to Italics, Bold, & Underline tomorrow 2017-11-19 22:24:37 -05:00
Allen Webster 12faf0b8c2 Got mac building again 2017-11-19 20:38:07 -05:00
Allen Webster f15c59c621 Lots of progress towards new font face system 2017-11-19 19:47:55 -05:00
Allen Webster ca8d9e2729 Merge branch 'master' of https://bitbucket.org/4coder/4coder 2017-11-18 17:40:22 -05:00
Allen Webster 818e3781df Finished the bindings.html generator (mostly), fixed the windows crash bug (major 2017-11-18 17:40:10 -05:00
Allen Webster ee2263ae1a Removed font enumeration printf on Mac 2017-11-17 19:03:54 -05:00
Allen Webster 15d6ccf27f Mac font enumeration bug fix 2017-11-17 18:09:23 -05:00
Allen Webster 645a6f6c40 Finished the mac font setup 2017-11-17 18:05:58 -05:00
Allen Webster 421e3665db Mac font listing 50% done, switching to build the rest on windows where I can actually get stuff done quickly :/// 2017-11-17 17:53:17 -05:00
Allen Webster 149514dc7c Fix for mac building 2017-11-17 16:26:19 -05:00
Allen Webster c9f905b1f6 Got linux and mac version building again 2017-11-17 15:25:46 -05:00
Allen Webster 54de2b4812 Finished system font listing and loading on windows 2017-11-17 14:22:12 -05:00
Allen Webster 4f3b07168d Working on font cleanup all day all day all day 2017-11-16 18:03:36 -05:00
Allen Webster a9acd4831c Fixed some keyboard problems, going to ditch 4coder-like next 2017-11-15 11:13:36 -05:00
Allen Webster 162ffe828a Experiments with keyboard bindings for Mac alt keys, done and undone I think. get_clock fix for Mac 2017-11-14 23:33:15 -05:00
Allen Webster a56b7575b7 Moved 100% of opengl work to opengl file 2017-11-14 18:37:38 -05:00
Allen Webster eaa5506b47 Mac file watching upgraded to using FSEventStreams 2017-11-14 16:35:17 -05:00
Allen Webster 6bda139de0 m 2017-11-12 14:22:51 -05:00
Allen Webster e3e5826fba n 2017-11-12 14:20:17 -05:00
Allen Webster baf975e60b more testing the mac system error box 2017-11-12 14:19:13 -05:00
Allen Webster a5aee2b470 Testing system error box on mac 2017-11-12 14:18:30 -05:00
Allen Webster 23d07141bd fixed app.step == 0 protection 2017-11-12 14:15:11 -05:00
Allen Webster fa31c3e90d app.step == 0 protection 2017-11-12 14:13:04 -05:00
Allen Webster 2bd82133f0 finished cleaning up the error box behavior 2017-11-12 14:08:07 -05:00
Allen Webster f85b313c74 app.step == 0 protection 2017-11-12 13:52:30 -05:00
Allen Webster 06faf1cab2 Mac error box investigation 2017-11-12 13:47:57 -05:00
Allen Webster 3286519fb0 work on mac package bug 2017-11-11 11:27:04 -05:00
Allen Webster 911023c68f more experiments with mac render target 2017-11-10 20:28:19 -05:00
Allen Webster b4461449d6 Mac target fixing 2017-11-10 20:24:44 -05:00
Allen Webster 161b037d31 Wheel behavior upgrade 2017-11-10 20:21:50 -05:00
Allen Webster 023620d378 fixing linker problem for mac layer 2017-11-10 20:01:03 -05:00
Allen Webster 4a76692826 Rendering improvements and partial cleanup 2017-11-10 19:58:47 -05:00
Allen Webster 539f107250 various build errors on Linux and Mac 2017-11-10 16:21:57 -05:00
Allen Webster e43390a6c0 Super 'by the book' wgl setup 2017-11-10 16:13:02 -05:00
Allen Webster c0bf8966eb cleaning up opengl code 2017-11-10 13:27:39 -05:00
Allen Webster d04dd8879b Multi copy from other applications 2017-11-09 19:47:57 -05:00
Allen Webster 7aa46e8c48 Mac: more key codes, cursor hiding/setting, fullscreen toggling 2017-11-07 23:41:45 -05:00
Allen Webster 5f7de6acaa fixed thread overspinning problem 2017-11-07 20:15:09 -05:00
Allen Webster fccb93ccf9 working on Mac event limitted execution 2017-11-07 19:18:57 -05:00
Allen Webster 772adc67a3 mac layer almost finished 2017-11-07 16:35:26 -05:00
Allen Webster 82882f22f5 MAC init and basic frame update and render working 2017-11-05 00:42:55 -04:00
Allen Webster f3ea38abec lots of mac build progress 2017-11-04 01:07:14 -04:00
Allen Webster 894479bfca mostly wrapped up the mac init function, need to link free type properly, left lots of unimplemented stubs to work on 2017-09-26 11:44:13 -04:00
Allen Webster 80b32ca4ed worked out dialogue box, work queue, stubbed more functions 2017-09-26 11:12:51 -04:00
Allen Webster 670726442b setup to work on mac cli calls 2017-09-10 16:41:30 -04:00
Allen Webster cdccd7d912 zip coroutine functions 2017-09-10 15:14:41 -04:00
Allen Webster fd141031b9 mac clipboard wrapper 2017-09-10 14:40:11 -04:00
Allen Webster 67ab069e5b setting up more mac build stuff 2017-09-10 14:24:26 -04:00
Allen Webster d02f9158d0 setting up Mac to work in the new partially cleaned up platform layer 2017-09-09 19:51:11 -04:00
Allen Webster 2c0e22e7e1 cleaning up lots of build related stuff 2017-07-07 19:54:50 -04:00
Allen Webster 66618ec990 trying to get PATH_MAX 2017-06-30 21:36:51 -04:00
Allen Webster ae2cd40db8 moved file handling into unix file 2017-06-30 18:29:34 -04:00
Allen Webster d901d3e50a put system shared into unix shared 2017-06-30 18:09:18 -04:00
Allen Webster 31c7b29a24 put good headers into mac_4ed.cpp 2017-06-30 17:36:55 -04:00
Allen Webster 745902214d included unix in mac 2017-06-30 17:33:30 -04:00
Allen Webster a291c8c3d1 moving things over to unix file 2017-06-30 17:28:09 -04:00
Allen Webster 1f615a9756 working on linkage problem some more 2017-06-29 21:46:37 -04:00
Allen Webster 3268d1c63d more work on linkage 2017-06-29 21:28:34 -04:00
Allen Webster cd633312dc fixed build errors 2017-06-29 21:26:02 -04:00
Allen Webster 6c0ebe83b1 fix build errors 2017-06-29 21:21:06 -04:00
Allen Webster d652cb46af setup cpp to m linkage correctly 2017-06-29 21:13:20 -04:00
Allen Webster 6237cb00e5 setup platform folders (not on windows) 2017-06-29 20:10:34 -04:00