aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/xm
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling and typosUrs Fleisch2021-01-021-3/+3
* Fix spelling and typosJonas Kvinge2019-08-261-2/+2
* Always use parentheses with new. It's a bit safer.Tsuda Kageyu2017-01-161-1/+1
* Small fixesmathbunnyru2016-11-241-1/+1
* Add an overload of ByteVector::replace() which takes chars.Tsuda Kageyu2016-02-181-1/+1
* Correct the license information.Tsuda Kageyu2016-02-064-13/+30
* Use a standard type rather than TagLib::uint.Tsuda Kageyu2015-12-033-40/+39
* Use a standard type rather than TagLib::ulong.Tsuda Kageyu2015-12-031-20/+19
* Use a standard type rather than TagLib::ushort.Tsuda Kageyu2015-12-023-69/+68
* Use a standard type rather than TagLib::uchar.Tsuda Kageyu2015-12-021-11/+11
* Amend some comments refer to the 'offset_t' type. It no longer exists.Tsuda Kageyu2015-12-021-1/+1
* Avoid using String::null where an empty string is required.Tsuda Kageyu2015-11-201-2/+2
* Use List::isEmpty() rather than size() to check if the list is empty.Tsuda Kageyu2015-11-181-1/+1
* MOD: AudioProperties improvementsTsuda Kageyu2015-06-182-4/+16
* TagLib::XM::Properties is a public class that should be exportedLukáš Lalinský2015-05-201-1/+1
* Reduce useless detach operations by making some non-const iterators const.Tsuda Kageyu2014-08-211-1/+1
* Changed XM::File::save() to use seek() properly.Tsuda Kageyu2014-02-141-48/+41
* Comment update: Added some supplementary explanations and fixed some spellings.Tsuda Kageyu2013-06-231-2/+4
* Fixed comments for File constructorsTsuda Kageyu2013-05-301-6/+8
* Fixed indentsgonemad2012-10-111-4/+4
* Added check if file is open before attempting to read tagsgonemad2012-10-111-2/+4
* Crash when saving xm files (fixes #68)Urs Fleisch2012-09-301-1/+1
* Do not delete the IOStream object in TagLib::FileLukáš Lalinský2012-09-061-0/+3
* - Disambiguate uint and ushort referencesBSDKaffee2012-07-151-9/+9
* Remove trailing whitespaceBirunthan Mohanathas2012-04-192-3/+3
* Added lots of missing includesMichael Helmling2012-02-151-0/+1
* Ported xm.Michael Helmling2012-02-142-10/+10
* Implemented dict interface for more formats.Michael Helmling2011-11-022-0/+22
* Merge remote-tracking branch 'gperks/master'Lukáš Lalinský2011-07-281-1/+0
|\
| * Fix for VS2010 which had been throwing out "cannot access protected member de...Graham Perks2011-07-261-0/+2
* | Fix spelling / formatting in comments.Scott Wheeler2011-07-271-27/+27
|/
* style fixes for enum value namesMathias Panzenböck2011-06-251-1/+1
* style fixes: { on same line with if/else/forMathias Panzenböck2011-06-251-48/+26
* IT: strings require term. NUL. mod files: tableLength -> lengthInPatternsMathias Panzenböck2011-06-243-33/+38
* S3M+IT: fix reading, IT: untested support for message writingMathias Panzenböck2011-06-231-1/+1
* XM: forgot smaple countMathias Panzenböck2011-06-203-1/+18
* comment writing support and more tests for mod and xmMathias Panzenböck2011-06-191-56/+517
* xm: no \n too much in comment if there are no samplesMathias Panzenböck2011-06-181-1/+7
* fixed mod property names and added unit test for xmMathias Panzenböck2011-06-183-9/+9
* added check for readOnly in save methodsMathias Panzenböck2011-06-141-0/+6
* added .mod file supportMathias Panzenböck2011-06-144-203/+7
* Mod::File -> Mod::FileBaseMathias Panzenböck2011-06-142-4/+4
* more indentation fixesMathias Panzenböck2011-06-141-7/+7
* code formatting fixesMathias Panzenböck2011-06-141-3/+3
* converted tabs to spacesMathias Panzenböck2011-06-146-310/+310
* refactored for ABI compat and write support of some tags of s3m/it/xm filesMathias Panzenböck2011-06-147-215/+478
* added read-only support for s3m, it and xmMathias Panzenböck2011-06-136-0/+446