summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-05Re-use locations when setting location list state, so that selected locations...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 restoration of connections to control surface ports.Carl Hetherington
2011-05-04No-op; coding style.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-04Do log/lin mapping for Mackie faders so that they behave like the on-screen o...Carl Hetherington
2011-05-04Use a timeout to reset faders' in_use flags when in BCF mode (ie with faders ...Carl Hetherington
2011-05-04Fix crash on startup when using BCF mode for the mackie surface.Carl Hetherington
2011-05-04Add small GUI to select Mackie / BCF2000 emulation for the mackie surface.Carl Hetherington
2011-05-04Comment typo.Carl Hetherington
2011-05-03Fix non-appearing track names when opening sessions with minimum track height...Carl Hetherington
2011-05-03without drobilla's new stuff, LV2Plugin::_ui_type points to global data so do...Paul Davis
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-02Remove playlists from the session lists when they DropReferences. Should fix...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-02Factor out stop limit computation into its own method. Ignore stop-at-sessio...Carl Hetherington
2011-05-02Separate verbose cursor out into its own class and clean up the API. Fixes #...Carl Hetherington
2011-04-28Fix debug build detectionTodd Naugle
2011-04-28new file for translator informationPaul Davis
2011-04-28Remove unused strip option from package script. Fixed build script to properl...Todd Naugle
2011-04-28Fix external UIs (e.g. Calf git).David Robillard
2011-04-28Update for new SLV2 API.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-25remove some left over debuggingPaul Davis
2011-04-24reverse debugging stuffPaul Davis
2011-04-24reverse debugging stuffPaul Davis
2011-04-24yet more temporary debugging for slv2/calf issuePaul Davis
2011-04-24further temporary debugging for slv2/calf issuePaul Davis
2011-04-24additional temporary debugging for slv2/calf issuePaul 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-23Missing file.Carl Hetherington
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-23Patch from pablomme to fix GCC version check to use the same gcc as will be u...Carl Hetherington
2011-04-23Prevent the point selection straying -ve when control points are positioned c...Carl Hetherington
2011-04-23Add some assertions.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