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
When unrotating the stereo phase meter by 45 degrees it use to have some pixels that wouldn't light because of some kind of integer errors from the rotation calculations (since sub-pixel's cannot be addressed). Well minor issue when rotating anyway was that the corners of the square would be truncated. So, I just shrunk the rotated square by the right amount to keep from truncating the corners, this also filled in the holes of missing pixels. More... almost 22 years ago
When unrotating the stereo phase meter by 45 degrees it use to have some pixels that wouldn't light because of some kind of integer errors from the rotation calculations (since sub-pixel's cannot be addressed). Well minor issue when rotating anyway was that the corners of the square would be truncated. So, I just shrunk the rotated square by the right amount to keep from truncating the corners, this also filled in the holes of missing pixels. More... almost 22 years ago
fixed a pixel wrapping bug on the stereo phase meter display when it's unrotated More... almost 22 years ago
fixed a pixel wrapping bug on the stereo phase meter display when it's unrotated More... almost 22 years ago
Fixed parameter mismatches when calling min<>() More... almost 22 years ago
Fixed parameter mismatches when calling min<>() More... almost 22 years ago
was passing the wrong type to a & parameter that didn't matter until size_t was 64bit More... almost 22 years ago
was passing the wrong type to a & parameter that didn't matter until size_t was 64bit More... almost 22 years ago
Changed the return/parameter types of readRaw so that the types would match exactly when calling min<> More... almost 22 years ago
Changed the return/parameter types of readRaw so that the types would match exactly when calling min<> More... almost 22 years ago
had a return type of int when I meant to have a return type of ssize_t (which didn't show up until I got on a 64bit platform) More... almost 22 years ago
had a return type of int when I meant to have a return type of ssize_t (which didn't show up until I got on a 64bit platform) More... almost 22 years ago
minor More... almost 22 years ago
minor More... almost 22 years ago
now I check for sys/soundcard.h before enabling OSS audio I/O support More... almost 22 years ago
now I check for sys/soundcard.h before enabling OSS audio I/O support More... almost 22 years ago
change the cp when creating a missing file to a sed that replaces a path to the src config directory More... almost 22 years ago
change the cp when creating a missing file to a sed that replaces a path to the src config directory More... almost 22 years ago
updated translation file More... almost 22 years ago
updated translation file More... almost 22 years ago
unused file now More... almost 22 years ago
unused file now More... almost 22 years ago
minor More... almost 22 years ago
minor More... almost 22 years ago
Added an --enable-largefile flag. But note: using this requires that all the other file I/O dependancy libs be also compiled with 64bit file support since now off_t is a 64bit int Changed the dnl comment style to # More... almost 22 years ago
Added an --enable-largefile flag. But note: using this requires that all the other file I/O dependancy libs be also compiled with 64bit file support since now off_t is a 64bit int More... almost 22 years ago
Added more header file checks. Fixed thread lib check on BSD Big endian platforms are okay now. Reformatted the comments More... almost 22 years ago
Added more header file checks. Fixed thread lib check on BSD More... almost 22 years ago
Fixes for solaris and BSD and some endian handling code More... almost 22 years ago
Fixes for solaris and BSD and some endian handling code More... almost 22 years ago