Aegisub/src/command
Thomas Goyne 7fc78d40ab Switch from boost::ptr_vector to a vector of unique_ptr
ptr_vector hasn't been updated for C++11, so despite being specifically
designed to store pointers to objects it's less safe and not really any
easier to use than a regular vector of unique_ptrs
2014-04-14 13:52:14 -07:00
..
Makefile.inc Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
app.cpp Eliminate all uses of FrameMain via the global app object 2014-03-25 17:06:48 -07:00
audio.cpp Extract SelectionController from BaseGrid 2014-03-25 17:06:47 -07:00
automation.cpp Eliminate all uses of FrameMain via the global app object 2014-03-25 17:06:48 -07:00
command.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
command.h Make everything final that can be 2014-03-12 19:07:30 -07:00
edit.cpp Switch from boost::ptr_vector to a vector of unique_ptr 2014-04-14 13:52:14 -07:00
grid.cpp Add a checked iterator_to() to AssFile 2014-04-04 09:01:02 -07:00
help.cpp Make everything final that can be 2014-03-12 19:07:30 -07:00
keyframe.cpp Make everything final that can be 2014-03-12 19:07:30 -07:00
recent.cpp Remove most inclusions of main.h 2014-03-26 10:12:43 -07:00
subtitle.cpp Add a checked iterator_to() to AssFile 2014-04-04 09:01:02 -07:00
time.cpp Pull some of the context (de)init out of FrameMain 2014-03-25 20:04:48 -07:00
timecode.cpp Make everything final that can be 2014-03-12 19:07:30 -07:00
tool.cpp Pull some of the context (de)init out of FrameMain 2014-03-25 20:04:48 -07:00
video.cpp Remove most inclusions of main.h 2014-03-26 10:12:43 -07:00
vis_tool.cpp Remove some invalid finals that VC++ was okay with for some reason 2014-03-12 20:32:57 -07:00