1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 28, 2024 — Aug 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
WPF: Added all colors to SongGridViewTheme; now using the right colors everywhere. SongGridView can now start playback and receives update of currently playing song. Fixed bugs in GraphicsContextWrapper (rendering text in a rectangle). More... over 11 years ago
WPF: Added MouseClick, MouseWheel and KeysHeld to IControlMouseInteraction in generic controls. Mouse wheel can now be used to scroll in SongGridView. Fixed tons of bugs in SongGridView and uncommented code; items can now be selected and double clicked. More... over 11 years ago
WPF: Scroll bar wrappers are now fully working inside SongGridView. More... over 11 years ago
WPF: Fixed tons of bugs in SongGridViewControl and uncommented more code. The grid view is barely working. Added empty scrollbar wrappers for WPF. More... over 11 years ago
WPF: Updated project after changes on other platforms. More... over 11 years ago
Mac: Now using new track bar and new round buttons in Time Shifting panel. Tons of changes to the MainWindow XIB file to resize controls and make them closer to the new WPF design. More... over 11 years ago
Mac: Removed the older toolbar; the new toolbar is now fully functional! More... over 11 years ago
Mac: Added round button for the new toolbar design and other buttons. Added new toolbar with icons but they aren't clickable yet. More... over 11 years ago
Mac: Tons of bug fixes for Retina display, now all generic controls work perfectly in OS X. Updated MonoMac and fixed several issues related to this upgrade. Now using NSData/NSImage from byte array instead of System.Drawing to load album art. Mac project now targets .NET 4.5 (from 4.0).
ycastonguay
as Yanick Castonguay
More... over 11 years ago
Position can be seen and changed in wave form More... over 11 years ago
Mac: Tons of new bug fixes for wave form views. Added rounded corners to buttons. Fixed layout in MainWindow after messing it up with the addition of wave form controls. Fixed color mismatches; updating design to be identical to the WPF version. More... over 11 years ago
Mac: Tons of bug fixes to GraphicsContextWrapper. mainly on flipped views. WaveFormScrollView and its subviews now scale correctly when resizing the window or splitter view. The WaveForm view actually works now, but it's not showing the song position yet. More... over 11 years ago
Mac: More work on generic controls. More... over 11 years ago
Mac: Fixed bugs in generic controls. Output meter now works, but takes way too much CPU, not sure why. More... over 11 years ago
Mac: Implemented generic control wrappers and helpers, and most controls. Not tested yet. First commit in a long time because I did a lot of overtime at work. More... over 11 years ago
WPF: Render is now generic in SongGridView. However the render crashes because of the empty scrollbar wrappers... and for some reason WPF does not expose scrollbar controls like Windows Forms. ARGH! More... over 11 years ago
WPF: Added new methods in IControlMouseInteraction. Almost all mouse events are converted to generic in SongGridView. More... over 11 years ago
WPF: Started migrating SongGridView from Windows Forms into a generic control. Still a lot of work to do! More... over 11 years ago
WPF: More work on the native ListView prototype for Song Browser/Playlist. However the lack of smooth scrolling makes it hard to synchronize two list views. More... over 11 years ago
WPF: More work on positioning and fine tuning on Main Window. Time to go to bed! More... over 11 years ago
WPF: Fixed more color mismatch and positioning issues in MainWindow. All colors for this window are now in a seperate resource file. More... over 11 years ago
WPF: Fixed several positioning and margin issues in MainWindow (a few fixes were also part of the last commit). More... over 11 years ago
WPF: Added contextual menu for wave form scroll viewer, still a lot of work to do. Changing the position using the wave form scroll viewer now updates the position label and track bar. Started adding WPF brush resources for centralizing theme colors for the application. Fixed color mismatch between generic controls and WPF UI. More... over 11 years ago
WPF: Fixed DPI scaling for GraphicsContextWrapper/MemoryGraphicsContextWrapper. Wave form resolution is now much better in HiDPI mode. More... over 11 years ago
Mac: Fixed build and fixed crash on startup (missing IAppConfigProvider IoC configuration). More... over 11 years ago
iOS: Added transaction for inserting multiple items for MonoSQLiteGateway. Added missing methods to GraphicsContextWrapper. More... over 11 years ago
WPF: WaveFormScrollViewer is zoomable with the mouse wheel but not scrollable yet. More... over 11 years ago
WPF: WaveFormControl can now be used with the mouse to change the position. No zooming yet. Standardized OnMouseUp/OnMouseDown/OnMouseMove control redirection into helper methods. More... over 11 years ago
WPF: UpdateLibraryService now uses a transaction to commit several audio files to the database at the same time. Updated SQLiteGateway with new Insert method. Also optimized Select method based on MonoSQLiteGateway Select optimization. Much faster than before! More... over 11 years ago
WPF: Cleaned up LibraryBrowserPresenter. Fixed UI with reusable controls in SyncWindow. More... over 11 years ago