Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-25 | change cursor | Leo Tenenbaum | |
2021-02-23 | goto line preview | Leo Tenenbaum | |
2021-02-23 | start goto line | Leo Tenenbaum | |
2021-02-23 | improve word movement | Leo Tenenbaum | |
2021-02-22 | fix automatic horizontal scrolling | 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-19 | ctrl+click to go to definition | Leo Tenenbaum | |
2021-02-18 | go to MSVC error | 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-13 | view-only mode | Leo Tenenbaum | |
2021-02-13 | removed line->capacity | Leo Tenenbaum | |
also fixed shift+click to select | |||
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-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 | scroll to find match | Leo Tenenbaum | |
2021-02-08 | find show number of matches | Leo Tenenbaum | |
2021-02-07 | improved text rendering, started find | Leo Tenenbaum | |
2021-02-05 | finishing touches for v. 0.2 | Leo Tenenbaum | |
2021-02-05 | reload buffer on change (no popup yet) | 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-04 | started modern opengl | Leo Tenenbaum | |
2021-02-04 | improve auto-add-newline, start reloading | Leo Tenenbaum | |
2021-02-04 | highlight cursor line number | Leo Tenenbaum | |
2021-02-03 | line numbering! | Leo Tenenbaum | |
2021-02-02 | big fix with buffer_pos_to_pixels | Leo Tenenbaum | |
also started rust highlighting | |||
2021-02-02 | fix bug with non-highlighted files | Leo Tenenbaum | |
2021-02-01 | small change to horizontal scrolling for massive performance improvement on ↵ | Leo Tenenbaum | |
large files also fixed syntax highlighting for hex literals, for real this time | |||
2021-02-01 | cache syntax highlighting | Leo Tenenbaum | |
2021-02-01 | switched syntax highlighting to use a number for the state (will be useful ↵ | Leo Tenenbaum | |
later) | |||
2021-02-01 | different syntax highlighting depending on the file extension | Leo Tenenbaum | |
2021-02-01 | start per-buffer language | Leo Tenenbaum | |
2021-02-01 | fix C hex literal highlighting | Leo Tenenbaum | |
also open to untitled empty buffer | |||
2021-01-31 | more syntax highlighting | Leo Tenenbaum | |
2021-01-31 | started syntax higlighting (still need to add state to each line) | Leo Tenenbaum | |
2021-01-31 | fixed Ctrl+Left/Right being double-set, cleaned up core options code, ↵ | Leo Tenenbaum | |
auto-add-newline | |||
2021-01-30 | better startup, informative message when nothing's open | Leo Tenenbaum | |
2021-01-30 | ctrl+q to quit (with unsaved changes dialog) | Leo Tenenbaum | |
2021-01-29 | started tab bar | Leo Tenenbaum | |
2021-01-28 | got file selector to behave better | Leo Tenenbaum | |
2021-01-27 | more warn overwrite | Leo Tenenbaum | |
2021-01-27 | started warn on overwrite | Leo Tenenbaum | |
2021-01-26 | auto-indent | Leo Tenenbaum | |
2021-01-25 | replaced c32rtomb, mbrtoc32 with own versions | Leo Tenenbaum | |
these are nicer to use since they don't involve mbstate_t and should be faster since they don't involve locales |