aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/it
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling and typosJonas Kvinge2019-08-261-1/+1
* Always use parentheses with new. It's a bit safer.Tsuda Kageyu2017-01-161-1/+1
* Correct the license information.Tsuda Kageyu2016-02-063-9/+23
* Use a standard type rather than TagLib::uint.Tsuda Kageyu2015-12-031-2/+2
* Use a standard type rather than TagLib::ulong.Tsuda Kageyu2015-12-031-4/+4
* Use a standard type rather than TagLib::ushort.Tsuda Kageyu2015-12-023-53/+53
* Use a standard type rather than TagLib::uchar.Tsuda Kageyu2015-12-022-30/+30
* Avoid using String::null where an empty string is required.Tsuda Kageyu2015-11-201-2/+2
* MOD: AudioProperties improvementsTsuda Kageyu2015-06-182-4/+16
* Comment update: Added some supplementary explanations and fixed some spellings.Tsuda Kageyu2013-06-231-2/+4
* Fixed comments for File constructorsTsuda Kageyu2013-05-301-7/+9
* Fixed indentsgonemad2012-10-111-4/+4
* Added check if file is open before attempting to read tagsgonemad2012-10-111-2/+4
* Do not delete the IOStream object in TagLib::FileLukáš Lalinský2012-09-061-0/+3
* Fix warnings with VS2010Tsuda Kageyu2012-08-231-1/+1
* - Disambiguate uint and ushort referencesBSDKaffee2012-07-151-8/+8
* Remove trailing whitespaceBirunthan Mohanathas2012-04-192-7/+7
* Added lots of missing includesMichael Helmling2012-02-151-0/+1
* Migration to new PropertyMap ... done ape to mod.Michael Helmling2012-01-212-9/+9
* Implemented the most easy comments on the pull request.Michael Helmling2012-01-141-2/+2
* Implemented dict interface for more formats.Michael Helmling2011-11-022-0/+23
* Fix warningScott Wheeler2011-07-271-2/+2
* ByteVector works on chars, not unsigned chars, so there needs to be a cast be...Scott Wheeler2011-07-271-1/+2
* These methods can't be protected since they're called from IT::FileScott Wheeler2011-07-271-2/+0
* style fixes for enum value namesMathias Panzenböck2011-06-253-13/+13
* style fixes: { on same line with if/else/forMathias Panzenböck2011-06-252-21/+12
* IT: the max. 8000 bytes msg. length have to include the NULMathias Panzenböck2011-06-241-2/+2
* IT: add term. NUL to messagesMathias Panzenböck2011-06-241-0/+4
* IT: strings require term. NUL. mod files: tableLength -> lengthInPatternsMathias Panzenböck2011-06-243-29/+44
* IT: volume is only a byte in sizeMathias Panzenböck2011-06-232-10/+10
* S3M+IT: fix reading, IT: untested support for message writingMathias Panzenböck2011-06-231-16/+79
* IT: support channels propertyMathias Panzenböck2011-06-203-6/+31
* comments++Mathias Panzenböck2011-06-201-0/+6
* more correct IT parsing and property namingMathias Panzenböck2011-06-203-48/+102
* comments++Mathias Panzenböck2011-06-191-1/+1
* IT: no longer allow wrong sample/instrument magicMathias Panzenböck2011-06-191-4/+6
* untested(!) comment write support for s3m and it filesMathias Panzenböck2011-06-191-2/+45
* fixed mod property names and added unit test for xmMathias Panzenböck2011-06-183-9/+9
* added unit test for one flavour of .mod filesMathias Panzenböck2011-06-171-19/+1
* added check for readOnly in save methodsMathias Panzenböck2011-06-141-0/+6
* added .mod file supportMathias Panzenböck2011-06-142-4/+3
* Mod::File -> Mod::FileBaseMathias Panzenböck2011-06-142-4/+4
* more indentation fixesMathias Panzenböck2011-06-141-7/+7
* converted tabs to spacesMathias Panzenböck2011-06-144-269/+269
* refactored for ABI compat and write support of some tags of s3m/it/xm filesMathias Panzenböck2011-06-146-251/+391
* added read-only support for s3m, it and xmMathias Panzenböck2011-06-135-0/+423