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 100 of 131
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Changed images.cpp/h to CFOXIcons.cpp/h which is now a class which instantiates each icons once instead of me instaniating the same icon many times. Also, the script has been changed not to modify the h file included by many sources if it doesn't need to be modified, so the compile time will be much faster when just trying out new looks for the same icons.
ddurham
More...
about 23 years ago
Cleaned up the frontend code a bit so that it doesn't require specifying a default width/height for all the dialogs.
ddurham
More...
about 23 years ago
Cleaned up the frontend code a bit so that it doesn't require specifying a default width/height for all the dialogs. Now I use getDefaultWidth() and getDefaultHeight() for knowing how big the dialog "wants" to be. I removed the width and height parameters from CActionParamDialog's constructor. Updated the TODO about this
ddurham
More...
about 23 years ago
Fixed an accidently change of '.' to CNestedDataFile::delimChar
ddurham
More...
about 23 years ago
Fixed an accidently change of '.' to CNestedDataFile::delimChar
ddurham
More...
about 23 years ago
created CNestedDataFile::delimChar which determins which character will be the scope delimiter in a key instead of it being fixed to '.' I did this so presets' names could contain '.' and I made the delimited '|' for now. I changed all the code that used CNestedDataFile not to have any hardcoded '.'s but now it uses CNestedDataFile::delimChar
ddurham
More...
about 23 years ago
created CNestedDataFile::delimChar which determins which character will be the scope delimiter in a key instead of it being fixed to '.'
ddurham
More...
about 23 years ago
Updated CNestedDataFile to be able to really have most any character between 32 and 126 in the name of a key by using '\' infront of it
ddurham
More...
about 23 years ago
Updated CNestedDataFile to be able to really have most any character between 32 and 126 in the name of a key by using '\' infront of it
ddurham
More...
about 23 years ago
Changed CNestedDataFile to allow identifiers to be able to start with a number. This may cause some ambiguities with arithmetic expressions, but I'm not using them
ddurham
More...
about 23 years ago
Changed CNestedDataFile to allow identifiers to be able to start with a number. This may cause some ambiguities with arithmetic expressions, but I'm not using them
ddurham
More...
about 23 years ago
Split "Change Amplitude" into "Change Volume" and "Gain" where gain has the advanced mode curve. Both still just use a single backend CChangeAmplitudeEffect class, but two factories are used however
ddurham
More...
about 23 years ago
Split "Change Amplitude" into "Change Volume" and "Gain" where gain has the advanced mode curve. Both still just use a single backend CChangeAmplitudeEffect class, but two factories are used however
ddurham
More...
about 23 years ago
Fixed a typo in docs/Makefile.am
ddurham
More...
about 23 years ago
Fixed a typo in docs/Makefile.am
ddurham
More...
about 23 years ago
Added src/misc/missing/Makefile.am which avoids src/misc/missing/CVS being included in the distro tarball
ddurham
More...
about 23 years ago
Added src/misc/missing/Makefile.am which avoids src/misc/missing/CVS being included in the distro tarball
ddurham
More...
about 23 years ago
Made a note in the TODO
ddurham
More...
about 23 years ago
Made a note in the TODO
ddurham
More...
about 23 years ago
Made some notes about the compressor action in the TODO
ddurham
More...
about 23 years ago
Made some notes about the compressor action in the TODO
ddurham
More...
about 23 years ago
Added input and output gain parameters to the Compressor action
ddurham
More...
about 23 years ago
Added input and output gain parameters to the Compressor action
ddurham
More...
about 23 years ago
Made the frontend dialog widgets use the initial value (as best it can) if there is no value stored in the presets file for that parameter.
ddurham
More...
about 23 years ago
Made the frontend dialog widgets use the initial value (as best it can) if there is no value stored in the presets file for that parameter.
ddurham
More...
about 23 years ago
Made a comment in main.cpp about why you can't deallocate the FXApp
ddurham
More...
about 23 years ago
Made a comment in main.cpp about why you can't deallocate the FXApp
ddurham
More...
about 23 years ago
fixed 1 memleak in CSoundWindow
ddurham
More...
about 23 years ago
fixed 1 memleak in CSoundWindow
ddurham
More...
about 23 years ago
Fixed a memleak in the flex scanner
ddurham
More...
about 23 years ago
←
1
2
…
96
97
98
99
100
101
102
103
104
…
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