Use LV2_SUPPORT define instead of HAVE_SLV2.
[ardour.git] / gtk2_ardour /
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).
2011-04-11 Carl HetheringtonPrevent unnecessary recomputation of horizontal zoom...
2011-04-09 Paul Davisremove all use of access(2) (this was done a bit stupid...
2011-04-07 Carl HetheringtonFix crash due to _over_region_trim_target not being...
2011-04-07 Paul Davisdon't assume that there is an AutomationControl for...
2011-04-06 Carl HetheringtonHopefully allow compilation against gtkmm 2.24.0 (...
2011-04-06 Carl HetheringtonFix prevention of region drags before time 0 (#3947).
2011-04-06 David RobillardFix my name :)
2011-04-06 Carl HetheringtonDifferentiate between pitch-shift (for audio) and trans...
2011-04-06 Carl HetheringtonRename Transpose to Pitch Shift to correspond with...
2011-04-06 Carl HetheringtonFix show checkbuttons for mixer groups on startup ...
2011-04-06 Carl HetheringtonGPL boilerplate.
2011-04-06 Carl HetheringtonRemove erroneous note about playlists when removing...
2011-04-06 Carl HetheringtonFix typos (part of #3939).
2011-04-05 Carl HetheringtonMake Enter give RESPONSE_ACCEPT in the normalize dialog...
2011-04-05 Paul Davisremove unused arguments to keep gcc quiet
2011-04-04 David RobillardFix broken whitespace (no functional changes).
2011-04-04 Paul Davisremove message about MidiRegionView::redisplay_model...
2011-04-04 Carl HetheringtonSlightly grubby fix to restore plugin output meters...
2011-04-04 Paul Davisdo not set icon list *and* default icon list, which...
2011-04-04 Carl HetheringtonUpdate region peak amplitude when the region is trimmed...
2011-04-03 Carl HetheringtonFix center_edit_point action name.
2011-04-03 Carl HetheringtonFix Transport->Play->Play option name, and rename Play...
2011-04-03 Carl HetheringtonUse some helper functions to trim some lines. There...
2011-04-02 Paul Daviscopy pre-defined export presets & formats into the...
2011-04-02 Paul Daviscleanup repeated pattern for setting in-bundle search...
next