Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Address -Wall warnings | mio | 2024-09-29 | 1 | -2/+2 |
| | | | | | | | | | | | | | VideoWindow::ExposeEvent wasn't being used correctly; it should be a TQCustomEvent (although, the 3000 type is already being used for forwarding XINE_PROGRESS_EVENT). While the pts_per_smpls part never seemed to be encountered, it would have resulted in a floating point exception as it's always 0. Commented out to leave a hint as to what the code should be doing. Resolves: TDE/codeine#2 Signed-off-by: mio <[email protected]> | ||||
* | Use nullptr instead of NULL/0 pointer in C++ files | mio | 2024-08-22 | 1 | -3/+3 |
| | | | | | See: https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/73 Signed-off-by: mio <[email protected]> | ||||
* | Initial code import from debian snapshot | Michele Calgaro | 2020-06-13 | 1 | -0/+262 |
https://snapshot.debian.org/package/codeine/1.0.1-3.dfsg-3.1/ Signed-off-by: Michele Calgaro <[email protected]> |