Center fader in its (left hand side) mixer strip column.
[ardour.git] / gtk2_ardour /
2011-05-18 David RobillardCenter fader in its (left hand side) mixer strip column.
2011-05-18 David RobillardFix broken meter style on MIDI tracks.
2011-05-18 David RobillardMake shuttle colour a configuration option.
2011-05-18 David RobillardFix indentation.
2011-05-18 David RobillardAdd 'controls' item to plugin insert context menu to...
2011-05-17 Carl HetheringtonRe-fix problems when zero-length MIDI regions are creat...
2011-05-17 Carl HetheringtonFix corruption of follow playhead state on quit (#4048).
2011-05-16 Carl HetheringtonCopy local state in AudioRegionView copy constructor...
2011-05-16 Carl HetheringtonRemove unused constructor.
2011-05-16 Carl HetheringtonA few capitalisation fixes.
2011-05-16 Paul Davistrack combine ops per-playlist to avoid name collisions...
2011-05-16 Paul Davisrename join regions op as combine regions; save and...
2011-05-16 Carl HetheringtonFix undo of timestretch (#3905).
2011-05-16 Carl HetheringtonMinor coding style fix and comment addition.
2011-05-16 Carl HetheringtonUpdate to French translation from Roming22-FR (#4046).
2011-05-16 Carl HetheringtonMake MIDI channel selector button colours more distinct...
2011-05-16 David RobillardUpdate wscripts for portability and steps towards waf...
2011-05-16 Carl HetheringtonSet up _last_cut_copy_source_track on copying automatio...
2011-05-16 Paul Davissane naming scheme for combined regions; fix deadlock...
2011-05-16 Paul Davisvery basic Join (regions) editing operation. not finish...
2011-05-16 Paul Davisuse emacs to indent ardour.menus; add Join (regions...
2011-05-15 David RobillardSupport compilation with (old) SLV2, or (new) Lilv...
2011-05-14 David RobillardCompletely localist use of SLV2 to lv2_plugin.cc and...
2011-05-14 David RobillardMake LV2World local to lv2_plugin.cc
2011-05-14 David RobillardGeneric scale points API.
2011-05-14 David RobillardUse LV2_SUPPORT define instead of HAVE_SLV2.
2011-05-13 Paul Davismake sure Edit property of RouteGroup is enabled when...
2011-05-13 Paul Davisinitial volley of work for AudioPlaylistSource, the...
2011-05-13 Carl HetheringtonReturn shuttle speed to previous value on release after...
2011-05-12 Carl HetheringtonFix update of session range location on copy-dragging...
2011-05-11 Carl HetheringtonCope with tracks having order keys higher than the...
2011-05-11 Carl HetheringtonFix crash when clicking on a hit (may be #4036).
2011-05-05 Carl HetheringtonFix non-appearance of MIDI region names (#3891).
2011-05-05 Carl HetheringtonMake GhostRegion a sigc::trackable as MidiGhostRegion...
2011-05-05 Carl HetheringtonFix marker deletion from 9479 properly.
2011-05-05 Carl HetheringtonRemove LocationMarker from the editor's lists before...
2011-05-04 Carl HetheringtonFix display of new tracks.
2011-05-04 Carl HetheringtonDisallow Marker copy construction.
2011-05-04 Carl HetheringtonRemove some unused code.
2011-05-04 Carl HetheringtonFix offset of verbose cursor when dragging fade-ins...
2011-05-04 Carl HetheringtonDon't alter horizontal padding when shrinking tracks...
2011-05-04 Carl HetheringtonFix problems with sessions being saved as foo.ardour...
2011-05-03 Carl HetheringtonFix non-appearing track names when opening sessions...
2011-05-03 Carl HetheringtonPrevent note drags from moving a note before the start...
2011-05-03 Carl HetheringtonDon't hide solo/mute/rec enable for the smallest track...
2011-05-02 Carl HetheringtonSort bundle names in mixer strip menus alphabetically...
2011-05-02 Carl HetheringtonTinker with text related to clean-up.
2011-05-02 Carl HetheringtonFix piano roll to use the same octave numbering as...
2011-05-02 Carl HetheringtonSeparate verbose cursor out into its own class and...
2011-04-28 David RobillardFix external UIs (e.g. Calf git).
2011-04-28 David RobillardUpdate for new Suil API.
2011-04-26 Paul Davisforward port a disgusting hack from 2.X that stops...
2011-04-25 Carl HetheringtonFix subtraction of bar/beat/tick for verbose canvas...
2011-04-24 Paul Davisreverse debugging stuff
2011-04-24 Paul Davisbetter temporary debugging for slv2/calf issue
2011-04-24 Paul Davismore temporary debugging for slv2/calf issue
2011-04-24 Paul Davistemporary debugging for slv2/calf issue
2011-04-23 Carl HetheringtonRe-fix compile failure with --no-nls (#3111).
2011-04-23 Carl HetheringtonRemove unnecessary refresh_location_display_s method...
2011-04-23 Carl HetheringtonPrevent the point selection straying -ve when control...
2011-04-23 Carl HetheringtonRemove duplicate connect_to_list() call.
2011-04-22 David RobillardFix Python whitespace (follow PEP8 guidelines, reformat...
2011-04-22 Paul Davisfix default size and title of comment window
2011-04-22 Paul Davisfix up fwd/reverse stuff in semitone mode
2011-04-22 David RobillardUse new Suil and SLV2 APIs for LV2 plugin UIs.
2011-04-21 Paul Davisfix height of shuttle control marker line
2011-04-21 Paul Davishopefully fix up shuttle operation in semitones mode
2011-04-21 Carl HetheringtonStop MIDI import generating zero-length regions. May...
2011-04-20 Carl HetheringtonWhen drawing MIDI regions with grid snap enabled, make...
2011-04-20 Carl HetheringtonClean up duplicate snap-related code.
2011-04-20 Carl HetheringtonPrevent snap_frame_to_frame returning -ve offset from...
2011-04-20 Paul Davisseveral tweaks/fixes to the shuttle control
2011-04-20 Paul Davisreinstate MIDI binding for shuttle controller
2011-04-20 Paul Davisreinstate tooltip custom colors etc
2011-04-20 Paul Davisfactor out shuttle controller to its own class, new...
2011-04-20 Paul Davisfactor out shuttle controller to its own class, new...
2011-04-20 Paul Davisshow MIDI channel for notes with verbose canvas cursor...
2011-04-20 Carl HetheringtonFix hang on session close that I introduced with the...
2011-04-19 Paul Davisremove some debugging output
2011-04-19 Paul Davisremove some debugging output
2011-04-19 Paul Davisfixes to avoid dreadfull thread races and deletion...
2011-04-19 Carl HetheringtonSave route group reorderings in the session file. ...
2011-04-19 Carl HetheringtonRemove delete menu item which does the same as cut...
2011-04-19 Carl HetheringtonCleanup some more gint -> bools.
2011-04-19 Carl HetheringtonRemove duplicate call of compute_current_bbt_points...
2011-04-19 Carl HetheringtonAdd missing ellipsis on Edit menu item.
2011-04-19 Carl HetheringtonFix the return type for the edit_controls_button_releas...
2011-04-19 Carl HetheringtonSort track selections before cut/copying their playlist...
2011-04-18 Carl HetheringtonExtend the y range of the simplerect redraw request...
2011-04-18 Carl HetheringtonFix radio action registration thinko of my doing. ...
2011-04-18 Carl HetheringtonRemove unused signal.
2011-04-17 Carl HetheringtonFix further typo.
2011-04-17 Carl HetheringtonExtend range selections using the selected tracks,...
2011-04-17 Carl HetheringtonFix typo in bindings file.
2011-04-17 Carl HetheringtonRemove extend-range-to-{start,end}-of-region and replac...
2011-04-16 Carl HetheringtonFix step editor note lengths and default to crotchet...
2011-04-16 Carl HetheringtonRemove some calls to process_updates() which I think...
2011-04-16 Carl HetheringtonFix crash on bouncing a range selection that includes...
2011-04-16 Carl HetheringtonPut relief on all toolbar buttons for consistency ...
2011-04-15 Carl HetheringtonFix 'make new plugins active' configure option (#3975).
next