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
fixed an issue where the current filename wasn't presented in the save dialog for a Save As action More... over 20 years ago
fixed an issue where the current filename wasn't presented in the save dialog for a Save As action More... over 20 years ago
fixed a bug where cancelling a load of a previously loaded file left the filename registered More... over 20 years ago
fixed a bug where cancelling a load of a previously loaded file left the filename registered More... over 20 years ago
bound ctrl-v to insert paste More... over 20 years ago
bound ctrl-v to insert paste More... over 20 years ago
Added a "M" column in the loaded sound list window to indicate if the file is modified from it's saved state or not More... over 20 years ago
Added a "M" column in the loaded sound list window to indicate if the file is modified from it's saved state or not (In doing this I discovered that my isModified login in AAction is flawed.. I will need to reimplement this) More... over 20 years ago
fixed a bug where the status info wasn't updating when the wave ruler was double clicked More... over 20 years ago
fixed a bug where the status info wasn't updating when the wave ruler was double clicked More... over 20 years ago
laxed some of the strictness in ClibaudiofileSoundTranslator such that it can handle corrupted files better. Now it does not rely on the afGetFrameCount() function except for the progress bar and just reads until afReadFrames() returns <=0 More... over 20 years ago
laxed some of the strictness in ClibaudiofileSoundTranslator such that it can handle corrupted files better. Now it does not rely on the afGetFrameCount() function except for the progress bar and just reads until afReadFrames() returns <=0 More... over 20 years ago
Added two checkboxes to allow the user to enable/disable saving of user notes and cues to libaudiofile supported formats More... over 20 years ago
Added two checkboxes to allow the user to enable/disable saving of user notes and cues to libaudiofile supported formats More... over 20 years ago
fixed a bug where priming the level detector for short selections overflowed the temp pool More... over 20 years ago
fixed a bug where priming the level detector for short selections overflowed the temp pool More... over 20 years ago
Yay, added key-bindings to actions. More... over 20 years ago
Yay, added key-bindings to actions. Now there is a configuration dialog for binding a key combination to an action. I also fixed/kludged the auto-repeat problem with using the keyboard to seek forward and backward. Now, if either event takes place, I call XAutoRepeatOff() and turn if back on when the key is released. If ReZound were to die unexpectedly while doing this, then autorepeat is unfortunately disabled for the whole display! So, I print a warning to stderr along with a suggestion to fix it. More... over 20 years ago
added a small optimization More... over 20 years ago
added a small optimization More... over 20 years ago
Added CNestedDataFile::setAlternateReadFile() which causes another given CNestedDataFile object to be queried by keyExists() and getValue() if it's not found in the original object More... over 20 years ago
Added CNestedDataFile::setAlternateReadFile() which causes another given CNestedDataFile object to be queried by keyExists() and getValue() if it's not found in the original object More... over 20 years ago
Added support for fox-1.4 (I have a feeling that 1.5 will be out very shortly More... over 20 years ago
Added support for fox-1.4 (I have a feeling that 1.5 will be out very shortly More... over 20 years ago
oops.. More... over 20 years ago
oops.. More... over 20 years ago
Now in AAction::doAction and undoAction I just have separate cases for whether a macro is being run or not. This caused a couple of the flags I had added in to AAction/AActionFactory to become unnecessary because they were only used by CRunMacroAction/CRanMacroAction Now the selection positions, cues, isModified flag and all are not affected when a macro is being done or undone More... over 20 years ago
Now in AAction::doAction and undoAction I just have separate cases for whether a macro is being run or not. More... over 20 years ago
removed the old methods (which were just calling CNestedDataFile's) from CActionParameters More... over 20 years ago
removed the old methods (which were just calling CNestedDataFile's) from CActionParameters Now the application code calls CNestedDataFile's methods itself More... over 20 years ago