summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2013-05-04VisibilityTracker needs to inherit from sigc::tracker so that it can be used ...Paul Davis
2013-05-02move CloseAllDialogs signal and associated method from ArdourDialog to ARDOUR...Paul Davis
2013-05-02remove unused virtual event handlers from PluginUIWindowPaul Davis
2013-05-02rest of change to right click on MIDI note: remove channel selector cruft fro...Paul 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-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-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-30zero/reset closed file-descriptorsRobin Gareus
2013-04-26redesign toggling of editor/mixer stacking to use Gtkmm2ext::VisibilityTrackerPaul 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-15Revert "option to ignore feedback detection - /i know what i'm doing/ mode."Robin Gareus
2013-04-15option to ignore feedback detection - /i know what i'm doing/ mode.Robin Gareus
2013-04-11enable videotimeline by defaultRobin Gareus
2013-04-10possible fix for #5441 -- ardour hangs on shutdown (trying to stop harvid/xja...Robin Gareus
2013-04-10vtl: remove inadvertently committed CURLERRORDEBUGRobin Gareus
2013-04-09Merge branch 'master' of git.ardour.org:ardour/ardourPaul Davis
2013-04-09vtl: query video-monitor-state on explicit session saveRobin Gareus
2013-04-09update all i18n .po filesPaul Davis
2013-04-09vtl: rework session-needs-save logicRobin Gareus
2013-04-09vtl: disconnect from session-save signalRobin Gareus
2013-04-09vtl: resume if "don't close/exit" is selectedRobin Gareus
2013-04-08vtl: mark session dirty if video position-lock or timeline height changesRobin Gareus
2013-04-08mark session dirty if video is movedRobin Gareus
2013-04-08add session save signal and hook-up videotimelineRobin Gareus
2013-04-08Fix name spellingJulien de Kozak
2013-04-08remove message about checking for announcementsPaul Davis
2013-04-08add julien dekozak to the authors listPaul Davis
2013-04-06rename Route::is_hidden() to Route::is_auditioner() and Route::Hidden to Rout...Paul Davis
2013-04-05Merge branch 'master' of git.ardour.org:ardour/ardourPaul Davis
2013-04-05mark the step entry dialog as a dialog even though it is an ArdourWindow, to ...Paul Davis
2013-04-05Fix display of Spectral Analysis when no tracks are selected.Colin Fletcher
2013-04-05Merge branch 'nsm' of https://github.com/royvegard/ardourPaul Davis
2013-04-05Merge branch 'patches' of https://github.com/jdekozak/ardourPaul Davis
2013-04-05Make track header faders insensitive to vertical scroll-wheel events again.Colin Fletcher
2013-04-05vtl: remove obvious warningRobin Gareus
2013-04-04vtl: overall export progress barRobin Gareus
2013-04-04vtl: A/V sync lock on importRobin Gareus