summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2014-02-25range selection drag ensures that selected tracks include all tracks within t...Paul Davis
2014-02-25ensure that track selection operations call ::set_selected() for tracks, allo...Paul Davis
2014-02-25add ::covered_by_y_range() to TimeAxisViewPaul Davis
2014-02-25a rubber-band drag or other selection op that actually selects nothing should...Paul Davis
2014-02-25fix height of time axis item view trim frame handlesPaul Davis
2014-02-25option to en/dis-able VST plugin discovery on startupRobin Gareus
2014-02-25indent/alignPaul Davis
2014-02-25reorder (in source only) positioning of ruler/marker canvas groupsPaul Davis
2014-02-25fiddle with single pixel adjustments to time axis view item heights; fix regi...Paul Davis
2014-02-25reverse default behaviour for adding control points to automation with mouse ...Paul Davis
2014-02-25the forgotten second (amend to prev commit)Robin Gareus
2014-02-25fix prev_snap_choice() key="3" bindingRobin Gareus
2014-02-25click (no drag) on automation line now adds a new control point on the line (...Paul Davis
2014-02-25Revert "add a hack to deal with device discovery race, in which the devices w...Paul Davis
2014-02-25ctrl-click when adding automation points no longer adds guard pointsPaul Davis
2014-02-25implement plugin-scan cancel-button sensitivityRobin Gareus
2014-02-25hook-up GUI idle handlerRobin Gareus
2014-02-25update plugin scan dialog gtk hackRobin Gareus
2014-02-24refresh plugin list on signalRobin Gareus
2014-02-24fix inadvertent breakage in ardev and friends caused by extension to LD_LIBRA...Paul Davis
2014-02-24changes to ardev and friend to find audio engine backendsPaul Davis
2014-02-24plugin scan progress-display & preferencesRobin Gareus
2014-02-24prepare GUI notifications for plugin scanRobin Gareus
2014-02-23consolidate lxVST & winVST file-info code into libardourRobin Gareus
2014-02-22remove inadvertently committed wine-unstable linkdirRobin Gareus
2014-02-22update wscript for windowsVST + mingwRobin Gareus
2014-02-22remove arvst (there's already vst/ardevst)Robin Gareus
2014-02-22fix minimum VST GUI window size (gtk padding)Robin Gareus
2014-02-22resolve gtk + VST threading issuesRobin Gareus
2014-02-22Windows VST GUI related reworkRobin Gareus
2014-02-22first part of merging windows and wine VSTRobin Gareus
2014-02-22add wine/windows-vst start scriptRobin Gareus
2014-02-20add the with-guard-point distinction to region gain linesPaul Davis
2014-02-20use new "covers" threshold to make automation lines more grabbablePaul Davis
2014-02-19manually apply d697a31abf2fa1b0bedcab025188f03611920fdf from master (git coul...Paul Davis
2014-02-19manually applied equivalent of 1d82f4ca07a38342e0815cd6b695b96d72386f39 in ma...Paul Davis
2014-02-19required fix for cairocanvas branch, didn't make it into mergePaul Davis
2014-02-19click (no drag) on automation line now adds a new control point on the line (...Paul Davis
2014-02-19Revert "add a hack to deal with device discovery race, in which the devices w...Paul Davis
2014-02-19add a hack to deal with device discovery race, in which the devices were not ...Paul Davis
2014-02-19fix meter(s) when mixer-strip is switched to AuxSendRobin Gareus
2014-02-19move SystemExec to libpbdRobin Gareus
2014-02-14some changes to ArdourButton to allow custom colors to be set (e.g. based on ...Paul Davis
2014-02-14fix up double definition of waveform fill in default canvas conf filePaul Davis
2014-02-14reinstate zero line in waveforms (can be hidden by changing the color to some...Paul Davis
2014-02-14fix vertical placement of ghostregionsPaul Davis
2014-02-14fix up placement of fade out handlePaul Davis
2014-02-13fix up details of time axis view item drawing.Paul Davis
2014-02-12make measure line positioning use Editor::sample_to_pixel() and avoid extra 0...Paul Davis
2014-02-12convert canvas items that compose the playhead (EditorCursor, more generally)...Paul Davis