4coder
 
 
 
 
 
 
Go to file
Casey Muratori bc6fa9d9f2 Clipboard, Process, and Cliprect Changes
- Added clipboard change hook
- Added Process_State query for getting the state of exec_system_command operations, retrieved via Get_Process_State
- Added intersection_of and union_of for i32_Rect and f32_Rect
- Fixed what I believe is a bug in the clipboard number updating in the win32 layer (it didn't used to record the new number correctly)
- Added screen_space_to_view_space for Vec2 and f32_Rect
- Made Draw_String return the ending point, as we decided
- Added Draw_Clip_Push and Draw_Clip_Pop
- Changed the behavior of Render_Push_Clip_Sig to allow input clipping rectangles to be anything, and they are simply intersected with the parent rectangle, rather than asserted to not go outside.
-
2019-03-15 01:38:28 -07:00
4coder_API Clipboard, Process, and Cliprect Changes 2019-03-15 01:38:28 -07:00
4coder_generated
4coder_lib Key event buffer overflow crash fixed; switched draw_string over to Vec2 and returning the distance measured in deltas 2019-02-24 14:54:57 -08:00
languages Full token type disambiguation of keywords 2019-02-04 17:06:48 -08:00
manual
meta Line numbers 2019-02-27 13:14:25 -08:00
opengl 4coder Jamm 2 2019-02-25 15:42:13 -08:00
platform_all 4coder Jamm 1 2019-02-23 23:22:16 -08:00
platform_linux
platform_mac Removing all inlines 2019-01-31 05:06:42 -08:00
platform_unix
platform_win32 Clipboard, Process, and Cliprect Changes 2019-03-15 01:38:28 -07:00
site File Attributes thingy, command line file crash investigated 2019-02-13 15:15:22 -08:00
string Margins, moved file bar, moved query bars 2019-02-26 21:49:35 -08:00
test_input_scripts
themes Fix wombat, fix config problem 2018-10-07 14:50:17 -07:00
windows_scripts
.gitignore
4coder_api_transition_30_31.cpp
4coder_auto_indent.cpp
4coder_auto_indent.h
4coder_base_commands.cpp
4coder_base_types.cpp
4coder_base_types.h
4coder_buffer_seek_constructors.cpp
4coder_build_commands.cpp
4coder_build_commands.h
4coder_casey_classic.cpp
4coder_clipboard.cpp
4coder_combined_write_commands.cpp
4coder_combined_write_commands.h
4coder_config.cpp
4coder_config.h
4coder_config_grammar.txt Cleanup and bug fixes 2018-10-05 18:42:56 -07:00
4coder_default_bindings.cpp
4coder_default_framework.cpp
4coder_default_framework.h
4coder_default_framework_variables.cpp
4coder_default_hooks.cpp
4coder_default_include.cpp
4coder_experiments.cpp
4coder_fancy.cpp
4coder_fancy.h
4coder_file.h
4coder_font_helper.cpp
4coder_function_list.cpp
4coder_function_list.h
4coder_helper.cpp
4coder_helper.h
4coder_insertion.cpp
4coder_jump_direct.cpp
4coder_jump_lister.cpp
4coder_jump_lister.h
4coder_jump_sticky.cpp
4coder_jump_sticky.h
4coder_jumping.cpp
4coder_lists.cpp
4coder_metadata_generator.cpp
4coder_miblo_numbers.cpp
4coder_mirror.cpp
4coder_mirror.h
4coder_os_comp_cracking.h
4coder_project_commands.cpp
4coder_project_commands.h
4coder_remapping_commands.cpp
4coder_scope_commands.cpp
4coder_scope_commands.h
4coder_search.cpp
4coder_search.h
4coder_seek.cpp
4coder_seek.h
4coder_system_command.cpp
4coder_ui_helper.cpp
4coder_ui_helper.h
4ed.cpp
4ed.h
4ed_api_implementation.cpp
4ed_app_models.h
4ed_app_target.cpp
4ed_buffer.cpp
4ed_buffer.h
4ed_buffer_model.h
4ed_cli.cpp
4ed_cli.h
4ed_code_wrap.cpp
4ed_code_wrap.h
4ed_command.cpp
4ed_command.h
4ed_cursor_codes.h
4ed_defines.h
4ed_dynamic_variables.cpp
4ed_dynamic_variables.h
4ed_edit.cpp
4ed_edit.h
4ed_file.cpp
4ed_file.h
4ed_file_lex.cpp
4ed_file_track.h
4ed_file_track_general.cpp
4ed_font.cpp
4ed_font.h
4ed_font_provider_freetype.cpp
4ed_font_provider_freetype.h
4ed_gui.cpp
4ed_gui.h
4ed_hash_functions.cpp
4ed_history.cpp
4ed_history.h
4ed_hot_directory.cpp
4ed_hot_directory.h
4ed_layout.cpp
4ed_layout.h
4ed_log.h
4ed_mem.cpp
4ed_memory_bank.cpp
4ed_memory_bank.h
4ed_parse_context.cpp
4ed_parse_context.h
4ed_ptr_check.cpp
4ed_ptr_check.h
4ed_render_format.cpp
4ed_render_format.h
4ed_render_target.cpp
4ed_render_target.h 4coder Jamm 2 2019-02-25 15:42:13 -08:00
4ed_system.h
4ed_translation.cpp
4ed_translation.h
4ed_view.cpp
4ed_view.h
4ed_view_ui.cpp
4ed_working_set.cpp
4ed_working_set.h
LICENSE.txt License fix 2018-10-06 12:12:06 -07:00
README.txt Cleanup and bug fixes 2018-10-05 18:42:56 -07:00
build.bat
build.sh
build_config_parser_generator.bat Moved meta generation for config system into the 4coder code base, and added refernce lists to generated operations 2018-05-30 13:27:47 -07:00
build_metadata.bat
build_metadata.sh Fix wombat, fix config problem 2018-10-07 14:50:17 -07:00
build_optimized.bat
build_site.bat
build_site.sh
build_string.bat
build_string.sh DS_Store BE GONE 2017-07-10 09:49:45 -04:00
build_x86.sh easy to call 32 bit build script for linux-i386 2017-11-12 15:54:46 -05:00
buildsuper_x64.bat
buildsuper_x64.sh
buildsuper_x86.bat
buildsuper_x86.sh
changes.txt Changes updated, list all functions all buffers bound 2018-12-18 17:25:30 -08:00
detect_os.sh
itchio_push_all.bat
itchio_push_all.sh
package.bat
package.sh
project.4coder
release-config.4coder
todo.txt Changes updated, list all functions all buffers bound 2018-12-18 17:25:30 -08:00
zip.bat

README.txt

Thank you for contributing to the 4coder project!

To submit bug reports or to request particular features email:
editor@4coder.net

Watch the 4coder.handmade.network blog and @AllenWebster4th twitter for news about 4coder progress.

For documentation, feature lists, and usage tutorial videos go to:
4coder.com