summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2011-10-29make ArdourButtons be MIDI-learnable; tweaks to ArdourButton design and imple...Paul Davis
2011-10-29next/last missing piece of previous panner UI commitPaul Davis
2011-10-29missing piece of previous panner UI commitPaul Davis
2011-10-29fix leak of Panner,Pannable and MonoPanner (UI)Paul Davis
2011-10-28Use shared_ptr for Port in the AudioEngine; improves thread-safety of the aud...Carl Hetherington
2011-10-28Improve audioengine includes slightly.Carl Hetherington
2011-10-27Remove unused variable.Carl Hetherington
2011-10-27no need for DropReferences usage in last commitPaul Davis
2011-10-27stop leakage of Crossfades caused by CrossfadeView's being left dangling when...Paul Davis
2011-10-27remove offscreen pixmap rendering design from CairoWidget: this helps only wh...Paul Davis
2011-10-27Ever so slightly less memory and better field alignment per CairoWidget.David Robillard
2011-10-27provide control over precisely what aspects of an ArdourButton are rendered, ...Paul Davis
2011-10-27change CairoWidget API to be a more logical/intuitive for setting widget stat...Paul Davis
2011-10-26remove silly left-over debugging linesPaul Davis
2011-10-26hack wscript to correctly rebuild ardour3_FOO.rc files after changes to files...Paul Davis
2011-10-26new ArdourButton class, to start to provide more control over how our buttons...Paul Davis
2011-10-25Don't offer the monitor buss to export from (#4393).Carl Hetherington
2011-10-23Allow status bar components to be individually shown / hidden.Carl Hetherington
2011-10-23Fix warning.Carl Hetherington
2011-10-23Stop status bar jumping about quite so much when values change.Carl Hetherington
2011-10-23Typo in last commit.Carl Hetherington
2011-10-23Spruce up info bar a bit using Chris' suggestions (#4238).Carl Hetherington
2011-10-22Fix up some comments.Carl Hetherington
2011-10-22Fix snap of note drags when the region position is not itself snapped to the ...Carl Hetherington
2011-10-22Fix check on dragging MIDI notes to a point before the region position.Carl Hetherington
2011-10-22Fix underflow in layer_t with rubber band selection on multiple tracks with s...Carl Hetherington
2011-10-22Cope with drags of selections that include regions on hidden tracks (#3493).Carl Hetherington
2011-10-22Implement reset() in panners, and use it from the GUI (fixes #4196).Carl Hetherington
2011-10-22more orangePaul Davis
2011-10-22fix mis-sized middle_button_table in mixer stripsPaul Davis
2011-10-22fix wscript so that gtk rc files are always built properly (not sure why this...Paul Davis
2011-10-21tweak monitor button colors; move buttons to just below pannersPaul Davis
2011-10-21credit where credit is duePaul Davis
2011-10-21new color for monitoring buttons (a kind of steely blue)Paul Davis
2011-10-21tweak display logic for monitoring state so that explicit preferences take pr...Paul Davis
2011-10-21add route group support for monitoring choicesPaul Davis
2011-10-21correctly track monitoring changes in libardour and the GUI; required removin...Paul Davis
2011-10-21start of tracking monitor state correctlyPaul Davis
2011-10-20add initial implementation of explicit monitor (input|disk) control. some beh...Paul Davis
2011-10-20remove unused static functionPaul Davis
2011-10-20fix unused variable warningPaul Davis
2011-10-20Save marker selection state in instant.xml (#4203).Carl Hetherington
2011-10-19Trim include tree.David Robillard
2011-10-19Fix use of uninitialized valueDavid Robillard
2011-10-19fix AU plugin creation by changing packing of preset combo/boxPaul Davis
2011-10-19Fix insertion of processors at the point at which the processor menu was open...Carl Hetherington
2011-10-19Add missing copyright headers.David Robillard
2011-10-19Make all-processors-active act an all processors rather than just pre/post-fa...Carl Hetherington
2011-10-19Adjust send faders depending on what signal type they are passing (part of #4...Carl Hetherington
2011-10-19Use a ARDOUR::DataType rather than a bool.Carl Hetherington