openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
R
ReZound
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
over 1 year
ago.
Nov 28, 2022 — Nov 28, 2023
Showing page 117 of 131
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
simplified
lergnom
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
ddurham
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
ddurham
More...
over 23 years ago
Made CEditToolbar derive from FXTopWindow instead of FXToolbarShell
ddurham
More...
over 23 years ago
Made CEditToolbar derive from FXTopWindow instead of FXToolbarShell
ddurham
More...
over 23 years ago
Updated the TODO list
ddurham
More...
over 23 years ago
Updated the TODO list
ddurham
More...
over 23 years ago
Ooops, forgot to add these to the repository when moving around the initialization and settings code
ddurham
More...
over 23 years ago
Ooops, forgot to add these to the repository when moving around the initialization and settings code
ddurham
More...
over 23 years ago
Fixed a minor border condition in CCopyCutDeleteEdit
ddurham
More...
over 23 years ago
Fixed a minor border condition in CCopyCutDeleteEdit
ddurham
More...
over 23 years ago
*** empty log message ***
ddurham
More...
over 23 years ago
*** empty log message ***
ddurham
More...
over 23 years ago
Added an item in CSoundWindow's status information of the sample rate and number of channels
ddurham
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
ddurham
More...
over 23 years ago
Updated some TODO items
ddurham
More...
over 23 years ago
Updated some TODO items
ddurham
More...
over 23 years ago
Updated the TODO list in the backend
ddurham
More...
over 23 years ago
Updated the TODO list in the backend
ddurham
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
ddurham
More...
over 23 years ago
Mainly moved code around into a better organization...
ddurham
More...
over 23 years ago
changed EXTRA_DIST to noinst_HEADERS for .h files. (Totally arbitrary)
lergnom
More...
over 23 years ago
changed EXTRA_DIST to noinst_HEADERS for .h files. (Totally arbitrary)
lergnom
More...
over 23 years ago
Changed EXTRA_DIST macro to noinst_HEADERS, totally arbitrary, but it's the proper name.
lergnom
More...
over 23 years ago
Changed EXTRA_DIST macro to noinst_HEADERS, totally arbitrary, but it's the proper name.
lergnom
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
lergnom
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
lergnom
More...
over 23 years ago
Updated
lergnom
More...
over 23 years ago
Updated
lergnom
More...
over 23 years ago
added friend class CRecordThread to COSSSoundRecorder and moved audio_fd back to private where it had originally been.
lergnom
More...
over 23 years ago
←
1
2
…
113
114
115
116
117
118
119
120
121
…
130
131
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree