Aegisub/aegisub/src/command
Thomas Goyne 4c1a8a21b9 Fix assertion failure when deleting all lines
Lines need to be deselected before they're deleted, but new lines need
to be committed before they can be selected, so reorder things to
remove -> insert new line if needed -> commit -> update selection -> delete.
2013-12-01 20:27:31 -08:00
..
Makefile.inc Use non-recursive make for libresrc and command so that dependencies can actually be set correctly. Fixes parallel builds. 2011-12-22 21:20:34 +00:00
app.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
audio.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
automation.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
command.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
command.h Pass unique_ptrs around by value 2013-09-16 06:43:17 -07:00
edit.cpp Fix assertion failure when deleting all lines 2013-12-01 20:27:31 -08:00
grid.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
help.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
icon.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
icon.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
keyframe.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
recent.cpp Remove entirely superfluous doxygen comments in commands 2013-10-25 14:03:35 -07:00
subtitle.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
time.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
timecode.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
tool.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
video.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
vis_tool.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00