Age | Commit message (Expand) | Author |
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 |
2021-02-04 | highlight cursor line number | Leo Tenenbaum |
2021-02-03 | line numbering! | Leo Tenenbaum |
2021-02-03 | fix syntax highlighting for ' number separator C++ | Leo Tenenbaum |
2021-02-03 | finishing touches for v. 0.1 | Leo Tenenbaum |
2021-02-03 | fixed command line argument with / in it windows | Leo Tenenbaum |
2021-02-03 | change cwd to directory of last buffer | Leo Tenenbaum |
2021-02-03 | python syntax highlighting | Leo Tenenbaum |
2021-02-02 | finished rust syntax highlighting | Leo Tenenbaum |
2021-02-02 | better syntax highlighting (split keywords into keywords + builtins) | Leo Tenenbaum |
2021-02-02 | rust syntax highlighting | Leo Tenenbaum |
2021-02-02 | big fix with buffer_pos_to_pixels | Leo Tenenbaum |
2021-02-02 | C++ syntax highlighting done | Leo Tenenbaum |
2021-02-02 | C++ highlighting, except for raw strings | Leo Tenenbaum |
2021-02-02 | fix bug with non-highlighted files | Leo Tenenbaum |
2021-02-01 | small change to horizontal scrolling for massive performance improvement on l... | Leo Tenenbaum |
2021-02-01 | cache syntax highlighting | Leo Tenenbaum |
2021-02-01 | switched syntax highlighting to use a number for the state (will be useful la... | Leo Tenenbaum |
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 |
2021-02-01 | full C syntax highlighting | Leo Tenenbaum |
2021-01-31 | C syntax higlighting working | Leo Tenenbaum |
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 | fix credits | 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 |
2021-01-30 | better startup, informative message when nothing's open | Leo Tenenbaum |
2021-01-30 | middle click to close tab | Leo Tenenbaum |
2021-01-30 | ctrl+q to quit (with unsaved changes dialog) | Leo Tenenbaum |
2021-01-30 | warn when closing tab with unsaved changes | Leo Tenenbaum |
2021-01-29 | quitting, closing tabs | Leo Tenenbaum |
2021-01-29 | ctrl+pageup/down to switch between tabs | Leo Tenenbaum |
2021-01-29 | tabs working pretty well (not done yet) | Leo Tenenbaum |
2021-01-29 | better tab bar, default to "save as" on Ctrl+S with starting buffer | 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 | more tabs | Leo Tenenbaum |
2021-01-28 | qsort_with_context on systems without qsort_r/s | Leo Tenenbaum |
2021-01-28 | make sure log exists before closing it | Leo Tenenbaum |
2021-01-28 | started tabs | Leo Tenenbaum |
2021-01-28 | got file selector to behave better | Leo Tenenbaum |