aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/s3m
Commit message (Expand)AuthorAgeFilesLines
* Always use parentheses with new. It's a bit safer.Tsuda Kageyu2017-01-161-1/+1
* Correct the license information.Tsuda Kageyu2016-02-064-12/+30
* Use a standard type rather than TagLib::ushort.Tsuda Kageyu2015-12-023-40/+40
* Use a standard type rather than TagLib::uchar.Tsuda Kageyu2015-12-023-21/+21
* Avoid using String::null where an empty string is required.Tsuda Kageyu2015-11-201-1/+1
* 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-6/+8
* 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
* - Disambiguate uint and ushort referencesBSDKaffee2012-07-151-6/+6
* Remove trailing whitespaceBirunthan Mohanathas2012-04-193-4/+4
* Tabs to spacesBirunthan Mohanathas2012-04-191-3/+3
* Added lots of missing includesMichael Helmling2012-02-151-0/+1
* Ported s3m; removed old id3v2dicttools.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
|/
* style fixes for enum value namesMathias Panzenböck2011-06-251-7/+7
* style fixes: { on same line with if/else/forMathias Panzenböck2011-06-251-12/+6
* IT: strings require term. NUL. mod files: tableLength -> lengthInPatternsMathias Panzenböck2011-06-243-9/+20
* S3M: unit tests and bug fixes (NUL char. is not optional in S3M strings)Mathias Panzenböck2011-06-232-4/+10
* S3M+IT: fix reading, IT: untested support for message writingMathias Panzenböck2011-06-231-5/+15
* more correct S3M parsing and property namingMathias Panzenböck2011-06-193-82/+79
* untested(!) comment write support for s3m and it filesMathias Panzenböck2011-06-191-3/+46
* 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-142-5/+4
* Mod::File -> Mod::FileBaseMathias Panzenböck2011-06-142-4/+4
* more indentation fixesMathias Panzenböck2011-06-142-11/+11
* code formatting fixesMathias Panzenböck2011-06-141-1/+1
* converted tabs to spacesMathias Panzenböck2011-06-144-228/+228
* refactored for ABI compat and write support of some tags of s3m/it/xm filesMathias Panzenböck2011-06-146-222/+368
* added read-only support for s3m, it and xmMathias Panzenböck2011-06-135-0/+400