4coder/custom
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
..
bin 4coder build scripts working on Linux x64 2019-12-13 17:00:55 -08:00
generated Cleaning up this and that; types; startup hook; null pointer crashes on the doc command 2019-12-17 16:19:03 -08:00
languages Polish on virtual whitespace layout 2019-11-03 13:22:10 -08:00
lexer_generator lexer with breaks 2019-10-21 22:53:47 -07:00
4coder_app_links_allocator.cpp Starting to reorganize build scripts 2019-10-01 14:07:39 -07:00
4coder_async_tasks.cpp 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
4coder_async_tasks.h 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
4coder_auto_indent.cpp Polish on virtual whitespace layout 2019-11-03 13:22:10 -08:00
4coder_auto_indent.h FILE TRANSFER; almost have new input events up and running, needs a few more blocks 2019-10-10 11:21:47 -07:00
4coder_base_commands.cpp Cleaning up this and that; types; startup hook; null pointer crashes on the doc command 2019-12-17 16:19:03 -08:00
4coder_base_types.cpp Cleaning up this and that; types; startup hook; null pointer crashes on the doc command 2019-12-17 16:19:03 -08:00
4coder_base_types.h Cleaning up this and that; types; startup hook; null pointer crashes on the doc command 2019-12-17 16:19:03 -08:00
4coder_buffer_seek_constructors.cpp Starting to reorganize build scripts 2019-10-01 14:07:39 -07:00
4coder_build_commands.cpp All obvious memory leaks fixed - except when profiler is enabled - need to set it to default disabled and fix the inspect ui to still work 2019-11-21 21:37:11 -08:00
4coder_build_commands.h Starting to reorganize build scripts 2019-10-01 14:07:39 -07:00
4coder_cli_command.cpp Fix scroll/cursor linking (need more generic version though); cleanup access system; remove some unecessary enum types 2019-10-17 19:54:02 -07:00
4coder_clipboard.cpp 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
4coder_code_index.cpp Extra room in the API for eventually having mixed-font layouts 2019-12-16 17:52:20 -08:00
4coder_code_index.h Basics of the entire code index in place for jump to definition 2019-12-13 16:20:59 -08:00
4coder_code_index_listers.cpp Basics of the entire code index in place for jump to definition 2019-12-13 16:20:59 -08:00
4coder_codepoint_map.cpp Initial sloppy setup for customizable line layout 2019-10-28 21:27:20 -07:00
4coder_combined_write_commands.cpp Built in docs running 2019-12-12 16:03:21 -08:00
4coder_combined_write_commands.h Starting to reorganize build scripts 2019-10-01 14:07:39 -07:00
4coder_command_map.cpp Partial setup for binding documentations 2019-12-17 00:11:31 -08:00
4coder_command_map.h Partial setup for binding documentations 2019-12-17 00:11:31 -08:00
4coder_config.cpp 4coder build scripts working on Linux x64 2019-12-13 17:00:55 -08:00
4coder_config.h Command reverse lookup 2019-12-03 11:35:41 -08:00
4coder_config_grammar.txt Starting to reorganize build scripts 2019-10-01 14:07:39 -07:00
4coder_custom.cpp New mapping system looking decent 2019-10-10 15:57:02 -07:00
4coder_default_bindings.cpp Partial setup for binding documentations 2019-12-17 00:11:31 -08:00
4coder_default_colors.cpp Command reverse lookup 2019-12-03 11:35:41 -08:00
4coder_default_colors.h Command reverse lookup 2019-12-03 11:35:41 -08:00
4coder_default_framework.cpp Lots of documentation written 2019-12-07 18:53:01 -08:00
4coder_default_framework.h Virtual whitespace flashing fixed by edit chain in tick callback 2019-11-04 22:25:19 -08:00
4coder_default_framework_variables.cpp Command reverse lookup 2019-12-03 11:35:41 -08:00
4coder_default_hooks.cpp Cleaning up this and that; types; startup hook; null pointer crashes on the doc command 2019-12-17 16:19:03 -08:00
4coder_default_include.cpp Partial setup for binding documentations 2019-12-17 00:11:31 -08:00
4coder_default_map.cpp Partial setup for binding documentations 2019-12-17 00:11:31 -08:00
4coder_delta_rule.cpp Super cool new scrolling contexts applicable to buffers and UIs; cubic scroll!!! 2019-10-14 20:26:00 -07:00
4coder_delta_rule.h Super cool new scrolling contexts applicable to buffers and UIs; cubic scroll!!! 2019-10-14 20:26:00 -07:00
4coder_doc_commands.cpp 4.1.0 day 1 site ship 2019-12-17 13:03:15 -08:00
4coder_doc_content_types.cpp Partial setup for binding documentations 2019-12-17 00:11:31 -08:00
4coder_doc_content_types.h Site render up and running 2019-12-12 21:02:40 -08:00
4coder_docs.cpp Cleaning up this and that; types; startup hook; null pointer crashes on the doc command 2019-12-17 16:19:03 -08:00
4coder_draw.cpp Cleaning up this and that; types; startup hook; null pointer crashes on the doc command 2019-12-17 16:19:03 -08:00
4coder_draw.h 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
4coder_eol.cpp Last minute hms fixes (#1) 2019-11-15 15:33:14 -08:00
4coder_events.cpp First pass for keyboard macros 2019-11-22 14:09:52 -08:00
4coder_events.h keyboard macro fixups 2019-11-22 17:40:07 -08:00
4coder_fancy.cpp 4coder build scripts working on Linux x64 2019-12-13 17:00:55 -08:00
4coder_file.cpp API parser 2019-10-03 16:00:31 -07:00
4coder_file.h 4coder build scripts working on Linux x64 2019-12-13 17:00:55 -08:00
4coder_file_moving.h 4coder build scripts working on Linux x64 2019-12-13 17:00:55 -08:00
4coder_font_helper.cpp All obvious memory leaks fixed - except when profiler is enabled - need to set it to default disabled and fix the inspect ui to still work 2019-11-21 21:37:11 -08:00
4coder_function_list.cpp TIghtene dup the listers a lot a lot more 2019-10-25 16:33:50 -07:00
4coder_function_list.h Starting to reorganize build scripts 2019-10-01 14:07:39 -07:00
4coder_hash_functions.cpp Starting to reorganize build scripts 2019-10-01 14:07:39 -07:00
4coder_helper.cpp Progress on type documentation 2019-12-15 22:56:13 -08:00
4coder_helper.h View context blocks; async chains 2019-10-28 18:28:44 -07:00
4coder_insertion.cpp Built in docs running 2019-12-12 16:03:21 -08:00
4coder_insertion.h Starting to reorganize build scripts 2019-10-01 14:07:39 -07:00
4coder_jump_lister.cpp TIghtene dup the listers a lot a lot more 2019-10-25 16:33:50 -07:00
4coder_jump_lister.h TIghtene dup the listers a lot a lot more 2019-10-25 16:33:50 -07:00
4coder_jump_sticky.cpp Mostly good async lexing works now 2019-10-22 00:15:49 -07:00
4coder_jump_sticky.h Starting to reorganize build scripts 2019-10-01 14:07:39 -07:00
4coder_jumping.cpp Code index types 2019-12-13 15:36:28 -08:00
4coder_jumping.h Starting to reorganize build scripts 2019-10-01 14:07:39 -07:00
4coder_keyboard_macro.cpp keyboard macro fixups 2019-11-22 17:40:07 -08:00
4coder_layout.cpp 4coder build scripts working on Linux x64 2019-12-13 17:00:55 -08:00
4coder_layout_rule.cpp Extra room in the API for eventually having mixed-font layouts 2019-12-16 17:52:20 -08:00
4coder_layout_rule.h Upgraded virtual whitespace layout 2019-11-10 18:51:37 -08:00
4coder_lister_base.cpp 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
4coder_lister_base.h TIghtene dup the listers a lot a lot more 2019-10-25 16:33:50 -07:00
4coder_lists.cpp Progress on type documentation 2019-12-15 22:56:13 -08:00
4coder_log.cpp Fully transitioned to the new system api linkage 2019-10-03 10:57:44 -07:00
4coder_log_parser.cpp Cleaning up this and that; types; startup hook; null pointer crashes on the doc command 2019-12-17 16:19:03 -08:00
4coder_log_parser.h Starting to reorganize build scripts 2019-10-01 14:07:39 -07:00
4coder_malloc_allocator.cpp All obvious memory leaks fixed - except when profiler is enabled - need to set it to default disabled and fix the inspect ui to still work 2019-11-21 21:37:11 -08:00
4coder_metadata_generator.cpp Added metaprogram for custom ids to make them much easier to declare and integrate 2019-11-24 15:13:51 -08:00
4coder_miblo_numbers.cpp Fix scroll/cursor linking (need more generic version though); cleanup access system; remove some unecessary enum types 2019-10-17 19:54:02 -07:00
4coder_profile.cpp Finished documentation, beginning to organize to acquire doc content at run time 2019-12-10 10:46:12 -08:00
4coder_profile.h Progress on batch edit optimizations; core profiling 2019-10-26 13:48:50 -07:00
4coder_profile_inspect.cpp 4coder build scripts working on Linux x64 2019-12-13 17:00:55 -08:00
4coder_profile_inspect.h All obvious memory leaks fixed - except when profiler is enabled - need to set it to default disabled and fix the inspect ui to still work 2019-11-21 21:37:11 -08:00
4coder_profile_static_disable.cpp Progress on batch edit optimizations; core profiling 2019-10-26 13:48:50 -07:00
4coder_profile_static_enable.cpp Progress on batch edit optimizations; core profiling 2019-10-26 13:48:50 -07:00
4coder_project_commands.cpp Cleaning up this and that; types; startup hook; null pointer crashes on the doc command 2019-12-17 16:19:03 -08:00
4coder_project_commands.h TIghtene dup the listers a lot a lot more 2019-10-25 16:33:50 -07:00
4coder_scope_commands.cpp TIghtene dup the listers a lot a lot more 2019-10-25 16:33:50 -07:00
4coder_scope_commands.h Finished rendering cleanup; option to have file bars in listers or not 2019-10-15 21:54:40 -07:00
4coder_search.cpp 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
4coder_search.h Drop down menu word complete 2019-10-27 21:20:30 -07:00
4coder_string_match.cpp Layout with cool parantheses thing working 2019-11-04 05:37:45 -08:00
4coder_string_match.h Starting to reorganize build scripts 2019-10-01 14:07:39 -07:00
4coder_stringf.cpp 4coder build scripts working on Linux x64 2019-12-13 17:00:55 -08:00
4coder_system_allocator.cpp All obvious memory leaks fixed - except when profiler is enabled - need to set it to default disabled and fix the inspect ui to still work 2019-11-21 21:37:11 -08:00
4coder_system_helpers.cpp All obvious memory leaks fixed - except when profiler is enabled - need to set it to default disabled and fix the inspect ui to still work 2019-11-21 21:37:11 -08:00
4coder_system_types.h All obvious memory leaks fixed - except when profiler is enabled - need to set it to default disabled and fix the inspect ui to still work 2019-11-21 21:37:11 -08:00
4coder_table.cpp All obvious memory leaks fixed - except when profiler is enabled - need to set it to default disabled and fix the inspect ui to still work 2019-11-21 21:37:11 -08:00
4coder_table.h Starting to reorganize build scripts 2019-10-01 14:07:39 -07:00
4coder_token.cpp fixed the issues with the async lexer (i think) 2019-10-23 18:54:12 -07:00
4coder_token.h Upgraded virtual whitespace layout 2019-11-10 18:51:37 -08:00
4coder_tutorial.cpp 4coder build scripts working on Linux x64 2019-12-13 17:00:55 -08:00
4coder_tutorial.h HMS Demo code fully ready 2019-11-14 18:36:31 -08:00
4coder_types.h Partial setup for binding documentations 2019-12-17 00:11:31 -08:00
4coder_version.h Finished reorganizing everything for the shift into exposing system api right into the custom layer 2019-10-07 18:42:23 -07:00