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 a little bug in CCueListDialog which caused a segfault in fox More... over 23 years ago
Added some TODO items More... over 23 years ago
Added some TODO items More... over 23 years ago
Made TPoolFile::closeFile() avoid doing a lot of work if the file is about to be removed when closed More... over 23 years ago
Made TPoolFile::closeFile() avoid doing a lot of work if the file is about to be removed when closed More... over 23 years ago
set INSTALL_PREFIX and SOURCE_DIR macros in config.h to be set by configure. This way you can hard code the paths to share directories at compile time. More... over 23 years ago
set INSTALL_PREFIX and SOURCE_DIR macros in config.h to be set by configure. This way you can hard code the paths to share directories at compile time. More... over 23 years ago
Added methods to CNestedDataFile to modify and remove values and array elements More... over 23 years ago
Added methods to CNestedDataFile to modify and remove values and array elements Also changed exception messages from hard-coded function names to string(__func__) More... over 23 years ago
Added ClibaudiofileSound::supportsFormat which returns whether this class can support that format I don't use it just yet, but I will after I finish the cue I/O in ClibaudiofileSound More... over 23 years ago
Added ClibaudiofileSound::supportsFormat which returns whether this class can support that format More... over 23 years ago
Forgot to checking these few files with the creating of CVariedRepeatEffect More... over 23 years ago
Forgot to checking these few files with the creating of CVariedRepeatEffect Also, added ALFO::getValue which lets to get a value of that LFO at a given time More... over 23 years ago
Fixed a little bug in CNestedDataFile. A subsequent parse with errors was wrongly also reporting errors because the error count was not being reset to 0. More... over 23 years ago
Fixed a little bug in CNestedDataFile. A subsequent parse with errors was wrongly also reporting errors because the error count was not being reset to 0. More... over 23 years ago
Added some version info >1.9.1 for commonc++ to INSTALL. Debian 3.0 commonc++ isn't adequate for proper compilation. More... over 23 years ago
Added some version info >1.9.1 for commonc++ to INSTALL. Debian 3.0 commonc++ isn't adequate for proper compilation. More... over 23 years ago
Added a couple of things to the TODO_autoconf list More... over 23 years ago
Added a couple of things to the TODO_autoconf list More... over 23 years ago
Added CVariedRepeatEffect -- A simple effect which could be enhanced in man ways. It simply takes the selection and repeats more or less of it depending on an LFO More... over 23 years ago
Added CVariedRepeatEffect -- A simple effect which could be enhanced in man ways. It simply takes the selection and repeats more or less of it depending on an LFO More... over 23 years ago
Fixed clean: to clean-local: which makes cleanup of flex and yacc generated files work for make clean and make distclean. More... over 23 years ago
Fixed clean: to clean-local: which makes cleanup of flex and yacc generated files work for make clean and make distclean. More... over 23 years ago
Wrote AUTHORS file. I looked at a few different packages and kind of copied the style of BASH's AUTHORS file. More... over 23 years ago
Wrote AUTHORS file. I looked at a few different packages and kind of copied the style of BASH's AUTHORS file. More... over 23 years ago
Added CStubAction which is just a starting point for someone wanting to create a new action More... over 23 years ago
Added CStubAction which is just a starting point for someone wanting to create a new action More... over 23 years ago
Fixed a type-o 'and' -> '&&' More... over 23 years ago
Fixed a type-o 'and' -> '&&' More... over 23 years ago
Added some notes in the TODO about the future of importing/exporting More... over 23 years ago