Thomas Goyne
|
6c995e7780
|
Add support for modifying hotkeys while the program is running
Originally committed to SVN as r5793.
|
2011-10-28 20:40:32 +00:00 |
|
Thomas Goyne
|
cba0b1edb8
|
Add a function to get a list of all registered command names
Originally committed to SVN as r5792.
|
2011-10-28 20:40:20 +00:00 |
|
Thomas Goyne
|
ffa622d698
|
Fix compilation without precompiled headers
Originally committed to SVN as r5791.
|
2011-10-28 20:15:10 +00:00 |
|
Thomas Goyne
|
0a04b62d1d
|
Add a long overload to UnknownElement for gcc
Originally committed to SVN as r5790.
|
2011-10-28 20:13:58 +00:00 |
|
Thomas Goyne
|
f9f84b18f7
|
Use the error style for the entire thing-that-can't-be-a-tag-name rather than just the first character when a backslash is followed by garbage in an override block
Originally committed to SVN as r5786.
|
2011-10-26 02:48:08 +00:00 |
|
Thomas Goyne
|
48070be3a3
|
Move the audio display mouse wheel handling to the audio box so that it can update the horizontal zoom scrollbar
Originally committed to SVN as r5785.
|
2011-10-25 20:28:30 +00:00 |
|
Thomas Goyne
|
b4ace668de
|
Only display the cursor time in the audio display when it's enabled
Originally committed to SVN as r5784.
|
2011-10-25 20:28:19 +00:00 |
|
Thomas Goyne
|
17b9347562
|
Add mouse wheel forwarding to ScintillaTextCtrl as wxSTC uses the scroll wheel
Originally committed to SVN as r5783.
|
2011-10-25 19:41:06 +00:00 |
|
Thomas Goyne
|
9ed1653aae
|
Add mouse wheel forwarding code to FrameMain for when focus is on something that doesn't handle scroll events
Originally committed to SVN as r5782.
|
2011-10-25 19:40:57 +00:00 |
|
Thomas Goyne
|
1741ce93f6
|
Factor out the mouse wheel forwarding code in the audio display to a function used by the audio display, video display and subtitles grid, and make it actually work
Originally committed to SVN as r5781.
|
2011-10-25 19:40:45 +00:00 |
|
Thomas Goyne
|
be75262f73
|
Reload scripts through their manager so that the menu is aware of changes
Originally committed to SVN as r5780.
|
2011-10-25 19:02:01 +00:00 |
|
Thomas Goyne
|
ec9d50a43a
|
Set shadow_w to the correct value in AssStyle's copy constructor
Originally committed to SVN as r5779.
|
2011-10-25 19:01:53 +00:00 |
|
Thomas Goyne
|
f6c8c83f5a
|
Obey the option to disable the keyframe markers in the audio display
Originally committed to SVN as r5778.
|
2011-10-25 19:01:41 +00:00 |
|
Thomas Goyne
|
7476dfd9c6
|
Use GetScriptInfoAsInt in AssFile::GetResolution
Originally committed to SVN as r5777.
|
2011-10-25 01:16:56 +00:00 |
|
Thomas Goyne
|
af19dad6ea
|
Remove pointless try\catch in AssFile;GetScriptInfoAsInt (wx functions don't throw exceptions)
Originally committed to SVN as r5776.
|
2011-10-25 01:16:47 +00:00 |
|
Thomas Goyne
|
2ad0342103
|
Make AssFile::GetScriptInfo slightly less dumb
Originally committed to SVN as r5775.
|
2011-10-25 01:16:36 +00:00 |
|
Thomas Goyne
|
5c487ae75f
|
Don't apply the changes from an automation macro if an error occured
Originally committed to SVN as r5774.
|
2011-10-25 01:15:03 +00:00 |
|
Thomas Goyne
|
3a218c9dd4
|
Only set video zoom when loading associated video if it's actually present in the file
Originally committed to SVN as r5772.
|
2011-10-24 20:18:25 +00:00 |
|
Thomas Goyne
|
10464e4617
|
Kill AegisubApp::OnMouseWheel. It breaks the mouse wheel in dialogs, and it didn't actually work at the moment and isn't really the right way to handle mouse wheel forwarding in the first place
Originally committed to SVN as r5771.
|
2011-10-24 20:18:16 +00:00 |
|
Thomas Goyne
|
5e01f09b30
|
Refactor DialogAutomation::OnInfo
Originally committed to SVN as r5770.
|
2011-10-24 20:18:07 +00:00 |
|
Thomas Goyne
|
7f7aba1bcf
|
Make cmd::Command::name const
Originally committed to SVN as r5769.
|
2011-10-24 20:17:57 +00:00 |
|
Thomas Goyne
|
4e1e68c88b
|
Allow adding multiple scripts at once in the automation dialog
Originally committed to SVN as r5768.
|
2011-10-24 20:17:48 +00:00 |
|
Thomas Goyne
|
5cb7bdcbaf
|
Set the event object for colour button click events. Fixes a bug where colour buttons in automation dialogs were completely broken.
Originally committed to SVN as r5767.
|
2011-10-24 20:17:40 +00:00 |
|
Thomas Goyne
|
374a43cd8b
|
Simplify and speed up the hsl and hsv slider creation code in the color picker dialog
Originally committed to SVN as r5766.
|
2011-10-24 20:17:30 +00:00 |
|
Thomas Goyne
|
c1de03210d
|
Set the style dropdown's value after undo
Originally committed to SVN as r5763.
|
2011-10-23 17:00:32 +00:00 |
|
Thomas Goyne
|
f29e889776
|
Always update column widths after a new line is added or removed
Originally committed to SVN as r5762.
|
2011-10-23 17:00:26 +00:00 |
|
Thomas Goyne
|
f875938ee4
|
Don't report a user cancel when the user clicks on the 'Close' button after completion in the progress dialog
Originally committed to SVN as r5761.
|
2011-10-23 17:00:21 +00:00 |
|
Thomas Goyne
|
1364527681
|
Fix error when trying to insert to the end of the file from auto4lua
Originally committed to SVN as r5760.
|
2011-10-23 17:00:14 +00:00 |
|
Thomas Goyne
|
d4e17dde2e
|
Factor out the idea of a pen bound to options to a utility class
Originally committed to SVN as r5759.
|
2011-10-19 04:19:01 +00:00 |
|
Thomas Goyne
|
62f37772a3
|
Fix a pile of issues that resulted in the Actor box not working at all
Originally committed to SVN as r5758.
|
2011-10-19 04:05:09 +00:00 |
|
Thomas Goyne
|
035445e93a
|
When the cursor is in a comment block, insert override tags at the beginning of the block rather than inside the comment
Originally committed to SVN as r5757.
|
2011-10-19 03:24:10 +00:00 |
|
Thomas Goyne
|
4009d24e73
|
Return an approriately-sized empty icon from icon::get if no icon exists
Originally committed to SVN as r5756.
|
2011-10-18 00:10:02 +00:00 |
|
Thomas Goyne
|
1da6f46cb2
|
Log a warning in icon::get if the icon doesn't exist rather than using printf
Originally committed to SVN as r5755.
|
2011-10-18 00:09:51 +00:00 |
|
Thomas Goyne
|
c7d0ce60ee
|
Make the style editor commit its own changes. Fixes some issues where changes made in the style editor would fail to update the rest of the program.
Originally committed to SVN as r5754.
|
2011-10-17 22:00:58 +00:00 |
|
Thomas Goyne
|
a75aa7a633
|
Eliminate a bunch of pointlessness in json::Writer
Originally committed to SVN as r5753.
|
2011-10-17 22:00:49 +00:00 |
|
Thomas Goyne
|
dd46c7af7f
|
Completely ditch json::Array and json::Object's custom implementations and switch to typedefs to STL types.
Originally committed to SVN as r5752.
|
2011-10-17 22:00:38 +00:00 |
|
Thomas Goyne
|
4e8848c110
|
Eliminate a bunch of now unneccesary explicit casts to/from json types
Originally committed to SVN as r5751.
|
2011-10-17 22:00:28 +00:00 |
|
Thomas Goyne
|
b4fa4e6f0c
|
Expose all std::deque members in json::Array
Originally committed to SVN as r5750.
|
2011-10-17 22:00:18 +00:00 |
|
Thomas Goyne
|
0dee6ea223
|
Add some convenience overloads to UnknownElement's constructor
Originally committed to SVN as r5749.
|
2011-10-17 22:00:09 +00:00 |
|
Thomas Goyne
|
36280b7a2b
|
Kill TrivialType_T as it's completely pointless
Originally committed to SVN as r5748.
|
2011-10-17 21:59:59 +00:00 |
|
Thomas Goyne
|
9dc9047c11
|
Change json::Object's backing store from a list to a map. Cajun used list to preserve order, but json objects do not guarantee that order will be preserved
Originally committed to SVN as r5747.
|
2011-10-17 21:59:47 +00:00 |
|
Thomas Goyne
|
2f64a116a7
|
Make cajun containers implement the STL container interfaces rather than being retarded special snowflakes
Originally committed to SVN as r5746.
|
2011-10-17 21:59:35 +00:00 |
|
Thomas Goyne
|
85bfb91f73
|
Add cajun headers to the vc9 libaegisub project
Originally committed to SVN as r5745.
|
2011-10-17 21:59:24 +00:00 |
|
Thomas Goyne
|
2f43ef2fca
|
Clean up the color picker dialog somewhat
Originally committed to SVN as r5744.
|
2011-10-17 17:52:49 +00:00 |
|
Thomas Goyne
|
04e385b4d5
|
Fix potential crash when opening the colorpicker dialog caused by use of an uninitialized variable
Originally committed to SVN as r5743.
|
2011-10-17 17:52:40 +00:00 |
|
Thomas Goyne
|
8daa6cfdc2
|
When setting the start or end time of a subtitle line to the current video frame, if the resulting line duration would be less than one frame also update the other time
Originally committed to SVN as r5742.
|
2011-10-17 17:52:31 +00:00 |
|
Thomas Goyne
|
6895e91e7c
|
Fix validation for Make Lines Continuous
Originally committed to SVN as r5741.
|
2011-10-17 17:52:22 +00:00 |
|
Thomas Goyne
|
cc9cc6d713
|
Use FFMS_SetOutputFormatV2 with sufficiently recent FFMS2 rather than the deprecated FFMS_SetOutputFormatV
Originally committed to SVN as r5740.
|
2011-10-17 17:52:11 +00:00 |
|
Thomas Goyne
|
98777eff4e
|
Use the per-platform default audio player from configure rather than always defaulting to portaudio
Originally committed to SVN as r5738.
|
2011-10-12 23:08:29 +00:00 |
|
Thomas Goyne
|
bb4c10a140
|
Make the audio play commands stop the video like in 2.1.x
Originally committed to SVN as r5737.
|
2011-10-12 23:08:20 +00:00 |
|