summaryrefslogtreecommitdiff
path: root/node.c
AgeCommit message (Expand)Author
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
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
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
2021-02-13view-only modeLeo Tenenbaum
2021-02-07improved text rendering, started findLeo Tenenbaum
2021-02-05converted everything to modern openglLeo Tenenbaum
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, auto-ad...Leo Tenenbaum
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