Niels Martin Hansen
407cd603b2
Minor Linux fixes (thanks Azzy)
...
Originally committed to SVN as r539.
2006-10-23 22:17:27 +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
deea37e0ba
Fixed loading of sections with unexpected cases.
...
Originally committed to SVN as r528.
2006-08-26 22:39:05 +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
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
59364bb272
File attachment loading/saving supposedly all done
...
Originally committed to SVN as r442.
2006-07-01 00:54:33 +00:00
Rodrigo Braz Monteiro
fe43cb641d
Attachments seem to work for mod3 files
...
Originally committed to SVN as r441.
2006-06-30 23:37:30 +00:00
Rodrigo Braz Monteiro
f2645de0c7
Early file attachment code (note that they are NOT saved back to the file, so they are essentially lost)
...
Originally committed to SVN as r440.
2006-06-30 22:44:42 +00:00
Rodrigo Braz Monteiro
60b87000e5
Some more completelly untested attachment-related code
...
Originally committed to SVN as r439.
2006-06-30 21:59:20 +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
9950531430
Changed build-versioning system. You are now required to use make-svn-rev-header.py and create a personal build-credit.h file.
...
Originally committed to SVN as r377.
2006-05-07 12:38:33 +00:00
David Lamparter
c289ad21a3
fix AssFile::GetString / asa
...
Originally committed to SVN as r369.
2006-05-06 10:42:55 +00:00
David Lamparter
91fe5229b0
autoconfify convert
...
Originally committed to SVN as r361.
2006-05-06 01:05:07 +00:00
David Lamparter
18b92130b8
catch const wchar_t *
...
Originally committed to SVN as r323.
2006-04-14 16:46:38 +00:00
Niels Martin Hansen
233ac6ac94
Added support for custom version strings. See version.cpp.
...
Originally committed to SVN as r250.
2006-03-26 21:16:08 +00:00
Rodrigo Braz Monteiro
cb2c5ed6e7
Fixed extra comments being added on export/undo (might have broken other stuff)
...
Originally committed to SVN as r220.
2006-03-13 22:12:23 +00:00
Rodrigo Braz Monteiro
ae8f256e78
Finished new format system
...
Originally committed to SVN as r186.
2006-02-27 21:57:10 +00:00
Rodrigo Braz Monteiro
32b284a27c
Base format writer class implemented
...
Originally committed to SVN as r185.
2006-02-27 20:22:15 +00:00
Rodrigo Braz Monteiro
2d9574952e
Added clone function for better copying of AssEntry and derived classes
...
Originally committed to SVN as r184.
2006-02-27 09:07:08 +00:00
Rodrigo Braz Monteiro
3c27496b29
Added option ("keep raw dialogue data", default false) that makes Aegisub use less RAM at a small performance cost when set to false.
...
Originally committed to SVN as r183.
2006-02-27 04:18:00 +00:00
Rodrigo Braz Monteiro
5f6f39ce3e
Made AssEntry::data private
...
Originally committed to SVN as r182.
2006-02-27 02:23:50 +00:00
Rodrigo Braz Monteiro
39225db7c8
New subtitle load system implemented
...
Originally committed to SVN as r181.
2006-02-27 00:06:46 +00:00
Rodrigo Braz Monteiro
20c783f83d
Early separation of the subtitle format parser/writer code
...
Originally committed to SVN as r180.
2006-02-26 22:45:34 +00:00
Rodrigo Braz Monteiro
9f361dca17
Fixed drag and dropping of timecode files
...
Originally committed to SVN as r134.
2006-02-23 23:04:41 +00:00
Rodrigo Braz Monteiro
d759aae2b3
Some small improvements to RAM usage
...
Originally committed to SVN as r99.
2006-02-21 21:52:32 +00:00
Rodrigo Braz Monteiro
e41b6f9988
Prevented parsed data from staying in memory, greatly reducing RAM usage
...
Originally committed to SVN as r91.
2006-02-21 03:13:35 +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
59db7e90e1
Small fix regarding character set of files being exported
...
Originally committed to SVN as r15.
2006-01-20 00:16:32 +00:00
Rodrigo Braz Monteiro
6935e56b3d
VC 2005 compatibility stuff
...
Originally committed to SVN as r12.
2006-01-19 01:42:39 +00:00
Rodrigo Braz Monteiro
a8f7fb667b
Originally committed to SVN as r2.
2006-01-16 21:02:54 +00:00