first shot at instrumentTrackWindow cache

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@803 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-03-22 08:32:06 +00:00
parent 75cd993b93
commit ab42375731
6 changed files with 103 additions and 17 deletions

View File

@@ -1,3 +1,20 @@
2008-03-22 Paul Giblock <drfaygo/at/gmail/dot/com>
* plugins/organic/organic.cpp:
Removed debug printf
* include/instrument_track.h:
* src/tracks/instrument_track.cpp:
- First version of cache for hidden instrumentTrackWindows
- Need to delete the cache and any remaining ITW's upon application close
* src/core/lmms_style.cpp:
Applied border to more primatives. Still some known issues..
* src/core/main.cpp:
Just playing around with palette colors.
2008-03-16 Paul Giblock <drfaygo/at/gmail/dot/com>
* Makefile.am: