Rodrigo Braz Monteiro
5c1d9b28c4
Added stdwx.cpp/.h, for use with Precompiled Headers. See comments on files on how to use them. Also fixed setup.h support for many files.
...
Originally committed to SVN as r595.
2006-12-23 15:37:33 +00:00
Rodrigo Braz Monteiro
97346bbc58
Commited setup0.h. To build aegisub, copy it as setup.h and edit whatever options you want. DON'T COMMIT SETUP.H TO REPOSITORY.
...
Originally committed to SVN as r592.
2006-12-23 03:55:00 +00:00
Rodrigo Braz Monteiro
3d5be2bc55
Fixed warning messages while compiling dialog_export.cpp and added a recent list for keyframe read/write.
...
Originally committed to SVN as r576.
2006-12-18 17:18:14 +00:00
Rodrigo Braz Monteiro
b739497bdf
Some more tweaks to keyframes
...
Originally committed to SVN as r575.
2006-12-18 16:20:45 +00:00
Rodrigo Braz Monteiro
c55af72ed3
Some more work on keyframe override support
...
Originally committed to SVN as r574.
2006-12-18 16:08:58 +00:00
Rodrigo Braz Monteiro
dd1ed05e21
Changes to VideoDisplay class to allow the new keyframe functionality to work
...
Originally committed to SVN as r573.
2006-12-18 04:53:40 +00:00
Rodrigo Braz Monteiro
7573a814ad
Early work on options dialog (won't really work without wxWidgets 2.8.0) and save/load keyframes.
...
Originally committed to SVN as r571.
2006-12-18 02:44:38 +00:00
Rodrigo Braz Monteiro
0bccc65219
Added global hotkey for Video Play (default Ctrl+P).
...
Originally committed to SVN as r569.
2006-12-17 20:46:01 +00:00
Rodrigo Braz Monteiro
c5e479875f
Early "Paste Over" functionality (basically it all works, but it needs a popup dialog asking which fields to paste over)
...
Originally committed to SVN as r565.
2006-12-17 18:30:19 +00:00
Rodrigo Braz Monteiro
ae26a23d96
Added mkv, mka and mks to open subtitles dialog
...
Originally committed to SVN as r561.
2006-12-17 06:46:13 +00:00
Niels Martin Hansen
e5ef7b4be2
Various Unicode-related fixes.
...
Changed some types to lower the amount of int/size_t inconsistencies. This might have introduced some stupid bugs... beware!
Removed old, unused "project file" code. (cleanup)
Fixed bug #195 : "Join (as karaoke)" is broken when 2 lines don't follow immediately after another
Implemented feature req #184 : Text Only Export
Fixed bug #180 : conversion from srt to ass doesn't specify WrapStyle
Implemented feature req #188 : highlighting of currently selected style in the styles manager
Originally committed to SVN as r537.
2006-10-19 22:53:06 +00:00
Rodrigo Braz Monteiro
72abf003b1
Implemented sorting of subtitles by start time.
...
Originally committed to SVN as r467.
2006-07-06 22:55:05 +00:00
Rodrigo Braz Monteiro
8f077dc4ee
Placeholder Edit->Sort menu entry and disabled audio scrubbing again
...
Originally committed to SVN as r466.
2006-07-06 22:39:58 +00:00
Rodrigo Braz Monteiro
a1a840155b
Added recent menu to Video Timecodes.
...
Originally committed to SVN as r451.
2006-07-01 05:34:39 +00:00
Rodrigo Braz Monteiro
5103f8a4f0
Attachment list dialog implemented, only lists so far.
...
Originally committed to SVN as r443.
2006-07-01 02:27:37 +00:00
Rodrigo Braz Monteiro
5f41c378f1
Saving back to SRT directly (that is, via "save", not "export" or "save as") is now allowed, as long as no data will be lost.
...
Originally committed to SVN as r434.
2006-06-28 22:51:33 +00:00
Niels Martin Hansen
20a38ca021
Re-fixed VFR bug #138... (rolling back previous fix)
...
Originally committed to SVN as r432.
2006-06-27 19:11:41 +00:00
Niels Martin Hansen
f33dc46a5f
Fixed bug #142 (Custom AR "cancel" button throwing error.)
...
Implemented req #141 (Use custom AR to specify exact resolution.)
Originally committed to SVN as r425.
2006-06-21 23:07:03 +00:00
Niels Martin Hansen
1fa1d75211
Fix for bug #138 .
...
If v1 timecodes are loaded, but no sections found, make timecodes act as CFR with the assumed FPS.
Changed semantics of FrameRate::loaded. It now only tells whether the current data were loaded from a timecodes file. To tell whether framerate data are present, test for FrameRate::GetFrameRateType()!=NONE.
Originally committed to SVN as r421.
2006-06-20 13:43:18 +00:00
Rodrigo Braz Monteiro
ecdc3d435b
Yuvi's mac compatibility patch applied
...
Originally committed to SVN as r418.
2006-06-19 02:57:27 +00:00
Rodrigo Braz Monteiro
105ab46110
Added placeholder options dialog
...
Originally committed to SVN as r417.
2006-06-19 02:51:06 +00:00
Rodrigo Braz Monteiro
2ffcc3d941
Added support for 2.35 and custom aspect ratio
...
Originally committed to SVN as r387.
2006-05-15 23:44:53 +00:00
Rodrigo Braz Monteiro
c8d77b16ef
Added a hiragana/katakana table class
...
Originally committed to SVN as r360.
2006-05-05 18:52:09 +00:00
Rodrigo Braz Monteiro
44f1f7a985
Removed multiple splashes and replaced them with a new one
...
Originally committed to SVN as r353.
2006-04-27 18:12:48 +00:00
David Lamparter
18b92130b8
catch const wchar_t *
...
Originally committed to SVN as r323.
2006-04-14 16:46:38 +00:00
Rodrigo Braz Monteiro
1723915e3e
Fixed shift times not affecting video/audio, and default save as path
...
Originally committed to SVN as r226.
2006-03-14 04:23:00 +00:00
Rodrigo Braz Monteiro
a7aca18675
Applied some Pomyk patches
...
Originally committed to SVN as r209.
2006-03-05 20:42:38 +00:00
Rodrigo Braz Monteiro
77543d7c45
Modified path to fextracker headers
...
Originally committed to SVN as r207.
2006-03-05 19:14:42 +00:00
Rodrigo Braz Monteiro
ae1ab04215
Unhandled keypresses in grid will now be sent to the audio display.
...
Originally committed to SVN as r200.
2006-03-05 04:31:09 +00:00
tentacle
cd6beca548
little tenfex interface change
...
+ moved FexTracker to OPEN SOURCE :)
Originally committed to SVN as r194.
2006-03-03 19:00:47 +00:00
David Lamparter
f6051a060f
introduce NO_FEX define to disable Fex
...
Originally committed to SVN as r176.
2006-02-26 02:49:38 +00:00
Fredrik Mellbin
a9a4f5bf24
More vfr fun for everyone
...
Originally committed to SVN as r150.
2006-02-24 16:45:10 +00:00
Rodrigo Braz Monteiro
83ad086caf
Fixed mkv parsing and a few other minor stuff
...
Originally committed to SVN as r125.
2006-02-23 19:26:14 +00:00
tentacle
80b25b53c2
more movement options
...
Originally committed to SVN as r113.
2006-02-22 19:25:18 +00:00
Rodrigo Braz Monteiro
53d40024df
A lot more code clean-up
...
Originally committed to SVN as r110.
2006-02-22 06:49:20 +00:00
Rodrigo Braz Monteiro
25d5516d77
Some clean up of grid classes
...
Originally committed to SVN as r107.
2006-02-22 04:59:39 +00:00
Rodrigo Braz Monteiro
82bfd00da8
Originally committed to SVN as r106.
2006-02-22 03:38:23 +00:00
Fredrik Mellbin
24a7e9ba91
Changes most of the VFR handling to ints and clean up stuff
...
Originally committed to SVN as r96.
2006-02-21 18:49:57 +00:00
Rodrigo Braz Monteiro
26b15d3d09
Implemented redo, and replace == _T("") with .IsEmpty()
...
Originally committed to SVN as r80.
2006-02-20 21:32:58 +00:00
Rodrigo Braz Monteiro
82236684e7
Fixed bug related to tag cycling, which would reset grid, move video and force a refresh of everything (slow, and could undo uncommited changes)
...
Originally committed to SVN as r73.
2006-02-19 04:00:22 +00:00
Rodrigo Braz Monteiro
f0351f6d27
Minor video fix/changes
...
Originally committed to SVN as r69.
2006-02-19 02:31:25 +00:00
tentacle
74a399aaa9
moved events for fextracker & fexmovement into its own file
...
added second button for fexmovement
added functionality to manually move sub for all frames / for one frame
Originally committed to SVN as r45.
2006-01-29 20:48:05 +00:00
tentacle
97b8832376
DialogProgress
...
Originally committed to SVN as r44.
2006-01-29 17:59:07 +00:00
tentacle
d89cf51b1e
moved all tracking stuff into FexTracker popup menu
...
tracking is now somewhat complete
you can track points, convert these to movement&scaling and then split your line and let it be repositioned and rescaled
Originally committed to SVN as r42.
2006-01-29 15:08:51 +00:00
tentacle
03ff6a4c83
Originally committed to SVN as r41.
2006-01-28 21:47:46 +00:00
tentacle
3e6637cb26
added support for FexTracker
...
added "Track this line" button in bottom right corner of video box
added 2 new button bitmaps
added function to display tracked points for current line as overlay in VideoDisplay
Originally committed to SVN as r35.
2006-01-28 19:48:35 +00:00
Fredrik Mellbin
b6de878181
See previous commit
...
Originally committed to SVN as r24.
2006-01-25 00:29:01 +00:00
Fredrik Mellbin
6c1cbf9efc
Another videodisplay split fix
...
Originally committed to SVN as r23.
2006-01-25 00:21:16 +00:00
Fredrik Mellbin
e5043bb738
Fix for previous commit
...
Originally committed to SVN as r21.
2006-01-22 16:52:20 +00:00
Rodrigo Braz Monteiro
a8f7fb667b
Originally committed to SVN as r2.
2006-01-16 21:02:54 +00:00