]> granicus.if.org Git - taglib/log
taglib
10 years agoFix compilation errors on Clang.
Tsuda Kageyu [Tue, 30 Dec 2014 15:41:22 +0000 (00:41 +0900)]
Fix compilation errors on Clang.

10 years agoAdd support for AIFF-C files.
Tsuda Kageyu [Tue, 30 Dec 2014 14:53:40 +0000 (23:53 +0900)]
Add support for AIFF-C files.

10 years agoMerge pull request #476 from TsudaKageyu/fuzzed-ape
Lukáš Lalinský [Mon, 29 Dec 2014 08:47:10 +0000 (09:47 +0100)]
Merge pull request #476 from TsudaKageyu/fuzzed-ape

Some fixes for fuzzed APE files.

10 years agoMerge pull request #456 from TsudaKageyu/id3v2-padding
Lukáš Lalinský [Mon, 29 Dec 2014 08:26:55 +0000 (09:26 +0100)]
Merge pull request #456 from TsudaKageyu/id3v2-padding

ID3v2 padding won't increase beyond 1% of the file size.

10 years agoAdded some tests for fuzzed APE files.
Tsuda Kageyu [Tue, 23 Dec 2014 12:02:00 +0000 (21:02 +0900)]
Added some tests for fuzzed APE files.

10 years agoFix an excessive loop when parsing an APE file.
Tsuda Kageyu [Tue, 23 Dec 2014 11:58:36 +0000 (20:58 +0900)]
Fix an excessive loop when parsing an APE file.

10 years agoFix a division by zero error when parsing an APE file.
Tsuda Kageyu [Tue, 23 Dec 2014 11:54:20 +0000 (20:54 +0900)]
Fix a division by zero error when parsing an APE file.

10 years agoFix ID3v2 padding size calculation.
Tsuda Kageyu [Tue, 9 Dec 2014 01:54:21 +0000 (10:54 +0900)]
Fix ID3v2 padding size calculation.

10 years agoMerge remote-tracking branch 'TsudaKageyu/64bit-atom'
Lukáš Lalinský [Tue, 9 Dec 2014 00:52:33 +0000 (16:52 -0800)]
Merge remote-tracking branch 'TsudaKageyu/64bit-atom'

Conflicts:
ConfigureChecks.cmake

10 years agoRemove CMake check for sizeof(long).
Tsuda Kageyu [Mon, 8 Dec 2014 23:55:46 +0000 (08:55 +0900)]
Remove CMake check for sizeof(long).

10 years agoCompile without warnings with MSVC
Bart van der Velden [Mon, 8 Dec 2014 17:42:04 +0000 (09:42 -0800)]
Compile without warnings with MSVC

10 years agoMerge pull request #424 from TsudaKageyu/format
Lukáš Lalinský [Mon, 8 Dec 2014 17:38:03 +0000 (09:38 -0800)]
Merge pull request #424 from TsudaKageyu/format

Unified redundant string format functions. (backport from taglib2)

10 years agoMerge pull request #441 from xhochy/tests-fix-vectorsize
Lukáš Lalinský [Mon, 8 Dec 2014 17:36:28 +0000 (09:36 -0800)]
Merge pull request #441 from xhochy/tests-fix-vectorsize

Fix ByteVector sizes in some test cases

10 years agoMerge pull request #420 from TsudaKageyu/remove-codecvt
Lukáš Lalinský [Mon, 8 Dec 2014 17:14:00 +0000 (09:14 -0800)]
Merge pull request #420 from TsudaKageyu/remove-codecvt

Replaced codecvt with Win32 API.

10 years agoMerge pull request #454 from TsudaKageyu/duplicate-id3v2
Lukáš Lalinský [Mon, 8 Dec 2014 17:09:28 +0000 (09:09 -0800)]
Merge pull request #454 from TsudaKageyu/duplicate-id3v2

Skip duplicate ID3v2 tags in MPEG files.

10 years agoMerge pull request #458 from achalddave/fix-gcc-errors
Lukáš Lalinský [Mon, 8 Dec 2014 16:54:27 +0000 (08:54 -0800)]
Merge pull request #458 from achalddave/fix-gcc-errors

Fix more uint/TagLib::uint ambiguities

10 years agoFix more uint/TagLib::uint ambiguities
Achal Dave [Tue, 18 Nov 2014 23:06:06 +0000 (15:06 -0800)]
Fix more uint/TagLib::uint ambiguities

10 years agoID3v2 padding won't increase beyond 1% of the file size.
Tsuda Kageyu [Wed, 15 Oct 2014 22:16:57 +0000 (07:16 +0900)]
ID3v2 padding won't increase beyond 1% of the file size.

10 years agoAvoid reading an entire ID3v2 tag when skipping it.
Tsuda Kageyu [Wed, 22 Oct 2014 23:14:10 +0000 (08:14 +0900)]
Avoid reading an entire ID3v2 tag when skipping it.

10 years agoMerge pull request #453 from TsudaKageyu/editorconfig
Lukáš Lalinský [Wed, 22 Oct 2014 17:31:14 +0000 (19:31 +0200)]
Merge pull request #453 from TsudaKageyu/editorconfig

Suggestion: Use EditorConfig to help us stick to our coding style.

10 years agoAdd a test for duplicate ID3v2 tags.
Tsuda Kageyu [Mon, 20 Oct 2014 15:16:43 +0000 (00:16 +0900)]
Add a test for duplicate ID3v2 tags.

10 years agoComment on a weird workaround for duplicate ID3v2 tags.
Tsuda Kageyu [Mon, 20 Oct 2014 14:13:15 +0000 (23:13 +0900)]
Comment on a weird workaround for duplicate ID3v2 tags.

10 years agoSkip duplicate ID3v2 tags in MPEG files.
Tsuda Kageyu [Mon, 20 Oct 2014 12:21:32 +0000 (21:21 +0900)]
Skip duplicate ID3v2 tags in MPEG files.

10 years agoUse EditorConfig to help us stick to our coding style.
Tsuda Kageyu [Mon, 20 Oct 2014 02:27:30 +0000 (11:27 +0900)]
Use EditorConfig to help us stick to our coding style.
http://editorconfig.org/

10 years agoMerge pull request #448 from TsudaKageyu/msvc-error
Lukáš Lalinský [Thu, 16 Oct 2014 08:15:51 +0000 (10:15 +0200)]
Merge pull request #448 from TsudaKageyu/msvc-error

Fix a compilation error on MSVC.

10 years agoFix a compilation error on MSVC.
Tsuda Kageyu [Wed, 15 Oct 2014 22:19:31 +0000 (07:19 +0900)]
Fix a compilation error on MSVC.

10 years agoRebuild TRDC from v2.3 fields
Scott Wheeler [Thu, 25 Sep 2014 20:19:09 +0000 (22:19 +0200)]
Rebuild TRDC from v2.3 fields

This fixes an issue that was reported to me via email with the recording
date being thrown away from v2.3 tags.

10 years agoDon't leak
Scott Wheeler [Thu, 25 Sep 2014 18:45:45 +0000 (20:45 +0200)]
Don't leak

10 years agoMissing assignment
Scott Wheeler [Thu, 25 Sep 2014 18:41:19 +0000 (20:41 +0200)]
Missing assignment

10 years agoTableOfContents and ChapterFrame can be added to v2.3 or v2.4 tags
Scott Wheeler [Thu, 25 Sep 2014 17:32:53 +0000 (19:32 +0200)]
TableOfContents and ChapterFrame can be added to v2.3 or v2.4 tags

10 years agoTake ownership of embedded frames, as documented
Scott Wheeler [Thu, 18 Sep 2014 14:23:28 +0000 (16:23 +0200)]
Take ownership of embedded frames, as documented

Previously embedded frames that were created automatically were
never deleted.

Fixes #440

10 years agoMerge branch 'master' of https://github.com/taglib/taglib
Scott Wheeler [Thu, 18 Sep 2014 14:12:34 +0000 (16:12 +0200)]
Merge branch 'master' of https://github.com/taglib/taglib

10 years agoMerge pull request #439 from xhochy/test-memleaks
Scott Wheeler [Thu, 18 Sep 2014 14:11:12 +0000 (16:11 +0200)]
Merge pull request #439 from xhochy/test-memleaks

Fix various memleaks in the tests

10 years agoBreak up the mega-lines
Scott Wheeler [Thu, 18 Sep 2014 09:16:20 +0000 (11:16 +0200)]
Break up the mega-lines

10 years agoNo reason to store this in the d-pointer
Scott Wheeler [Thu, 18 Sep 2014 08:23:42 +0000 (10:23 +0200)]
No reason to store this in the d-pointer

10 years agoFix ByteVector sizes in some test cases
Uwe L. Korn [Sun, 14 Sep 2014 19:04:31 +0000 (20:04 +0100)]
Fix ByteVector sizes in some test cases

10 years agoFix various memleaks in the tests
Uwe L. Korn [Sun, 14 Sep 2014 17:03:27 +0000 (18:03 +0100)]
Fix various memleaks in the tests

10 years agoMerge pull request #434 from DidierMalenfant/master
Lukáš Lalinský [Mon, 25 Aug 2014 12:09:44 +0000 (14:09 +0200)]
Merge pull request #434 from DidierMalenfant/master

Ignoring files generated when creating an Xcode project via cmake.

10 years agoIgnoring files generated when creating an Xcode project via cmake.
Didier Malenfant [Sun, 24 Aug 2014 03:37:32 +0000 (20:37 -0700)]
Ignoring files generated when creating an Xcode project via cmake.

10 years agoRevert "Removed an ambiguous cast from FileNameHandle to FileName."
Tsuda Kageyu [Fri, 22 Aug 2014 15:01:11 +0000 (00:01 +0900)]
Revert "Removed an ambiguous cast from FileNameHandle to FileName."

This reverts commit 9af7601baee66ed8fa7cac01b5dc272dd2544ee5.

10 years agoRemoved an ambiguous cast from FileNameHandle to FileName.
Tsuda Kageyu [Tue, 5 Aug 2014 04:52:29 +0000 (13:52 +0900)]
Removed an ambiguous cast from FileNameHandle to FileName.

10 years agoWorkaround for 64-bit MP4 atoms.
Tsuda Kageyu [Mon, 4 Aug 2014 14:45:59 +0000 (23:45 +0900)]
Workaround for 64-bit MP4 atoms.

10 years agoMerge pull request #430 from TsudaKageyu/const-iterator
Lukáš Lalinský [Thu, 21 Aug 2014 07:47:36 +0000 (09:47 +0200)]
Merge pull request #430 from TsudaKageyu/const-iterator

Reduce useless detach operations by making some non-const iterators cons...

10 years agoReduce useless detach operations by making some non-const iterators const.
Tsuda Kageyu [Thu, 21 Aug 2014 07:35:35 +0000 (16:35 +0900)]
Reduce useless detach operations by making some non-const iterators const.

10 years agoMerge pull request #421 from TsudaKageyu/fix-wav-strip
Lukáš Lalinský [Wed, 20 Aug 2014 08:12:43 +0000 (10:12 +0200)]
Merge pull request #421 from TsudaKageyu/fix-wav-strip

Fixed a bug on stripping tags when saving .WAV files.

10 years agoMerge pull request #422 from TsudaKageyu/detach
Lukáš Lalinský [Wed, 20 Aug 2014 08:09:08 +0000 (10:09 +0200)]
Merge pull request #422 from TsudaKageyu/detach

Added some missing detach()s to List<T>, ByteVector and String.

10 years agoMerge pull request #427 from TsudaKageyu/linebreak
Stephen F. Booth [Sun, 17 Aug 2014 13:01:47 +0000 (09:01 -0400)]
Merge pull request #427 from TsudaKageyu/linebreak

Small fixes in line breaking.

10 years agoSmall fixes in line breaking.
Tsuda Kageyu [Sat, 16 Aug 2014 06:33:39 +0000 (15:33 +0900)]
Small fixes in line breaking.

10 years agoMerge pull request #426 from TsudaKageyu/string-cmp
Lukáš Lalinský [Tue, 12 Aug 2014 16:15:37 +0000 (18:15 +0200)]
Merge pull request #426 from TsudaKageyu/string-cmp

Added some operators to compare String to string literals.

10 years agoAdded some operators to compare String to string literals.
Tsuda Kageyu [Tue, 12 Aug 2014 13:54:54 +0000 (22:54 +0900)]
Added some operators to compare String to string literals.

10 years agoMerge pull request #425 from TsudaKageyu/fix-cmake
Lukáš Lalinský [Tue, 12 Aug 2014 07:42:19 +0000 (09:42 +0200)]
Merge pull request #425 from TsudaKageyu/fix-cmake

Removed a useless line from ConfigureChecks.cmake.

10 years agoRemoved a useless line from ConfigureChecks.cmake.
Tsuda Kageyu [Tue, 12 Aug 2014 04:42:44 +0000 (13:42 +0900)]
Removed a useless line from ConfigureChecks.cmake.

10 years agoUnified the same debug messages.
Tsuda Kageyu [Tue, 12 Aug 2014 04:33:25 +0000 (13:33 +0900)]
Unified the same debug messages.

10 years agoUnified redundant string format functions. (backport from taglib2)
Tsuda Kageyu [Sun, 10 Aug 2014 16:09:07 +0000 (01:09 +0900)]
Unified redundant string format functions. (backport from taglib2)

10 years agoRemoved useless strlen() and wcslen().
Tsuda Kageyu [Sat, 9 Aug 2014 16:13:25 +0000 (01:13 +0900)]
Removed useless strlen() and wcslen().

10 years agoAdded some missing detach()s to List<T>, ByteVector and String.
Tsuda Kageyu [Sat, 30 Nov 2013 23:57:26 +0000 (08:57 +0900)]
Added some missing detach()s to List<T>, ByteVector and String.

10 years agoFixed a bug on stripping tags when saving .WAV files.
Tsuda Kageyu [Thu, 7 Aug 2014 09:49:53 +0000 (18:49 +0900)]
Fixed a bug on stripping tags when saving .WAV files.

10 years agoReplaced codecvt with Win32 API.
Tsuda Kageyu [Wed, 6 Aug 2014 02:53:49 +0000 (11:53 +0900)]
Replaced codecvt with Win32 API.

10 years agoMerge pull request #418 from TsudaKageyu/debug-msg
Lukáš Lalinský [Wed, 6 Aug 2014 22:37:17 +0000 (00:37 +0200)]
Merge pull request #418 from TsudaKageyu/debug-msg

Fixed some debug messages.

10 years agoMerge pull request #414 from TsudaKageyu/fix-floattest
Lukáš Lalinský [Wed, 6 Aug 2014 22:36:59 +0000 (00:36 +0200)]
Merge pull request #414 from TsudaKageyu/fix-floattest

Fixed some mistakes in the CMake module for float types.

10 years agoImproved the CMake check for float/double format. (Intel compiler support)
Tsuda Kageyu [Wed, 6 Aug 2014 11:57:04 +0000 (20:57 +0900)]
Improved the CMake check for float/double format. (Intel compiler support)

10 years agoFixed some debug messages.
Tsuda Kageyu [Wed, 6 Aug 2014 07:13:15 +0000 (16:13 +0900)]
Fixed some debug messages.

10 years agoFixed some mistakes in the CMake module for float types.
Tsuda Kageyu [Mon, 4 Aug 2014 08:40:56 +0000 (17:40 +0900)]
Fixed some mistakes in the CMake module for float types.

10 years agoMerge pull request #413 from TsudaKageyu/msvc-tests3
Lukáš Lalinský [Mon, 4 Aug 2014 07:09:20 +0000 (09:09 +0200)]
Merge pull request #413 from TsudaKageyu/msvc-tests3

Fixed a test to work with MSVC.

10 years agoFixed a test to work with MSVC.
Tsuda Kageyu [Mon, 4 Aug 2014 06:07:35 +0000 (15:07 +0900)]
Fixed a test to work with MSVC.

10 years agoMerge pull request #406 from TsudaKageyu/utf16-byteorder
Lukáš Lalinský [Wed, 23 Jul 2014 08:21:37 +0000 (10:21 +0200)]
Merge pull request #406 from TsudaKageyu/utf16-byteorder

Fixed handling UTF-16 byte order.

10 years agoMerge pull request #405 from TsudaKageyu/missing-include
Lukáš Lalinský [Wed, 23 Jul 2014 08:20:38 +0000 (10:20 +0200)]
Merge pull request #405 from TsudaKageyu/missing-include

Added a missing #include.

10 years agoFixed handling UTF-16 byte order.
Tsuda Kageyu [Wed, 23 Jul 2014 06:35:49 +0000 (15:35 +0900)]
Fixed handling UTF-16 byte order.

10 years agoAdded a missing #include.
Tsuda Kageyu [Wed, 23 Jul 2014 05:56:18 +0000 (14:56 +0900)]
Added a missing #include.

10 years agoMerge pull request #399 from TsudaKageyu/float-conv
Lukáš Lalinský [Tue, 22 Jul 2014 10:10:54 +0000 (12:10 +0200)]
Merge pull request #399 from TsudaKageyu/float-conv

Added float conversion functions to ByteVector.

10 years agoAdded float conversion functions to ByteVector.
Tsuda Kageyu [Wed, 16 Jul 2014 16:28:02 +0000 (01:28 +0900)]
Added float conversion functions to ByteVector.
Added CMake checks about IEEE754 compliance.

10 years agoMerge pull request #398 from TsudaKageyu/fix-chap
Lukáš Lalinský [Wed, 16 Jul 2014 20:30:10 +0000 (22:30 +0200)]
Merge pull request #398 from TsudaKageyu/fix-chap

Fixed some compilation error on MSVC in CHAP and CTOC frames support.

10 years agoFixed some compilation error on MSVC in CHAP and CTOC frames support.
Tsuda Kageyu [Wed, 16 Jul 2014 16:43:56 +0000 (01:43 +0900)]
Fixed some compilation error on MSVC in CHAP and CTOC frames support.

10 years agoMerge pull request #393 from TsudaKageyu/msvc-tests
Lukáš Lalinský [Wed, 16 Jul 2014 14:02:10 +0000 (16:02 +0200)]
Merge pull request #393 from TsudaKageyu/msvc-tests

Modified some tests to work with MSVC.

10 years agoMerge pull request #392 from TsudaKageyu/zlib-source
Lukáš Lalinský [Wed, 16 Jul 2014 13:58:52 +0000 (15:58 +0200)]
Merge pull request #392 from TsudaKageyu/zlib-source

Added a Windows-friendly build option ZLIB_SOURCE.

10 years agoMerge pull request #390 from TsudaKageyu/vector-bounds
Lukáš Lalinský [Wed, 16 Jul 2014 13:57:55 +0000 (15:57 +0200)]
Merge pull request #390 from TsudaKageyu/vector-bounds

Fixed out-of-bounds access in findVector().

10 years agoMerge pull request #391 from TsudaKageyu/setlasterror
Lukáš Lalinský [Wed, 16 Jul 2014 13:56:59 +0000 (15:56 +0200)]
Merge pull request #391 from TsudaKageyu/setlasterror

Added some SetLastError()s to get correct error codes in Win32.

10 years agoMerge pull request #394 from ufleisch/master
Lukáš Lalinský [Wed, 16 Jul 2014 13:54:03 +0000 (15:54 +0200)]
Merge pull request #394 from ufleisch/master

Add genres 148 to 191 to list of ID3v1 genres.

10 years agoMerge remote-tracking branch 'krejclu6/krejclu6_chapters'
Lukáš Lalinský [Wed, 16 Jul 2014 13:52:41 +0000 (15:52 +0200)]
Merge remote-tracking branch 'krejclu6/krejclu6_chapters'

10 years agoChanged to skip the ZLib check when ZLIB_SOURCE is set.
Tsuda Kageyu [Wed, 9 Jul 2014 00:52:08 +0000 (09:52 +0900)]
Changed to skip the ZLib check when ZLIB_SOURCE is set.

10 years agoFixed the tests to work with MSVC when UNICODE is set.
Tsuda Kageyu [Mon, 23 Jun 2014 16:29:15 +0000 (01:29 +0900)]
Fixed the tests to work with MSVC when UNICODE is set.

10 years agoAdd genres 148 to 191 to list of ID3v1 genres.
Urs Fleisch [Sat, 21 Jun 2014 10:34:42 +0000 (12:34 +0200)]
Add genres 148 to 191 to list of ID3v1 genres.

This genres were added for Winamp version 5.6, see
<http://en.wikipedia.org/wiki/ID3#List_of_genres>.

10 years agoUpdated INSTALL.
Tsuda Kageyu [Fri, 20 Jun 2014 01:36:09 +0000 (10:36 +0900)]
Updated INSTALL.

10 years agoModified some tests to work with MSVC.
Tsuda Kageyu [Thu, 19 Jun 2014 02:55:52 +0000 (11:55 +0900)]
Modified some tests to work with MSVC.

10 years agoAdded a Windows-friendly build option ZLIB_SOURCE.
Tsuda Kageyu [Thu, 19 Jun 2014 09:27:08 +0000 (18:27 +0900)]
Added a Windows-friendly build option ZLIB_SOURCE.

10 years agoAdded a check for patternSize and removed a useless check.
Tsuda Kageyu [Thu, 19 Jun 2014 07:53:29 +0000 (16:53 +0900)]
Added a check for patternSize and removed a useless check.

10 years agoAdded a test for out-of-bounds access in findVector().
Tsuda Kageyu [Thu, 19 Jun 2014 04:22:50 +0000 (13:22 +0900)]
Added a test for out-of-bounds access in findVector().

10 years agoAdded some SetLastError()s to get correct error codes in Win32.
Tsuda Kageyu [Thu, 19 Jun 2014 03:51:44 +0000 (12:51 +0900)]
Added some SetLastError()s to get correct error codes in Win32.

10 years agoFixed out-of-bounds access in findVector().
Tsuda Kageyu [Thu, 19 Jun 2014 02:55:52 +0000 (11:55 +0900)]
Fixed out-of-bounds access in findVector().

10 years agoCode clean-up.
Lukas Krejci [Wed, 11 Jun 2014 15:52:05 +0000 (17:52 +0200)]
Code clean-up.

10 years agoMerge branch 'krejclu6_chapters' of https://github.com/krejclu6/taglib into krejclu6_...
Lukas Krejci [Sun, 18 May 2014 14:29:54 +0000 (16:29 +0200)]
Merge branch 'krejclu6_chapters' of https://github.com/krejclu6/taglib into krejclu6_chapters

Conflicts:
taglib/mpeg/id3v2/id3v2framefactory.cpp
tests/test_id3v2.cpp

10 years agoUncommenting unit test.
Lukas Krejci [Sun, 13 Oct 2013 16:38:54 +0000 (18:38 +0200)]
Uncommenting unit test.

10 years agoAdded functions for work with embedded frames.
Lukas Krejci [Tue, 8 Oct 2013 16:19:15 +0000 (18:19 +0200)]
Added functions for work with embedded frames.

Added embedded frames parsing.

Added embedded frames rendering.
Modified constructor of CHAP and CTOC frame, so it can accept list of embedded frames.

Added unit tests for CHAP and CTOC frames parsing and rendering (with support of embedded frames).
Fixed bugs in rendering of CTOC frames.
Added functions for adding and removing child elements in CTOC frames.

10 years agoRemoved duplicated CHAP frame testing funtion.
Lukáš Krejčí [Sat, 4 May 2013 19:25:55 +0000 (21:25 +0200)]
Removed duplicated CHAP frame testing funtion.

10 years agoChanged copyright and e-mail in modified files.
Lukáš Krejčí [Sat, 27 Apr 2013 14:09:15 +0000 (16:09 +0200)]
Changed copyright and e-mail in modified files.

10 years agoFixed errors in ChapterFrame constructor.
Lukáš Krejčí [Sat, 27 Apr 2013 13:42:23 +0000 (15:42 +0200)]
Fixed errors in ChapterFrame constructor.
Fixed errors in ChapterFrame method renderFields.
Fixed errors in TableOfContentsFrame method parseFields.
Added ChapterFrame and TableOfContentsFrame headers and sources to CMakeLists.txt.
Added some basic testing of CHAP and CTOC frames parsing.

10 years agoFixed error in childElements function.
Lukáš Krejčí [Fri, 26 Apr 2013 21:16:06 +0000 (23:16 +0200)]
Fixed error in childElements function.

10 years agoFinished parseFields, renderFields and asProperty methods of ChapterFrame and TableOf...
Lukáš Krejčí [Sun, 21 Apr 2013 14:16:57 +0000 (16:16 +0200)]
Finished parseFields, renderFields and asProperty methods of ChapterFrame and TableOfContentsFrame classes.
Methods setElementID of ChapterFrame and TableOfContentsFrame classes now automatically terminates new element ID with null.

10 years agoAdded basic members of ChapterFrame and TableOfContentsFrame classes.
Lukáš Krejčí [Sat, 20 Apr 2013 14:49:57 +0000 (16:49 +0200)]
Added basic members of ChapterFrame and TableOfContentsFrame classes.
Fixed minor bugs in ChapterFrame and TableOfContentsFrame headers.

10 years agoCreated CPP and H files for CTOC and CHAP frames.
Lukáš Krejčí [Sat, 20 Apr 2013 13:52:52 +0000 (15:52 +0200)]
Created CPP and H files for CTOC and CHAP frames.