Commit graph

110 commits

Author SHA1 Message Date
Rodrigo Braz Monteiro 9023e039ff 600 GET
Originally committed to SVN as r600.
2006-12-24 16:18:29 +00:00
Rodrigo Braz Monteiro d89e522fd4 Added DirectSound audio output
Originally committed to SVN as r588.
2006-12-23 02:31:34 +00:00
Rodrigo Braz Monteiro 16e34c32c2 Added support for DirectShowSource2 if avss.dll is on Aegisub's folder.
Originally committed to SVN as r583.
2006-12-19 17:30:25 +00:00
Rodrigo Braz Monteiro d4e2b2ce4f Fonts collector can now collect fonts directly to a zip archive.
Originally committed to SVN as r580.
2006-12-18 22:24:25 +00:00
Rodrigo Braz Monteiro 76dbc901f9 - Switching to a new line in audio mode now centers the line on the grid. (AMZ)
- Commiting changes in audio to the last line will insert a new line after it. (AMZ)

Originally committed to SVN as r579.
2006-12-18 20:13:23 +00:00
Rodrigo Braz Monteiro 2f9a086a22 Finished keyframe support, although not tested too much
Originally committed to SVN as r578.
2006-12-18 18:47:45 +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 25120f8461 Style name collisions (when moving from storage, creating or renaming) will now prompt the user before performing the action.
Originally committed to SVN as r568.
2006-12-17 20:30:59 +00:00
Rodrigo Braz Monteiro 73fdf2a9d3 Renaming a style will now ask you if you want to rename all instances of it on the script.
Originally committed to SVN as r567.
2006-12-17 20:16:22 +00:00
Rodrigo Braz Monteiro a5105d2552 Added Paste Over function, which allows you to paste subtitle lines over others, overwriting the fields of your choice.
Originally committed to SVN as r566.
2006-12-17 19:41:52 +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 8b95b2a3f7 Another changelog update
Originally committed to SVN as r564.
2006-12-17 17:36:12 +00:00
Rodrigo Braz Monteiro 68d741bed6 Changelog for last commit
Originally committed to SVN as r563.
2006-12-17 17:20:31 +00:00
Rodrigo Braz Monteiro 1fe045ba92 Times can now be copy and pasted with ctrl+c and ctrl+v, as well as from context menu, in the time edit boxes.
Originally committed to SVN as r562.
2006-12-17 17:19:45 +00:00
Rodrigo Braz Monteiro a87f8ee283 Added support for reading ASS, SSA and SRT softsubs directly from Matroska files.
Originally committed to SVN as r560.
2006-12-17 05:32:18 +00:00
Rodrigo Braz Monteiro 72071301e4 Added a "Auto Save on Every Change" option to config.dat (default false), that automatically saves the files whenever you change anything.
Originally committed to SVN as r555.
2006-11-30 23:27:59 +00:00
Niels Martin Hansen 5c80e6fad2 Fixed #162, subsgrid scrollbar didn't update to to reflect changed line counts in the grid after various operations.
Fixed #171, style storages can no longer be created with illegal filename characters, they are replaced with underscores.

Originally committed to SVN as r553.
2006-11-23 19:08:46 +00:00
Niels Martin Hansen 7b68c13318 Implemented #202 (frame-number in framegrab filenames)
Originally committed to SVN as r552.
2006-11-23 17:26:53 +00:00
Niels Martin Hansen e75de69783 Patches by Azzy:
- Search for both lua and lua50 libraries (fixes building on Debian/Ubuntu)
- Fix GCC preprocessor failing on version.cpp
Also forgot changelog for last commit

Originally committed to SVN as r541.
2006-10-25 10:33:02 +00:00
Niels Martin Hansen fc531f7e7f Forgot the changelog
Originally committed to SVN as r538.
2006-10-19 23:23:21 +00:00
Niels Martin Hansen df964c78cd Rewrote audio spectrum rendering algo
Originally committed to SVN as r530.
2006-08-27 22:29:14 +00:00
Niels Martin Hansen 29961a029e Made most audio spectrum related code multithreaded (automatic number of threads, based on CPU count)
Changed palette for spectrum

Originally committed to SVN as r529.
2006-08-27 19:54:51 +00:00
Rodrigo Braz Monteiro deea37e0ba Fixed loading of sections with unexpected cases.
Originally committed to SVN as r528.
2006-08-26 22:39:05 +00:00
Karl Blomster 2932240f08 hax.
Originally committed to SVN as r516.
2006-08-07 01:05:40 +00:00
Rodrigo Braz Monteiro 64705ec29a Originally committed to SVN as r494. 2006-07-15 20:03:14 +00:00
Rodrigo Braz Monteiro 4353f00b32 Originally committed to SVN as r491. 2006-07-13 22:16:07 +00:00
Rodrigo Braz Monteiro 3e9d9b79d6 Fixed crash with changing font properties via the subtitle edit box when there was a \fs override tag earlier in the line.
Originally committed to SVN as r477.
2006-07-08 22:11:42 +00:00
Rodrigo Braz Monteiro 14dbb8c4a4 Recovered subtitle files are now saved in their own subfolder.
Originally committed to SVN as r468.
2006-07-06 23:20:30 +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 721d7860d6 Originally committed to SVN as r458. 2006-07-01 23:42:55 +00:00
Rodrigo Braz Monteiro ad91cb4460 Fixed the default resolution for video display and resolution resampler when the script's field is blank.
Originally committed to SVN as r454.
2006-07-01 07:22:57 +00:00
Rodrigo Braz Monteiro 8f3fbdd781 Added hotkey to Audio's "play to end of file" (defaulting to "T").
Originally committed to SVN as r453.
2006-07-01 06:37:46 +00:00
Rodrigo Braz Monteiro 1114029be1 Playing in video mode will now play the audio as well even if it hasn't been previously loaded into audio mode (experimental).
Originally committed to SVN as r452.
2006-07-01 06:32:11 +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 f6127e717a Originally committed to SVN as r450. 2006-07-01 05:15:56 +00:00
Rodrigo Braz Monteiro 1327e42148 Added graphics support to file attachments (for completion)
Originally committed to SVN as r449.
2006-07-01 05:00:03 +00:00
Rodrigo Braz Monteiro 33a6ba558a The Font Collector can now collect fonts as script attachments.
Originally committed to SVN as r447.
2006-07-01 04:35:50 +00:00
Rodrigo Braz Monteiro d6c3e6492a Finished attachment support
Originally committed to SVN as r446.
2006-07-01 04:08:01 +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
Rodrigo Braz Monteiro c68c13c59a Right-clicking on the header of the subtitles grid will now bring up a popup menu that allows you to disable columns.
Originally committed to SVN as r430.
2006-06-27 05:13:41 +00:00
Niels Martin Hansen a43aea6dc7 Kara-mode changes...
Originally committed to SVN as r429.
2006-06-27 04:18:18 +00:00
Rodrigo Braz Monteiro 582500e9e6 - Text edit boxes in the subtitle editing area will now revert to unmodified if you restore the original text. (AMZ)
- Re-arranged the controls in the subtitle editing area. (AMZ)

Originally committed to SVN as r428.
2006-06-27 04:13:34 +00:00
Karl Blomster 2bad28e999 minor manual updates (is it ever going to get finished?)
Originally committed to SVN as r420.
2006-06-20 13:20:01 +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 66e988ff86 Changed the style editor to use a dropdown box for the font encodings.
Originally committed to SVN as r350.
2006-04-19 23:47:41 +00:00
Rodrigo Braz Monteiro cf1456947f Originally committed to SVN as r301. 2006-04-04 14:43:40 +00:00
Rodrigo Braz Monteiro 0f6ad2eac4 Originally committed to SVN as r286. 2006-04-01 15:46:39 +00:00
Rodrigo Braz Monteiro 8eeb303eb3 Added a glitchy pngout optimizer, and added an introduction to the specs
Originally committed to SVN as r267.
2006-03-31 09:44:48 +00:00