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
simplified More... over 23 years ago
Made further effort on getting the windows to remember their positions, but still I have found no consistant solution to window managers' inconsistant behavior More... over 23 years ago
Made further effort on getting the windows to remember their positions, but still I have found no consistant solution to window managers' inconsistant behavior I would like to at least remember the windows' sizes, but at when I call resize() for an FXWindow before it has shown, it moves it to (0,0). If this is an issue within FOX I will add at least resize remembering More... over 23 years ago
Made CEditToolbar derive from FXTopWindow instead of FXToolbarShell More... over 23 years ago
Made CEditToolbar derive from FXTopWindow instead of FXToolbarShell More... over 23 years ago
Updated the TODO list More... over 23 years ago
Updated the TODO list More... over 23 years ago
Ooops, forgot to add these to the repository when moving around the initialization and settings code More... over 23 years ago
Ooops, forgot to add these to the repository when moving around the initialization and settings code More... over 23 years ago
Fixed a minor border condition in CCopyCutDeleteEdit More... over 23 years ago
Fixed a minor border condition in CCopyCutDeleteEdit More... over 23 years ago
*** empty log message *** More... over 23 years ago
*** empty log message *** More... over 23 years ago
Added an item in CSoundWindow's status information of the sample rate and number of channels More... over 23 years ago
Added an item in CSoundWindow's status information of the sample rate and number of channels Updated the TODO list concerning this task More... over 23 years ago
Updated some TODO items More... over 23 years ago
Updated some TODO items More... over 23 years ago
Updated the TODO list in the backend More... over 23 years ago
Updated the TODO list in the backend More... over 23 years ago
Mainly moved code around into a better organization... Split frontend_fox/settings.* into a file in the frontend directory and one in the backend directory for settings that would apply to any frontend implementation. Hopefully without trouble, I had to move some of the libraries orderings in the Makefiles because I was getting linker errors after moving some of the code to the backend Moved most of the code that was in frontend_fox/initialize.cpp into backend/initialize.cpp Most of the code in there belonged in the backend that would have just been duplicated in a different frontend implementation. I just hope that my one stage, toss between the frontend and backend for initialization is adequate in the furture. I could see something where a little needs to be done in the frontend, then a little in the backend, then some more in the front, then a little more in the back, etc, where this current configuration wouldn't be sufficient. Got rid of frontend_fox/initialize.* and put what little was left into main.cpp. main.cpp really is the frontend initialization anyway. Move all the window creations to a function in main.cpp Got rid of gMainWindow so it's not a global any more. Moved most of the reopen code that deals with the registry file into the backend (ASoundFileManager) instead of having to duplicate that also in an alternative frontend. Renamed ASoundFileManager::redrawActive to updateAfterEdit because redraw active was doing more than just a redraw, but was updating status info too. Removed some unnecessary commented code from CMainWindow Changed some reference parameters to ASoundFileManager to pointers because it made more sense. There may be other reference data-members in the backend code that I will do this to as well. Fixed a little glitch in COSSSoundPlayer's data-member initialization ordering Updated the TODO lists concerning these issues More... over 23 years ago
Mainly moved code around into a better organization... More... over 23 years ago
changed EXTRA_DIST to noinst_HEADERS for .h files. (Totally arbitrary) More... over 23 years ago
changed EXTRA_DIST to noinst_HEADERS for .h files. (Totally arbitrary) More... over 23 years ago
Changed EXTRA_DIST macro to noinst_HEADERS, totally arbitrary, but it's the proper name. More... over 23 years ago
Changed EXTRA_DIST macro to noinst_HEADERS, totally arbitrary, but it's the proper name. More... over 23 years ago
Changed EXTRA_DIST to noinst_HEADERS in Makefile.am's. Doesn't really make a difference, but it's the right macro to use More... over 23 years ago
Changed EXTRA_DIST to noinst_HEADERS in Makefile.am's. Doesn't really make a difference, but it's the right macro to use More... over 23 years ago
Updated More... over 23 years ago
Updated More... over 23 years ago
added friend class CRecordThread to COSSSoundRecorder and moved audio_fd back to private where it had originally been. More... over 23 years ago