summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2011-05-16very basic Join (regions) editing operation. not finished yet, no undoable, n...Paul Davis
2011-05-16use emacs to indent ardour.menus; add Join (regions) itemPaul Davis
2011-05-15Support compilation with (old) SLV2, or (new) Lilv and (optionally) Suil.David Robillard
2011-05-14Completely localist use of SLV2 to lv2_plugin.cc and lv2_plugin_ui.cc.David Robillard
2011-05-14Make LV2World local to lv2_plugin.ccDavid Robillard
2011-05-14Generic scale points API.David Robillard
2011-05-14Use LV2_SUPPORT define instead of HAVE_SLV2.David Robillard
2011-05-13make sure Edit property of RouteGroup is enabled when doing a few different p...Paul Davis
2011-05-13initial volley of work for AudioPlaylistSource, the basic prototype for sourc...Paul Davis
2011-05-13Return shuttle speed to previous value on release after sprung grab (#4039).Carl Hetherington
2011-05-12Fix update of session range location on copy-dragging regions (#4038).Carl Hetherington
2011-05-11Cope with tracks having order keys higher than the number of tracks; although...Carl Hetherington
2011-05-11Fix crash when clicking on a hit (may be #4036).Carl Hetherington
2011-05-05Fix non-appearance of MIDI region names (#3891).Carl Hetherington
2011-05-05Make GhostRegion a sigc::trackable as MidiGhostRegion connects to signals. F...Carl Hetherington
2011-05-05Fix marker deletion from 9479 properly.Carl Hetherington
2011-05-05Remove LocationMarker from the editor's lists before deleting it, as the dele...Carl Hetherington
2011-05-04Fix display of new tracks.Carl Hetherington
2011-05-04Disallow Marker copy construction.Carl Hetherington
2011-05-04Remove some unused code.Carl Hetherington
2011-05-04Fix offset of verbose cursor when dragging fade-ins (#4010).Carl Hetherington
2011-05-04Don't alter horizontal padding when shrinking tracks to their minimum height ...Carl Hetherington
2011-05-04Fix problems with sessions being saved as foo.ardour.ardour when loaded using...Carl Hetherington
2011-05-03Fix non-appearing track names when opening sessions with minimum track height...Carl Hetherington
2011-05-03Prevent note drags from moving a note before the start of its region.Carl Hetherington
2011-05-03Don't hide solo/mute/rec enable for the smallest track height, as there appea...Carl Hetherington
2011-05-02Sort bundle names in mixer strip menus alphabetically to prevent them being r...Carl Hetherington
2011-05-02Tinker with text related to clean-up.Carl Hetherington
2011-05-02Fix piano roll to use the same octave numbering as the verbose canvas cursor ...Carl Hetherington
2011-05-02Separate verbose cursor out into its own class and clean up the API. Fixes #...Carl Hetherington
2011-04-28Fix external UIs (e.g. Calf git).David Robillard
2011-04-28Update for new Suil API.David Robillard
2011-04-26forward port a disgusting hack from 2.X that stops the timefx thread's exitin...Paul Davis
2011-04-25Fix subtraction of bar/beat/tick for verbose canvas cursor (#4011).Carl Hetherington
2011-04-24reverse debugging stuffPaul Davis
2011-04-24better temporary debugging for slv2/calf issuePaul Davis
2011-04-24more temporary debugging for slv2/calf issuePaul Davis
2011-04-24temporary debugging for slv2/calf issuePaul Davis
2011-04-23Re-fix compile failure with --no-nls (#3111).Carl Hetherington
2011-04-23Remove unnecessary refresh_location_display_s method. Speed up marker loadin...Carl Hetherington
2011-04-23Prevent the point selection straying -ve when control points are positioned c...Carl Hetherington
2011-04-23Remove duplicate connect_to_list() call.Carl Hetherington
2011-04-22Fix Python whitespace (follow PEP8 guidelines, reformatted by Python Reindent)David Robillard
2011-04-22fix default size and title of comment windowPaul Davis
2011-04-22fix up fwd/reverse stuff in semitone modePaul Davis
2011-04-22Use new Suil and SLV2 APIs for LV2 plugin UIs.David Robillard
2011-04-21fix height of shuttle control marker linePaul Davis
2011-04-21hopefully fix up shuttle operation in semitones modePaul Davis
2011-04-21Stop MIDI import generating zero-length regions. May fix #4000.Carl Hetherington
2011-04-20When drawing MIDI regions with grid snap enabled, make the region extent 1 fr...Carl Hetherington