Age | Commit message (Expand) | Author |
2023-01-06 | phantom completions | pommicket |
2023-01-04 | finish documenting what files do | pommicket |
2023-01-04 | fix mouse clicks in the "go to definition" menu | pommicket |
2023-01-03 | rename ted_seterr to ted_error | pommicket |
2023-01-02 | rename v[234] to vec[234] | pommicket |
2023-01-02 | finish restructuring | pommicket |
2023-01-02 | restructure ui.c, command.c | pommicket |
2023-01-01 | char const => const char | pommicket |
2023-01-01 | move math.c functions to util.c | pommicket |
2023-01-01 | more reorganizing | pommicket |
2022-12-30 | show location in definitions menu | pommicket |
2022-12-29 | hover highlight | pommicket |
2022-11-02 | fixed path-specific settings bugs. stuff seems to be working now | pommicket |
2022-11-02 | new settings system bugfixes, use ted_active_settings more | pommicket |
2022-08-19 | remove "hacky" file selector code which might fix crash (?) | pommicket |
2022-07-29 | per-language settings | pommicket |
2022-07-22 | fixed some compiler warnings | pommicket |
2021-04-20 | :set-language, various other little things | Leo Tenenbaum |
2021-04-13 | improve tag generation (don't just look at files in the cwd) | Leo Tenenbaum |
2021-04-13 | change fs_list_directory to include entry types directly | Leo Tenenbaum |
2021-03-06 | fix "save as" menu | Leo Tenenbaum |
2021-03-05 | cd to last file selector directory | Leo Tenenbaum |
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-02 | command selector working! | Leo Tenenbaum |
2021-02-23 | various tag bugfixes | Leo Tenenbaum |
2021-02-22 | go to definition menu | Leo Tenenbaum |
2021-02-21 | generalized selector code seems to work, fix buffer_set_line_len memory leak | Leo Tenenbaum |
2021-02-21 | started to generalize selector code | Leo Tenenbaum |
2021-02-09 | case sensitivity, regex | Leo Tenenbaum |
2021-02-09 | improve buffer_unsaved_changes | Leo Tenenbaum |
2021-02-07 | improved text rendering, started find | Leo Tenenbaum |
2021-02-05 | ask to reload when file is externally changed | 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-05 | got text working with modern OpenGL | Leo Tenenbaum |
2021-02-02 | big fix with buffer_pos_to_pixels | Leo Tenenbaum |
2021-02-01 | full C syntax highlighting | Leo Tenenbaum |
2021-01-30 | fixed warnings on GCC, fixed opening an absolute path, README | Leo Tenenbaum |
2021-01-29 | merge | Leo Tenenbaum |
2021-01-29 | started tab bar | Leo Tenenbaum |
2021-01-29 | got windows build to work again | Leo Tenenbaum |
2021-01-28 | got file selector to behave better | Leo Tenenbaum |
2021-01-28 | finished warn on overwrite | Leo Tenenbaum |
2021-01-27 | buttons (for warn overwrite popup) | Leo Tenenbaum |
2021-01-27 | more warn overwrite | Leo Tenenbaum |
2021-01-27 | started warn on overwrite | Leo Tenenbaum |
2021-01-25 | menu titles, better padding | Leo Tenenbaum |
2021-01-25 | clip selector, save as | Leo Tenenbaum |
2021-01-25 | error log, fix memory leak, moved globals to Ted | Leo Tenenbaum |