openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
R
ReZound
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
over 1 year
ago.
Nov 28, 2022 — Nov 28, 2023
Showing page 7 of 131
Search / Filter on:
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
ddurham
More...
over 20 years ago
fixed an issue where the current filename wasn't presented in the save dialog for a Save As action
ddurham
More...
over 20 years ago
fixed a bug where cancelling a load of a previously loaded file left the filename registered
ddurham
More...
over 20 years ago
fixed a bug where cancelling a load of a previously loaded file left the filename registered
ddurham
More...
over 20 years ago
bound ctrl-v to insert paste
ddurham
More...
over 20 years ago
bound ctrl-v to insert paste
ddurham
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
ddurham
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)
ddurham
More...
over 20 years ago
fixed a bug where the status info wasn't updating when the wave ruler was double clicked
ddurham
More...
over 20 years ago
fixed a bug where the status info wasn't updating when the wave ruler was double clicked
ddurham
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
ddurham
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
ddurham
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
ddurham
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
ddurham
More...
over 20 years ago
fixed a bug where priming the level detector for short selections overflowed the temp pool
ddurham
More...
over 20 years ago
fixed a bug where priming the level detector for short selections overflowed the temp pool
ddurham
More...
over 20 years ago
Yay, added key-bindings to actions.
ddurham
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.
ddurham
More...
over 20 years ago
added a small optimization
ddurham
More...
over 20 years ago
added a small optimization
ddurham
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
ddurham
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
ddurham
More...
over 20 years ago
Added support for fox-1.4 (I have a feeling that 1.5 will be out very shortly
ddurham
More...
over 20 years ago
Added support for fox-1.4 (I have a feeling that 1.5 will be out very shortly
ddurham
More...
over 20 years ago
oops..
ddurham
More...
over 20 years ago
oops..
ddurham
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
ddurham
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.
ddurham
More...
over 20 years ago
removed the old methods (which were just calling CNestedDataFile's) from CActionParameters
ddurham
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
ddurham
More...
over 20 years ago
←
1
2
3
4
5
6
7
8
9
10
11
…
130
131
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree