summaryrefslogtreecommitdiff
path: root/ted.c
AgeCommit message (Collapse)Author
2021-03-01restore sessionLeo Tenenbaum
2021-02-28on crash, output info to logLeo Tenenbaum
2021-02-28find bugfixes (switch to another buffer after find)Leo Tenenbaum
2021-02-28set active_node to NULL when line buffer is activeLeo Tenenbaum
2021-02-28:split-swapLeo Tenenbaum
2021-02-25started tab movingLeo Tenenbaum
2021-02-24get ctrl+w to work with splitLeo Tenenbaum
2021-02-22fix ted_seterr typoLeo Tenenbaum
2021-02-16fix rust go to build errorsLeo Tenenbaum
2021-02-16detecting errors in build outputLeo Tenenbaum
2021-02-04improve auto-add-newline, start reloadingLeo Tenenbaum
2021-02-04prevent opening the same file twiceLeo Tenenbaum
2021-02-02big fix with buffer_pos_to_pixelsLeo Tenenbaum
also started rust highlighting
2021-02-01fix C hex literal highlightingLeo Tenenbaum
also open to untitled empty buffer
2021-01-30better startup, informative message when nothing's openLeo Tenenbaum
2021-01-30middle click to close tabLeo Tenenbaum
2021-01-30ctrl+q to quit (with unsaved changes dialog)Leo Tenenbaum
2021-01-30warn when closing tab with unsaved changesLeo Tenenbaum
2021-01-29quitting, closing tabsLeo Tenenbaum