summaryrefslogtreecommitdiff
path: root/ui.c
AgeCommit message (Collapse)Author
2023-01-04finish documenting what files dopommicket
2023-01-04fix mouse clicks in the "go to definition" menupommicket
2023-01-03rename ted_seterr to ted_errorpommicket
2023-01-02rename v[234] to vec[234]pommicket
2023-01-02finish restructuringpommicket
2023-01-02restructure ui.c, command.cpommicket
2023-01-01char const => const charpommicket
2023-01-01move math.c functions to util.cpommicket
2023-01-01more reorganizingpommicket
2022-12-30show location in definitions menupommicket
2022-12-29hover highlightpommicket
2022-11-02fixed path-specific settings bugs. stuff seems to be working nowpommicket
2022-11-02new settings system bugfixes, use ted_active_settings morepommicket
2022-08-19remove "hacky" file selector code which might fix crash (?)pommicket
2022-07-29per-language settingspommicket
also fixed ctrl+/ in go
2022-07-22fixed some compiler warningspommicket
2021-04-20:set-language, various other little thingsLeo Tenenbaum
2021-04-13improve tag generation (don't just look at files in the cwd)Leo Tenenbaum
2021-04-13change fs_list_directory to include entry types directlyLeo Tenenbaum
2021-03-06fix "save as" menuLeo Tenenbaum
2021-03-05cd to last file selector directoryLeo Tenenbaum
2021-03-05fix some little problems with the file selectorLeo Tenenbaum
2021-03-05fix rendering if border-thickness is bigLeo Tenenbaum
2021-03-02command selector working!Leo Tenenbaum
2021-02-23various tag bugfixesLeo Tenenbaum
2021-02-22go to definition menuLeo Tenenbaum
2021-02-21generalized selector code seems to work, fix buffer_set_line_len memory leakLeo Tenenbaum
2021-02-21started to generalize selector codeLeo Tenenbaum
2021-02-09case sensitivity, regexLeo Tenenbaum
2021-02-09improve buffer_unsaved_changesLeo Tenenbaum
so that making an edit then undoing it doesn't count as making a change
2021-02-07improved text rendering, started findLeo 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-05switched all text rendering to new APILeo Tenenbaum
2021-02-05got text working with modern OpenGLLeo Tenenbaum
2021-02-02big fix with buffer_pos_to_pixelsLeo Tenenbaum
also started rust highlighting
2021-02-01full C syntax highlightingLeo Tenenbaum
2021-01-30fixed warnings on GCC, fixed opening an absolute path, READMELeo Tenenbaum
2021-01-29mergeLeo Tenenbaum
2021-01-29started tab barLeo Tenenbaum
2021-01-29got windows build to work againLeo Tenenbaum
2021-01-28got file selector to behave betterLeo Tenenbaum
2021-01-28finished warn on overwriteLeo Tenenbaum
2021-01-27buttons (for warn overwrite popup)Leo Tenenbaum
2021-01-27more warn overwriteLeo Tenenbaum
2021-01-27started warn on overwriteLeo Tenenbaum
2021-01-25menu titles, better paddingLeo Tenenbaum
2021-01-25clip selector, save asLeo Tenenbaum
2021-01-25error log, fix memory leak, moved globals to TedLeo Tenenbaum
2021-01-25error box; generally better error handlingLeo Tenenbaum