summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2014-02-14fix up double definition of waveform fill in default canvas conf filePaul Davis
2014-02-14reinstate zero line in waveforms (can be hidden by changing the color to some...Paul Davis
2014-02-14fix vertical placement of ghostregionsPaul Davis
2014-02-14fix up placement of fade out handlePaul Davis
2014-02-13fix up details of time axis view item drawing.Paul Davis
2014-02-12make measure line positioning use Editor::sample_to_pixel() and avoid extra 0...Paul Davis
2014-02-12convert canvas items that compose the playhead (EditorCursor, more generally)...Paul Davis
2014-02-11Merge branch 'master' into cairocanvasPaul Davis
2014-02-11delete canvas Flag object when deleting a PatchChange, and provide a canvas d...Paul Davis
2014-02-11passthrough unhandled motion events in MIDI region views because we may be dr...Paul Davis
2014-02-11make top_event_box of mixer strip show per-route color whether or not the rou...Paul Davis
2014-02-11list action-names as part of --bindingsRobin Gareus
2014-02-11fix crash at exit with '-b', '--bindings' optionRobin Gareus
2014-02-10i18n updates (specifically .de from edgar a, but also contains results of ./w...Paul Davis
2014-02-10replace a few creeping instances of the string "Ardour" with PROGRAM_NAMEPaul Davis
2014-02-07merge with master, with minor conflict fixesPaul Davis
2014-02-07fix stereo-panner GUI edge case (panshel changes, send|listen)Robin Gareus
2014-02-07panner UI: check URI and #of channels on re-configurationRobin Gareus
2014-02-07update available panners when panshell changesRobin Gareus
2014-02-04merge (w/fix) with masterPaul Davis
2014-02-03fix typo ndef, NDEBUGRobin Gareus
2014-02-03don't display debug message in no-debug buildsRobin Gareus
2014-01-30Use round() instead of rintf() when building with MSVCJohn Emmas
2014-01-30Oops - the previous namespace qualifier was also needed in gtk2_ardour/proces...John Emmas
2014-01-30Enforce const correctness for a couple of iteratorsJohn Emmas
2014-01-30Add namespace qualifiers for some occurrences of 'Gtk::CheckMenuItem' (Window...John Emmas
2014-01-29Merge branch 'master' into cairocanvasPaul Davis
2014-01-28fix thinko. custom panner URL is remembered for later when port-count/panner ...Robin Gareus
2014-01-27various work to make loop/punch display work better (including fixes for bugs...Paul Davis
2014-01-27prevent a strange crash while iterating over tracks (now, and maybe in the fu...Paul Davis
2014-01-27comment unused function argumentPaul Davis
2014-01-27rationalize, consolidate and make work dbl-click editing for regions and mark...Paul Davis
2014-01-26correctly (?) indicate muted status of audio regionsPaul Davis
2014-01-26fix visibility of punch and loop rects.Paul Davis
2014-01-26fix routing display for mono synths and midi-tracks w/o synthRobin Gareus
2014-01-23fix merge conflict with masterPaul Davis
2014-01-22configurable midi audition synthRobin Gareus
2014-01-22Update Russian translationAlexandre Prokoudine
2014-01-22prepare GUI for auditioning midi filesRobin Gareus
2014-01-21ditto for clock in session properties dialogRobin Gareus
2014-01-21sfdb's clock-states are not part of the session-state, use transient clockRobin Gareus
2014-01-20prevent a compiler warningPaul Davis
2014-01-20move construction pointPaul Davis
2014-01-20slight code replacementPaul Davis
2014-01-20one less Conditional jump or move depends on uninitialised value(s)Robin Gareus
2014-01-19visibility macros and flush() added to SrcFileSource; merge with masterPaul Davis
2014-01-19remove cruftRobin Gareus
2014-01-19audition: resampler use same quality as importRobin Gareus
2014-01-18add meter-peak (display&reset) button to gain-meters by defaultRobin Gareus
2014-01-18towards a SRC source + resampling during auditionRobin Gareus