4coder_API
reordered windows to match linux, trimming down the fullscreen code
2017-07-18 18:09:16 -04:00
4coder_helper
fixed the jump parsing ONCE AND FOR ALL! cleaning up some TODOs
2017-07-17 19:35:13 -04:00
4coder_lib
finished switching over to new system, could probably use a little more cleanup still
2017-07-17 14:12:28 -04:00
4cpp
introduced member query macro to do a better 32 bit fix
2017-06-22 21:42:03 -04:00
languages
new custom keywords booster pack; logging system in windows
2017-06-12 13:40:54 -04:00
meta
lots of mac build progress
2017-11-04 01:07:14 -04:00
platform_all
MAC init and basic frame update and render working
2017-11-05 00:42:55 -04:00
platform_linux
MAC init and basic frame update and render working
2017-11-05 00:42:55 -04:00
platform_mac
MAC init and basic frame update and render working
2017-11-05 00:42:55 -04:00
platform_unix
lots of mac build progress
2017-11-04 01:07:14 -04:00
platform_win32
fixed the win32 ShowCursor failure - have to make sureverything runs on the main thread - coroutines no longer count as the main thread
2017-10-31 13:29:52 -04:00
power
starting to collapse cross platform duplication
2017-07-18 11:50:37 -04:00
site
finished site update, switching over to API cleanup
2017-07-17 16:43:01 -04:00
string
forget what I was doing, looks important
2017-07-18 15:52:41 -04:00
themes
finished fixing up themes, improved the documentation for the site
2017-06-24 12:57:07 -04:00
windows_scripts
adding VS 2015 to vcvarsall finder
2017-07-03 13:33:38 -04:00
.gitignore
DS_Store BE GONE
2017-07-10 09:49:45 -04:00
4coder_auto_indent.cpp
fixed small issues discovered after 4.0.21 release
2017-06-28 11:15:54 -04:00
4coder_base_commands.cpp
stripped config menu and menu menu, added AltGr setting to API
2017-05-14 19:42:16 -04:00
4coder_build_commands.cpp
Got custom and app layers building on Mac
2017-06-26 22:47:00 -04:00
4coder_clipboard.cpp
Revert "Changed the a lot of stuff over to umem"
2017-03-23 15:15:33 -04:00
4coder_default_bindings.cpp
added a few new features
2017-07-11 17:41:25 -04:00
4coder_default_framework.h
reordered windows to match linux, trimming down the fullscreen code
2017-07-18 18:09:16 -04:00
4coder_default_hooks.cpp
setup cpp to m linkage correctly
2017-06-29 21:13:20 -04:00
4coder_default_include.cpp
added a few new features
2017-07-11 17:41:25 -04:00
4coder_function_list.cpp
4.0.19 bug fixes, all features ready to go
2017-04-22 20:53:19 -04:00
4coder_jump_parsing.cpp
lots of progress on 4.0.19
2017-04-15 17:47:23 -04:00
4coder_jumping.h
lots of progress on 4.0.19
2017-04-15 17:47:23 -04:00
4coder_project_commands.cpp
cleaned up arbitrary system command code more
2017-07-17 17:16:29 -04:00
4coder_search.cpp
4.0.19 bug fixes, all features ready to go
2017-04-22 20:53:19 -04:00
4coder_sticky_jump.cpp
Fixed sticky jump bug; working on 32 bit lexer crash
2017-06-16 19:10:50 -04:00
4coder_system_command.cpp
cleaned up arbitrary system command code more
2017-07-17 17:16:29 -04:00
4ed.cpp
almost finished with a generalized coroutine solution
2017-07-19 16:07:50 -04:00
4ed.h
almost finished with a generalized coroutine solution
2017-07-19 16:07:50 -04:00
4ed_api_implementation.cpp
almost finished with a generalized coroutine solution
2017-07-19 16:07:50 -04:00
4ed_app_models.h
almost finished with a generalized coroutine solution
2017-07-19 16:07:50 -04:00
4ed_app_target.cpp
zipped fonts together
2017-07-18 17:19:28 -04:00
4ed_buffer.cpp
cleaned up the windows fullscreen BULLS
2017-07-18 18:34:57 -04:00
4ed_buffer_model.h
Revert "Converting to proper use of umem everywhere (kind of went off on a tanget there :D)"
2017-03-23 15:16:39 -04:00
4ed_cli.cpp
cleaned up the child process updating and CLI list managing
2017-07-17 18:46:56 -04:00
4ed_command.cpp
new utf8 <-> utf16 code
2017-02-17 20:04:41 -05:00
4ed_debug_mem.h
Fixed sticky jump bug; working on 32 bit lexer crash
2017-06-16 19:10:50 -04:00
4ed_defines.h
lots of mac build progress
2017-11-04 01:07:14 -04:00
4ed_doubly_linked_list.cpp
got the parse context system working in 4coder
2017-05-19 19:55:50 -04:00
4ed_file.cpp
got new lexer keywords thing working, built out several example 'languages' began investigating the jump to error situation.
2017-05-20 21:22:20 -04:00
4ed_file_track.h
cleaned up the windows fullscreen BULLS
2017-07-18 18:34:57 -04:00
4ed_file_track_general.cpp
cleaned up the windows fullscreen BULLS
2017-07-18 18:34:57 -04:00
4ed_file_view.cpp
fixed crashes (hoping it's not a merge conflict)
2017-10-31 03:14:24 -04:00
4ed_font_data.h
a few little optimizations to take the edge off, 4.0.18 ready for publishing (barring problems durring test drive session)
2017-03-29 16:50:29 -04:00
4ed_font_interface.h
4.0.18 ~ pre-optimizations
2017-03-29 12:32:06 -04:00
4ed_font_interface_to_os.h
got unicode working in the clipboard, reoganized some old stuff
2017-03-23 19:40:16 -04:00
4ed_font_static_functions.cpp
a few little optimizations to take the edge off, 4.0.18 ready for publishing (barring problems durring test drive session)
2017-03-29 16:50:29 -04:00
4ed_gui.cpp
lots of progress on 4.0.19
2017-04-15 17:47:23 -04:00
4ed_gui.h
got new organization system working on linux
2017-01-23 01:19:43 -05:00
4ed_hot_directory.cpp
Revert "progress converting the platform layer over"
2017-03-23 15:15:05 -04:00
4ed_layout.cpp
Revert "Changed the a lot of stuff over to umem"
2017-03-23 15:15:33 -04:00
4ed_log.h
moved fatal error message as high up as possible
2017-07-18 19:30:02 -04:00
4ed_math.h
Revert "Converting to proper use of umem everywhere (kind of went off on a tanget there :D)"
2017-03-23 15:16:39 -04:00
4ed_mem_ansi.c
got fonts working on Linux
2017-03-19 14:25:12 -04:00
4ed_os_comp_cracking.h
organizing windows file handling, removed profile junk from past
2017-07-18 16:51:44 -04:00
4ed_os_custom_api.h
got new organization system working on linux
2017-01-23 01:19:43 -05:00
4ed_parse_contexts.cpp
got new lexer keywords thing working, built out several example 'languages' began investigating the jump to error situation.
2017-05-20 21:22:20 -04:00
4ed_rendering.h
setup the font interface, complete with an opaque Render_Font; started breaking down the translation interface
2017-03-11 20:20:24 -05:00
4ed_rendering_helper.cpp
worked on the utf8 to utf16 conversions in the file track system
2017-03-18 18:19:51 -04:00
4ed_style.cpp
got the color theme file working, started replacing existing color themes with the new system
2017-06-05 17:48:49 -04:00
4ed_style.h
4.0.19 casey stuff added
2017-04-22 22:11:03 -04:00
4ed_system.h
almost finished with a generalized coroutine solution
2017-07-19 16:07:50 -04:00
4ed_translation.cpp
fixed noncharacter bug
2017-03-25 20:50:29 -04:00
4ed_undo.cpp
Revert "Changed the a lot of stuff over to umem"
2017-03-23 15:15:33 -04:00
4ed_view.cpp
almost finished with a generalized coroutine solution
2017-07-19 16:07:50 -04:00
4ed_working_set.cpp
Revert "Changed the a lot of stuff over to umem"
2017-03-23 15:15:33 -04:00
LICENSE.txt
fixed small issues discovered after 4.0.21 release
2017-06-28 11:15:54 -04:00
README.txt
4.0.21 building and ready on win7, still needs test driving
2017-06-24 09:49:20 -04:00
TODO.txt
finished up the dangling todo items: fixed the click position bug, setup auto-indent-on-save, and finished the project fkey system
2016-12-26 17:49:01 -05:00
build.bat
name fixing, project fixing, temp memory collision fixing
2017-07-09 15:22:57 -04:00
build.sh
name fixing, project fixing, temp memory collision fixing
2017-07-09 15:22:57 -04:00
build_optimized.bat
optimized build option
2017-04-24 11:23:12 -04:00
build_site.bat
cleaning up lots of build related stuff
2017-07-07 19:54:50 -04:00
build_site.sh
started cleaning up site build
2017-07-08 23:25:29 -04:00
build_string.bat
DS_Store BE GONE
2017-07-10 09:49:45 -04:00
build_string.sh
DS_Store BE GONE
2017-07-10 09:49:45 -04:00
buildsuper_x64.bat
lots of clean up on the build system
2017-07-08 15:25:23 -04:00
buildsuper_x64.sh
even more clean up on the build system
2017-07-08 20:48:53 -04:00
buildsuper_x86.bat
lots more cleanup on the file moving api
2017-07-08 01:40:27 -04:00
detect_os.sh
included unix in mac
2017-06-30 17:33:30 -04:00
package.bat
post-stream, got miblo incrementors/decrementors started. added settings for code presentation. adding config file for code wrapping
2016-10-27 19:45:41 -04:00
package.sh
DS_Store BE GONE
2017-07-10 09:49:45 -04:00
project.4coder
name fixing, project fixing, temp memory collision fixing
2017-07-09 15:22:57 -04:00
release-config.4coder
moved default config file into code where it belongs, fixed 32 bit setter
2017-06-22 20:01:43 -04:00
zip.bat
fixing up the zip batch
2017-06-22 20:41:23 -04:00