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
added play.xcf which is the gimp file I created the play icons from More... about 23 years ago
Added edit_delete.gif More... about 23 years ago
Added edit_delete.gif More... about 23 years ago
Modified the play icons and added the work directory to put the files that the icons were generated from More... about 23 years ago
Modified the play icons and added the work directory to put the files that the icons were generated from More... about 23 years ago
Added the jump_to_... icons More... about 23 years ago
Added the jump_to_... icons More... about 23 years ago
Forgot to add two of the .gifs More... about 23 years ago
Forgot to add two of the .gifs More... about 23 years ago
Made it a non-fatal error if there is an error initializing the sound player. So the sound player is allocated but stays uninitialized while the program is running. The only thing I could think that would be necessary to check is in CSoundPlayerChannel that the player is initialized in the play() method. All other methods are contingent on it being in a playing state (playing==true) or that it doesn't matter. More... about 23 years ago
Made it a non-fatal error if there is an error initializing the sound player. More... about 23 years ago
Updated the play control icons and the normal_action and advanced_action icons More... about 23 years ago
Updated the play control icons and the normal_action and advanced_action icons More... about 23 years ago
Changed the default position of CSoundWindow More... about 23 years ago
Changed the default position of CSoundWindow More... about 23 years ago
Changed the default position and size of CSoundListWindow More... about 23 years ago
Changed the default position and size of CSoundListWindow More... about 23 years ago
Improved the look of advanced_action.gif and normal_action.gif More... about 23 years ago
Improved the look of advanced_action.gif and normal_action.gif More... about 23 years ago
Updated the file and edit icons to ones from abiword More... about 23 years ago
Updated the file and edit icons to ones from abiword More... about 23 years ago
Fixed a bug with CSoundListWindow which caused it not to remember it's size and location because it's hide() method was being called before it was shown More... about 23 years ago
Fixed a bug with CSoundListWindow which caused it not to remember it's size and location because it's hide() method was being called before it was shown More... about 23 years ago
minor More... about 23 years ago
minor More... about 23 years ago
changed a debug message More... about 23 years ago
changed a debug message More... about 23 years ago
Moved the redraw button from the main window to the sound window More... about 23 years ago
Moved the redraw button from the main window to the sound window More... about 23 years ago
Moved the updating of the filename into CSoundWindow::updateFromEdit More... about 23 years ago