summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)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 ↵Paul Davis
something with alpha=0
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
* remove top and bottom edges - rely on track edges for that. * move right edge of time axis view items 1 pixel right to get a much nicer effect when splitting regions. the end line and start line of two adjacent regions are now on the same pixel. * adjust audio region view components to be properly placed. still need to do ghost regions and MIDI regions
2014-02-12make measure line positioning use Editor::sample_to_pixel() and avoid extra ↵Paul Davis
0.5 pixel shift
2014-02-12convert canvas items that compose the playhead (EditorCursor, more ↵Paul Davis
generally) to pointers, since canvas items are owned by the group they belong to. This avoids a double-free during deletion
2014-02-11Merge branch 'master' into cairocanvasPaul Davis
2014-02-11delete canvas Flag object when deleting a PatchChange, and provide a canvas ↵Paul Davis
debug name for PatchChanges
2014-02-11passthrough unhandled motion events in MIDI region views because we may be ↵Paul Davis
dragging non-note objects like patch changes
2014-02-11make top_event_box of mixer strip show per-route color whether or not the ↵Paul Davis
route is a track or a bus (Valeriy)
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 ↵Paul Davis
./waf i18n
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
Fixes issue when adding splitting plugin
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 ↵John Emmas
gtk2_ardour/processor_box.cc
2014-01-30Enforce const correctness for a couple of iteratorsJohn Emmas
2014-01-30Add namespace qualifiers for some occurrences of 'Gtk::CheckMenuItem' ↵John Emmas
(Windows already has a function called 'CheckMenuItem')
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
changes
2014-01-27various work to make loop/punch display work better (including fixes for ↵Paul Davis
bugs present in master also)
2014-01-27prevent a strange crash while iterating over tracks (now, and maybe in the ↵Paul Davis
future)
2014-01-27comment unused function argumentPaul Davis
2014-01-27rationalize, consolidate and make work dbl-click editing for regions and ↵Paul Davis
markers, as part of the Drag model rather than discretely
2014-01-26correctly (?) indicate muted status of audio regionsPaul Davis
2014-01-26fix visibility of punch and loop rects.Paul Davis
They used to be in the time_line_group but this is regularly cleared of all its members (which were assumed to be time lines).
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
Resync some terminology with proposed changes in the translation of Mixbus (session, snapping, monitoring).
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
fixes issue with 'show import dialog' marking session as modified.
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