summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-02remove channel selector from canvas note events, as was done in masterPaul Davis
2013-05-02merge resolution with masterPaul Davis
2013-05-02move setup_outline_context() to a more sensible shared locationPaul Davis
2013-05-02remove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything deriving...Paul Davis
2013-05-02fix operation of right-click on selected MIDI note to bring up the note edito...Paul Davis
2013-05-02remove CMT code - has not been used for years, and will become irrelevant wit...Paul Davis
2013-05-02make PluginUIWindow inherit from ArdourWindow not GtkWindowPaul Davis
2013-05-02reduce verbosity of DEBUG::Sequence tracesPaul Davis
2013-05-02don't do debug trace output for every Render (process) call on an AU pluginPaul Davis
2013-05-02force ArdourWindows to be TYPE_UTILITY so that they float "with" TYPE_DIALOG ...Paul Davis
2013-05-01hack up AU GUI support to handle AUSampler resizing better. Note that this is...Paul Davis
2013-05-01Merge branch 'license-fix' of https://github.com/adiknoth/ardourPaul Davis
2013-04-30forward port recent mixbus change so that side-scroll is now shift-wheel and ...Paul Davis
2013-04-30improve relationship between ArdourDialog and Splash on OS X, where window re...Paul Davis
2013-04-30remove unnecessary sigc++ headerPaul Davis
2013-04-30fix version detection in OSX build scriptRobin Gareus
2013-04-30cleanup AU GUI support, which was broken because prefheight and prefwidth wer...Paul Davis
2013-04-30fixups for building on OS X where apple define silly macrosPaul Davis
2013-04-30don't print stacktraces to the supplied ostream AND cerr - a remnant from deb...Paul Davis
2013-04-30zero/reset closed file-descriptorsRobin Gareus
2013-04-28Revert "fix LXVST support for plugins that make audioMaster callbacks fromPaul Davis
2013-04-27do not lower waveforms to the bottom of their group - they are supposed to be...Paul Davis
2013-04-26Merge branch 'master' into cairocanvasPaul Davis
2013-04-26do not trigger visual changes when Fill::set_* methods don't change anythingPaul Davis
2013-04-26redesign toggling of editor/mixer stacking to use Gtkmm2ext::VisibilityTrackerPaul Davis
2013-04-26fix incorrect 3rd arg to AudioRegion::read_peaks() - was passing end, not cnt...Paul Davis
2013-04-25use virtual bool canvas_group_event () in TimeAxisViewItems to get suitably d...Paul Davis
2013-04-25make MIDI rubber band selects use the correct canvas item so that event proce...Paul Davis
2013-04-25reduce playhead line width to 1.5Paul Davis
2013-04-25tweak enter/leave code, remove debug outputPaul Davis
2013-04-25don't invalidate image cache for every regionr esize, only region start changesPaul Davis
2013-04-24more tweaks for enter/leave events for canvas itemsPaul Davis
2013-04-24tweaks to improve enter/leave event handling - fixes at least some crashes ca...Paul Davis
2013-04-24many pervasive changes primarily related to waveform drawing, particular cont...Paul Davis
2013-04-22Drop obsolete file gtk2_ardour/imageframe.ccAdrian Knoth
2013-04-22Drop obsolete file canvas-imageframe.hAdrian Knoth
2013-04-22Merge important bits from canvas-image.h into imageframe.hAdrian Knoth
2013-04-22Add proper GPL license to gtk2_ardour/canvas-imageframe.hAdrian Knoth
2013-04-22Drop obsolete gtk2_ardour/canvas-imageframe.cAdrian Knoth
2013-04-22Drop obsolete dmalloc.cc from libs/pbd.Adrian Knoth
2013-04-22Disable obsolete compilation of libs/pds/dmalloc.ccAdrian Knoth
2013-04-22Delete *.bak filesAdrian Knoth
2013-04-22Drop obsolete powermate code from libs/surfaceAdrian Knoth
2013-04-22Fix license in fastlog.Adrian Knoth
2013-04-21add back change lost during branch mergingPaul Davis
2013-04-21remove probably premature-or-no-longer-necessary optimization of measure line...Paul Davis
2013-04-21add Group::clear(), do not clear _canvas member of Item when unparented (only...Paul Davis
2013-04-21Revert "add Group::clear(), do not clear _canvas member of Item when unparent...Paul Davis
2013-04-21add Group::clear(), do not clear _canvas member of Item when unparented (only...Paul Davis
2013-04-20Revert "cairo image crash debugging" and "initialize image data"Robin Gareus