Aegisub/aegisub/src/command
Thomas Goyne b36c70ca7d Move a pile of things that shouldn't be in headers out of the headers
Originally committed to SVN as r6308.
2012-01-18 20:08:42 +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 Pass wxStrings to wxString::Format rather than std::string in LogWindow 2012-01-08 01:36:16 +00:00
audio.cpp Improve audio open error reporting and remove a pile of unused stuff in AudioPlayer 2012-01-08 01:33:39 +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 Mark command strings as translatable 2012-01-08 01:05:19 +00:00
edit.cpp Rename edit/line/swap to grid/swap and grid/swap/* to grid/move/* 2012-01-13 20:18:57 +00:00
grid.cpp Make the enter-key-in-edit-box logic a standard hotkeyed command 2012-01-14 01:40:21 +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 Synchronize a bunch of similar but not quite identical strings. Closes #1081. 2012-01-08 01:05:25 +00:00
recent.cpp Non-precompiled-header compilation fix 2011-11-04 19:42:59 +00:00
subtitle.cpp Prompt to save changes before creating new subtitles 2012-01-08 01:05:57 +00:00
time.cpp Rename time/sort/* to grid/sort/* 2012-01-13 20:18:48 +00:00
timecode.cpp Synchronize a bunch of similar but not quite identical strings. Closes #1081. 2012-01-08 01:05:25 +00:00
tool.cpp Synchronize a bunch of similar but not quite identical strings. Closes #1081. 2012-01-08 01:05:25 +00:00
video.cpp Move a pile of things that shouldn't be in headers out of the headers 2012-01-18 20:08:42 +00:00
vis_tool.cpp Mark the current visual tool as active in the toolbar 2012-01-13 20:18:40 +00:00