index
:
rayedit.git
feat/piece
master
Text editor for large files
Hee-Suk Kim
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
sub: start implementing editor_piece.c
dilluti0n
2025-06-21
1
-1
/
+1
*
build: introduce .deps dir for put dirty *.d files into it
dilluti0n
2025-05-28
1
-9
/
+15
*
build: add MAKEFILE_LIST to rebuild objs when makefile is changed
dilluti0n
2025-05-28
1
-2
/
+2
*
build: apply ASan flags to all linked objects in test target
dilluti0n
2025-05-28
1
-1
/
+7
*
build: add automatic dependency tracking and streamline rules
dilluti0n
2025-05-28
1
-38
/
+24
*
refactor: abstract input/rendering modules from main routine
dilluti0n
2025-05-28
1
-1
/
+7
*
refactor: integrate raylib logs to RED log levels
dilluti0n
2025-05-13
1
-1
/
+4
*
fix: Memory Leak in eb_delete_line
dilluti0n
2025-05-10
1
-3
/
+4
*
refactor: deprecate line->cursor; simplify vertical cursor movement
dilluti0n
2025-05-02
1
-1
/
+1
*
test: for editor.c implement editor_suite::not_middle_of_line
dilluti0n
2025-05-01
1
-1
/
+1
*
refactor: main draw routine to use eb_get_line_slice instead string.
dilluti0n
2025-04-29
1
-3
/
+3
*
change: executable name rayedit to red
dilluti0n
2025-04-28
1
-1
/
+1
*
refactor: move tests to seperate files
dilluti0n
2025-04-28
1
-1
/
+1
*
refactor: move ed_* modules from main.c to editor.c
dilluti0n
2025-04-28
1
-2
/
+5
*
add: DEBUG variable on makefile
dilluti0n
2025-04-28
1
-1
/
+5
*
implement: line_cat
dilluti0n
2025-04-27
1
-1
/
+2
*
refactor: move debugs to config.h and handle build gracefully
dilluti0n
2025-04-27
1
-2
/
+4
*
implement: eb_newline
dilluti0n
2025-04-27
1
-2
/
+2
*
fix: vector memory allocation and insert logic; cleanup eb handling
dilluti0n
2025-04-21
1
-1
/
+1
*
refactor: line handling and implement basic editor buffer abstraction
dilluti0n
2025-04-21
1
-1
/
+1
*
refactor: handle all unit tests in one sources
dilluti0n
2025-04-18
1
-3
/
+4
*
test: add initial Criterion unit-test scaffolding for `line` module
dilluti0n
2025-04-18
1
-1
/
+14
*
tabify, gitignore, add -Wextra to CFLAGS
dilluti0n
2025-04-18
1
-1
/
+1
*
refactor: Split lines management into its own module
dilluti0n
2025-04-18
1
-1
/
+1
*
Introduce vector template and migrate line module
dilluti0n
2025-04-18
1
-1
/
+1
*
refactor: Extract line handling logic into separate line module
dilluti0n
2025-04-18
1
-1
/
+1
*
Implement vector module
dilluti0n
2025-04-18
1
-2
/
+2
*
Implement simple real time interactive text rendering
dilluti0n
2025-04-18
1
-0
/
+20