Aegisub/aegisub/src/command
Thomas Goyne 4d924b3f27 Move line joining from SubtitlesGrid to the commands
Originally committed to SVN as r5454.
2011-07-15 04:04:48 +00:00
..
Makefile Include dependency files into the Makefiles. This gives us dep tracking for headers. 2011-01-10 21:27:39 +00:00
app.cpp Convert commands to structs to eliminate a line of boilerplate per command 2011-01-16 07:15:32 +00:00
audio.cpp Remove header include order requirements 2011-07-15 04:04:13 +00:00
automation.cpp Rearrange FrameMain initialization order to seperate context initialization and control creation a bit, and eliminate local pointers to non-view parts of the context 2011-01-16 07:16:54 +00:00
command.cpp Fix include paths 2011-01-05 18:40:37 +00:00
command.h Remove #pragma once from context.h and fix resulting compilation errors 2011-01-16 07:16:00 +00:00
edit.cpp Move line joining from SubtitlesGrid to the commands 2011-07-15 04:04:48 +00:00
grid.cpp Add commands for the remaining subtitles grid hotkeys and remove SubtitlesGrid::OnKeyDown entirely 2011-01-18 05:13:26 +00:00
header Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258. 2011-01-05 13:00:46 +00:00
help.cpp Convert the video box buttons over to commands 2011-01-20 05:58:01 +00:00
icon.cpp Convert the video box buttons over to commands 2011-01-20 05:58:01 +00:00
icon.h Merge the dynamic menu, hotkey and toolbar branch to trunk. This doesn't include Windows support as vs2008 was being a major pain. This involves revisions r4921:4950, r4961:5002, r5005:5006, r5008:5056, r5062:5065, r5072, r5081:5082, r5087, r5096:5110, r5124:5125. Updates #1258. 2011-01-05 13:00:46 +00:00
keyframe.cpp Rearrange FrameMain initialization order to seperate context initialization and control creation a bit, and eliminate local pointers to non-view parts of the context 2011-01-16 07:16:54 +00:00
menu_.cpp Partially convert the subtitles grid's context menu over to using commands 2011-01-16 07:17:46 +00:00
recent.cpp Rearrange FrameMain initialization order to seperate context initialization and control creation a bit, and eliminate local pointers to non-view parts of the context 2011-01-16 07:16:54 +00:00
subtitle.cpp Convert the properties dialog over to operating on a context 2011-01-20 05:57:38 +00:00
time.cpp Remove header include order requirements 2011-07-15 04:04:13 +00:00
timecode.cpp Rearrange FrameMain initialization order to seperate context initialization and control creation a bit, and eliminate local pointers to non-view parts of the context 2011-01-16 07:16:54 +00:00
tool.cpp Open the correct dialog in tool/export 2011-01-21 06:09:20 +00:00
video.cpp Implement the overscan mask command 2011-01-25 04:24:19 +00:00