summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-23catch (incorrect) inclusion of non-MIDI related automation parameters in Midi...Paul Davis
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-22Accommodate recently removed source(s) in our MSVC project (gtk2_ardour)John Emmas
2018-02-21fix compilation on windows with VST supportLen Ovens
2018-02-21OSC: fix compiler warning and catch possible errorsLen Ovens
2018-02-21fix compilation on linux with LXVST supportPaul Davis
2018-02-21Method to generate an initial tag file:Ben Loftis
2018-02-20OSC: Add session name changeLen Ovens
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-19Add flag for corners, where top+left shadows are both required.Ben Loftis
2018-02-19Remove unused widget.Ben Loftis
2018-02-19Accommodate newly added/renamed source(s) in our MSVC project (gtk2_ardour)John Emmas
2018-02-18OSC: allow setting of marker nameLen Ovens
2018-02-18OSC: select comment should feedback when comment changedLen Ovens
2018-02-18OSC: Allow surface to change route comment.Len Ovens
2018-02-17Drop-shadow spacer; for theming.Ben Loftis
2018-02-17Fix long-standing bug in spacer expose+render.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
2018-02-17Consistently use Gauge to avoid the overloaded term Indicator.Ben Loftis
2018-02-17Remove unused status labels. (using gauges instead)Ben Loftis
2018-02-17Add Disk IO gauge.Ben Loftis
2018-02-17Reverse the drawing of DSP indicator to match other displays.Ben Loftis
2018-02-17Move cpu and disk gauges into the status bar at top.Ben Loftis
2018-02-17GTKOSX is not a valid check. Use __APPLE__Ben Loftis
2018-02-17Fix a few warningsBen Loftis
2018-02-17MacOS: Move status info to top, just like win+linux. (but no menu up there o...Ben Loftis
2018-02-17Remove display_message(); No more scary log message popups on osx.Ben Loftis
2018-02-16OSC: Select should be able to rename as well.Len Ovens