1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
WPF: WaveFormRenderingService now uses ThreadPool instead of spawning threads for small tasks. More... over 11 years ago
Merge branch 'master' of https://github.com/ycastonguay/MPfm
ycastonguay
as Yanick Castonguay
More... over 11 years ago
Merge branch 'master' of https://github.com/ycastonguay/MPfm
ycastonguay
as Yanick Castonguay
More... over 11 years ago
WPF: Fixed bug in WaveFormControl where the start tile was wrong when the zoom didn't match the zoom threshold; when calculating the number of tiles at the left of the content offset x, the tile size wasn't adjusted for the zoom delta (i.e. zoom - math.floor(zoom)). More... over 11 years ago
Merge branch 'master' of https://github.com/ycastonguay/MPfm
ycastonguay
as Yanick Castonguay
More... over 11 years ago
Android: Fixed several bugs in WaveFormCacheControl, WaveFormCacheService and WaveFormRenderingService. Added zoom threshold for generating wave form bitmaps (every 100%). More... over 11 years ago
Merge branch 'master' of https://github.com/ycastonguay/MPfm
ycastonguay
as Yanick Castonguay
More... over 11 years ago
Merge branch 'master' of https://github.com/ycastonguay/MPfm
ycastonguay
as Yanick Castonguay
More... over 11 years ago
Merge branch 'master' of https://github.com/ycastonguay/MPfm More... over 11 years ago
Stupid line endings again. More... over 11 years ago
Android: Optimized WaveFormCacheService performance (especially GetTile which is called from the main thread when drawing). More... over 11 years ago
Mac: Several bug fixes to WaveFormCacheService, WaveFormRenderingService and WaveFormControl. More... over 11 years ago
Android: Updated project after changes on WPF for wave forms. Fixed bugs in GraphicsContextWrapper. More... over 11 years ago
WPF: Added loop in StartBitmapRequestProcessLoop of WaveFormCacheService. More... over 11 years ago
WPF: Several bug fixes in WaveFormCacheService and WaveFormRenderingService. Added looper to process requests for WaveFormCacheService; any duplicate requests are ignored. Added limit of tasks to run at the same time (but is a bit buggy). BasicRectangle instances can now be compared (Equals). More... over 11 years ago
WPF: More refactoring of WaveFormCacheService/WaveFormRenderingService. Fixed several bugs in rendering partial wave forms; the wave form tiles are now generated correctly (only at 100% zoom for now). WaveFormControl no longer uses WaveFormRendererService; it only uses WaveFormCacheService. This means the UI no longer requests new bitmaps depending on control size change; the new bitmap tiles are generated when necessary in the draw methods (WaveFormCacheService is async). More... over 11 years ago
Merge branch 'master' of https://github.com/ycastonguay/MPfm
ycastonguay
as Yanick Castonguay
More... over 11 years ago
WPF: Adding a tiling engine to wave form rendering. Still very much a prototype. Refactored WaveFormCacheManager into WaveFormCacheService + WaveFormRenderingService. More... over 11 years ago
Merge branch 'master' of https://github.com/ycastonguay/MPfm
ycastonguay
as Yanick Castonguay
More... over 11 years ago
Android: Blocking zoom/scale gesture when a peak file is loading. Bug fixes. More... over 11 years ago
Merge branch 'master' of https://github.com/ycastonguay/MPfm
ycastonguay
as Yanick Castonguay
More... over 11 years ago
Merge branch 'master' of https://github.com/ycastonguay/MPfm
ycastonguay
as Yanick Castonguay
More... over 11 years ago
Mac: Optimized WaveFormScaleControl by adjusting the loop to loop only the visible items. Bug fixes in WaveFormControl; the wave form bitmap wasn't always displayed after generating the peak file. More... over 11 years ago
Android: Zoom label now fades in/fades out in WaveFormScrollView. Wave form bitmap is now refreshed when zooming in, but when zooming farther than 200%, the bitmap becomes black. More... over 11 years ago
iOS: Updated project after changes on other platforms. More... over 11 years ago
Android: Optimized WaveFormScaleControl rendering by using StrokeLine instead of DrawLine to reuse the same pen. More bug fixes/changes. More... over 11 years ago
WPF: Code cleanup. More... over 11 years ago
WPF: Added zoom label to WaveFormScrollView. Fixed several bugs in WaveFormControl. More... over 11 years ago
Merge branch 'master' of https://github.com/ycastonguay/MPfm
ycastonguay
as Yanick Castonguay
More... over 11 years ago
Android: Fixed several bugs in WaveFormScrollView + zoom value is now visible. Optimized rendering in WaveFormScaleControl. More... over 11 years ago