Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-16 | fix :build, add `cargo build` | Leo Tenenbaum | |
2021-02-16 | :build somewhat working! | Leo Tenenbaum | |
2021-02-16 | detecting errors in build output | Leo Tenenbaum | |
2021-02-16 | started getting :build to work | Leo Tenenbaum | |
2021-02-16 | fix process-posix.c | Leo Tenenbaum | |
2021-02-16 | got WNOHANG to work | Leo Tenenbaum | |
2021-02-16 | processes | Leo Tenenbaum | |
2021-02-14 | 0.3a | Leo Tenenbaum | |
2021-02-14 | toggle view only mode | Leo Tenenbaum | |
2021-02-14 | fix and speed up replace all | Leo Tenenbaum | |
2021-02-13 | update TODO | Leo Tenenbaum | |
2021-02-13 | view-only mode | Leo Tenenbaum | |
2021-02-13 | removed line->capacity | Leo Tenenbaum | |
also fixed shift+click to select | |||
2021-02-11 | another small find+replace fix | Leo Tenenbaum | |
(add match flag PCRE2_NOTEMPTY) | |||
2021-02-11 | fixed some problems with find+replace | Leo Tenenbaum | |
2021-02-11 | finishing touches for v. 0.3 | Leo Tenenbaum | |
2021-02-11 | highlight matching parentheses | Leo Tenenbaum | |
2021-02-11 | indent/dedent selection | Leo Tenenbaum | |
2021-02-11 | chain replace all into one undo event | Leo Tenenbaum | |
2021-02-11 | make find+replace more convenient | Leo Tenenbaum | |
2021-02-11 | fix no newline at end of math.c | Leo Tenenbaum | |
2021-02-10 | find menu buttons including replace all | Leo Tenenbaum | |
2021-02-09 | find + replace seems to be working | Leo Tenenbaum | |
2021-02-09 | case sensitivity, regex | Leo Tenenbaum | |
2021-02-09 | improve buffer_unsaved_changes | Leo Tenenbaum | |
so that making an edit then undoing it doesn't count as making a change | |||
2021-02-08 | show which result user is on | Leo Tenenbaum | |
2021-02-08 | search in both directions | Leo Tenenbaum | |
2021-02-08 | scroll to find match | Leo Tenenbaum | |
2021-02-08 | small fix | Leo Tenenbaum | |
2021-02-08 | find show number of matches | Leo Tenenbaum | |
2021-02-08 | got windows pcre build to work | Leo Tenenbaum | |
2021-02-07 | highlight search results | Leo Tenenbaum | |
2021-02-07 | simple find menu | Leo Tenenbaum | |
2021-02-07 | improved text rendering, started find | Leo Tenenbaum | |
2021-02-06 | pcre2 | Leo Tenenbaum | |
2021-02-05 | finishing touches for v. 0.2 | Leo Tenenbaum | |
2021-02-05 | update README for 0.2 | Leo Tenenbaum | |
2021-02-05 | ask to reload when file is externally changed | Leo Tenenbaum | |
2021-02-05 | reload buffer on change (no popup yet) | Leo Tenenbaum | |
2021-02-05 | sleep before SDL_GL_SwapWindow to stop busy loop | Leo Tenenbaum | |
2021-02-05 | switch to getting all gl procs manually | Leo Tenenbaum | |
2021-02-05 | converted everything to modern opengl | Leo Tenenbaum | |
for some reason SDL_GL_SwapWindow seems to be in a busy loop? | |||
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-04 | tried switching to new api for text, not working yet | Leo Tenenbaum | |
2021-02-04 | small modern gl geometry api | Leo Tenenbaum | |
2021-02-04 | changed color to a vertex attribute | Leo Tenenbaum | |
2021-02-04 | started modern opengl | Leo Tenenbaum | |
2021-02-04 | improve auto-add-newline, start reloading | Leo Tenenbaum | |
2021-02-04 | prevent opening the same file twice | Leo Tenenbaum | |