summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-20fix potential memory bugpommicket
2022-12-13more future feature ideaspommicket
2022-12-10fix slight bug in strn_duppommicket
2022-12-09more future featurespommicket
2022-12-07mergepommicket
2022-12-07rename sleep_ns => time_sleep_nspommicket
i don't know why that was inconsistent
2022-12-07[1.3r2] update msi version, readmepommicket
2022-12-07[1.3r2] remove glFinishpommicket
2022-12-06fix arr_set_len_, more future featurespommicket
2022-12-05switch to // comments for C comment selectionpommicket
I hope nobody's still using C89
2022-11-04[1.3r1] readme, windows installerpommicket
2022-11-04[1.3r1] debian installer versionpommicket
2022-11-04fixed highlighting rust,pythonpommicket
2022-11-03[1.3] some SettingsContext comments, updated version historypommicket
2022-11-03[1.3] new msi versionpommicket
2022-11-03oops turns out we don't actually support glsl 430pommicket
2022-11-03[1.3] oopspommicket
2022-11-03[1.3] allow newer glsl versions w IN,OUT macros, msi versionpommicket
2022-11-03[1.3] update debian installer versionpommicket
2022-11-03custom shader texturepommicket
2022-11-03better shader systempommicket
2022-11-03custom shaders now use #version 130 if possiblepommicket
like i promised they would
2022-11-03custom bg-shaderpommicket
2022-11-03multiline string highlighting for ted.cfgpommicket
2022-11-03expand ~ in settings pathspommicket
2022-11-02escape sequences in config strings, fix config error line numberspommicket
2022-11-02multiline config value strings, fix search_cwd (debug feature)pommicket
2022-11-02settings bugfixes, :insert-text, and a memory bugfixpommicket
the memory bug existed in the last release!
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-11-02(insufficiently tested) per-path settingspommicket
also fixed memory bug in path_full, yet again
2022-10-29better highlighting of byte/raw/f strings in python, rustpommicket
2022-10-28fix <number>.into() highlighting in rustpommicket
2022-10-28fixed rust '\\' highlighting, among other thingspommicket
2022-09-30[1.2r2] updated debian installer versionpommicket
2022-09-30[1.2r2] README, windows installer for 1.2r2pommicket
2022-09-30better rust syntax highlightingpommicket
2022-09-29added .rs, .go to is_source_file for ctagspommicket
2022-09-26shift+pageup/pagedownpommicket
2022-09-24fix go-to-error when build_dir != .pommicket
2022-08-19fixed reading before abspath in path_fullpommicket
no change to the behaviour of ted, just potentially (unlikely) fixing bad reads
2022-08-19updated readmepommicket
2022-08-19[1.2r1] updated windows installer versionLeo Tenenbaum
2022-08-19X1/X2 commandspommicket
2022-08-19poll events just after startuppommicket
2022-08-19fixed actual bug: bad write when weird mouse buttons are pressedpommicket
2022-08-19remove "hacky" file selector code which might fix crash (?)pommicket
2022-07-29[1.2] update deb controlpommicket
2022-07-29updated windows installer versionpommicket
2022-07-29fixed non-ascii path handling on windowspommicket