a cross-platform, terminal-based music player, audio engine, metadata indexer, and server in c++
Go to file
casey 132bc25d43 - Fixed Window to no longer use derwin() -- subwindows share data with
their parent, in a sometimes buggy and unpredictable ways. always use
  newwin() and ensure redraws happen from the bottom up.

- Optimized redraw to not immediately call doupdate(), but rather wait
  until the end of the runloop and call it once. This may cause buggy
  behavior, but seems fine now...
2016-05-15 12:18:29 -07: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
modules Attempting to build libflac 2011-02-17 19:34:45 +00:00
src - Fixed Window to no longer use derwin() -- subwindows share data with 2016-05-15 12:18:29 -07:00
.gitignore Added updated project filters. Oops. 2016-05-03 23:18:41 -07:00
audioengine.sln - Fixed the SimpleScrollAdapter to have a max size, and do so 2016-05-09 00:32:36 -07:00
CMakeLists.txt Win32cpp and musikServer now included in CMake and compile and run :D 2011-02-25 14:06:21 +00:00
LICENSE.txt Updated installer and added LICENSE.txt 2008-05-17 18:14:10 +00:00