made LMMS capable of managing its windows like GIMP (no MDI) and fixed some small bugs

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@22 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2005-10-28 15:58:35 +00:00
parent da6b2e1904
commit 4952f23917
18 changed files with 164 additions and 65 deletions

View File

@@ -1,3 +1,23 @@
2005-10-28 Tobias Doerffel <tobydox@users.sourceforge.net>
* src/widgets/project_notes.cpp:
set initial text to bright gray, since black text on a very dark back-
ground isn't very readable...
* include/lmms_main_win.h:
* include/setup_dialog.h:
* src/core/bb_editor.cpp:
* src/core/lmms_main_win.cpp:
* src/core/setup_dialog.cpp:
* src/core/song_editor.cpp:
* src/widgets/project_notes.cpp:
added support for GIMP-like usability, i.e. no MDI
* src/core/song_editor.cpp:
* src/core/bb_editor.cpp:
reorder some code in constructor for not crashing if window is
shown while constructor is still running
2005-10-23 Tobias Doerffel <tobydox@users.sourceforge.net>
* src/widgets/led_checkbox.cpp: