Added unclone tool. Adjusted GUI. Added icons.
commited39a82f9123be7c2921d0e718a6c091cd099c2a
authorEvanR <evanrinehart@gmail.com>
Tue, 6 Jan 2009 06:23:38 +0000 (6 00:23 -0600)
committerEvanR <evanrinehart@gmail.com>
Tue, 6 Jan 2009 06:23:38 +0000 (6 00:23 -0600)
treeff051bf205d1b7bc129711f6c32db4315a356734
parent0d67f709eb94d92a5f3b33e9aff7ebcd0ed1cc7c
Added unclone tool. Adjusted GUI. Added icons.

Added edit icon. Edit mode is the default mode.
Added color icon. The color tool changes block colors.
Added fork icon. The unclone tool hard-copies blocks.

I made some adjustments to includes in some files
that did not need to know about the UI. Changing
the GUI at this time causes almost all the files
to be recompiled, and it is starting to take too
long.
15 files changed:
gfx/Makefile.am
gfx/color.gif
gfx/edit.gif [new file with mode: 0644]
gfx/fork.gif [new file with mode: 0644]
src/arranger.cpp
src/arranger.h
src/jack.cpp
src/trackselect.cpp
src/ui.cpp
src/ui.fl
src/ui.h
src/uihelper.cpp
src/uihelper.h
src/util.cpp
src/util.h