1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected almost 2 years ago.
Nov 28, 2022 — Nov 28, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a TODO More... over 23 years ago
Added a TODO item More... over 23 years ago
Added a TODO item More... over 23 years ago
Added a Looping directory to the backend and created the first action. The 'Make Symetric' action mixes the reverse of the selection onto the selection region More... over 23 years ago
Added a Looping directory to the backend and created the first action. More... over 23 years ago
Forgot to add the CAboutDialog source files More... over 23 years ago
Forgot to add the CAboutDialog source files More... over 23 years ago
Had to modify the way common.h was redefining VERSION and PACKAGE... the #define from an existing macro wasn't working, so I used a static char * instead More... over 23 years ago
Had to modify the way common.h was redefining VERSION and PACKAGE... the #define from an existing macro wasn't working, so I used a static char * instead More... over 23 years ago
Updated TODO about the new about dialog More... over 23 years ago
Updated TODO about the new about dialog More... over 23 years ago
Added an about dialog More... over 23 years ago
Added an about dialog Added some play control new icons, althoug they should be changing More... over 23 years ago
Fixed the license agreement file.. it had stuff in there that wasn't the license.. just explained how to implement the license More... over 23 years ago
Fixed the license agreement file.. it had stuff in there that wasn't the license.. just explained how to implement the license More... over 23 years ago
Added CSoundPlayerChannel::getPlaySpeed More... over 23 years ago
Added CSoundPlayerChannel::getPlaySpeed More... over 23 years ago
Made it follow the play position if paused, but the user is shuttling More... over 23 years ago
Made it follow the play position if paused, but the user is shuttling More... over 23 years ago
removed a TODO item because I've done it More... over 23 years ago
removed a TODO item because I've done it More... over 23 years ago
Moved the undo and clear-undo-history buttons to the edit toolbar instead of the main window More... over 23 years ago
Moved the undo and clear-undo-history buttons to the edit toolbar instead of the main window More... over 23 years ago
Combined backend/file.* and backend/playcontrols.* into backend/main_controls.* Moved the undo code into the backend/main_controls.* More... over 23 years ago
Combined backend/file.* and backend/playcontrols.* into backend/main_controls.* More... over 23 years ago
typo More... over 23 years ago
typo More... over 23 years ago
Changed CSoundWindow not to add a timer handle if the timer handle isn't NULL. It was causing a segfault if you closed the window while it was playing More... over 23 years ago
Changed CSoundWindow not to add a timer handle if the timer handle isn't NULL. It was causing a segfault if you closed the window while it was playing More... over 23 years ago
Changed the way CSoundWindow changes the playing/paused LED state in hopes to fix the Xlib error which can even crash the whole X server. More... over 23 years ago