Change from_argb_hex() (which wasn't being used) to from_rgba_hex().
[libsub.git] / src / subtitle.h
2021-01-13 Carl HetheringtonReplace list with vector in most of the API.
2017-07-28 Carl HetheringtonMake HorizontalPosition a class containing a reference...
2017-07-24 Carl HetheringtonAdd some operator==.
2017-01-11 Carl HetheringtonForward-port STL binary writer from master, pulling...
2015-12-18 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libsub into 1.0
2015-12-16 Carl HetheringtonNo-op; remove trailing whitespace.
2015-01-20 Carl HetheringtonSimplify time representation; better in-tree DCP subtit...
2014-05-31 Carl HetheringtonSome Doxygen comments.
2014-05-30 Carl HetheringtonSplit up into RawSubtitle and Subtitle, with collect...
2014-05-29 Carl HetheringtonRe-work Subtitle class; remove STL text writer.
2014-05-28 Carl HetheringtonMore STL binary reading stuff.
2014-05-25 Carl HetheringtonChange API for alternate representations of time /...
2014-05-24 Carl HetheringtonComment and an old function declaration removed.
2014-02-05 Carl HetheringtonSupport for conversions of things that have multiple...
2014-01-29 Carl HetheringtonVarious developments.
2014-01-29 Carl HetheringtonTime -> FrameTime.
2014-01-28 Carl HetheringtonBasic writer.
2014-01-28 Carl HetheringtonFirst version.