1
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
MPfm 0.6.0.1 * Build configuration - Added Debug_Linux and Debug_MacOSX configurations to Mac OS X solution.
ycastonguay
as animal
More... over 13 years ago
MPfm 0.6.0.1 * Build configuration - Added Debug_Linux and Debug_MacOSX configurations to solution and all subprojects.
ycastonguay
as animal
More... over 13 years ago
MPfm 0.6.0.1 * Main Window (Cocoa) - More misc work on the interface.
ycastonguay
as animal
More... over 13 years ago
MPfm 0.6.0.1 * Build configuration - Added Debug_Linux and Debug_MacOSX configurations to MPfm.Core. Now checking if it works on Windows and Mac OS X.
ycastonguay
as animal
More... over 13 years ago
MPfm 0.6.0.1 * Main Window (GTK) - Now loading library on startup * SQLiteGateway - Added support for Mono.Data.SQLite. * MainWindowController (UI) - Added Library object
ycastonguay
as animal
More... over 13 years ago
MPfm 0.6.0.1 * Library - Added test class for SQLite under Mono. Checking if the project reference to Mono.Data.SQLite will still work under Windows. The code itself can be ignored from the compiler easily.
ycastonguay
as animal
More... over 13 years ago
MPfm 0.6.0.0 * All Windows (WinForms) - Minor visual bug fixes.
ycastonguay
as animal
More... over 13 years ago
MPfm 0.6.0.0 * Sound - Added ASIO methods in Base class. - Added the ASIOInfo data structure. * Settings Window (WinForms) - Added ASIO panel in Audio Settings tab. Some code for detecting the ASIO device information has been added, but it won't make it for this release because of problems initializing ASIO devices while playing songs.
ycastonguay
as animal
More... over 13 years ago
MPfm 0.6.0.0 * Main Window (WinForms) - Fixed bug where the application would crash when updating the library, playing a song at the same time, and transitioning to the next song. The playback now stops when meeting these conditions. This is a temporary fix until a queue system will be implemented for accessing SQLite databases with multiple threads.
ycastonguay
as animal
More... over 13 years ago
MPfm 0.6.0.0 * Main Window (WinForms) and Player - Fixed bug when changing position of an audio file with a sample rate of 96000Hz (affected the wave form display and song position track bar).
ycastonguay
as animal
More... over 13 years ago
MPfm 0.6.0.0 * Main Window (WinForms) and Update Library Window (WinForms) - Fixed bug where the song query would not be reset when the process is done.
ycastonguay
as animal
More... over 13 years ago
MPfm 0.6.0.0 * Update Library Window (WinForms) - Fixed tooltip title. * Add/Edit Loop (WinForms) - Fixed tooltip title. * Settings (WinForms) - Fixed tooltip title.
ycastonguay
as animal
More... over 13 years ago
MPfm 0.6.0.0 * Wave Form Display (Windows Controls) - Now using PaintHelper methods for loading embedded fonts and anti-alisasing. * Main Window (WinForms) - Minor visual bug fixes.
ycastonguay
as animal
More... over 13 years ago
MPfm 0.6.0.0 * First Run Window (WinForms) - Added tooltips * Main Window (WinForms) - Fixed enable/disable tooltips on all windows
ycastonguay
as animal
More... over 13 years ago
MPfm 0.6.0.0 * PaintHelper (Windows Controls) - Fixed positiong issue with Junction font. * First Run Window (WinForms) - Reset the look to the original theme. * Main Window (WinForms) - Minor visual bug fixes. * Edit Metadata Window (WinForms) - Minor visual bug fixes. * Playlist Window (WinForms) - Minor visual bug fixes. * Update Library Window (WinForms) - Minor visual bug fixes.
ycastonguay
as animal
More... over 13 years ago
MPfm 0.6.0.0 * Playlist Window (WinForms) - Minor visual bug fixes.
ycastonguay
as animal
More... over 13 years ago
MPfm 0.6.0.0 * Update Library Window (WinForms) - Changed the look to match the Settings window. - Added FlowLayoutPanel and TableLayoutPanel controls for positioning controls correctly. * Rename/Save Playlist Window (WinForms) - Deleted from project. * Main Window (WinForms) - Minor visual bug fixes. * Effects Window (WinForms) - Minor visual bug fixes. * Load Playlist (WinForms) - Minor visual bug fixes.
ycastonguay
as animal
More... over 13 years ago
MPfm 0.6.0.0 * Update Library Window (WinForms) - Changed the look to match the Settings window. - Added FlowLayoutPanel and TableLayoutPanel controls to position controls correctly.
ycastonguay
as animal
More... over 13 years ago
MPfm 0.6.0.0 * Add/Edit Marker Window (WinForms) - Minor visual bug fixes. * Edit Song Metadata Window - Changed the look to match the other secondary windows (i.e. Settings). * Effects Window - Changed the look to match the other secondary windows (i.e. Settings). - Added FlowLayoutPanel and TableLayoutPanel controls to position the controls correctly.
ycastonguay
as animal
More... over 13 years ago
MPfm 0.6.0.0 * Add/Edit Marker Window (WinForms) - Added FlowLayoutPanel and TableLayoutPanel controls to position controls correctly. - Revamped the look completely, now similar to the Settings window. * Add/Edit Loop Window (WinForms) - Minor visual bug fixes.
ycastonguay
as animal
More... over 13 years ago
MPfm 0.6.0.0 * Add/Edit Loop Window (WinForms) - Added FlowLayoutPanel and TableLayoutPanel controls to position controls correctly. - Revamped the look completely, now similar to the Settings window.
ycastonguay
as animal
More... over 13 years ago
MPfm 0.6.0.0 * Button (Windows Controls) - Overridden the Text property to force refresh when the value changes. * Settings Window (WinForms) - Finished adding FlowLayoutPanel and TableLayoutPanel controls to the Audio and Library tabs.
ycastonguay
as animal
More... over 13 years ago
MPfm 0.6.0.0 * Settings Window (WinForms) - Added FlowLayoutPanel and TableLayoutPanel controls for the General Settings tab. - New look for the Settings window. * Main Window (WinForms) - Minor bug fixes.
ycastonguay
as animal
More... over 13 years ago
MPfm 0.6.0.0 * Panel (Windows Controls) - Fixed header background gradient position issue. * TableLayoutPanel (Windows Controls) - Added control and TableLayoutPanelTheme object. * Label and PaintHelper (Windows Controls) - Fixed issues with centering and autosizing (not done yet).
ycastonguay
as animal
More... over 13 years ago
MPfm 0.6.0.0 * Main Window (WinForms) - Fixed bug when changing sound format filter without clicking the Library tree view (for real this time!).
ycastonguay
as animal
More... over 13 years ago
MPfm 0.6.0.0 * Main Window (WinForms) - Even more fine-tuning for control positioning, but it's pretty much done until 0.7.0.0 (with BPM detection). - Removed the status bar and moved the peak file directory warning label to the Library Browser panel. - Renamed Library panel to Library Browser panel.
ycastonguay
as animal
More... over 13 years ago
MPfm 0.6.0.0 * Main Window (WinForms) - Fixed bug where the splitter distance would not be set correctly on initialization. - Added TableLayoutPanel for the Library panel.
ycastonguay
as animal
More... over 13 years ago
MPfm 0.6.0.0 * Main Window (WinForms) - More fine-tuning for positioning, padding, borders, etc.
ycastonguay
as animal
More... over 13 years ago
MPfm 0.6.0.0 * Main Window (WinForms) - Added FlowLayoutPanel control for Song Browser toolbar. - Custom toolbar buttons are now auto-sized and have proper padding values.
ycastonguay
as animal
More... over 13 years ago
MPfm 0.6.0.0 * Main Window (WinForms) - Added tooltips. - More fine-tuning for control sizing and positioning. * Effects Window (WinForms) - The trackbars are now transparent and properly themed.
ycastonguay
as animal
More... over 13 years ago