1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected almost 2 years ago.
Nov 28, 2022 — Nov 28, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed PoolFile/DiskTable from the default include path More... about 23 years ago
Added a --enable-standalone flag to configure which adds -all-static and -ldl to the linker flags to libtool More... about 23 years ago
Added a --enable-standalone flag to configure which adds -all-static and -ldl to the linker flags to libtool More... about 23 years ago
Changed the way that the share data directory is determinted. When it does determine it, it checks to see if presets.dat can be found in that directory, and if not, then it asks the user to manually find it. Had to add another frontend hook for prompting for a directory. More... about 23 years ago
Changed the way that the share data directory is determinted. More... about 23 years ago
Added the softlink creation in configure.in which just creates a link to the binary in the frontend dir if they're expecting an executable in the toplevel dir when compiled More... about 23 years ago
Added the softlink creation in configure.in which just creates a link to the binary in the frontend dir if they're expecting an executable in the toplevel dir when compiled More... about 23 years ago
Fixed one more "ReZound" to "rezound" problem More... about 23 years ago
Fixed one more "ReZound" to "rezound" problem More... about 23 years ago
Changed ReZound binary and Package name to lowercase rezound. More... about 23 years ago
Changed ReZound binary and Package name to lowercase rezound. More... about 23 years ago
Added another way to check for fox, except this wouldn't print the nice big error message on fail, however I could just pass a macro call which prints all that on the if-failed parameter to the AC_CHECK_LIB macro More... about 23 years ago
Added another way to check for fox, except this wouldn't print the nice big error message on fail, however I could just pass a macro call which prints all that on the if-failed parameter to the AC_CHECK_LIB macro More... about 23 years ago
Added a feature where REZ_SHARE_DIR can be set to override the path to the /usr/local/share/presets.dat file. Added a README doc explaining this More... about 23 years ago
Added a feature where REZ_SHARE_DIR can be set to override the path to the /usr/local/share/presets.dat file. More... about 23 years ago
Updated the INSTALL doc about necessary libraries and programs More... about 23 years ago
Updated the INSTALL doc about necessary libraries and programs More... about 23 years ago
Made the cfg.y file more yacc compatible, but it still looks as if it will take a good bit of work to make cfg.y totally yacc compatible because I am doing some things with bison specific features. More... about 23 years ago
Made the cfg.y file more yacc compatible, but it still looks as if it will take a good bit of work to make cfg.y totally yacc compatible because I am doing some things with bison specific features. More... about 23 years ago
Changed Makefile.am to call bison in a more yacc agreeable way More... about 23 years ago
Changed Makefile.am to call bison in a more yacc agreeable way More... about 23 years ago
Updated files for 0.1.2alpha More... about 23 years ago
Updated files for 0.1.2alpha More... about 23 years ago
Modified slightly the CNestedDataFile Makefile.am's command line to $(YACC) More... about 23 years ago
Modified slightly the CNestedDataFile Makefile.am's command line to $(YACC) More... about 23 years ago
Markus Rechtien caught a bug in ReZound caused by a side-effect of something I was doing with FOX's file dialog widget. More... about 23 years ago
Markus Rechtien caught a bug in ReZound caused by a side-effect of something I was doing with FOX's file dialog widget. I was calling FXFileDialog::setDirectory() everytime I opened the dialog which was clearing out the filename field. So, an open, close, then open by double clicking the same highlighted filename was not re-setting the filename field to the clicked on file (which is the only think I might fault FOX about) More... about 23 years ago
Fixed a mistake in initialize.cpp which looked for /usr/share/rezound isntead of /usr/share/ReZound More... about 23 years ago
Fixed a mistake in initialize.cpp which looked for /usr/share/rezound isntead of /usr/share/ReZound More... about 23 years ago
updated NEWS More... about 23 years ago