summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2012-06-03Make the speaker dialog graphic's area rectangular so thatCarl Hetherington
2012-06-03Don't allow aux sends from MIDI tracks for the timeCarl Hetherington
2012-06-02Speculative fix for timefx add_command calls happening afterCarl Hetherington
2012-06-02Paste to the track under the mouse if we are using the mouseCarl Hetherington
2012-06-02remember to disconnect the _notify object when an AU GUI is destroyedPaul Davis
2012-06-02Persist track MIDNAM settings via a GUI property. Fix aCarl Hetherington
2012-06-02MCP: another patch from rodrigo:Paul Davis
2012-06-02couple of fixes to enable building, and building with gtkmm 2.2(<4)Paul Davis
2012-06-02Put MIDNAM stuff into the patch change dialog.Carl Hetherington
2012-06-02remove AU GUI debugging test in which arrow keys could be used to change GUI ...Paul Davis
2012-06-02Fix non-updated ordinary fade-outs during trim dragsCarl Hetherington
2012-06-01finally, working AU plugin GUI resizing, at least in response to plugin-GUI d...Paul Davis
2012-06-01tweak splash destructionPaul Davis
2012-06-01Fix silly typo.Carl Hetherington
2012-06-01Add GPL boilerplate; fix dangling instance pointer afterCarl Hetherington
2012-06-01Claim button release on patch change events so thatCarl Hetherington
2012-06-01destroy splash when hiding it to workaround odd bug on OS X where the window ...Paul Davis
2012-06-01Fix capitalisation.Carl Hetherington
2012-06-01Make faders visually desensitised when their tracks are in automation-play.Carl Hetherington
2012-05-31Move delta-to-edit-point options to the main clock context menus (#4472).Carl Hetherington
2012-05-31Remove unused method.Carl Hetherington
2012-05-31Fix incorrect automation point drags when a drag is started with push held an...Carl Hetherington
2012-05-31Push of automation points is done on the GUI side, so no need to do it on syn...Carl Hetherington
2012-05-31Remove some more unwanted roundings from control point frame to pixel convers...Carl Hetherington
2012-05-31Allow movement of several vertically-colinear points at the same time.Carl Hetherington
2012-05-31Handle discontiguous control point selections properly when dragging.Carl Hetherington
2012-05-31Remove suspect pixel-based control point x position clamping; this may cause ...Carl Hetherington
2012-05-31Don't round conversions from frame to unit when setting up control points, as...Carl Hetherington
2012-05-31Slightly unpleasant hack to stop control points beingCarl Hetherington
2012-05-31allow alt-drag on stereo panner to move just one side of the stereo field. th...Paul Davis
2012-05-30fixup previous commit for OS X Paul Davis
2012-05-30more cleanups and standardization of fixup_bundle_environment() functionsPaul Davis
2012-05-30MCP: metering changes from rodrigo, makes metering work correctly on the MC P...Paul Davis
2012-05-29patch from dave flick to tackle a variety of cursor issuesPaul Davis
2012-05-29arguably cleaner tweak to previous commitPaul Davis
2012-05-29substantive change to try to provide some rationality for region gain line vi...Paul Davis
2012-05-28Remove duplicate include.Carl Hetherington
2012-05-28Expand comment.Carl Hetherington
2012-05-28Clear selection on starting a MIDI note rubberbandCarl Hetherington
2012-05-28Emit SelectionCleared() when unique-selecting the firstCarl Hetherington
2012-05-28Deselect MIDI notes when leaving internal edit modeCarl Hetherington
2012-05-28explicit checks for all components of the LV2 stackPaul Davis
2012-05-27Prevent x movement of the end points of region gainCarl Hetherington
2012-05-27Patch from tophatdave to improve display of timestretch inCarl Hetherington
2012-05-27Patch from colinf to avoid splitting unselected regionsCarl Hetherington
2012-05-27add a fix for the one problem case from the last commit: region splitting, wh...Paul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-24Compile cleanly with clang.David Robillard
2012-05-24Gracefully handle LV2 UIs that fail to return a widget.David Robillard
2012-05-24tweaks to packaging to make SUIL (and thus LV2 UI's) workPaul Davis