| Commit message (Expand) | Author | Age | Files | Lines |
| * | Inspection: Variable can be moved to init statement | Urs Fleisch | 2024-01-21 | 1 | -4/+3 |
| * | cppcheck: add const | Rosen Penev | 2024-01-19 | 1 | -1/+1 |
| * | Fix issues reported by CppCheck | Urs Fleisch | 2023-12-07 | 1 | -20/+17 |
| * | Unified interface for complex properties like pictures (#94) | Urs Fleisch | 2023-10-14 | 1 | -0/+39 |
| * | clang: fix -Wextra-semi warnings (#1134) | Rosen Penev | 2023-09-16 | 1 | -25/+31 |
| * | unused includes (#1133) | Rosen Penev | 2023-09-16 | 1 | -8/+3 |
| * | replace vector with array (#1140) | Rosen Penev | 2023-09-10 | 1 | -25/+14 |
| * | Use unique_ptr for d-pointers (#1095) | Rosen Penev | 2023-08-07 | 1 | -6/+5 |
| * | Consistently use quote form when including our own headers | Urs Fleisch | 2023-07-22 | 1 | -3/+3 |
| * | clang-tidy: Use nullptr instead of 0 | Urs Fleisch | 2023-07-22 | 1 | -1/+1 |
| * | Remove functions documented (but not marked) as deprecated | Urs Fleisch | 2023-07-09 | 1 | -39/+2 |
| * | clang-tidy: don't use else after return | Rosen Penev | 2021-06-21 | 1 | -4/+4 |
| * | Always use parentheses with new. It's a bit safer. | Tsuda Kageyu | 2017-01-16 | 1 | -3/+2 |
| * | Use a standard type rather than TagLib::uint. | Tsuda Kageyu | 2015-12-03 | 1 | -4/+4 |
| * | Avoid using String::null where an empty string is required. | Tsuda Kageyu | 2015-11-20 | 1 | -1/+1 |
| * | Fix segfaults when calling File::properties() after strip(). | Tsuda Kageyu | 2015-08-25 | 1 | -2/+65 |
| * | Implemented asProperties() in all relevant textual frames. | Michael Helmling | 2012-01-22 | 1 | -15/+0 |
| * | More support for the unified dictionary interface. | Michael Helmling | 2011-08-27 | 1 | -0/+16 |
| * | Fix FSF address | Lukáš Lalinský | 2011-01-08 | 1 | -2/+2 |
| * | Set the copyright to 2002-2008 for all files. | Scott Wheeler | 2008-02-04 | 1 | -1/+1 |
| * | SVN_SILENT fix spaces | Scott Wheeler | 2008-01-31 | 1 | -23/+23 |
| * | Ok, think I've got this all sorted out a bit. Code is much simpler now, | Scott Wheeler | 2008-01-31 | 1 | -22/+22 |
| * | Move over to the union tag class. Yeah, this is crazy to be doing close | Scott Wheeler | 2008-01-31 | 1 | -19/+24 |
| * | Add an (internal) TagUnion class. I'll pull out the reimplementation | Scott Wheeler | 2008-01-31 | 1 | -0/+180 |