13
0
livetrax/libs
Paul Davis 7e19053b88 Fix dragging objects on the canvas and remove redundant canvas groups
Delivery of fake motion events to the editor needed the event coordinates to be
in canvas space, as they are with "real" events. Editor and other objects had
many redundant groups from timbyr's work on gnomecanvas to scroll by moving
groups. We don't need this anymore with cairo-canvas (though possibly a
stationay background group for the canvas might be useful again one day as in
the SAE logo. Its implementation would be fairly different though, since we
would have to explicitly move the group on every scroll, since nothing else
ever moves on scroll).

Also tweaks to text item placement, and switch TimeAxisViewItem from
name_pixbuf to name_text, since ArdourCanvas::Text is already "pixbuf optimized".
2013-04-15 13:50:05 -04:00
..
appleutility
ardour changes to get cairocanvas branch to build on OS X, with its stupid nil and Rect macros, plus some const_cast<> and unused variable fixes that should really be in master but will have to wait till we rebase master 2013-04-12 21:46:44 -04:00
audiographer Fix some compilation warnings 2013-03-23 14:50:58 +01:00
canvas Fix dragging objects on the canvas and remove redundant canvas groups 2013-04-15 13:50:05 -04:00
clearlooks-newer Fix some compilation warnings 2013-03-30 18:09:40 +01:00
clearlooks-older
evoral master merge; new files not added after initial cairocanvas patch application 2013-04-05 17:16:33 -04:00
fst
gtkmm2ext Merge branch 'master' into cairocanvas 2013-04-10 12:37:16 -04:00
libltc
midi++2 initial, prototype modifications to permit compilation of local libraries as static libs. required a "fix" to libs/pbd/debug.cc to even get the program up and running, and still does not work due to issues with boost::shared_ptr::enable_shared_from_this. controlled by configure-time --internal-{static,shared}-libs, set to shared by default (as has been the case for years) 2013-03-20 17:18:55 -04:00
panners
pbd changes to get cairocanvas branch to build on OS X, with its stupid nil and Rect macros, plus some const_cast<> and unused variable fixes that should really be in master but will have to wait till we rebase master 2013-04-12 21:46:44 -04:00
qm-dsp Fix some compilation warnings 2013-03-23 14:50:58 +01:00
rubberband Fix some compilation warnings 2013-03-23 14:50:58 +01:00
surfaces merge with master, including manual merge conflict resolution 2013-04-06 16:12:15 -04:00
taglib
timecode
vamp-plugins
vamp-sdk