13
0
Go to file
Hans Fugal 55159005b9 r189@gandalf: fugalh | 2006-07-18 17:54:25 -0600
This is the first swath of changes, replacing add_undo with MementoCommand
 pattern, through most of the editor_mouse.cc file. However there were a few
 places that weren't symmetrical that I need to think about. The question is
 whether to tweak things so that they are symmetrical (add_undo paired with
 add_redo*), or to allow Commands to not be undoable or not be redoable. Your
 thoughts are welcome.


git-svn-id: svn://localhost/ardour2/branches/undo@685 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-07-18 23:54:31 +00:00
DOCUMENTATION provide interface to PBD::ThreadCreated() in BasicUI; remove/clean DOCUMENTATION files 2006-05-24 20:40:11 +00:00
gtk2_ardour r189@gandalf: fugalh | 2006-07-18 17:54:25 -0600 2006-07-18 23:54:31 +00:00
libs r189@gandalf: fugalh | 2006-07-18 17:54:25 -0600 2006-07-18 23:54:31 +00:00
templates Merging from trunk 2006-06-22 23:40:55 +00:00
tools merging trunk 2006-06-29 14:19:37 +00:00
vst Merging from trunk 2006-06-22 23:40:55 +00:00
.cvsignore All included libraries now link dynamically instead of statically. 2006-04-25 20:23:50 +00:00
ardour_system.rc route list + edit group list now pretty much functional, plus preparations for ardour2.0-alpha1 2006-01-10 04:25:47 +00:00
ardour.dox Let's get some doxygen action going on. 2006-03-06 16:32:41 +00:00
ardour.rc.in a) start at creating ControlProtocol objects 2006-04-04 03:26:08 +00:00
COPYING Initial revision 2005-05-13 20:47:18 +00:00
PACKAGER_README Initial revision 2005-05-13 20:47:18 +00:00
README Initial revision 2005-05-13 20:47:18 +00:00
SConstruct merging trunk 2006-06-29 14:19:37 +00:00

Please see the DOCUMENTATION directory.

If you plan to compile ardour from scratch, BUILD is required reading.