1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected over 1 year ago.
Nov 28, 2022 — Nov 28, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixing a pesky build-time issue when parallel makes are used. I was trying to make CFOXIcons.cpp/h get regenerated when gif files changed so that generating them were just a natural part of the build process. However, I couldn't make it work (some weirdness with libtool, automatic dependancy checks, automake, etc). It would go ahead and start compiling source files that depend on CFOXIcon.h despite making every attempt to say that all object files depended on it. More... over 13 years ago
now locking TMemoryPipe's data in RAM from swapping which I had an annoying #warning for because JACKs requires that More... over 15 years ago
privatized a data-member that was unnecessarily public More... over 15 years ago
Added a new registry.dat setting, 'primaryWorkDir' which, if not "", is where the working files will be created rather than in the same directory as the file being opened. More... over 15 years ago
not using ftime() now unless we have to More... over 15 years ago
removed unneeded bsd alias functions More... over 15 years ago
fixed some 64bit compile errors with the FOX UI More... over 15 years ago
Added a pulseaudio implementation for audio output. This should reduce the issues where pulse is running but has the device in an exclusive state so that ReZound cannot open the device. This is the "if you can't beat'em, join'em" solution. More... over 15 years ago
now using a CSoundLocker object to ensure that we don't forget to unlock. This would have an effect on dead-locks (hopefully for the better and not the worse) More... over 15 years ago
[docs] updated for fftw3 More... over 15 years ago
oops More... over 15 years ago
[enhancement] fftw2 is not more -> fftw3 (Thanks piem!) More... over 15 years ago
[language] Added a Czech translation (Thanks Pavel Fric) More... over 15 years ago
[bug] [save raw] fixing a UI issue with saving raw sound (Thanks cuse!) More... over 15 years ago
[enhancement] [patch 1749539] support for port audio v19 added (Thanks aballier!) More... over 15 years ago
bringing some of the autotools usage up to date with more recent versions More... over 15 years ago
[compile errors] checking in modified patch to fix compile errors with gcc-4.3 More... almost 16 years ago
attempting to fix compile errors with newer compilers More... about 16 years ago
temporarily changed the Finnish translation to 8859-1 More... about 17 years ago
received new Finnish translation from Markus Kantola (Thanks!) More... about 17 years ago
fixed another cvs2svn binary file problem More... over 17 years ago
fixed gif files corrupted by cvs2svn More... over 17 years ago
fixed cvs2svn mimetype oopsee More... over 17 years ago
checking in a compile-error fix for newer FLAC++ libs.. This may break older versions, not sure More... over 17 years ago
minor More... over 17 years ago
now actually using a custom allocator in istring if one was given More... over 17 years ago
oops More... over 17 years ago
moved AActionParamMapper.* and ActionParamMappers.h from frontend_fox to backend so that it can be shared with another frontend implementation More... over 17 years ago
added debug print function More... over 17 years ago
fixed type-o More... over 17 years ago