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
minor More... about 23 years ago
Made some changes to make ReZound compile on FreeBSD. It works until the linking stage only with a problem of libpthread not existing.. it should be libc_r which I have made notes about in configure.in More... about 23 years ago
Made some changes to make ReZound compile on FreeBSD. It works until the linking stage only with a problem of libpthread not existing.. it should be libc_r which I have made notes about in configure.in More... about 23 years ago
Added a TODO More... about 23 years ago
Added a TODO More... about 23 years ago
Changed the way sstream-missing is used.. now it should be a transparent thing because I move the missing file into a src/misc/missing/generated directory More... about 23 years ago
Changed the way sstream-missing is used.. now it should be a transparent thing because I move the missing file into a src/misc/missing/generated directory Made a configure rule to test for stdint.h and use a file from missing if it's not there Added a rule to Makefile.am which removes .#* files from the distribution Fixed a bug with the SOURCE_DIR #define Fixed an incorrect path to including config.h in CPath.h and TAutoBuffer.h which I don't know HOW were working before now More... about 23 years ago
minor More... about 23 years ago
minor More... about 23 years ago
Added more output to help dignose configure problems More... about 23 years ago
Added more output to help dignose configure problems More... about 23 years ago
Didn't quite squash the bug on the last checkin More... about 23 years ago
Didn't quite squash the bug on the last checkin More... about 23 years ago
Fixed a little bug about error reporting More... about 23 years ago
Fixed a little bug about error reporting More... about 23 years ago
Added a link for submitting patches in the README More... about 23 years ago
Added a link for submitting patches in the README More... about 23 years ago
minor More... about 23 years ago
minor More... about 23 years ago
Updated the version number to have 3 fields so the last field is minor updates or fixes.. middle is major features added.. first is incremented when I deem it's sufficiently different from the previous major release. More... about 23 years ago
Updated the version number to have 3 fields so the last field is minor updates or fixes.. middle is major features added.. first is incremented when I deem it's sufficiently different from the previous major release. More... about 23 years ago
Added some rules to the install target to have it create a softlink which is lowercase More... about 23 years ago
Added some rules to the install target to have it create a softlink which is lowercase More... about 23 years ago
minor change to make docdir prefix/share/ReZound instead of rezound More... about 23 years ago
minor change to make docdir prefix/share/ReZound instead of rezound More... about 23 years ago
Fixed a small mistake in configure.in More... about 23 years ago
Fixed a small mistake in configure.in More... about 23 years ago
Made The FXWaveRuler in FXRezWaveView.cpp detect double left-clicking on the ruler and bring out cue-editing dialogs More... about 23 years ago
Made The FXWaveRuler in FXRezWaveView.cpp detect double left-clicking on the ruler and bring out cue-editing dialogs Updated the FrontendFoxFeatures.txt document about this and removed referenced from it about action buttons Rendered the cue's to stand out a little more More... about 23 years ago
Moved CStatusComm::breakIntoLines() to AStatusComm::breakIntoLines() And made breakIntoLines also start a new line at " -- " More... about 23 years ago