Commit Graph

94 Commits (9bda1cf991e162e300b3ac126f1a4e9bbe5435cd)

Author SHA1 Message Date
Allen Webster 9bda1cf991 Setup default load path for files 2020-11-23 22:27:33 -08:00
Allen Webster 0eecb215ef Cleanup audio system; put mixer in custom layer; hooks in win32 layer 2020-11-23 19:32:35 -08:00
Allen Webster 4f31b9d5aa Stop audio API; switch to float based mixer 2020-11-23 17:45:04 -08:00
Allen Webster a9a1931e34 Hack in new audio system contributed by casey; win32 only for now 2020-11-23 13:46:01 -08:00
Allen Webster fe8acba488 [dynamic bindings] fixing bugs; got it working 2020-10-22 19:36:17 -07:00
Allen Webster 8915bcceba [variables] added new 4coder variables system 2020-10-22 14:57:28 -07:00
Allen Webster 05027b9ef0 [code index] put notes into a hash table 2020-10-18 17:44:01 -07:00
Allen Webster 1eaac285d9 point stack - jump to definition - fusion 2020-05-10 08:00:50 -07:00
Allen Webster 4ae8883d4c Arbitrary text rotation in immediate mode text draw 2020-05-09 09:55:01 -07:00
Allen Webster c4e47935d4 Undo fade out 2020-05-03 08:00:28 -07:00
Allen Webster 33933da218 Upgrade to view change buffer hook; quick_swap_buffer 2020-05-03 06:40:07 -07:00
Allen Webster 7c1931ebb0 View change buffer hook 2020-05-03 06:24:39 -07:00
Allen Webster 5b8d22a766 Pass the buffer edit hook the old_cursor_range 2020-05-01 21:44:52 -07:00
Allen Webster 88af8b02fb A few visual style options in config.4coder 2020-05-01 21:21:14 -07:00
Allen Webster 3c77835e6f Okay back to the old text stuff for now :( Let's fix scroll feel by multiplying in the screen scale factor? Why not right? 2020-05-01 18:31:28 -07:00
Allen Webster 8b0e54c89b enable_output_wrapping config option 2020-05-01 14:04:57 -07:00
Allen Webster 886c70100d Simplify fade range code; make it update with buffer edits 2020-05-01 12:28:36 -07:00
Allen Webster 63bfed7ab1 Quick fix for thread handle leak; project parse crash bug fix 2020-05-01 07:38:57 -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 bc2b834f3b Whole screen render hook 2020-03-03 17:37:55 -08:00
Allen Webster 1cf579902f Reorganization in the custom layer to make independent custom layers easier to build 2020-02-15 12:33:18 -08:00
Allen Webster 2a255b8ad9 Fix intricate async token reading; clean all lines overworking 2020-02-09 02:22:35 -08:00
Allen Webster f53f840f28 Misc work on things 2020-02-08 18:03:54 -08:00
Allen Webster d05a3f6a0d Show whitespace 2020-02-07 17:37:10 -08:00
Allen Webster 06aec5df47 Lots of issues updated 2020-02-07 16:50:35 -08:00
Allen Webster a1f82f094b Lots of miscellaneous issues today 2020-02-05 21:44:03 -08:00
Allen Webster 4a8febcdde Fade ranges added to default rendering rules; fixed crash on bad font path 2020-01-15 10:14:17 -08:00
Allen Webster d143a0e6d5 Fix indent on save bug 2020-01-09 18:12:20 -08:00
Allen Webster 13ee76effe Added hard exit API; fixed exit menus 2020-01-02 14:37:01 -08:00
Allen Webster d28a1d6aba Fixed theme config 2019-12-22 20:50:54 -08:00
Allen Webster 4817510c5d Final type fixups; package and build stuff straightened out 2019-12-17 19:38:08 -08:00
Allen Webster 27a2a45f59 Cleaning up this and that; types; startup hook; null pointer crashes on the doc command 2019-12-17 16:19:03 -08:00
Allen Webster c9a01fbe0e Basics of the entire code index in place for jump to definition 2019-12-13 16:20:59 -08:00
Allen Webster 79e9cfcf96 Command reverse lookup 2019-12-03 11:35:41 -08:00
Allen Webster dbb2671bd0 New color scheme system up and running with dynamic meta-allocated-ids, arrays of colors in each slot, and full custom layer control 2019-11-25 22:09:31 -08:00
Allen Webster f1ddbc2cc8 Added metaprogram for custom ids to make them much easier to declare and integrate 2019-11-24 15:13:51 -08:00
Allen Webster 89850a106e Removed the very problemsome thing with intersecting layout rectangles in the clip region 2019-11-12 19:38:17 -08:00
Allen Webster c4664e8ed5 Upgraded virtual whitespace layout 2019-11-10 18:51:37 -08:00
Allen Webster b5e3812014 HMS demo mostly ready 2019-11-10 14:56:03 -08:00
Allen Webster cbb707fc27 Fixed a bug in the panel split; setup for tutorial 2019-11-07 20:58:13 -08:00
Allen Webster 9bfcdc66a8 Removing the redundant call next variable and replacing it with enqueueing custom functions on views! 2019-11-06 17:40:15 -08:00
Allen Webster 2834583b98 Sending commands to views working; open in other working 2019-11-06 17:36:30 -08:00
Allen Webster 580239c003 Virtual whitespace flashing fixed by edit chain in tick callback 2019-11-04 22:25:19 -08:00
Allen Webster 09acacd3cf Rough version of virtual whitespace up and running 2019-10-31 20:46:53 -07:00
Allen Webster 46241c4450 Initial code indexer up and running; more time with global frame mutex free; bugs with layout function selection fixed 2019-10-31 14:42:11 -07:00
Allen Webster 8e3cc45e38 Sketch up of the parser 2019-10-31 11:42:30 -07:00
Allen Webster a831f55444 Cleanup and experiments with line layout 2019-10-31 10:05:38 -07:00
Allen Webster 8a11860fc3 Basics of programmable layout working 2019-10-30 16:27:37 -07:00
Allen Webster 2ba875a474 Word wrapping works! 2019-10-30 11:26:18 -07:00
Allen Webster 187f91084a Initial sloppy setup for customizable line layout 2019-10-28 21:27:20 -07:00