Add LmmsStyle class for color and drawing hooks

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1974 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2009-01-28 07:49:08 +00:00
parent 05ff15f0e8
commit 26c20113cf
7 changed files with 505 additions and 10 deletions

View File

@@ -3,6 +3,16 @@
* src/gui/embed.cpp:
Cache pixmaps instead of loading new ones each time
* include/engine.h:
* include/lmms_style.h:
* include/classic_style.h:
* src/gui/classic_style.cpp:
* src/gui/lmms_style.cpp:
* src/core/engine.cpp:
* src/core/main.cpp:
- Add LmmsStyle class for centralizing palette and drawing. It isn't
perfect, but at least most interesting stylables are in one place now.
2009-01-26 Paul Giblock <drfaygo/at/gmail/dot/com>
* src/tracks/bb_track.cpp: