forked from mia/Aegisub
Fix all the headers in *., this includes:
* Wrapping all headers that are in agi_pre.h with AGI_PRE. * Sorting alphabetically. * Same operation as r3515. Note: This is broken when precompiled headers are not in use, I'll fix that after this commit so the two changes don't get jumbled up. Originally committed to SVN as r3525.
This commit is contained in:
parent
8eda8f2a9c
commit
774fb0f674
161 changed files with 563 additions and 280 deletions
|
@ -72,9 +72,9 @@
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
|
|
|
@ -37,17 +37,18 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
|
#ifndef AGI_PRE
|
||||||
|
#include <vector>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "ass_entry.h"
|
#include "ass_entry.h"
|
||||||
#include "boost/shared_ptr.hpp"
|
#include "boost/shared_ptr.hpp"
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
typedef std::vector<unsigned char> DataVec;
|
typedef std::vector<unsigned char> DataVec;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/// @class AttachData
|
/// @class AttachData
|
||||||
/// @brief DOCME
|
/// @brief DOCME
|
||||||
class AttachData {
|
class AttachData {
|
||||||
|
|
|
@ -37,7 +37,11 @@
|
||||||
|
|
||||||
////////////
|
////////////
|
||||||
// Includes
|
// Includes
|
||||||
|
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "ass_entry.h"
|
#include "ass_entry.h"
|
||||||
#include "ass_time.h"
|
#include "ass_time.h"
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,10 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <wx/string.h>
|
#include <wx/string.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "include/aegisub/exception.h"
|
#include "include/aegisub/exception.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -40,9 +40,12 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
|
#ifndef AGI_PRE
|
||||||
|
#include <list>
|
||||||
|
|
||||||
#include <wx/string.h>
|
#include <wx/string.h>
|
||||||
#include <wx/window.h>
|
#include <wx/window.h>
|
||||||
#include <list>
|
#endif
|
||||||
|
|
||||||
|
|
||||||
//////////////
|
//////////////
|
||||||
|
|
|
@ -40,11 +40,14 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
#include <wx/string.h>
|
#ifndef AGI_PRE
|
||||||
#include <wx/sizer.h>
|
|
||||||
#include <wx/arrstr.h>
|
#include <wx/arrstr.h>
|
||||||
|
#include <wx/sizer.h>
|
||||||
|
#include <wx/string.h>
|
||||||
|
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
//////////////
|
//////////////
|
||||||
|
|
|
@ -40,10 +40,14 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include <wx/arrstr.h>
|
#include <wx/arrstr.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
//////////////
|
//////////////
|
||||||
// Prototypes
|
// Prototypes
|
||||||
|
|
|
@ -36,8 +36,11 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "ass_dialogue.h"
|
#ifndef AGI_PRE
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include "ass_dialogue.h"
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
|
|
|
@ -40,8 +40,11 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "variable_data.h"
|
#include "variable_data.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,10 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <wx/colour.h>
|
#include <wx/colour.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "ass_entry.h"
|
#include "ass_entry.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -43,9 +43,12 @@
|
||||||
|
|
||||||
////////////
|
////////////
|
||||||
// Includes
|
// Includes
|
||||||
#include <wx/arrstr.h>
|
#ifndef AGI_PRE
|
||||||
#include <list>
|
#include <list>
|
||||||
|
|
||||||
|
#include <wx/arrstr.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
//////////////
|
//////////////
|
||||||
// Prototypes
|
// Prototypes
|
||||||
|
|
|
@ -40,9 +40,11 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
#include <wx/string.h>
|
#ifndef AGI_PRE
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
#include <wx/string.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
|
|
|
@ -43,17 +43,20 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
#include <wx/string.h>
|
#ifndef AGI_PRE
|
||||||
#include <wx/panel.h>
|
|
||||||
#include <wx/menu.h>
|
|
||||||
#include <wx/scrolbar.h>
|
|
||||||
#include <wx/button.h>
|
|
||||||
#include <wx/bmpbuttn.h>
|
#include <wx/bmpbuttn.h>
|
||||||
|
#include <wx/button.h>
|
||||||
|
#include <wx/menu.h>
|
||||||
|
#include <wx/panel.h>
|
||||||
#include <wx/sashwin.h>
|
#include <wx/sashwin.h>
|
||||||
#include <wx/slider.h>
|
#include <wx/scrolbar.h>
|
||||||
#include <wx/sizer.h>
|
#include <wx/sizer.h>
|
||||||
|
#include <wx/slider.h>
|
||||||
|
#include <wx/string.h>
|
||||||
#include <wx/textctrl.h>
|
#include <wx/textctrl.h>
|
||||||
#include <wx/tglbtn.h>
|
#include <wx/tglbtn.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
//////////////
|
//////////////
|
||||||
// Prototypes
|
// Prototypes
|
||||||
|
|
|
@ -43,12 +43,16 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
#include <wx/window.h>
|
#ifndef AGI_PRE
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
#include <wx/bitmap.h>
|
#include <wx/bitmap.h>
|
||||||
#include <wx/scrolbar.h>
|
#include <wx/scrolbar.h>
|
||||||
#include <stdint.h>
|
#include <wx/window.h>
|
||||||
#include "audio_provider_manager.h"
|
#endif
|
||||||
|
|
||||||
#include "audio_player_manager.h"
|
#include "audio_player_manager.h"
|
||||||
|
#include "audio_provider_manager.h"
|
||||||
#include "audio_renderer_spectrum.h"
|
#include "audio_renderer_spectrum.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -43,10 +43,14 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
#include <wx/window.h>
|
#ifndef AGI_PRE
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
#include <wx/log.h>
|
#include <wx/log.h>
|
||||||
#include <wx/menu.h>
|
#include <wx/menu.h>
|
||||||
#include <vector>
|
#include <wx/window.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "ass_karaoke.h"
|
#include "ass_karaoke.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -40,12 +40,13 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
|
#include <alsa/asoundlib.h>
|
||||||
|
|
||||||
|
#include "frame_main.h"
|
||||||
#include "include/aegisub/audio_player.h"
|
#include "include/aegisub/audio_player.h"
|
||||||
#include "include/aegisub/audio_provider.h"
|
#include "include/aegisub/audio_provider.h"
|
||||||
#include "utils.h"
|
|
||||||
#include "frame_main.h"
|
|
||||||
#include <alsa/asoundlib.h>
|
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
|
#include "utils.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -39,12 +39,16 @@
|
||||||
// Headers
|
// Headers
|
||||||
#ifdef WITH_DIRECTSOUND
|
#ifdef WITH_DIRECTSOUND
|
||||||
|
|
||||||
|
#ifndef AGI_PRE
|
||||||
|
#include <mmsystem.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include <dsound.h>
|
||||||
|
|
||||||
|
#include "frame_main.h"
|
||||||
#include "include/aegisub/audio_player.h"
|
#include "include/aegisub/audio_player.h"
|
||||||
#include "include/aegisub/audio_provider.h"
|
#include "include/aegisub/audio_provider.h"
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
#include "frame_main.h"
|
|
||||||
#include <mmsystem.h>
|
|
||||||
#include <dsound.h>
|
|
||||||
|
|
||||||
|
|
||||||
//////////////
|
//////////////
|
||||||
|
|
|
@ -40,10 +40,14 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
#include <wx/event.h>
|
#ifndef AGI_PRE
|
||||||
#include <wx/timer.h>
|
|
||||||
#include <wx/thread.h>
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
#include <wx/event.h>
|
||||||
|
#include <wx/thread.h>
|
||||||
|
#include <wx/timer.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "factory_manager.h"
|
#include "factory_manager.h"
|
||||||
#include "include/aegisub/audio_player.h"
|
#include "include/aegisub/audio_player.h"
|
||||||
|
|
||||||
|
|
|
@ -40,12 +40,12 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
|
#include "audio_player_manager.h"
|
||||||
|
#include "frame_main.h"
|
||||||
#include "include/aegisub/audio_player.h"
|
#include "include/aegisub/audio_player.h"
|
||||||
#include "include/aegisub/audio_provider.h"
|
#include "include/aegisub/audio_provider.h"
|
||||||
#include "utils.h"
|
|
||||||
#include "frame_main.h"
|
|
||||||
#include "audio_player_manager.h"
|
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
|
#include "utils.h"
|
||||||
|
|
||||||
#ifdef __WINDOWS__
|
#ifdef __WINDOWS__
|
||||||
#include <al.h>
|
#include <al.h>
|
||||||
|
|
|
@ -41,8 +41,11 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
#include <fcntl.h>
|
#ifndef AGI_PRE
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include <fcntl.h>
|
||||||
#ifdef HAVE_SOUNDCARD_H
|
#ifdef HAVE_SOUNDCARD_H
|
||||||
# include <soundcard.h>
|
# include <soundcard.h>
|
||||||
#else
|
#else
|
||||||
|
@ -50,11 +53,13 @@
|
||||||
# include <sys/soundcard.h>
|
# include <sys/soundcard.h>
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
#include "frame_main.h"
|
||||||
#include "include/aegisub/audio_player.h"
|
#include "include/aegisub/audio_player.h"
|
||||||
#include "include/aegisub/audio_provider.h"
|
#include "include/aegisub/audio_provider.h"
|
||||||
#include "utils.h"
|
|
||||||
#include "frame_main.h"
|
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
|
#include "utils.h"
|
||||||
|
|
||||||
|
|
||||||
//////////////
|
//////////////
|
||||||
|
|
|
@ -47,6 +47,7 @@ extern "C" {
|
||||||
#include <portaudio.h>
|
#include <portaudio.h>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/// @class PortAudioPlayer
|
/// @class PortAudioPlayer
|
||||||
/// @brief PortAudio Player
|
/// @brief PortAudio Player
|
||||||
///
|
///
|
||||||
|
|
|
@ -40,12 +40,16 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include <pulse/pulseaudio.h>
|
||||||
|
|
||||||
#include "include/aegisub/audio_player.h"
|
#include "include/aegisub/audio_player.h"
|
||||||
#include "include/aegisub/audio_provider.h"
|
#include "include/aegisub/audio_provider.h"
|
||||||
#include "utils.h"
|
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include <pulse/pulseaudio.h>
|
#include "utils.h"
|
||||||
|
|
||||||
|
|
||||||
//////////////
|
//////////////
|
||||||
|
|
|
@ -43,7 +43,6 @@
|
||||||
#include "avisynth_wrap.h"
|
#include "avisynth_wrap.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
/// @class AvisynthAudioProvider
|
/// @class AvisynthAudioProvider
|
||||||
/// @brief DOCME
|
/// @brief DOCME
|
||||||
|
|
|
@ -43,7 +43,6 @@
|
||||||
#include "include/aegisub/audio_provider.h"
|
#include "include/aegisub/audio_provider.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
/// @class ConvertAudioProvider
|
/// @class ConvertAudioProvider
|
||||||
/// @brief DOCME
|
/// @brief DOCME
|
||||||
|
|
|
@ -34,6 +34,7 @@
|
||||||
/// @ingroup audio_input
|
/// @ingroup audio_input
|
||||||
///
|
///
|
||||||
|
|
||||||
|
|
||||||
#include "include/aegisub/audio_provider.h"
|
#include "include/aegisub/audio_provider.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -43,7 +43,6 @@
|
||||||
#include "include/aegisub/audio_provider.h"
|
#include "include/aegisub/audio_provider.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
/// @class DummyAudioProvider
|
/// @class DummyAudioProvider
|
||||||
/// @brief DOCME
|
/// @brief DOCME
|
||||||
|
|
|
@ -41,7 +41,6 @@
|
||||||
#include "ffmpegsource_common.h"
|
#include "ffmpegsource_common.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
/// @class FFmpegSourceAudioProvider
|
/// @class FFmpegSourceAudioProvider
|
||||||
/// @brief DOCME
|
/// @brief DOCME
|
||||||
|
|
|
@ -40,9 +40,12 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
#include "include/aegisub/audio_provider.h"
|
#ifndef AGI_PRE
|
||||||
#include <wx/file.h>
|
#include <wx/file.h>
|
||||||
#include <wx/thread.h>
|
#include <wx/thread.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include "include/aegisub/audio_provider.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -40,10 +40,12 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "factory_manager.h"
|
#endif
|
||||||
#include "include/aegisub/audio_provider.h"
|
|
||||||
|
|
||||||
|
#include "include/aegisub/audio_provider.h"
|
||||||
|
#include "factory_manager.h"
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
|
|
|
@ -40,15 +40,18 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
#include "include/aegisub/audio_provider.h"
|
#ifndef AGI_PRE
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
#include <wx/file.h>
|
#include <wx/file.h>
|
||||||
#include <wx/thread.h>
|
#include <wx/thread.h>
|
||||||
#include <vector>
|
#endif
|
||||||
|
|
||||||
#ifdef _WINDOWS
|
#ifdef _WINDOWS
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "include/aegisub/audio_provider.h"
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
|
|
|
@ -40,7 +40,10 @@
|
||||||
#include "quicktime_common.h"
|
#include "quicktime_common.h"
|
||||||
|
|
||||||
#ifdef WITH_QUICKTIME
|
#ifdef WITH_QUICKTIME
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <wx/log.h>
|
#include <wx/log.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "include/aegisub/audio_provider.h"
|
#include "include/aegisub/audio_provider.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -43,7 +43,6 @@
|
||||||
#include "include/aegisub/audio_provider.h"
|
#include "include/aegisub/audio_provider.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
/// @class RAMAudioProvider
|
/// @class RAMAudioProvider
|
||||||
/// @brief DOCME
|
/// @brief DOCME
|
||||||
|
|
|
@ -40,10 +40,12 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include "include/aegisub/audio_provider.h"
|
#endif
|
||||||
|
|
||||||
|
#include "include/aegisub/audio_provider.h"
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
|
|
|
@ -36,9 +36,13 @@
|
||||||
/// Base classes for audio renderers (spectrum, waveform, ...)
|
/// Base classes for audio renderers (spectrum, waveform, ...)
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef AGI_PRE
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
#include <wx/dc.h>
|
#include <wx/dc.h>
|
||||||
#include <wx/gdicmn.h>
|
#include <wx/gdicmn.h>
|
||||||
#include <memory>
|
#endif
|
||||||
|
|
||||||
#include "block_cache.h"
|
#include "block_cache.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,10 @@
|
||||||
/// Include guard for audio_spectrum.h
|
/// Include guard for audio_spectrum.h
|
||||||
#define AUDIO_SPECTRUM_H
|
#define AUDIO_SPECTRUM_H
|
||||||
|
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "audio_provider_manager.h"
|
#include "audio_provider_manager.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -41,18 +41,22 @@
|
||||||
/// DOCME
|
/// DOCME
|
||||||
#define _AUTO4_BASE_H
|
#define _AUTO4_BASE_H
|
||||||
|
|
||||||
#include <wx/string.h>
|
#ifndef AGI_PRE
|
||||||
#include <wx/sizer.h>
|
|
||||||
#include <wx/gauge.h>
|
|
||||||
#include <wx/timer.h>
|
|
||||||
#include <wx/stattext.h>
|
|
||||||
#include <wx/dialog.h>
|
|
||||||
#include <wx/textctrl.h>
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
#include <wx/dialog.h>
|
||||||
|
#include <wx/gauge.h>
|
||||||
|
#include <wx/sizer.h>
|
||||||
|
#include <wx/stattext.h>
|
||||||
|
#include <wx/string.h>
|
||||||
|
#include <wx/textctrl.h>
|
||||||
|
#include <wx/timer.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "ass_export_filter.h"
|
#include "ass_export_filter.h"
|
||||||
#include "subtitle_format.h"
|
#include "subtitle_format.h"
|
||||||
|
|
||||||
|
|
||||||
class AssFile;
|
class AssFile;
|
||||||
class AssStyle;
|
class AssStyle;
|
||||||
class wxWindow;
|
class wxWindow;
|
||||||
|
|
|
@ -41,15 +41,18 @@
|
||||||
/// DOCME
|
/// DOCME
|
||||||
#define _AUTO4_LUA_H
|
#define _AUTO4_LUA_H
|
||||||
|
|
||||||
#include "auto4_base.h"
|
#ifndef AGI_PRE
|
||||||
#include <wx/thread.h>
|
|
||||||
#include <wx/event.h>
|
#include <wx/event.h>
|
||||||
|
#include <wx/thread.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include "auto4_base.h"
|
||||||
|
|
||||||
#ifdef __WINDOWS__
|
#ifdef __WINDOWS__
|
||||||
#include "../../contrib/lua51/src/lua.h"
|
#include "../../contrib/lua51/src/lua.h"
|
||||||
#include "../../contrib/lua51/src/lauxlib.h"
|
#include "../../contrib/lua51/src/lauxlib.h"
|
||||||
#else
|
#else
|
||||||
#include "lua.hpp"
|
#include <lua.hpp>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
class wxWindow;
|
class wxWindow;
|
||||||
|
|
|
@ -45,7 +45,10 @@
|
||||||
// Headers
|
// Headers
|
||||||
|
|
||||||
#ifdef WITH_AVISYNTH
|
#ifdef WITH_AVISYNTH
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "avisynth.h"
|
#include "avisynth.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -40,11 +40,14 @@
|
||||||
|
|
||||||
////////////
|
////////////
|
||||||
// Includes
|
// Includes
|
||||||
#include <wx/grid.h>
|
#ifndef AGI_PRE
|
||||||
#include <wx/scrolbar.h>
|
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
#include <wx/grid.h>
|
||||||
|
#include <wx/scrolbar.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
//////////////
|
//////////////
|
||||||
// Prototypes
|
// Prototypes
|
||||||
|
|
|
@ -39,9 +39,10 @@
|
||||||
#define BLOCK_CACHE_H
|
#define BLOCK_CACHE_H
|
||||||
|
|
||||||
|
|
||||||
#include <vector>
|
#ifndef AGI_PRE
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <vector>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/// @class BasicDataBlockFactory
|
/// @class BasicDataBlockFactory
|
||||||
|
|
|
@ -40,9 +40,10 @@
|
||||||
|
|
||||||
////////////
|
////////////
|
||||||
// Includes
|
// Includes
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <wx/button.h>
|
#include <wx/button.h>
|
||||||
#include <wx/textctrl.h>
|
#include <wx/textctrl.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
|
|
|
@ -39,15 +39,19 @@
|
||||||
/// DOCME
|
/// DOCME
|
||||||
#define AEGISUB_CHARSET_CONV_H
|
#define AEGISUB_CHARSET_CONV_H
|
||||||
|
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <iconv.h>
|
#include <iconv.h>
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
|
|
||||||
#include <wx/arrstr.h>
|
#include <wx/arrstr.h>
|
||||||
#include <wx/thread.h>
|
|
||||||
#include <wx/string.h>
|
#include <wx/string.h>
|
||||||
#include <wx/strconv.h>
|
#include <wx/strconv.h>
|
||||||
|
#include <wx/thread.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "aegisub_endian.h"
|
#include "aegisub_endian.h"
|
||||||
|
|
||||||
|
|
||||||
#if !defined(_LIBICONV_VERSION) || _LIBICONV_VERSION < 0x010A || defined(LIBICONV_PLUG)
|
#if !defined(_LIBICONV_VERSION) || _LIBICONV_VERSION < 0x010A || defined(LIBICONV_PLUG)
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
|
|
|
@ -42,7 +42,6 @@
|
||||||
#include "../universalchardet/nsUniversalDetector.h"
|
#include "../universalchardet/nsUniversalDetector.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
/// @class CharSetDetect
|
/// @class CharSetDetect
|
||||||
/// @brief DOCME
|
/// @brief DOCME
|
||||||
|
|
|
@ -39,9 +39,10 @@
|
||||||
/// DOCME
|
/// DOCME
|
||||||
#define COLORSPACE_H
|
#define COLORSPACE_H
|
||||||
|
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <wx/colour.h>
|
#include <wx/colour.h>
|
||||||
#include <wx/string.h>
|
#include <wx/string.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/// @brief DOCME
|
/// @brief DOCME
|
||||||
|
|
|
@ -40,8 +40,9 @@
|
||||||
|
|
||||||
////////////
|
////////////
|
||||||
// Includes
|
// Includes
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <wx/bmpbuttn.h>
|
#include <wx/bmpbuttn.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
|
|
|
@ -40,9 +40,11 @@
|
||||||
|
|
||||||
////////////
|
////////////
|
||||||
// Includes
|
// Includes
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <wx/dialog.h>
|
#include <wx/dialog.h>
|
||||||
#include "static_bmp.h"
|
#endif
|
||||||
|
|
||||||
|
#include "static_bmp.h"
|
||||||
|
|
||||||
|
|
||||||
/// @class AboutScreen
|
/// @class AboutScreen
|
||||||
|
|
|
@ -40,10 +40,11 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <wx/dialog.h>
|
#include <wx/dialog.h>
|
||||||
#include <wx/checklst.h>
|
#include <wx/checklst.h>
|
||||||
#include <wx/slider.h>
|
#include <wx/slider.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
|
|
|
@ -41,14 +41,17 @@
|
||||||
/// DOCME
|
/// DOCME
|
||||||
#define DIALOG_AUTOMATION_H
|
#define DIALOG_AUTOMATION_H
|
||||||
|
|
||||||
|
#ifndef AGI_PRE
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
|
#include <wx/button.h>
|
||||||
#include <wx/dialog.h>
|
#include <wx/dialog.h>
|
||||||
#include <wx/listctrl.h>
|
#include <wx/listctrl.h>
|
||||||
#include <wx/button.h>
|
#endif
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
namespace Automation4 { class ScriptManager; class Script; class AutoloadScriptManager; };
|
namespace Automation4 { class ScriptManager; class Script; };
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
|
|
|
@ -39,17 +39,18 @@
|
||||||
/// DOCME
|
/// DOCME
|
||||||
#define DIALOG_COLORPICKER_H
|
#define DIALOG_COLORPICKER_H
|
||||||
|
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <wx/dialog.h>
|
|
||||||
#include <wx/spinctrl.h>
|
|
||||||
#include <wx/colour.h>
|
|
||||||
#include <wx/bitmap.h>
|
|
||||||
#include <wx/textctrl.h>
|
|
||||||
#include <wx/button.h>
|
|
||||||
#include <wx/choice.h>
|
|
||||||
#include <wx/statbmp.h>
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
#include <wx/bitmap.h>
|
||||||
|
#include <wx/button.h>
|
||||||
|
#include <wx/choice.h>
|
||||||
|
#include <wx/colour.h>
|
||||||
|
#include <wx/dialog.h>
|
||||||
|
#include <wx/spinctrl.h>
|
||||||
|
#include <wx/statbmp.h>
|
||||||
|
#include <wx/textctrl.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
|
|
|
@ -38,8 +38,9 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <wx/dialog.h>
|
#include <wx/dialog.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
//////////////
|
//////////////
|
||||||
// Prototypes
|
// Prototypes
|
||||||
|
|
|
@ -39,15 +39,18 @@
|
||||||
/// DOCME
|
/// DOCME
|
||||||
#define _DIALOG_DUMMY_VIDEO_H
|
#define _DIALOG_DUMMY_VIDEO_H
|
||||||
|
|
||||||
#include <wx/dialog.h>
|
#ifndef AGI_PRE
|
||||||
#include <wx/string.h>
|
|
||||||
#include <wx/stattext.h>
|
|
||||||
#include <wx/spinctrl.h>
|
|
||||||
#include <wx/combobox.h>
|
|
||||||
#include <wx/checkbox.h>
|
#include <wx/checkbox.h>
|
||||||
|
#include <wx/combobox.h>
|
||||||
|
#include <wx/dialog.h>
|
||||||
|
#include <wx/spinctrl.h>
|
||||||
|
#include <wx/stattext.h>
|
||||||
|
#include <wx/string.h>
|
||||||
#include <wx/textctrl.h>
|
#include <wx/textctrl.h>
|
||||||
#include "video_provider_dummy.h"
|
#endif
|
||||||
|
|
||||||
#include "colour_button.h"
|
#include "colour_button.h"
|
||||||
|
#include "video_provider_dummy.h"
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
|
|
|
@ -40,15 +40,17 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
|
#ifndef AGI_PRE
|
||||||
|
#include <map>
|
||||||
|
|
||||||
|
#include <wx/checklst.h>
|
||||||
|
#include <wx/choice.h>
|
||||||
#include <wx/dialog.h>
|
#include <wx/dialog.h>
|
||||||
|
#include <wx/panel.h>
|
||||||
#include <wx/sizer.h>
|
#include <wx/sizer.h>
|
||||||
#include <wx/string.h>
|
#include <wx/string.h>
|
||||||
#include <wx/textctrl.h>
|
#include <wx/textctrl.h>
|
||||||
#include <wx/checklst.h>
|
#endif
|
||||||
#include <wx/choice.h>
|
|
||||||
#include <wx/panel.h>
|
|
||||||
#include <map>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
|
|
|
@ -40,12 +40,15 @@
|
||||||
|
|
||||||
////////////
|
////////////
|
||||||
// Includes
|
// Includes
|
||||||
#include <wx/stc/stc.h>
|
#ifndef AGI_PRE
|
||||||
#include <wx/button.h>
|
#include <wx/button.h>
|
||||||
#include <wx/stattext.h>
|
|
||||||
#include <wx/textctrl.h>
|
|
||||||
#include <wx/dialog.h>
|
#include <wx/dialog.h>
|
||||||
#include <wx/radiobox.h>
|
#include <wx/radiobox.h>
|
||||||
|
#include <wx/stattext.h>
|
||||||
|
#include <wx/stc/stc.h>
|
||||||
|
#include <wx/textctrl.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
//////////////
|
//////////////
|
||||||
// Prototypes
|
// Prototypes
|
||||||
|
|
|
@ -47,7 +47,6 @@
|
||||||
#include "timeedit_ctrl.h"
|
#include "timeedit_ctrl.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
/// @class DialogJumpTo
|
/// @class DialogJumpTo
|
||||||
/// @brief DOCME
|
/// @brief DOCME
|
||||||
|
|
|
@ -43,16 +43,20 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
|
#ifndef AGI_PRE
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
|
#include <wx/checkbox.h>
|
||||||
|
#include <wx/combobox.h>
|
||||||
|
#include <wx/dialog.h>
|
||||||
#include <wx/listctrl.h>
|
#include <wx/listctrl.h>
|
||||||
#include <wx/regex.h>
|
#include <wx/regex.h>
|
||||||
#include <wx/checkbox.h>
|
#endif
|
||||||
#include <wx/dialog.h>
|
|
||||||
#include <wx/combobox.h>
|
|
||||||
#include <vector>
|
|
||||||
#include "options.h"
|
|
||||||
#include "kana_table.h"
|
|
||||||
#include "ass_file.h"
|
|
||||||
#include "ass_entry.h"
|
#include "ass_entry.h"
|
||||||
|
#include "ass_file.h"
|
||||||
|
#include "kana_table.h"
|
||||||
|
#include "options.h"
|
||||||
|
|
||||||
|
|
||||||
//////////////
|
//////////////
|
||||||
|
|
|
@ -40,12 +40,16 @@
|
||||||
|
|
||||||
////////////
|
////////////
|
||||||
// Includes
|
// Includes
|
||||||
|
#ifndef AGI_PRE
|
||||||
|
#include <map>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
#include <wx/dialog.h>
|
#include <wx/dialog.h>
|
||||||
#include <wx/listctrl.h>
|
#include <wx/listctrl.h>
|
||||||
#include <vector>
|
#endif
|
||||||
#include <map>
|
|
||||||
#include "options.h"
|
|
||||||
#include "hotkeys.h"
|
#include "hotkeys.h"
|
||||||
|
#include "options.h"
|
||||||
|
|
||||||
|
|
||||||
//////////////
|
//////////////
|
||||||
|
|
|
@ -40,9 +40,10 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <wx/dialog.h>
|
#include <wx/dialog.h>
|
||||||
#include <wx/checklst.h>
|
#include <wx/checklst.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
|
|
|
@ -43,10 +43,11 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <wx/dialog.h>
|
#include <wx/dialog.h>
|
||||||
#include <wx/gauge.h>
|
#include <wx/gauge.h>
|
||||||
#include <wx/stattext.h>
|
#include <wx/stattext.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
|
|
|
@ -40,10 +40,11 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
#include <wx/textctrl.h>
|
#ifndef AGI_PRE
|
||||||
#include <wx/combobox.h>
|
|
||||||
#include <wx/checkbox.h>
|
#include <wx/checkbox.h>
|
||||||
|
#include <wx/combobox.h>
|
||||||
|
#include <wx/textctrl.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
|
|
|
@ -43,10 +43,12 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
|
#ifndef AGI_PRE
|
||||||
|
#include <wx/checkbox.h>
|
||||||
#include <wx/dialog.h>
|
#include <wx/dialog.h>
|
||||||
#include <wx/string.h>
|
#include <wx/string.h>
|
||||||
#include <wx/textctrl.h>
|
#include <wx/textctrl.h>
|
||||||
#include <wx/checkbox.h>
|
#endif
|
||||||
|
|
||||||
|
|
||||||
//////////////
|
//////////////
|
||||||
|
|
|
@ -40,12 +40,14 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
#include <wx/dialog.h>
|
#ifndef AGI_PRE
|
||||||
#include <wx/string.h>
|
|
||||||
#include <wx/combobox.h>
|
|
||||||
#include <wx/checkbox.h>
|
#include <wx/checkbox.h>
|
||||||
#include <wx/textctrl.h>
|
#include <wx/combobox.h>
|
||||||
|
#include <wx/dialog.h>
|
||||||
#include <wx/radiobox.h>
|
#include <wx/radiobox.h>
|
||||||
|
#include <wx/string.h>
|
||||||
|
#include <wx/textctrl.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
//////////////
|
//////////////
|
||||||
|
|
|
@ -43,11 +43,14 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
#include <wx/dialog.h>
|
#ifndef AGI_PRE
|
||||||
#include <wx/textctrl.h>
|
|
||||||
#include <wx/checkbox.h>
|
#include <wx/checkbox.h>
|
||||||
#include <wx/radiobut.h>
|
#include <wx/combobox.h>
|
||||||
|
#include <wx/dialog.h>
|
||||||
#include <wx/radiobox.h>
|
#include <wx/radiobox.h>
|
||||||
|
#include <wx/string.h>
|
||||||
|
#include <wx/textctrl.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
//////////////
|
//////////////
|
||||||
|
|
|
@ -43,10 +43,13 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <wx/dialog.h>
|
#include <wx/dialog.h>
|
||||||
#include <wx/radiobut.h>
|
|
||||||
#include <wx/radiobox.h>
|
|
||||||
#include <wx/listbox.h>
|
#include <wx/listbox.h>
|
||||||
|
#include <wx/radiobox.h>
|
||||||
|
#include <wx/radiobut.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "timeedit_ctrl.h"
|
#include "timeedit_ctrl.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -38,12 +38,15 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
#include <wx/dialog.h>
|
#ifndef AGI_PRE
|
||||||
#include <wx/textctrl.h>
|
|
||||||
#include <wx/listbox.h>
|
|
||||||
#include <wx/combobox.h>
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
|
#include <wx/dialog.h>
|
||||||
|
#include <wx/combobox.h>
|
||||||
|
#include <wx/listbox.h>
|
||||||
|
#include <wx/textctrl.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
//////////////
|
//////////////
|
||||||
// Prototypes
|
// Prototypes
|
||||||
|
|
|
@ -43,9 +43,10 @@
|
||||||
|
|
||||||
////////////
|
////////////
|
||||||
// Includes
|
// Includes
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <wx/frame.h>
|
#include <wx/frame.h>
|
||||||
#include <wx/timer.h>
|
#include <wx/timer.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
|
|
|
@ -43,11 +43,14 @@
|
||||||
|
|
||||||
////////////
|
////////////
|
||||||
// Includes
|
// Includes
|
||||||
#include <wx/spinctrl.h>
|
#ifndef AGI_PRE
|
||||||
#include <wx/combobox.h>
|
|
||||||
#include <wx/checkbox.h>
|
#include <wx/checkbox.h>
|
||||||
|
#include <wx/combobox.h>
|
||||||
#include <wx/radiobox.h>
|
#include <wx/radiobox.h>
|
||||||
|
#include <wx/spinctrl.h>
|
||||||
#include <wx/textctrl.h>
|
#include <wx/textctrl.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "colour_button.h"
|
#include "colour_button.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -43,11 +43,15 @@
|
||||||
|
|
||||||
////////////
|
////////////
|
||||||
// Includes
|
// Includes
|
||||||
#include <wx/dialog.h>
|
#ifndef AGI_PRE
|
||||||
#include <wx/combobox.h>
|
|
||||||
#include <wx/listbox.h>
|
|
||||||
#include <wx/button.h>
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
#include <wx/button.h>
|
||||||
|
#include <wx/combobox.h>
|
||||||
|
#include <wx/dialog.h>
|
||||||
|
#include <wx/listbox.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "ass_style_storage.h"
|
#include "ass_style_storage.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -43,11 +43,13 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
#include <wx/dialog.h>
|
#ifndef AGI_PRE
|
||||||
#include <wx/colour.h>
|
|
||||||
#include <wx/textctrl.h>
|
|
||||||
#include <wx/listbox.h>
|
|
||||||
#include <wx/checkbox.h>
|
#include <wx/checkbox.h>
|
||||||
|
#include <wx/colour.h>
|
||||||
|
#include <wx/dialog.h>
|
||||||
|
#include <wx/listbox.h>
|
||||||
|
#include <wx/textctrl.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
//////////////
|
//////////////
|
||||||
|
|
|
@ -41,9 +41,10 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <wx/dialog.h>
|
#include <wx/dialog.h>
|
||||||
#include <wx/textctrl.h>
|
#include <wx/textctrl.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
|
|
|
@ -42,14 +42,17 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
|
#ifndef AGI_PRE
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
|
#include <wx/button.h>
|
||||||
|
#include <wx/checkbox.h>
|
||||||
|
#include <wx/checklst.h>
|
||||||
#include <wx/dialog.h>
|
#include <wx/dialog.h>
|
||||||
#include <wx/sizer.h>
|
#include <wx/sizer.h>
|
||||||
#include <wx/checkbox.h>
|
|
||||||
#include <wx/textctrl.h>
|
|
||||||
#include <wx/slider.h>
|
#include <wx/slider.h>
|
||||||
#include <wx/checklst.h>
|
#include <wx/textctrl.h>
|
||||||
#include <wx/button.h>
|
#endif
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
|
|
||||||
//////////////
|
//////////////
|
||||||
|
|
|
@ -40,9 +40,11 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
#include <wx/tipdlg.h>
|
#ifndef AGI_PRE
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
#include <wx/tipdlg.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
|
|
|
@ -43,9 +43,11 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
#include <wx/stattext.h>
|
#ifndef AGI_PRE
|
||||||
#include <wx/checkbox.h>
|
#include <wx/checkbox.h>
|
||||||
#include <wx/dialog.h>
|
#include <wx/dialog.h>
|
||||||
|
#include <wx/stattext.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "scintilla_text_ctrl.h"
|
#include "scintilla_text_ctrl.h"
|
||||||
|
|
||||||
|
|
|
@ -40,9 +40,11 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <wx/dialog.h>
|
#include <wx/dialog.h>
|
||||||
#include <wx/textctrl.h>
|
|
||||||
#include <wx/sizer.h>
|
#include <wx/sizer.h>
|
||||||
|
#include <wx/textctrl.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
//////////////
|
//////////////
|
||||||
|
|
|
@ -41,7 +41,9 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <wx/dialog.h>
|
#include <wx/dialog.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
|
|
|
@ -43,7 +43,9 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <wx/dnd.h>
|
#include <wx/dnd.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
//////////////
|
//////////////
|
||||||
|
|
|
@ -43,7 +43,6 @@
|
||||||
#include "ass_export_filter.h"
|
#include "ass_export_filter.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
/// @class AssTransformCleanInfoFilter
|
/// @class AssTransformCleanInfoFilter
|
||||||
/// @brief DOCME
|
/// @brief DOCME
|
||||||
|
|
|
@ -43,7 +43,6 @@
|
||||||
#include "ass_export_filter.h"
|
#include "ass_export_filter.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
/// @class AssFixStylesFilter
|
/// @class AssFixStylesFilter
|
||||||
/// @brief DOCME
|
/// @brief DOCME
|
||||||
|
|
|
@ -40,13 +40,16 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
#include <wx/textctrl.h>
|
#ifndef AGI_PRE
|
||||||
#include <wx/sizer.h>
|
|
||||||
#include <wx/radiobut.h>
|
|
||||||
#include <wx/button.h>
|
#include <wx/button.h>
|
||||||
#include <wx/panel.h>
|
|
||||||
#include <wx/stattext.h>
|
|
||||||
#include <wx/checkbox.h>
|
#include <wx/checkbox.h>
|
||||||
|
#include <wx/panel.h>
|
||||||
|
#include <wx/radiobut.h>
|
||||||
|
#include <wx/sizer.h>
|
||||||
|
#include <wx/stattext.h>
|
||||||
|
#include <wx/textctrl.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "ass_export_filter.h"
|
#include "ass_export_filter.h"
|
||||||
#include "vfr.h"
|
#include "vfr.h"
|
||||||
|
|
||||||
|
|
|
@ -43,7 +43,6 @@
|
||||||
#include "ass_export_filter.h"
|
#include "ass_export_filter.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
/// @class AssLimitToVisibleFilter
|
/// @class AssLimitToVisibleFilter
|
||||||
/// @brief DOCME
|
/// @brief DOCME
|
||||||
|
|
|
@ -40,9 +40,12 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <wx/string.h>
|
|
||||||
#include <wx/arrstr.h>
|
#include <wx/arrstr.h>
|
||||||
|
#include <wx/string.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/////////////////
|
/////////////////
|
||||||
|
|
|
@ -39,12 +39,17 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
#include <wx/thread.h>
|
#ifndef AGI_PRE
|
||||||
#include "include/aegisub/aegisub.h"
|
|
||||||
#include <ffms.h>
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
#include <wx/filename.h>
|
#include <wx/filename.h>
|
||||||
|
#include <wx/thread.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include <ffms.h>
|
||||||
|
|
||||||
#include "dialog_progress.h"
|
#include "dialog_progress.h"
|
||||||
|
#include "include/aegisub/aegisub.h"
|
||||||
|
|
||||||
|
|
||||||
/// Index all tracks
|
/// Index all tracks
|
||||||
|
|
|
@ -40,8 +40,9 @@
|
||||||
/// DOCME
|
/// DOCME
|
||||||
#define FFT_H
|
#define FFT_H
|
||||||
|
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <stdlib.h> // size_t
|
#include <stdlib.h> // size_t
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
|
|
|
@ -40,10 +40,13 @@
|
||||||
|
|
||||||
////////////
|
////////////
|
||||||
// Includes
|
// Includes
|
||||||
#include <wx/string.h>
|
#ifndef AGI_PRE
|
||||||
#include <wx/arrstr.h>
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
|
#include <wx/arrstr.h>
|
||||||
|
#include <wx/string.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
////////////
|
////////////
|
||||||
// Typedefs
|
// Typedefs
|
||||||
|
|
|
@ -42,8 +42,8 @@
|
||||||
// Includes
|
// Includes
|
||||||
#include <fontconfig/fontconfig.h>
|
#include <fontconfig/fontconfig.h>
|
||||||
#include <fontconfig/fcfreetype.h>
|
#include <fontconfig/fcfreetype.h>
|
||||||
#include "font_file_lister.h"
|
|
||||||
|
|
||||||
|
#include "font_file_lister.h"
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
|
|
|
@ -43,7 +43,6 @@
|
||||||
#include "font_file_lister.h"
|
#include "font_file_lister.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
typedef struct FT_LibraryRec_ *FT_Library;
|
typedef struct FT_LibraryRec_ *FT_Library;
|
||||||
|
|
||||||
|
|
|
@ -43,15 +43,17 @@
|
||||||
|
|
||||||
///////////////////
|
///////////////////
|
||||||
// Include headers
|
// Include headers
|
||||||
#include <wx/frame.h>
|
#ifndef AGI_PRE
|
||||||
#include <wx/menu.h>
|
|
||||||
#include <wx/log.h>
|
|
||||||
#include <wx/timer.h>
|
|
||||||
#include <wx/combobox.h>
|
|
||||||
#include <wx/sizer.h>
|
|
||||||
#include <wx/panel.h>
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
#include <wx/combobox.h>
|
||||||
|
#include <wx/frame.h>
|
||||||
|
#include <wx/log.h>
|
||||||
|
#include <wx/menu.h>
|
||||||
|
#include <wx/panel.h>
|
||||||
|
#include <wx/sizer.h>
|
||||||
|
#include <wx/timer.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
////////////////////
|
////////////////////
|
||||||
|
|
|
@ -38,16 +38,20 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
|
|
||||||
|
#ifndef AGI_PRE
|
||||||
|
#include <map>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
#include <wx/bitmap.h>
|
#include <wx/bitmap.h>
|
||||||
#include <wx/font.h>
|
#include <wx/font.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
#include <OpenGL/GL.h>
|
#include <OpenGL/GL.h>
|
||||||
#else
|
#else
|
||||||
#include <GL/gl.h>
|
#include <GL/gl.h>
|
||||||
#endif
|
#endif
|
||||||
#include <map>
|
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
|
|
|
@ -36,6 +36,7 @@
|
||||||
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
#include <OpenGL/GL.h>
|
#include <OpenGL/GL.h>
|
||||||
#include <OpenGL/glu.h>
|
#include <OpenGL/glu.h>
|
||||||
|
@ -46,9 +47,11 @@
|
||||||
/// DOCME
|
/// DOCME
|
||||||
typedef GLuint GLhandleARB;
|
typedef GLuint GLhandleARB;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <wx/thread.h>
|
#include <wx/thread.h>
|
||||||
#include <wx/colour.h>
|
#include <wx/colour.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
|
|
|
@ -40,10 +40,11 @@
|
||||||
|
|
||||||
////////////
|
////////////
|
||||||
// Includes
|
// Includes
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
#include <wx/button.h>
|
#include <wx/button.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
|
|
|
@ -43,8 +43,9 @@
|
||||||
|
|
||||||
////////////
|
////////////
|
||||||
// Includes
|
// Includes
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <wx/textctrl.h>
|
#include <wx/textctrl.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
|
|
|
@ -43,10 +43,13 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
#include <wx/string.h>
|
#ifndef AGI_PRE
|
||||||
#include <wx/accel.h>
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
|
#include <wx/accel.h>
|
||||||
|
#include <wx/string.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
//////////////
|
//////////////
|
||||||
// Prototypes
|
// Prototypes
|
||||||
|
|
|
@ -40,10 +40,11 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
#include <wx/event.h>
|
#ifndef AGI_PRE
|
||||||
#include <wx/combobox.h>
|
#include <wx/combobox.h>
|
||||||
|
#include <wx/event.h>
|
||||||
#include <wx/textctrl.h>
|
#include <wx/textctrl.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
|
|
|
@ -37,8 +37,9 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/// @brief Namespace for Aegisub internals
|
/// @brief Namespace for Aegisub internals
|
||||||
|
|
|
@ -40,9 +40,12 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <wx/event.h>
|
#include <wx/event.h>
|
||||||
#include <wx/timer.h>
|
|
||||||
#include <wx/thread.h>
|
#include <wx/thread.h>
|
||||||
|
#include <wx/timer.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "aegisub.h"
|
#include "aegisub.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -40,9 +40,13 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <wx/string.h>
|
#include <wx/string.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "aegisub.h"
|
#include "aegisub.h"
|
||||||
|
|
||||||
|
|
||||||
//////////////
|
//////////////
|
||||||
// Prototypes
|
// Prototypes
|
||||||
class VideoProvider;
|
class VideoProvider;
|
||||||
|
|
|
@ -35,8 +35,9 @@
|
||||||
///
|
///
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <wx/string.h>
|
#include <wx/string.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/// @see aegisub.h
|
/// @see aegisub.h
|
||||||
|
|
|
@ -40,10 +40,12 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
#include "aegisub.h"
|
#ifndef AGI_PRE
|
||||||
|
|
||||||
#include <wx/string.h>
|
|
||||||
#include <wx/arrstr.h>
|
#include <wx/arrstr.h>
|
||||||
|
#include <wx/string.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include "aegisub.h"
|
||||||
|
|
||||||
|
|
||||||
/// @class SpellChecker
|
/// @class SpellChecker
|
||||||
|
|
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
//////////
|
//////////
|
||||||
// Headers
|
// Headers
|
||||||
#include "video_frame.h"
|
|
||||||
#include "aegisub.h"
|
#include "aegisub.h"
|
||||||
#include "vfr.h"
|
#include "vfr.h"
|
||||||
|
#include "video_frame.h"
|
||||||
|
|
||||||
|
|
||||||
/// @class VideoProvider
|
/// @class VideoProvider
|
||||||
|
|
|
@ -37,9 +37,11 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
|
#ifndef AGI_PRE
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <wx/string.h>
|
|
||||||
|
|
||||||
|
#include <wx/string.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/// @class KanaEntry
|
/// @class KanaEntry
|
||||||
|
|
|
@ -40,7 +40,6 @@
|
||||||
#include "text_file_reader.h"
|
#include "text_file_reader.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
/// @class KeyFrameFile
|
/// @class KeyFrameFile
|
||||||
/// @brief DOCME
|
/// @brief DOCME
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue