Commit graph

64 commits

Author SHA1 Message Date
Rodrigo Braz Monteiro 06cff2e2f2 Renamed /core/ to /aegisub/ to avoid issues with unix systems being unable to delete core dumps.
Originally committed to SVN as r652.
2006-12-28 23:43:23 +00:00
Rodrigo Braz Monteiro 9ae7d72d44 Fixed warnings and Lua's vc8 project file
Originally committed to SVN as r648.
2006-12-28 22:41:20 +00:00
Niels Martin Hansen 5f1d8c414d And Automation 4 is now in the trunk!
Originally committed to SVN as r647.
2006-12-28 22:31:33 +00:00
Rodrigo Braz Monteiro fbb881f823 More tweaks to menu
Originally committed to SVN as r643.
2006-12-28 20:59:39 +00:00
Niels Martin Hansen 064f6b7b9b Removed Automation 3 support (will be replaced with Automation 4 soon)
Removed stale p-designer project
Updated FexTracker to work with pre-compiled headers
Removed deprecated dc.BeginPaint()/EndPaint() calls causing warnings

Originally committed to SVN as r642.
2006-12-28 20:56:28 +00:00
Rodrigo Braz Monteiro 36ea067861 More menu work... yay~ <3
Originally committed to SVN as r641.
2006-12-28 20:20:55 +00:00
Rodrigo Braz Monteiro d29f71de58 Originally committed to SVN as r639. 2006-12-27 20:55:04 +00:00
Rodrigo Braz Monteiro 7c9f51491f More menu work
Originally committed to SVN as r638.
2006-12-27 20:35:50 +00:00
Rodrigo Braz Monteiro 3a24974e0b More menu work, and removed ancient aspell code
Originally committed to SVN as r637.
2006-12-27 20:16:47 +00:00
Rodrigo Braz Monteiro 0dd1b49e05 Early menu rebuilding
Originally committed to SVN as r633.
2006-12-27 01:56:34 +00:00
Rodrigo Braz Monteiro 95059b79bf Added an "Import from script..." button to Styles Manager, to import styles directly from other subtitle files.
Originally committed to SVN as r625.
2006-12-26 04:48:53 +00:00
Rodrigo Braz Monteiro c80133f2bd Renamed several source files to have "dialog_" appended before them, fixed some stuff, and created early hunspell code.
Originally committed to SVN as r603.
2006-12-24 21:52:54 +00:00
Rodrigo Braz Monteiro 21dbd0633f Somewhat fixed the wxScintilla crap, but not entirely
Originally committed to SVN as r601.
2006-12-24 17:42:09 +00:00
Rodrigo Braz Monteiro 8e357ab4c4 Replaced SubsEditBox with a wxScintilla control
Originally committed to SVN as r598.
2006-12-24 04:54:35 +00:00
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