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
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. 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. 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 More... about 23 years ago
Fixed an accidently change of '.' to CNestedDataFile::delimChar More... about 23 years ago
Fixed an accidently change of '.' to CNestedDataFile::delimChar 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 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 '.' 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 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 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 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 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 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 More... about 23 years ago
Fixed a typo in docs/Makefile.am More... about 23 years ago
Fixed a typo in docs/Makefile.am More... about 23 years ago
Added src/misc/missing/Makefile.am which avoids src/misc/missing/CVS being included in the distro tarball More... about 23 years ago
Added src/misc/missing/Makefile.am which avoids src/misc/missing/CVS being included in the distro tarball More... about 23 years ago
Made a note in the TODO More... about 23 years ago
Made a note in the TODO More... about 23 years ago
Made some notes about the compressor action in the TODO More... about 23 years ago
Made some notes about the compressor action in the TODO More... about 23 years ago
Added input and output gain parameters to the Compressor action More... about 23 years ago
Added input and output gain parameters to the Compressor action 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. 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. More... about 23 years ago
Made a comment in main.cpp about why you can't deallocate the FXApp More... about 23 years ago
Made a comment in main.cpp about why you can't deallocate the FXApp More... about 23 years ago
fixed 1 memleak in CSoundWindow More... about 23 years ago
fixed 1 memleak in CSoundWindow More... about 23 years ago
Fixed a memleak in the flex scanner More... about 23 years ago