Aegisub/aegisub/src/command
Thomas Goyne 04990e8694 Fix seeking to previous keyframe when the current frame is not a keyframe
Originally committed to SVN as r6163.
2011-12-26 22:20:57 +00: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 Update the view menu after the display mode has been automatically updated due to opening video or audio. Closes #1344. 2011-12-22 21:30:49 +00:00
audio.cpp Overload operator int() on AssTime and remove GetMS/SetMS 2011-12-22 21:28:51 +00:00
automation.cpp Use LocalScriptManager::Reload rather than looping over the scripts manually in the am/manager command 2011-09-28 19:48:20 +00:00
command.cpp Mostly rewrite the visual tools and related classes 2011-11-06 17:18:20 +00:00
command.h compilation fixes 2011-11-07 04:14:09 +00:00
edit.cpp Overload operator int() on AssTime and remove GetMS/SetMS 2011-12-22 21:28:51 +00:00
grid.cpp Silence a pile of /W4 warnings 2011-12-22 21:09:31 +00:00
help.cpp Kill AegisubApp::OpenURL. It makes no sense for the top level application object to be doing this and it doesn't even save any code. 2011-12-22 21:17:02 +00:00
icon.cpp Mostly rewrite the visual tools and related classes 2011-11-06 17:18:20 +00:00
icon.h Fix leak of all icon bitmaps 2011-07-15 17:24:05 +00:00
keyframe.cpp Non-precomp-header compilation 2011-11-25 22:12:15 +00:00
recent.cpp Non-precompiled-header compilation fix 2011-11-04 19:42:59 +00:00
subtitle.cpp Silence a bunch of PREFast warnings 2011-12-26 22:20:49 +00:00
time.cpp Overload operator int() on AssTime and remove GetMS/SetMS 2011-12-22 21:28:51 +00:00
timecode.cpp Non-precomp-header compilation 2011-11-25 22:12:15 +00:00
tool.cpp Silence a pile of /W4 warnings 2011-12-22 21:09:31 +00:00
video.cpp Fix seeking to previous keyframe when the current frame is not a keyframe 2011-12-26 22:20:57 +00:00
vis_tool.cpp Store the video display and slider in the context directly rather than going through the video box. Fxes a crash when detaching video. 2011-11-12 01:23:18 +00:00