Age | Commit message (Expand) | Author |
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 |
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-27 | fix error box | Leo Tenenbaum |
2021-01-26 | make dyn arrays use less memory | Leo Tenenbaum |
2021-01-26 | auto-indent | Leo Tenenbaum |
2021-01-25 | menu titles, better padding | Leo Tenenbaum |
2021-01-25 | clip selector, save as | Leo Tenenbaum |
2021-01-25 | dismiss error box | Leo Tenenbaum |
2021-01-25 | error log, fix memory leak, moved globals to Ted | Leo Tenenbaum |
2021-01-25 | replaced c32rtomb, mbrtoc32 with own versions | Leo Tenenbaum |
2021-01-25 | error box; generally better error handling | Leo Tenenbaum |
2021-01-24 | copy/cut/paste | Leo Tenenbaum |
2021-01-24 | scroll file selector when selected goes offscreen | Leo Tenenbaum |
2021-01-24 | file selector much nicer interface | Leo Tenenbaum |
2021-01-24 | file selector scrolling | Leo Tenenbaum |
2021-01-24 | auto-cd: check if actually directory, ~ | Leo Tenenbaum |
2021-01-23 | got rid of dyn string array - that was unnecessarily complicated | Leo Tenenbaum |
2021-01-23 | got directory symlinks to work in file selector | Leo Tenenbaum |
2021-01-22 | fix order of FsType | Leo Tenenbaum |
2021-01-22 | started auto-cd | Leo Tenenbaum |
2021-01-22 | got .. to work in the file selector | Leo Tenenbaum |
2021-01-22 | fixed memory leaks | Leo Tenenbaum |
2021-01-22 | oops fix bug | Leo Tenenbaum |
2021-01-22 | bold text for file selector cwd | Leo Tenenbaum |
2021-01-22 | show working directory in file selector | Leo Tenenbaum |