summaryrefslogtreecommitdiff
path: root/menu.c
AgeCommit message (Collapse)Author
2023-03-23get rid of ARG_STRING, start macrospommicket
2023-01-06phantom completionspommicket
2023-01-04the great "filename to path" renamepommicket
2023-01-04finish documenting what files dopommicket
2023-01-02rename v[234] to vec[234]pommicket
2023-01-02Status => bool on a few functionspommicket
2023-01-02finish restructuringpommicket
2023-01-02restructure tags.c, menu.cpommicket
2023-01-01char const => const charpommicket
2023-01-01more reorganizingpommicket
2022-12-31start moving things aroundpommicket
2022-12-31use double instead of struct timespecpommicket
2022-12-30go to definitionpommicket
2022-12-30definitions menu, but it's acting weirdpommicket
2022-12-20start completion requestspommicket
2022-11-02new settings system bugfixes, use ted_active_settings morepommicket
2022-07-29fixed double ctrl+q problempommicket
2022-07-29per-language settingspommicket
also fixed ctrl+/ in go
2022-07-22update windows installerpommicket
2022-07-22go syntax highlightingpommicket
also :goto-line now clamps numbers < 1 and > nlines instead of rejecting them
2021-04-20:set-language, various other little thingsLeo Tenenbaum
2021-04-16command history for :shellLeo Tenenbaum
2021-03-05fix rendering if border-thickness is bigLeo Tenenbaum
2021-03-03more autocomplete (already partially working!)Leo Tenenbaum
2021-03-03:shell, bugfixesLeo Tenenbaum
2021-03-02command selector working!Leo Tenenbaum
2021-03-02fix restore session if no active buffer on closeLeo Tenenbaum
also more command selector
2021-03-02start command selectorLeo Tenenbaum
2021-02-28set active_node to NULL when line buffer is activeLeo Tenenbaum
2021-02-26fixed some menu-related bugsLeo Tenenbaum
2021-02-24big bugfixesLeo Tenenbaum
update active_tab properly when a tab is closed, fix Ctrl+O with no buffers open
2021-02-23fix gcc warningsLeo Tenenbaum
2021-02-23goto line previewLeo Tenenbaum
2021-02-23start goto lineLeo Tenenbaum
2021-02-22fix automatic horizontal scrollingLeo Tenenbaum
2021-02-22go to definition menuLeo Tenenbaum
2021-02-07simple find menuLeo Tenenbaum
2021-02-07improved text rendering, started findLeo Tenenbaum
2021-02-05finishing touches for v. 0.2Leo Tenenbaum
2021-02-05ask to reload when file is externally changedLeo Tenenbaum
2021-02-05converted everything to modern openglLeo Tenenbaum
for some reason SDL_GL_SwapWindow seems to be in a busy loop?
2021-02-05got text working with modern OpenGLLeo Tenenbaum
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-29tabs working pretty well (not done yet)Leo Tenenbaum
2021-01-29better tab bar, default to "save as" on Ctrl+S with starting bufferLeo Tenenbaum
2021-01-28got file selector to behave betterLeo Tenenbaum
2021-01-28finished warn on overwriteLeo Tenenbaum