index
:
ted.git
trunk
variable-width
A text editor.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui.c
Age
Commit message (
Collapse
)
Author
2023-09-10
put exact matches first in selector
pommicket
2023-09-07
fix issue where selector detail is cut off
pommicket
2023-09-07
more diagnostics
pommicket
2023-08-26
fix selector_render for cutoff entries, uninitialized read in build.c
pommicket
2023-08-15
use home/end with selector
pommicket
2023-08-15
some settings stuff
pommicket
2023-08-14
selector search working again
pommicket
2023-08-14
start new selector system - search not working yet
pommicket
2023-08-13
documentation
pommicket
2023-08-12
internalize buffer - broke some stuff
pommicket
2023-08-09
more pointerizing of buffers, fix memory leaks
pommicket
2023-08-06
util cleanup
pommicket
2023-08-06
deal with really long paths in file menus
pommicket
2023-08-06
open menu working under new system
pommicket
2023-08-05
separate ted-internal.h
pommicket
2023-08-04
use dynamic arrays for mouse_clicks/mouse_releases
pommicket
simplifies code
2023-07-19
kerning
pommicket
2023-01-06
phantom completions
pommicket
2023-01-04
finish documenting what files do
pommicket
2023-01-04
fix mouse clicks in the "go to definition" menu
pommicket
2023-01-03
rename ted_seterr to ted_error
pommicket
2023-01-02
rename v[234] to vec[234]
pommicket
2023-01-02
finish restructuring
pommicket
2023-01-02
restructure ui.c, command.c
pommicket
2023-01-01
char const => const char
pommicket
2023-01-01
move math.c functions to util.c
pommicket
2023-01-01
more reorganizing
pommicket
2022-12-30
show location in definitions menu
pommicket
2022-12-29
hover highlight
pommicket
2022-11-02
fixed path-specific settings bugs. stuff seems to be working now
pommicket
2022-11-02
new settings system bugfixes, use ted_active_settings more
pommicket
2022-08-19
remove "hacky" file selector code which might fix crash (?)
pommicket
2022-07-29
per-language settings
pommicket
also fixed ctrl+/ in go
2022-07-22
fixed some compiler warnings
pommicket
2021-04-20
:set-language, various other little things
Leo Tenenbaum
2021-04-13
improve tag generation (don't just look at files in the cwd)
Leo Tenenbaum
2021-04-13
change fs_list_directory to include entry types directly
Leo Tenenbaum
2021-03-06
fix "save as" menu
Leo Tenenbaum
2021-03-05
cd to last file selector directory
Leo Tenenbaum
2021-03-05
fix some little problems with the file selector
Leo Tenenbaum
2021-03-05
fix rendering if border-thickness is big
Leo Tenenbaum
2021-03-02
command selector working!
Leo Tenenbaum
2021-02-23
various tag bugfixes
Leo Tenenbaum
2021-02-22
go to definition menu
Leo Tenenbaum
2021-02-21
generalized selector code seems to work, fix buffer_set_line_len memory leak
Leo Tenenbaum
2021-02-21
started to generalize selector code
Leo Tenenbaum
2021-02-09
case sensitivity, regex
Leo Tenenbaum
2021-02-09
improve buffer_unsaved_changes
Leo Tenenbaum
so that making an edit then undoing it doesn't count as making a change
2021-02-07
improved text rendering, started find
Leo Tenenbaum
2021-02-05
ask to reload when file is externally changed
Leo Tenenbaum
[next]