Factor out 'persistent' tooltip code from the panner
[ardour.git] / gtk2_ardour /
2012-06-11 Carl HetheringtonFactor out 'persistent' tooltip code from the panner
2012-06-11 Paul Davispartially-done (but compile-friendly) move of instrumen...
2012-06-11 Carl HetheringtonDon't change playlists of frozen tracks when changing the
2012-06-11 Carl HetheringtonMake send automation work (#4734).
2012-06-11 Carl HetheringtonRemove unused method.
2012-06-10 Paul Davisremove craziness of propagating MIDI 7 bit limits into...
2012-06-10 Carl HetheringtonFix another place where regions can be inserted into a
2012-06-10 Carl HetheringtonFix incorrect display of automation lines after points are
2012-06-09 Carl HetheringtonCommit one reversible command for the whole of an impor...
2012-06-09 Carl HetheringtonFix up hack to cope with zero-length imported MIDI...
2012-06-09 Carl HetheringtonRename import_audiofiles -> import_files.
2012-06-09 Carl HetheringtonMake sure that regions created during AsTrack and AsTap...
2012-06-09 Carl HetheringtonMake crossfade edge drags undoable.
2012-06-09 Carl HetheringtonSet up _old_follow_playhead correctly in all cases...
2012-06-09 Carl HetheringtonSomewhat primitive implementation of allowing the edit...
2012-06-09 Carl HetheringtonExtend a previous region if we click in a MIDI automati...
2012-06-09 Carl HetheringtonRemove apparently erroneous commit_reversible_command.
2012-06-08 Carl HetheringtonNo-op; some comments, remove some unused stuff, minor...
2012-06-08 Carl HetheringtonRemove erroneous refusal to create aux sends on MIDI...
2012-06-08 Carl HetheringtonWhen sounding notes on selection / note movements,...
2012-06-08 Carl HetheringtonRemove unused declaration.
2012-06-08 Carl HetheringtonPatch from colinf to sensitize region-related actions...
2012-06-08 Carl HetheringtonGrey-out patch changes on inactive channels rather...
2012-06-07 Carl HetheringtonSlightly grubby hack to fix up the state of the Window...
2012-06-07 Carl HetheringtonRevert 12596; the string should include a descender.
2012-06-06 Todd Nauglefix typo
2012-06-06 Carl HetheringtonPatch from epitech_user to fix crash on zooming out too
2012-06-06 Carl HetheringtonUpdated Spanish translation from Pablo_F (#4912).
2012-06-06 Paul Davisremove beta page from startup wizard; use dbl-click...
2012-06-06 Paul Davisadd "v" as a new MIDI editing key for velocity, add...
2012-06-06 Paul Davisincomplete change to allow all selected MIDI notes...
2012-06-06 Carl HetheringtonProvide dialogs to edit pan values numerically, at...
2012-06-06 Carl HetheringtonSmall cleanup.
2012-06-06 Carl HetheringtonCapitalisation tweak.
2012-06-06 Carl HetheringtonRemove some unused code.
2012-06-06 Paul Daviskludgy hack/fix for plugin windows reappearing at ...
2012-06-05 Carl HetheringtonMarginal cleanup.
2012-06-04 Paul Davispatch from tim mayberry to fix crash when creating...
2012-06-04 Paul Davisrevert previous commit
2012-06-04 Paul Davisdon't create a TimeFX dialog unless we actually need one
2012-06-03 Carl HetheringtonMake the speaker dialog graphic's area rectangular...
2012-06-03 Carl HetheringtonDon't allow aux sends from MIDI tracks for the time
2012-06-02 Carl HetheringtonSpeculative fix for timefx add_command calls happening...
2012-06-02 Carl HetheringtonPaste to the track under the mouse if we are using...
2012-06-02 Paul Davisremember to disconnect the _notify object when an AU...
2012-06-02 Carl HetheringtonPersist track MIDNAM settings via a GUI property. ...
2012-06-02 Paul DavisMCP: another patch from rodrigo:
2012-06-02 Paul Daviscouple of fixes to enable building, and building with...
2012-06-02 Carl HetheringtonPut MIDNAM stuff into the patch change dialog.
2012-06-02 Paul Davisremove AU GUI debugging test in which arrow keys could...
2012-06-02 Carl HetheringtonFix non-updated ordinary fade-outs during trim drags
2012-06-01 Paul Davisfinally, working AU plugin GUI resizing, at least in...
2012-06-01 Paul Davistweak splash destruction
2012-06-01 Carl HetheringtonFix silly typo.
2012-06-01 Carl HetheringtonAdd GPL boilerplate; fix dangling instance pointer...
2012-06-01 Carl HetheringtonClaim button release on patch change events so that
2012-06-01 Paul Davisdestroy splash when hiding it to workaround odd bug...
2012-06-01 Carl HetheringtonFix capitalisation.
2012-06-01 Carl HetheringtonMake faders visually desensitised when their tracks...
2012-05-31 Carl HetheringtonMove delta-to-edit-point options to the main clock...
2012-05-31 Carl HetheringtonRemove unused method.
2012-05-31 Carl HetheringtonFix incorrect automation point drags when a drag is...
2012-05-31 Carl HetheringtonPush of automation points is done on the GUI side,...
2012-05-31 Carl HetheringtonRemove some more unwanted roundings from control point...
2012-05-31 Carl HetheringtonAllow movement of several vertically-colinear points...
2012-05-31 Carl HetheringtonHandle discontiguous control point selections properly...
2012-05-31 Carl HetheringtonRemove suspect pixel-based control point x position...
2012-05-31 Carl HetheringtonDon't round conversions from frame to unit when setting...
2012-05-31 Carl HetheringtonSlightly unpleasant hack to stop control points being
2012-05-31 Paul Davisallow alt-drag on stereo panner to move just one side...
2012-05-30 Paul Davisfixup previous commit for OS X
2012-05-30 Paul Davismore cleanups and standardization of fixup_bundle_envir...
2012-05-30 Paul DavisMCP: metering changes from rodrigo, makes metering...
2012-05-29 Paul Davispatch from dave flick to tackle a variety of cursor...
2012-05-29 Paul Davisarguably cleaner tweak to previous commit
2012-05-29 Paul Davissubstantive change to try to provide some rationality...
2012-05-28 Carl HetheringtonRemove duplicate include.
2012-05-28 Carl HetheringtonExpand comment.
2012-05-28 Carl HetheringtonClear selection on starting a MIDI note rubberband
2012-05-28 Carl HetheringtonEmit SelectionCleared() when unique-selecting the first
2012-05-28 Carl HetheringtonDeselect MIDI notes when leaving internal edit mode
2012-05-28 Paul Davisexplicit checks for all components of the LV2 stack
2012-05-27 Carl HetheringtonPrevent x movement of the end points of region gain
2012-05-27 Carl HetheringtonPatch from tophatdave to improve display of timestretch in
2012-05-27 Carl HetheringtonPatch from colinf to avoid splitting unselected regions
2012-05-27 Paul Davisadd a fix for the one problem case from the last commit...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-05-24 David RobillardCompile cleanly with clang.
2012-05-24 David RobillardGracefully handle LV2 UIs that fail to return a widget.
2012-05-24 Paul Davistweaks to packaging to make SUIL (and thus LV2 UI's...
2012-05-23 Carl HetheringtonFix extended region names on reloading sessions with...
2012-05-23 Paul Davisminor polish for midi export dialog
2012-05-23 Paul Davisadd basic, not terribly glossy MIDI region export
2012-05-23 Carl HetheringtonRename Route Group -> Group in the GUI, and give busses
2012-05-23 Carl HetheringtonNudge markers up one pixel (should fix #4620).
2012-05-23 Carl HetheringtonUpdate ru.po from prokoudine (#4883).
2012-05-22 Paul Davismerge new symmetric curve from mixbus, fix errors in...
2012-05-22 Paul Davisuse the theme manager dialog to provide control over...
2012-05-22 Paul Davisremove, convert, comment several cerr statements
2012-05-21 Carl HetheringtonSlightly hacky improvement to embolden the labels of
next