Age | Commit message (Expand) | Author |
2023-10-15 | use reference-counted strings for string settings | pommicket |
2023-09-24 | show LSP status, tabs vs spaces in title bar | pommicket |
2023-09-07 | fix issue where selector detail is cut off | pommicket |
2023-09-07 | more diagnostics | pommicket |
2023-08-27 | disambiguate between files with the same name | pommicket |
2023-08-15 | fix node bug2.5 | pommicket |
2023-08-15 | some settings stuff | pommicket |
2023-08-13 | internalize Node | pommicket |
2023-08-13 | documentation | pommicket |
2023-08-12 | internalize buffer - broke some stuff | pommicket |
2023-08-09 | more pointerizing of buffers, fix memory leaks | pommicket |
2023-08-09 | new node/buffer system, needs more testing | pommicket |
2023-08-06 | util cleanup | pommicket |
2023-08-05 | more dynamic menus (menus are currently broken) | pommicket |
2023-08-05 | some cleanup | pommicket |
2023-08-05 | separate ted-internal.h | pommicket |
2023-08-04 | use dynamic arrays for mouse_clicks/mouse_releases | pommicket |
2023-07-19 | kerning | pommicket |
2023-01-04 | the great "filename to path" rename | pommicket |
2023-01-04 | some ted.h documentation | pommicket |
2023-01-04 | finish documenting what files do | pommicket |
2023-01-03 | make node.c a bit clearer | pommicket |
2023-01-02 | rename v[234] to vec[234] | pommicket |
2023-01-02 | restructure ted.c, node.c | pommicket |
2023-01-01 | char const => const char | pommicket |
2022-07-29 | per-language settings | pommicket |
2021-03-05 | fix some little problems with the file selector | Leo Tenenbaum |
2021-03-05 | fix rendering if border-thickness is big | Leo Tenenbaum |
2021-03-03 | :tab-move-left/right | Leo Tenenbaum |
2021-03-01 | fix active_node after tab close | Leo Tenenbaum |
2021-03-01 | change active node when current one closed | Leo Tenenbaum |
2021-03-01 | restore session | Leo Tenenbaum |
2021-02-28 | set active_node to NULL when line buffer is active | Leo Tenenbaum |
2021-02-28 | :split-swap | Leo Tenenbaum |
2021-02-28 | tab moving working? | Leo Tenenbaum |
2021-02-27 | start tab moving | Leo Tenenbaum |
2021-02-25 | node resizing working | Leo Tenenbaum |
2021-02-25 | resizing nodes (not fully working yet?) | Leo Tenenbaum |
2021-02-24 | split depth limit | Leo Tenenbaum |
2021-02-24 | :split-join | Leo Tenenbaum |
2021-02-24 | get ctrl+w to work with split | Leo Tenenbaum |
2021-02-24 | start split | Leo Tenenbaum |
2021-02-24 | big bugfixes | Leo Tenenbaum |
2021-02-13 | view-only mode | Leo Tenenbaum |
2021-02-07 | improved text rendering, started find | Leo Tenenbaum |
2021-02-05 | converted everything to modern opengl | Leo Tenenbaum |
2021-02-05 | switched all text rendering to new API | Leo Tenenbaum |
2021-02-04 | improve auto-add-newline, start reloading | Leo Tenenbaum |
2021-01-31 | fixed Ctrl+Left/Right being double-set, cleaned up core options code, auto-ad... | Leo Tenenbaum |
2021-01-30 | fixed warnings on GCC, fixed opening an absolute path, README | Leo Tenenbaum |