Aegisub/aegisub/src/command
Thomas Goyne 6ad2098749 Make VideoSlider use commands for its key events
Originally committed to SVN as r5256.
2011-01-21 04:57:36 +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 Use commands for most of the buttons in the audio box and add hotkey support 2011-01-17 23:54:05 +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 Don't try to reorder things by swapping entries in a set 2011-01-18 06:01:29 +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
Makefile Include dependency files into the Makefiles. This gives us dep tracking for headers. 2011-01-10 21:27:39 +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 Use commands for most of the buttons in the audio box and add hotkey support 2011-01-17 23:54:05 +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 Make VideoSlider use commands for its key events 2011-01-21 04:57:36 +00:00