Aegisub/aegisub/src/command
Thomas Goyne bbd4cbef78 Fix shifting contiguous selections downward
Reverse iterators behave differently from regular iterators when
swapping (regular iterators continue to point at the same elements,
while reverse iterators do not), so instead use regular iterators with a
negative step for shifting down.
2013-09-30 17:01:15 -07: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 Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07:00
audio.cpp Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07:00
automation.cpp Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07:00
command.cpp Pass unique_ptrs around by value 2013-09-16 06:43:17 -07:00
command.h Pass unique_ptrs around by value 2013-09-16 06:43:17 -07:00
edit.cpp Actually trim whitespace when combining lines 2013-09-21 11:21:25 -07:00
grid.cpp Fix shifting contiguous selections downward 2013-09-30 17:01:15 -07:00
help.cpp Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07:00
icon.cpp Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
icon.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
keyframe.cpp Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07:00
recent.cpp Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07:00
subtitle.cpp Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07:00
time.cpp Use auto more places 2013-09-17 07:51:07 -07:00
timecode.cpp Use unique_ptr for most non-wx owning pointers 2013-06-08 19:21:49 -07:00
tool.cpp Fully extract the resolution resampling logic from DialogResample 2013-07-09 08:35:50 -07:00
video.cpp Use auto more places 2013-09-17 07:51:07 -07:00
vis_tool.cpp Kill scoped_ptr in favor of unique_ptr 2013-06-11 16:06:58 -07:00