summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2013-12-09switch fade in/out lines to ArdourCanvas::Curve rather than ArdourCanvas::Pol...Paul Davis
2013-12-05Merge branch 'master' into cairocanvasPaul Davis
2013-12-04change "cpu" in cpu load backend functionsPaul Davis
2013-11-30fix buildPaul Davis
2013-11-29fix merge with masterPaul Davis
2013-11-29add explicit linkage to libtimecodePaul Davis
2013-11-27do not push new state to backend from audio/MIDI setup until OK or Apply are ...Paul Davis
2013-11-25Merge branch 'master' into cairocanvasPaul Davis
2013-11-23Hande export initialization exceptions gracefullySakari Bergen
2013-11-23fix for toolbar master-meter w/o master bus and/or detached toolbarRobin Gareus
2013-11-22fix crash @ session-restore of plugins windowsRobin Gareus
2013-11-20reset time-axis peak when meter-point changes - fixes #5771Robin Gareus
2013-11-19Distinguish Save-as and Snapshot dialog windowRobin Gareus
2013-11-11fix audio-clock sample entry, handle empty entry as NOOPRobin Gareus
2013-11-09allow to include In/Disk button on MeterbridgeRobin Gareus
2013-11-05really no reason to support ARDOUR_EN anymore ... we have a preference dialog...3.5.74Paul Davis
2013-11-05on OS X 10.7 at least, LANG is set by the system, so do not bail out of langu...Paul Davis
2013-11-05update .po files with --no-fuzzy-matching in usePaul Davis
2013-11-04try to fix various warnings from gcc when optimization flags are enabledPaul Davis
2013-11-05keep processing LV2 Ringbuffer once it is allocatedRobin Gareus
2013-11-03send enter events to EVERY newly entered item (ignore the bool return from th...Paul Davis
2013-10-31all events propagate out of the canvas in canvas coordinates now, so revert c...Paul Davis
2013-10-31make region fade in/out curve shapes into PolyLines not Polygons so that they...Paul Davis
2013-10-31fix merge with masterPaul Davis
2013-10-31fix window/canvas coordinate confusion in drag code, apparently fixing up lot...Paul Davis
2013-10-31remove debug outputPaul Davis
2013-10-31handle enter/leave items when zooming and scrolling occurPaul Davis
2013-10-30notable changes to try to improve most of enter/leave handling for canvas itemsPaul Davis
2013-10-29Fix thinko in setting order hint.nick_m
2013-10-28allow linking unbundled versions of some librariesNils Philippsen
2013-10-28gtk2_ardour: link fftw3f directlyNils Philippsen
2013-10-27give those who insist on seeing the mixer window and/or editor mixer on stupi...Paul Davis
2013-10-27further fixes for NSM-based startupPaul Davis
2013-10-27add error checking and return from attempted NSM-based initializationPaul Davis
2013-10-26Fix french translation of "meterbridge" -- closes #5744Robin Gareus
2013-10-25fix up ordering/timing of naming for TimeAxisViewItem (so that canvas debugg...Paul Davis
2013-10-25Don't allow loop, punch, or session range markers to be renamed.Colin Fletcher
2013-10-25Edit tempo & meter markers on double-click.Colin Fletcher
2013-10-25Double-click on region pops up region properties.Colin Fletcher
2013-10-25Mark session dirty when a marker is renamed.Colin Fletcher
2013-10-25Make double-click on marker pop up rename dialogue.Colin Fletcher
2013-10-25Add a double-click handler for items in the editor window.Colin Fletcher
2013-10-26Use add_route_dialog's transient_for() window to determine track selection fo...nick_m
2013-10-24redraw entire MidiStreamView after scroomer drag so that everything is redrawnPaul Davis
2013-10-24remove unnecessary initialization of fill color for streamview rectPaul Davis
2013-10-24fix placement of black/white note lines/bars in MIDI streamviewPaul Davis
2013-10-23remove fuzzy and obsolete translationsRobin Gareus
2013-10-23make middle-click on piano roll track header more usefully select/unselect notesPaul Davis
2013-10-23fix up drawing of MIDI note "lines" on track canvas, which were in the wrong ...Paul Davis
2013-10-24New routes are placed after highest selected route.nick_m