1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Nov 28, 2022 — Nov 28, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Found a way to disallow closing the app while a modal window is showing. More... almost 23 years ago
Updated COSSSoundPlayer with the same semephore wait that I used in COSSSoundRecorder that fixed the problem that ost::Thread.wait() doesn't do what I thought More... almost 23 years ago
Updated COSSSoundPlayer with the same semephore wait that I used in COSSSoundRecorder that fixed the problem that ost::Thread.wait() doesn't do what I thought More... almost 23 years ago
Changed the V&H spacing of the contents frame for the CChannelSelectDialog and CPasteChannelsDialog More... almost 23 years ago
Changed the V&H spacing of the contents frame for the CChannelSelectDialog and CPasteChannelsDialog More... almost 23 years ago
Updated the TODO on the record dialog (already finished it) More... almost 23 years ago
Updated the TODO on the record dialog (already finished it) More... almost 23 years ago
Fixed a lingering issue in TPoolFile::isExclusiveLocked() and TPoolFile::getSharedLockCount() More... almost 23 years ago
Fixed a lingering issue in TPoolFile::isExclusiveLocked() and TPoolFile::getSharedLockCount() Updated the TODO about this More... almost 23 years ago
Made the copy edit action not lockForResize, but only lockSize by passing 'false' for the 'willResize' parameter of AActionFactory More... almost 23 years ago
Made the copy edit action not lockForResize, but only lockSize by passing 'false' for the 'willResize' parameter of AActionFactory More... almost 23 years ago
Added a red LED to the record dialog to show when recording is actually happening Added a label to the record dialog's status info which shows when the recording is going to automatically stop Updated the TODO lists concerning this task More... almost 23 years ago
Added a red LED to the record dialog to show when recording is actually happening More... almost 23 years ago
Added a ??? comment in CSoundWindow.cpp More... almost 23 years ago
Added a ??? comment in CSoundWindow.cpp More... almost 23 years ago
Added and updated some TODOs More... almost 23 years ago
Added and updated some TODOs More... almost 23 years ago
Fixed a bug in ASoundFileManager where on saveas it didn't consult the loadedRegistry if that was going to cause a problem before it had already changed the filename in the ASound object More... almost 23 years ago
Fixed a bug in ASoundFileManager where on saveas it didn't consult the loadedRegistry if that was going to cause a problem before it had already changed the filename in the ASound object More... almost 23 years ago
Fixed a bug where the CSoundListWindow's filename was not getting updated when the user did a save as More... almost 23 years ago
Fixed a bug where the CSoundListWindow's filename was not getting updated when the user did a save as Updated the TODO concerning this task More... almost 23 years ago
Made TPoolFile use a memory buffer to write the SAT to disk. Instead of each SAT entry write being 3 writes to CMultiFile, it's not 3 memcpys and 3 adds to an offset. And then I write that memory buffer to the CMultiFile all at once. Also, I read the SAT entries in the same manner. Updated the TODO list for this task More... almost 23 years ago
Made TPoolFile use a memory buffer to write the SAT to disk. Instead of each SAT entry write being 3 writes to CMultiFile, it's not 3 memcpys and 3 adds to an offset. And then I write that memory buffer to the CMultiFile all at once. More... almost 23 years ago
Tweaked CMultiFile not to call ftruncate so much. More... almost 23 years ago
Tweaked CMultiFile not to call ftruncate so much. It was calling it for every write if that write was going to cause the file to grow. Evidently, ftruncate is an expensive system call. Well, writing past the end of a file adds space, so I avoid calling ftruncate to make the file bigger if the write is going to do it anyway. More... almost 23 years ago
Added to the TODO list More... almost 23 years ago
Added to the TODO list More... almost 23 years ago
Added to the TODO lists More... almost 23 years ago
Added to the TODO lists More... almost 23 years ago
Minor cosmetic change to CRecordDialog More... almost 23 years ago