aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/mod
Commit message (Expand)AuthorAgeFilesLines
* Always use parentheses with new. It's a bit safer.Tsuda Kageyu2017-01-162-3/+4
* Add an overload of ByteVector::replace() which takes chars.Tsuda Kageyu2016-02-181-1/+1
* Properly mark functions as virtualScott Wheeler2016-02-101-14/+14
* Correct the license information.Tsuda Kageyu2016-02-068-24/+60
* Use a standard type rather than TagLib::uint.Tsuda Kageyu2015-12-035-20/+20
* Use a standard type rather than TagLib::ulong.Tsuda Kageyu2015-12-033-16/+16
* Use a standard type rather than TagLib::ushort.Tsuda Kageyu2015-12-023-12/+12
* Use a standard type rather than TagLib::uchar.Tsuda Kageyu2015-12-025-11/+11
* Avoid using String::null where an empty string is required.Tsuda Kageyu2015-11-202-7/+7
* Avoid using String::isNull() where it is considered to be confused with isEmp...Tsuda Kageyu2015-11-201-1/+1
* MOD: AudioProperties improvementsTsuda Kageyu2015-06-182-6/+18
* Fix some typos in comments.Tsuda Kageyu2015-06-091-3/+3
* Reduce useless detach operations by making some non-const iterators const.Tsuda Kageyu2014-08-211-1/+1
* 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-1/+1
* Remove trailing whitespaceBirunthan Mohanathas2012-04-193-4/+4
* Fix compilation errorsLukáš Lalinský2012-03-171-2/+2
* Added lots of missing includesMichael Helmling2012-02-152-0/+3
* Migration to new PropertyMap ... done ape to mod.Michael Helmling2012-01-214-34/+51
* Implemented dict interface for more formats.Michael Helmling2011-11-024-1/+65
* ReformattingLukáš Lalinský2011-07-284-55/+72
* 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
|/
* corrected commentsMathias Panzenböck2011-06-281-2/+2
* style fixes: { on same line with if/else/forMathias Panzenböck2011-06-252-21/+13
* IT: strings require term. NUL. mod files: tableLength -> lengthInPatternsMathias Panzenböck2011-06-243-10/+10
* S3M+IT: fix reading, IT: untested support for message writingMathias Panzenböck2011-06-232-0/+32
* IT: support channels propertyMathias Panzenböck2011-06-202-8/+8
* updated commentsMathias Panzenböck2011-06-191-5/+4
* comments++Mathias Panzenböck2011-06-191-5/+26
* comment writing support and more tests for mod and xmMathias Panzenböck2011-06-193-16/+33
* comments++Mathias Panzenböck2011-06-181-29/+117
* fixed mod property names and added unit test for xmMathias Panzenböck2011-06-183-14/+14
* added unit test for one flavour of .mod filesMathias Panzenböck2011-06-171-1/+5
* added check for readOnly in save methodsMathias Panzenböck2011-06-141-0/+6
* fixed a commentMathias Panzenböck2011-06-141-3/+1
* added .mod file supportMathias Panzenböck2011-06-149-5/+448
* Mod::File -> Mod::FileBaseMathias Panzenböck2011-06-142-11/+11
* converted tabs to spacesMathias Panzenböck2011-06-145-100/+100
* refactored for ABI compat and write support of some tags of s3m/it/xm filesMathias Panzenböck2011-06-145-82/+244
* added read-only support for s3m, it and xmMathias Panzenböck2011-06-133-0/+194