summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2018-03-18Fix midi track mapping on pt importDamien Zammit
2018-03-17Remove another C++11 construct (local struct) from UI codeRobin Gareus
2018-03-17Fix wrong "_nth_" replacement in ba202cc09Robin Gareus
2018-03-17Don't alter, use and rely on selection for PT importRobin Gareus
2018-03-17NO-OP: C++ify codeRobin Gareus
2018-03-17NO-OP: whitespaceRobin Gareus
2018-03-17PT import: Use multitrack MIDI import support based on ptformat updateDamien Zammit
2018-03-16Startup Dialog: A change to the monitor selection should trigger a write to c...Ben Loftis
2018-03-15GUI: create_vca() API changeRobin Gareus
2018-03-13Same for midi input enable buttonLen Ovens
2018-03-12Trim and vca button should also be insensitive in strip aux modeLen Ovens
2018-03-11Tweak logic in master-bus packing to make it clearer; will also minimize conf...Ben Loftis
2018-03-01Tag_reset() should be FromPlug, not FromGui.Ben Loftis
2018-03-01Plugin-Tag improvements:Ben Loftis
2018-02-28Fix some GUI typos (thanks to IOhannes/debian for reporting)Robin Gareus
2018-02-27Implement grid line colors ( was: measure lines ). This restores measure line...Ben Loftis
2018-02-27Reinstate the ability to split regions while dragging playhead. I think this...Ben Loftis
2018-02-27Remove some redundant calls to snap_to(). get_preferred_edit_position() alre...Ben Loftis
2018-02-26Should be able to Split in range mode, with a selected track.Ben Loftis
2018-02-26Fix bug: sequential pasting to the same time, but different tracks, would tri...Ben Loftis
2018-02-26Switch CDFrame grid to use MinSec ruler rather than Sample ruler.Ben Loftis
2018-02-26Rename SMPTE enum back to Timecode.Ben Loftis
2018-02-26Fix a rather large naming thinko: GridTypeSamples should be CDFrames.Ben Loftis
2018-02-26Add missing checkbox: Snap to Marker.Ben Loftis
2018-02-24Snap-to-grid should not invalidate other snap options. This was a leftover be...Ben Loftis
2018-02-24Fixes for region_boundary_cache:Ben Loftis
2018-02-24NO-OP: whitespaceRobin Gareus
2018-02-24Fix/amend a23a8ebcad7.Robin Gareus
2018-02-23Tell the user why Insert/Remove Time failed, rather than fail silently.Ben Loftis
2018-02-23Use transport_stopped() instead of speed check.Ben Loftis
2018-02-23Do not interpolate playhead when stopped.Ben Loftis
2018-02-23Revert afedd2 and associated commits (method to generate initial tag file)Ben Loftis
2018-02-23Start versioning Mixbus keybindings files.Ben Loftis
2018-02-21Method to generate an initial tag file:Ben Loftis
2018-02-20user-friendly hack/heuristic: if they edit a BBT non-duration clock to say ze...Paul Davis
2018-02-20Re-add fixed-color DSP-load indicator backgroundRobin Gareus
2018-02-20Remove ArdourGauges -- since they're no longer actual Gauge widgetsRobin Gareus
2018-02-20Use standard Labels again.Robin Gareus
2018-02-20Keep track of unacknowledged log-level (error-indicator)Robin Gareus
2018-02-19Replace missing widget-name that got lost.Ben Loftis
2018-02-19Prevent mixer-add buttons from getting focus.Ben Loftis
2018-02-19Add drop-shadow decorators to menu bar and transport toolbar.Ben Loftis
2018-02-19Remove unused widget.Ben Loftis
2018-02-17Tweak the text of 2 snap options.Ben Loftis
2018-02-17Avoid disk-buffer error on startup. (again)Ben Loftis
2018-02-17Revert some theme tweaks. Left-justify gauge text.Ben Loftis
2018-02-17Avoid error message on startup.Ben Loftis
2018-02-17Shuffle order of items in status bar; change behavior per oofus on irc.Ben Loftis
2018-02-17Tweak packing to line-up button edges with transport toolbar.Ben Loftis
2018-02-17Maybe gauges should only be colored when there is something to report: WARN o...Ben Loftis