summaryrefslogtreecommitdiff
path: root/node.c
AgeCommit message (Collapse)Author
2023-09-07more diagnosticspommicket
2023-08-27disambiguate between files with the same namepommicket
2023-08-15fix node bug2.5pommicket
2023-08-15some settings stuffpommicket
2023-08-13internalize Nodepommicket
2023-08-13documentationpommicket
2023-08-12internalize buffer - broke some stuffpommicket
2023-08-09more pointerizing of buffers, fix memory leakspommicket
2023-08-09new node/buffer system, needs more testingpommicket
2023-08-06util cleanuppommicket
2023-08-05more dynamic menus (menus are currently broken)pommicket
2023-08-05some cleanuppommicket
2023-08-05separate ted-internal.hpommicket
2023-08-04use dynamic arrays for mouse_clicks/mouse_releasespommicket
simplifies code
2023-07-19kerningpommicket
2023-01-04the great "filename to path" renamepommicket
2023-01-04some ted.h documentationpommicket
2023-01-04finish documenting what files dopommicket
2023-01-03make node.c a bit clearerpommicket
2023-01-02rename v[234] to vec[234]pommicket
2023-01-02restructure ted.c, node.cpommicket
2023-01-01char const => const charpommicket
2022-07-29per-language settingspommicket
also fixed ctrl+/ in go
2021-03-05fix some little problems with the file selectorLeo Tenenbaum
2021-03-05fix rendering if border-thickness is bigLeo Tenenbaum
2021-03-03:tab-move-left/rightLeo Tenenbaum
2021-03-01fix active_node after tab closeLeo Tenenbaum
2021-03-01change active node when current one closedLeo Tenenbaum
2021-03-01restore sessionLeo Tenenbaum
2021-02-28set active_node to NULL when line buffer is activeLeo Tenenbaum
2021-02-28:split-swapLeo Tenenbaum
2021-02-28tab moving working?Leo Tenenbaum
2021-02-27start tab movingLeo Tenenbaum
2021-02-25node resizing workingLeo Tenenbaum
2021-02-25resizing nodes (not fully working yet?)Leo Tenenbaum
2021-02-24split depth limitLeo Tenenbaum
2021-02-24:split-joinLeo Tenenbaum
2021-02-24get ctrl+w to work with splitLeo Tenenbaum
2021-02-24start splitLeo Tenenbaum
2021-02-24big bugfixesLeo Tenenbaum
update active_tab properly when a tab is closed, fix Ctrl+O with no buffers open
2021-02-13view-only modeLeo Tenenbaum
2021-02-07improved text rendering, started findLeo Tenenbaum
2021-02-05converted everything to modern openglLeo Tenenbaum
for some reason SDL_GL_SwapWindow seems to be in a busy loop?
2021-02-05switched all text rendering to new APILeo Tenenbaum
2021-02-04improve auto-add-newline, start reloadingLeo Tenenbaum
2021-01-31fixed Ctrl+Left/Right being double-set, cleaned up core options code, ↵Leo Tenenbaum
auto-add-newline
2021-01-30fixed warnings on GCC, fixed opening an absolute path, READMELeo Tenenbaum
2021-01-30middle click to close tabLeo Tenenbaum
2021-01-29quitting, closing tabsLeo Tenenbaum
2021-01-29ctrl+pageup/down to switch between tabsLeo Tenenbaum