1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Nov 28, 2022 — Nov 28, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moved the updating of the filename into CSoundWindow::updateFromEdit More... over 22 years ago
Fixed a bug in CActionMenuCommand where it wouldn't detect right click because the SEL_COMMAND handler was handling the action always More... over 22 years ago
Fixed a bug in CActionMenuCommand where it wouldn't detect right click because the SEL_COMMAND handler was handling the action always More... over 22 years ago
Forgot to remove some stuff in main.cpp when removing CEditToolBar.* More... over 22 years ago
Forgot to remove some stuff in main.cpp when removing CEditToolBar.* More... over 22 years ago
Removed CActionButton.* and CEditToolbar.* for now. They're in the ATTIC directory if needed again More... over 22 years ago
Removed CActionButton.* and CEditToolbar.* for now. They're in the ATTIC directory if needed again More... over 22 years ago
Made VerifySourceFiles.sh check for fox_compat.h as the second include in all the frontend code. Also restructored this script's code to be more readily reused More... over 22 years ago
Made VerifySourceFiles.sh check for fox_compat.h as the second include in all the frontend code. More... over 22 years ago
Added fox_compat.h which makes the frontend code compile with FOX with the newer namespaced (and some functions renamed) version as well as the old (pre 1.1.8) version and automatically detects which I then had to include fox_compat.h just after every include of common.h in all the frontend code The new verison of FOX fixed the walking window problem, so I can now pretty much reliably save and restore window positions between runs of ReZound Fixed CActionMenuCommand to respond to the automatic accelerator keys Made CActionMenuCommand get the menu item's caption based on the actionFactory's getName() method. So now I don't have to repeat that action name in the frontend code that creates all the menu items. Other minor changes More... over 22 years ago
Added fox_compat.h which makes the frontend code compile with FOX with the newer namespaced (and some functions renamed) version as well as the old (pre 1.1.8) version and automatically detects which More... over 22 years ago
Changed several backend actions to have better action names More... over 22 years ago
Changed several backend actions to have better action names More... over 22 years ago
commented out some debug code from ASoundRecorder.cpp More... over 22 years ago
commented out some debug code from ASoundRecorder.cpp More... over 22 years ago
Commented the changes made today. More... over 22 years ago
Commented the changes made today. More... over 22 years ago
Now it's really fixed. More... over 22 years ago
Now it's really fixed. More... over 22 years ago
Some fixes to the cxx_lib_check More... over 22 years ago
Some fixes to the cxx_lib_check More... over 22 years ago
Added 2 TODOs More... over 22 years ago
Added 2 TODOs More... over 22 years ago
Added an item to the TODO More... over 22 years ago
Added an item to the TODO More... over 22 years ago
Made changes to move toward removing CEditToolbar More... over 22 years ago
Made changes to move toward removing CEditToolbar Moved all the edit actions under an Edit pull-down menu Coded for there to be a button for each edit action on the main window, but didn't like the way it looked... I'll remove that code once I'm sure that I don't need it. Found out that fox automatically supports hot keys pretty well in the menu items. I'm having a little trouble with certain key combinations, but hope to fix that tomorrow. Changed the default location and size of CSoundWindow when it starts. I might be able to move CSoundListWindow's content onto the main window now that there is room, but I'm not going to worry about that right now More... over 22 years ago
Added ToolTips to CActionMenuCommand More... over 22 years ago
Added ToolTips to CActionMenuCommand More... over 22 years ago
Added CActionMenuCommand and moved all the effects and file action buttons to pulldown menu items. More... over 22 years ago