• Joined on 2025-12-14
krzosa pushed to main at krzosa/text_editor 2026-03-19 10:19:00 +00:00
4ad9e6bf20 Try to bring back tests
edb461bde8 Fix first build error navigation
3c6153380d Fix process output truncation on POSIX
7cfae9af92 add todos && build modification
Compare 4 commits »
krzosa pushed to master at krzosa/codebase 2026-03-16 08:14:44 +00:00
58e28673bc For some reason there was a malloc in os_read
7012a41365 add POSIX stacktrace crash handler and fix build script path
ff31ca6d09 update build script to run testing_main with stricter checks
Compare 3 commits »
krzosa pushed to main at krzosa/text_editor 2026-03-11 07:28:01 +00:00
e1149680d9 Add todos
krzosa pushed to main at krzosa/snippets 2026-03-08 23:11:56 +00:00
55af4d2d6d backtrace.c
krzosa created branch main in krzosa/snippets 2026-03-08 23:10:39 +00:00
krzosa pushed to main at krzosa/snippets 2026-03-08 23:10:39 +00:00
28f7eb4467 array.h
krzosa created repository krzosa/snippets 2026-03-08 23:10:19 +00:00
krzosa created branch master in krzosa/text_editor 2026-03-07 18:55:04 +00:00
krzosa pushed to master at krzosa/text_editor 2026-03-07 18:55:04 +00:00
534e24719d s8_fmtspec, remove %S for tcc bounds check, optional stbsp
3566408199 tcc doesn't handle string literals like u""
410ecf02ee tcc build for linux, basic changes
e69684c877 draw_rect
2e087824a3 Save
Compare 6 commits »
krzosa pushed to main at krzosa/text_editor 2026-03-05 15:56:23 +00:00
9b2c8626d4 Fix bad memory access in ReplaceAll
krzosa pushed to main at krzosa/text_editor 2026-03-05 07:44:07 +00:00
52c55e27d9 Fix process calling for build window
krzosa pushed to main at krzosa/text_editor 2026-02-09 22:11:31 +00:00
56a729b617 Refactor the folder structure which only had 2 'real' modules, now it's more real, no need for splitting into folders beside the external one
krzosa pushed to main at krzosa/text_editor 2026-02-09 20:10:15 +00:00
fde4e463ad build working SDL3 for wayland
krzosa pushed to main at krzosa/text_editor 2026-02-09 18:52:47 +00:00
65ba886ddf build the SDL on linux
krzosa pushed to main at krzosa/text_editor 2026-02-07 13:28:21 +00:00
84fa04e1db Fix env not gathered and not passed to child processes
krzosa pushed to main at krzosa/text_editor 2026-02-07 13:11:52 +00:00
17f4306fc3 Update todo
80df86df3d Stabilize process execution and editor cleanup
Compare 2 commits »
krzosa pushed to main at krzosa/text_editor 2026-02-05 16:28:58 +00:00
7fad476b61 Misc
krzosa pushed to main at krzosa/text_editor 2026-02-05 16:14:02 +00:00
2acf7fbb45 Drop file working in proper window
krzosa pushed to main at krzosa/text_editor 2026-02-05 08:20:42 +00:00
36d39f9417 Improving SearchEverything, yield happens per character basis, no stalls, or multiple small buffers slowing down search
krzosa pushed to main at krzosa/text_editor 2026-02-04 07:26:36 +00:00
3ab6639afb Fix underline drawing over line numbers