1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 03, 2024 — Sep 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
WPF: Updated project after changes on other platforms. More... over 11 years ago
Android: Replaced BasicImage to a simple IDisposable as most images types already implement this interface. If one platform doesn't implement this interface, simply create a wrapper around it and dispose the image correctly on that platform. More... over 11 years ago
Android: Several bug fixes in WaveFormControl. WaveFormView now uses generic WaveFormControl. There are still a few bugs but it's working almost as well as the previous implementation. More... over 11 years ago
WPF: Updated project after changes on other platforms. More... over 11 years ago
Android: Added control abstraction for WaveFormView which displays the bitmaps from WaveFormCacheManager and draws the cursors and markers over the bitmap. Added DrawImage to IGraphicsContext and added BasicImage (not finished yet). Not using the generic abstraction of WaveFormView on Android yet. More... over 11 years ago
Android: Now using the new generic WaveFormCacheManager. Implemented the new methods in IGraphicsContext and also IMemoryGraphicsContext and IMemoryGraphicsContextFactory. More... over 11 years ago
iOS: Now using generic WaveFormCacheManager for generating wave form bitmaps on iOS! Added new methods to IGraphicsContext for faster drawing. Fixed bugs in generic WaveFormScale control refresh. More... over 11 years ago
iOS: WaveFormScaleView now uses the generic rendering in WaveFormScaleControl. Fixed background color mismatch between iOS theme and generic theme. More... over 11 years ago
iOS: Added implementations for memory graphic context. Added code for using the generic WaveFormCacheManager; it actually works fine, but it is a bit slower than the previous version in iOS. For that reason I have renamed the WaveFormCacheManager on iOS to WaveFormCacheManagerLegacy to compare performance between both implementations. The legacy class will be deleted once the generic WaveFormCacheManager works just as well. More... over 11 years ago
iOS: Updated project after changes on other platforms. More... over 11 years ago
Updated MPfm.GenericControl project files after major changes in the last commit. Updated Android project after changes. More... over 11 years ago
WPF: Added concept for memory graphic contexts with a factory. Added WaveFormCacheManager from iOS and made it generic; not tested yet. Added WaveFormScale generic control; not tested yet but rendering now fully generic. More... over 11 years ago
WPF: The UpdateLibrary view is no longer a seperate window and is now part of the MainWindow. The new panel slides in/out when needed. More... over 11 years ago
Android: Fixed performance problem with loading album art. More... over 11 years ago
Merge branch 'master' of https://github.com/ycastonguay/MPfm More... over 11 years ago
WPF: The Fader control is now using a generic renderer to support other platforms in the future. There is a bug with gradients though, and the fader is out of bounds at the top of the control for some reason. More... over 11 years ago
Merge branch 'master' of https://github.com/ycastonguay/MPfm More... over 11 years ago
Sad line endings screw up again. More... over 11 years ago
Linux: Bug fixes for rendering generic controls in GTK. Output meter is now functional except for a few refresh bugs which may be caused by the VM, not sure yet. More... over 11 years ago
Linux: Added graphics context wrapper for GTK. Not finished yet, still a few bugs to fix. Added Output Meter for GTK, based on generic control. More... over 11 years ago
Linux: Updated project after changes on other platforms. More... over 11 years ago
Android: Added graphics context wrapper and generic control helper to convert basic shapes. Output meter now uses the generic control renderer. Everything works just like before! More... over 11 years ago
Android: Updated project after changes on other platforms. More... over 11 years ago
iOS: Added wrapper for generic control graphics context and helper class for converting basics into System.Drawing objects. The OutputMeterView control on iOS is now using the generic renderer and it works perfectly so far! More... over 11 years ago
WPF: The output meter now uses the new generic rendering engine with amazing success! The WPF control is left out with only a few lines of code. Very promising for the future (i.e. wave form rendering). More... over 11 years ago
WPF: Added new class library: MPfm.GenericControls. This class library will be used to centralize code for rendering controls and manage user interaction. Hopefully I can finally make one single renderer for multiple platforms! Added very basic structure prototype. More... over 11 years ago
WPF: Added TrackBar control based on older TrackBar control for Windows Forms. More... over 11 years ago
WPF: Fixed bugs in Fader control and applied default color theme. The control now works just as well as the older Windows Forms control. Still have to add mouse wheel action in the future. More... over 11 years ago
WPF: Added Fader control based on older Windows Forms Fader control. Most of the code has been converted but there are still a few bugs to fix (i.e.e mouse events outside control) and definitive colors to assign. More... over 11 years ago
WPF: Added new output meter control for WPF based on older Windows Forms control. More... over 11 years ago