Aegisub/aegisub/src/command
Thomas Goyne f79c9e57a0 Add commands for most of the audio box buttons/hotkeys
Originally committed to SVN as r5232.
2011-01-17 23:53:59 +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 Add commands for most of the audio box buttons/hotkeys 2011-01-17 23:53:59 +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 Partially convert the subtitles grid's context menu over to using commands 2011-01-16 07:17:46 +00:00
grid.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
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 commands to structs to eliminate a line of boilerplate per command 2011-01-16 07:15:32 +00:00
icon.cpp Add missing headers when not using precompiled header support. Some minor formatting in libaegisub/common/hotkey.cpp. 2011-01-08 12:10:40 +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 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
time.cpp Add commands for most of the audio box buttons/hotkeys 2011-01-17 23:53:59 +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 Kill SubtitlesGrid::ass and SubtitlesGrid::EditBox and convert everything that used them over to agi::Context 2011-01-16 07:17:36 +00:00
video.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