.. |
bin
|
Fix another readlink in for mac buildsuper script
|
2020-01-21 13:24:42 -08:00 |
generated
|
Lexer generator logic problem, leaving emit ptr in wrong location after output chunk ends
|
2020-02-01 18:30:23 -08:00 |
languages
|
Only compute line indentation info at necessary points in the auto-indent routine
|
2020-01-11 15:45:28 -08:00 |
lexer_generator
|
Lexer generator logic problem, leaving emit ptr in wrong location after output chunk ends
|
2020-02-01 18:30:23 -08:00 |
4coder_app_links_allocator.cpp
|
Final type fixups; package and build stuff straightened out
|
2019-12-17 19:38:08 -08: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
|
Fixed paren-statement interaction in indentation logic
|
2020-01-11 17:20:40 -08:00 |
4coder_auto_indent.h
|
Optimizing auto-indent scanning logic
|
2020-01-11 16:27:34 -08:00 |
4coder_base_commands.cpp
|
optimized and improved implementation of clean_all_lines
|
2020-02-01 18:20:55 -08:00 |
4coder_base_types.cpp
|
Fix drive letter problem; add unkillable setting
|
2020-01-26 18:27:38 -08:00 |
4coder_base_types.h
|
Trying to debug weird allocator crash bug; switching to windows
|
2020-01-19 12:00:58 -08:00 |
4coder_buffer_seek_constructors.cpp
|
Starting to reorganize build scripts
|
2019-10-01 14:07:39 -07:00 |
4coder_build_commands.cpp
|
Put all OSes on the same command execution rule in build commands
|
2020-01-30 21:13:11 -08:00 |
4coder_build_commands.h
|
Starting to reorganize build scripts
|
2019-10-01 14:07:39 -07:00 |
4coder_cli_command.cpp
|
Added hard exit API; fixed exit menus
|
2020-01-02 14:37:01 -08:00 |
4coder_clipboard.cpp
|
Fix paste crash when view is not editable
|
2020-01-26 19:36:02 -08:00 |
4coder_code_index.cpp
|
More correct indentation reading, reducing over-working on auto-indentation and removing layout jumping around
|
2020-02-01 17:37:44 -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
|
Added clang compiler support. The macOS platform now uses clang instead of gcc as its compiler.
|
2019-12-24 02:46:58 +02:00 |
4coder_command_map.h
|
Partial setup for binding documentations
|
2019-12-17 00:11:31 -08:00 |
4coder_config.cpp
|
Fixed double declaration of scratch
|
2020-01-31 13:23:40 -08:00 |
4coder_config.h
|
Bindings favorable to mac keyboard now working
|
2020-01-19 13:30:28 -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
|
Rearranging some of the binding files
|
2020-01-21 14:13:13 -08:00 |
4coder_default_colors.cpp
|
Updated built in color theme to match theme-4coder.4coder version
|
2020-01-26 21:28:49 -08:00 |
4coder_default_colors.h
|
Command reverse lookup
|
2019-12-03 11:35:41 -08:00 |
4coder_default_framework.cpp
|
Updated initial message, readme, and changes
|
2020-01-20 23:59:51 -08:00 |
4coder_default_framework.h
|
Rearranging some of the binding files
|
2020-01-21 14:13:13 -08:00 |
4coder_default_framework_variables.cpp
|
Fade ranges added to default rendering rules; fixed crash on bad font path
|
2020-01-15 10:14:17 -08:00 |
4coder_default_hooks.cpp
|
Fade ranges added to default rendering rules; fixed crash on bad font path
|
2020-01-15 10:14:17 -08:00 |
4coder_default_include.cpp
|
Rearranging some of the binding files
|
2020-01-21 14:13:13 -08:00 |
4coder_default_map.cpp
|
Partial setup for binding documentations
|
2019-12-17 00:11:31 -08:00 |
4coder_delta_rule.cpp
|
Final type fixups; package and build stuff straightened out
|
2019-12-17 19:38:08 -08: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
|
Site update
|
2020-01-22 14:01:42 -08:00 |
4coder_doc_content_types.cpp
|
Added checker for missing documentation,
|
2020-01-02 16:00:34 -08:00 |
4coder_doc_content_types.h
|
Final type fixups; package and build stuff straightened out
|
2019-12-17 19:38:08 -08:00 |
4coder_docs.cpp
|
Fix crash when escaping command_documentation
|
2020-01-15 10:16:13 -08:00 |
4coder_draw.cpp
|
Better highlighting in listers, panel margin color fix
|
2020-01-26 19:32:54 -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
|
Final type fixups; package and build stuff straightened out
|
2019-12-17 19:38:08 -08:00 |
4coder_events.h
|
keyboard macro fixups
|
2019-11-22 17:40:07 -08:00 |
4coder_fancy.cpp
|
Added a hack to fix DeadLock problem regrading the system_memory_annotation function. Also started working on fixing the performance issues that I discovered in the graphics renderer on retina displays (for now I changed to FCoder_View to be layer backed which is faster for rendering animations, this seems to improve performance by a little margin but rendering on high dpi displays is not closed to being smooth yet...).
|
2020-01-14 03:22:29 +02:00 |
4coder_file.cpp
|
Final type fixups; package and build stuff straightened out
|
2019-12-17 19:38:08 -08:00 |
4coder_file.h
|
Final type fixups; package and build stuff straightened out
|
2019-12-17 19:38:08 -08:00 |
4coder_file_moving.h
|
folder copy fixup in mac package script
|
2020-01-20 23:22:26 -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
|
Updated theme files; jump lister for function lists fixed
|
2019-12-23 09:15:18 -08:00 |
4coder_function_list.h
|
Starting to reorganize build scripts
|
2019-10-01 14:07:39 -07:00 |
4coder_hash_functions.cpp
|
Final type fixups; package and build stuff straightened out
|
2019-12-17 19:38:08 -08:00 |
4coder_helper.cpp
|
More correct indentation reading, reducing over-working on auto-indentation and removing layout jumping around
|
2020-02-01 17:37:44 -08:00 |
4coder_helper.h
|
View context blocks; async chains
|
2019-10-28 18:28:44 -07:00 |
4coder_insertion.cpp
|
Fixed theme config
|
2019-12-22 20:50:54 -08:00 |
4coder_insertion.h
|
Starting to reorganize build scripts
|
2019-10-01 14:07:39 -07:00 |
4coder_jump_lister.cpp
|
Updated theme files; jump lister for function lists fixed
|
2019-12-23 09:15:18 -08: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
|
Sticky jump crash fixed
|
2020-01-14 15:38:29 -08:00 |
4coder_jump_sticky.h
|
Starting to reorganize build scripts
|
2019-10-01 14:07:39 -07:00 |
4coder_jumping.cpp
|
Final type fixups; package and build stuff straightened out
|
2019-12-17 19:38:08 -08:00 |
4coder_jumping.h
|
Starting to reorganize build scripts
|
2019-10-01 14:07:39 -07:00 |
4coder_keyboard_macro.cpp
|
Updated theme files; jump lister for function lists fixed
|
2019-12-23 09:15:18 -08:00 |
4coder_layout.cpp
|
Finished API extension for padded layout rectangles giving more reliable xy navigation commands
|
2019-12-26 21:20:19 -08:00 |
4coder_layout_rule.cpp
|
Finished API extension for padded layout rectangles giving more reliable xy navigation commands
|
2019-12-26 21:20:19 -08:00 |
4coder_layout_rule.h
|
Upgraded virtual whitespace layout
|
2019-11-10 18:51:37 -08:00 |
4coder_lister_base.cpp
|
Better highlighting in listers, panel margin color fix
|
2020-01-26 19:32:54 -08:00 |
4coder_lister_base.h
|
Create folders from interactive_open_or_new
|
2020-01-14 15:35:14 -08:00 |
4coder_lists.cpp
|
Fix drive letter problem; add unkillable setting
|
2020-01-26 18:27:38 -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
|
Better highlighting in listers, panel margin color fix
|
2020-01-26 19:32:54 -08:00 |
4coder_log_parser.h
|
Starting to reorganize build scripts
|
2019-10-01 14:07:39 -07:00 |
4coder_mac_map.cpp
|
Alternate set mark binding
|
2020-01-21 13:35:40 -08:00 |
4coder_malloc_allocator.cpp
|
Build system is now working for macOS.
|
2019-12-22 23:43:36 +02: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
|
Final type fixups; package and build stuff straightened out
|
2019-12-17 19:38:08 -08: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
|
Final type fixups; package and build stuff straightened out
|
2019-12-17 19:38:08 -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
|
Final type fixups; package and build stuff straightened out
|
2019-12-17 19:38:08 -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
|
Various fixes from the issues list
|
2020-01-23 13:39:47 -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
|
Final type fixups; package and build stuff straightened out
|
2019-12-17 19:38:08 -08:00 |
4coder_system_allocator.cpp
|
Final type fixups; package and build stuff straightened out
|
2019-12-17 19:38:08 -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
|
Final type fixups; package and build stuff straightened out
|
2019-12-17 19:38:08 -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
|
Final type fixups; package and build stuff straightened out
|
2019-12-17 19:38:08 -08:00 |
4coder_token.h
|
Upgraded virtual whitespace layout
|
2019-11-10 18:51:37 -08:00 |
4coder_tutorial.cpp
|
Better highlighting in listers, panel margin color fix
|
2020-01-26 19:32:54 -08:00 |
4coder_tutorial.h
|
HMS Demo code fully ready
|
2019-11-14 18:36:31 -08:00 |
4coder_types.h
|
Fix drive letter problem; add unkillable setting
|
2020-01-26 18:27:38 -08:00 |
4coder_version.h
|
4.1.2
|
2020-01-20 09:29:32 -08:00 |