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
gettextized the FXLFOParamValue More... about 22 years ago
Fixed an issue with the getting titles from the action factory. Now I have to rebuild the preset list each time the dialog is shown since it's title could be different each show, and I don't know the title until it's shown More... about 22 years ago
Fixed an issue with the getting titles from the action factory. Now I have to rebuild the preset list each time the dialog is shown since it's title could be different each show, and I don't know the title until it's shown I also now throw an exception if the title is not set when it is shown (which causes problems in the CNestedDataFile of presets) More... about 22 years ago
Fixed a problem where I wasn't calling setTitle in CCrossfadeEdgesDialog More... about 22 years ago
Fixed a problem where I wasn't calling setTitle in CCrossfadeEdgesDialog More... about 22 years ago
Edited the presets to have the new titles More... about 22 years ago
Edited the presets to have the new titles More... about 22 years ago
Changed the way action dialogs' titles are obtained (now from the AActionFactory instead of hard coded) Added a lot more gettext hooks (this is pretty much all of them now) More... about 22 years ago
Changed the way action dialogs' titles are obtained (now from the AActionFactory instead of hard coded) More... about 22 years ago
Made pressing enter on the focused cue edit it More... about 22 years ago
Made pressing enter on the focused cue edit it More... about 22 years ago
Added keyboard manipulation of the focused cue. Left, Right, Home and End change the focused cue and center the horizontal scrolling on the focused cue Escape will cancel cue's being dragged Delete will delete the focused cue and center the next one into view More... about 22 years ago
Added keyboard manipulation of the focused cue. More... about 22 years ago
Added methods to center a given position horizontally More... about 22 years ago
Added methods to center a given position horizontally More... about 22 years ago
minor More... about 22 years ago
minor More... about 22 years ago
Changed the way I know the last X position of a dragging cue which fixes a problem with the start and end points of a wave (because the last mouse X is not necessarily where it needs to erase from, since the cue is truncated at 0 and len-1) More... about 22 years ago
Changed the way I know the last X position of a dragging cue which fixes a problem with the start and end points of a wave (because the last mouse X is not necessarily where it needs to erase from, since the cue is truncated at 0 and len-1) More... about 22 years ago
fixed a math error with signed/unsigned mixing More... about 22 years ago
fixed a math error with signed/unsigned mixing More... about 22 years ago
Made cues draggable More... about 22 years ago
Made cues draggable Made a focused cue rectangle, but it doesn't do anything yet More... about 22 years ago
Added parameters to FXWaveScrollArea::redraw so a rectangle to redraw can be specified More... about 22 years ago
Added parameters to FXWaveScrollArea::redraw so a rectangle to redraw can be specified More... about 22 years ago
Added CSoundFileManager::getSoundWindow given a CLoadedSound pointer More... about 22 years ago
Added CSoundFileManager::getSoundWindow given a CLoadedSound pointer More... about 22 years ago
Added FXPopupHint.h More... about 22 years ago
Added FXPopupHint.h More... about 22 years ago
Added FXPopupHint which derives from FXToolTip but makes it more general for when dragging cues More... about 22 years ago