a cross-platform, terminal-based music player, audio engine, metadata indexer, and server in c++
Go to file
andre@woesten.com 3dbfe2f82e BUGFIX: Finally fixed close flashing issue.
It must be called BEFORE WM_DESTROY because WM_DESTROY is emitted 
AFTER the childs and itself have been destroyed. In the resulting, 
short time interval (after destroy and before handling WM_DESTROY)
a new flashing can occur, because the Window Messaging System
seems to give the keyboard/mouse input to the next window. But
without waiting for the WM_DESTROY to be processed. That's why
we're directly doing it in WM_CLOSE now :-)
2008-11-05 23:19:48 +00:00
data - Added bitmap for example 2008-11-03 12:53:04 +00:00
docs WARNING! This commit can break your build. If you use another bin/output directory for the build, copy the path bin/debug/locales and its contents to your output directory! 2008-09-09 14:01:52 +00:00
installer Preparing installer for mC2dm2. Option to remove old APPDATA/mC2 folder. 2008-11-03 10:35:46 +00:00
src BUGFIX: Finally fixed close flashing issue. 2008-11-05 23:19:48 +00:00
audioengine.sln Migrating trunk from old repository. 2008-03-18 09:06:19 +00:00
LICENSE.txt Updated installer and added LICENSE.txt 2008-05-17 18:14:10 +00:00
mC2.sln Migrating trunk from old repository. 2008-03-18 09:06:19 +00:00
mC2+plugins.sln Started on flac_decoder. 2008-10-21 19:46:17 +00:00