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: Added page up and page down in SongGridViewControl. Sometimes we take some control behavior for granted and when implementing it, it's a bit more complex than it appears :) More... over 11 years ago
Merge branch 'master' of https://github.com/ycastonguay/MPfm
ycastonguay
as Yanick Castonguay
More... over 11 years ago
WPF: Added IControlKeyboardInteraction interface for generic controls. SongGridViewControl now supports up/down/enter keys on keyboard. Fixed a few bugs where the grid view would be refreshed too often. More... over 11 years ago
Merge branch 'master' of https://github.com/ycastonguay/MPfm
ycastonguay
as Yanick Castonguay
More... over 11 years ago
WPF: Updated splash screen with new design with fade-in logo. More... over 11 years ago
Merge branch 'master' of https://github.com/ycastonguay/MPfm More... over 11 years ago
FUCKING LINE ENDIGNDS More... over 11 years ago
Merge branch 'master' of https://github.com/ycastonguay/MPfm
ycastonguay
as Yanick Castonguay
More... over 11 years ago
Fucking line endings
ycastonguay
as Yanick Castonguay
More... over 11 years ago
Mac: Very minor visual fixes for time shifting. More... over 11 years ago
Mac: Removed older splash screen and put new splash screen with fade-in logo (but no album art behind). More... over 11 years ago
Mac: Updated icon for application. Time shifting controls now work. More... over 11 years ago
WPF: Updated icon for application. More... over 11 years ago
Mac: Fixed issues with album art resizing in SongGridView. More... over 11 years ago
Android: Updated project after changes on other platforms. More... over 11 years ago
Line endings screw up again. More... over 11 years ago
iOS: Updated project after changes on other platforms. More... over 11 years ago
WPF: Updated project after changes on other platforms. More... over 11 years ago
Mac: Removed the older song grid view and replaced by the generic one. Works well enough for now even though it's not perfect. More... over 11 years ago
Mac: Fixed all problems with bitmaps in SongGridView. Merged all graphics methods from CocoaHelper to CoreGraphicsHelper. Some methods might be redundant but that will be refactored later. More... over 11 years ago
Player: Added code to make it easier to test the player without time shifting, without mixer, and test the performance of STREAMPROC. Updated BASS library for OS X. More... over 11 years ago
Mac: More work on the scroll bar wrapper. Still a lot of bugs to fix but it's functional now. The vertical scrollbar in SongGridView is now anchored to the right and resized correctly. The song grid view interaction now works (click, double click, mouse wheel, etc.). More... over 11 years ago
Linux: Updated project after changes on other platforms. More... over 11 years ago
Merge branch 'master' of https://github.com/ycastonguay/MPfm More... over 11 years ago
Line endings again. More... over 11 years ago
Mac: Added wrappers for horizonal and vertical scroll bars; not really working for now, still a lot of work needed. SongGridView is now rendering on OS X but the interaction doesn't work. More... over 11 years ago
Mac: Updated project after changes on other platforms. More... over 11 years ago
WPF: Very minor visual changes. More... over 11 years ago
WPF: It's official, the WPF project no longer has a dependency to WindowsControls and Fonts class librairies. Windows Forms is now behind me! These projects will eventually be removed from the source control (MPfm.Windows too). More... over 11 years ago
WPF: SongGridViewControl now renders album art in the first column. Added IDisposableImageFactory to generate images from byte arrays in generic controls. No longer using System.Drawing for images for album art in the application. More... over 11 years ago