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.
- Drag-and-drop files onto the program no longer causes the subs to be unloaded every time, even if no subs were dropped (jfs)
- Recombining lines (1,1+2 and 1+2,2) where the lone line is a substring of the line only appearing combined no longer causes incorrect results (as a side-effect, more strict prefix/suffix-checking has also been implemented) (jfs)
Originally committed to SVN as r54.
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.
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.