summaryrefslogtreecommitdiff
path: root/ui.c
AgeCommit message (Collapse)Author
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
2021-01-24scroll file selector when selected goes offscreenLeo Tenenbaum
2021-01-24file selector much nicer interfaceLeo Tenenbaum
2021-01-24file selector scrollingLeo Tenenbaum
2021-01-24auto-cd: check if actually directory, ~Leo Tenenbaum
2021-01-23got rid of dyn string array - that was unnecessarily complicatedLeo Tenenbaum
2021-01-23got directory symlinks to work in file selectorLeo Tenenbaum
2021-01-22started auto-cdLeo Tenenbaum
2021-01-22got .. to work in the file selectorLeo Tenenbaum
2021-01-22fixed memory leaksLeo Tenenbaum
2021-01-22bold text for file selector cwdLeo Tenenbaum
2021-01-22show working directory in file selectorLeo Tenenbaum