summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2014-03-23fix some memory leaksRobin Gareus
2014-03-22merge with master, primarily for adrian's maximise-mixer changePaul Davis
2014-03-21String object for Greek locale testing should have been Glib::ustring, rather...John Emmas
2014-03-21Keybindings for maximising the mixer windowAdrian Knoth
2014-03-21Add option to display the mixer in fullscreenAdrian Knoth
2014-03-21Implement 'fixup_bundle_environment()' for the MSVC buildJohn Emmas
2014-03-21fix editor full-screen state when re-loading sessionRobin Gareus
2014-03-21latest tweaks to autoscroll: symmetrical boundary on both sides, stop runaway...Paul Davis
2014-03-21first pass at quantizing vertical scroll to whole tracks.Paul Davis
2014-03-20change the meters into CairoWidget, add expose_area to CairoWidget::render()Robin Gareus
2014-03-20big rework of scrolling, horizontal part considered almost 100% done.Paul Davis
2014-03-20videotimeline: fix black-frame generation (sample aspect ratio) on exportRobin Gareus
2014-03-20tweak A/V import logicRobin Gareus
2014-03-20clarify A/V import optionsRobin Gareus
2014-03-19videotimeline: fix black-frame generation (sample aspect ratio) on exportRobin Gareus
2014-03-19tweak A/V import logicRobin Gareus
2014-03-19clarify A/V import optionsRobin Gareus
2014-03-18fixed a few warnings from clang static analysisRobin Gareus
2014-03-15Move '++next' (when sorting marker labels) so there's absolutely no chance of...John Emmas
2014-03-14fix thinko when relabelling markersPaul Davis
2014-03-13rework SystemExec - use vfork wrapper (and lots of related stuff)Robin Gareus
2014-03-13do not use Item::move() when dragging notes since this resets the Item's posi...Paul Davis
2014-03-13remove debug outputPaul Davis
2014-03-13fix up button selection operation so that fade drags work againPaul Davis
2014-03-11fixes, hopefully, for canvas cursor misbehaviour near/in regionviewsPaul Davis
2014-03-11fix error in height computation of MIDI region views (FUDGE!) use Rectangle::...Paul Davis
2014-03-11use and wrap Rectangle::set_outline_all() methodPaul Davis
2014-03-11avoid multiple requests for redraws when resetting a TimeAxisViewItem name hi...Paul Davis
2014-03-10fix up waf build in wake of search path changes earlier todayPaul Davis
2014-03-10improve (though not 100% perfect) handling of region trim handles and mouse m...Paul Davis
2014-03-10tempo match midi auditioning - #5881Robin Gareus
2014-03-09default plugin scan timeout preferenceRobin Gareus
2014-03-09[VST] scan timeout display and per plugin timeout override.Robin Gareus
2014-03-09prepare configurable VST scan timeoutRobin Gareus
2014-03-07don't show frame trim handles when in internal editing modePaul Davis
2014-03-07third part of the logic fix for percussive note trimmingPaul Davis
2014-03-07second part of the logic fix for percussive note trimmingPaul Davis
2014-03-07fix up some logic that allowed hits (percussive note display) to be trimmed w...Paul Davis
2014-03-07remove irrelevant commentPaul Davis
2014-03-06fix missing Hit destructor, which left polygons all over the canvas after del...Paul Davis
2014-03-06fix apparent logic error for MidiRegionView when redisplaying note modelPaul Davis
2014-03-06trivial API change for MidiRegionView::update_hit()Paul Davis
2014-03-06comment editPaul Davis
2014-03-06use CANVAS_DEBUG_NAME instead of explicit #ifdef to set canvas item namePaul Davis
2014-03-06make Hit (percussive note display item) actually draw something and fix up it...Paul Davis
2014-03-06when in smart mode, context-click on a region item should behave as if in obj...Paul Davis
2014-03-06separate ArdourButton::set_colors() and ArdourButton::build_patterns()Paul Davis
2014-03-06add ::on_name_changed() to ArdourButton, to use recently added ::on_name_chan...Paul Davis
2014-03-06Add ArdourButton::set_fixed_colors() (equivalent to ::set_bg_colors() in Vale...Paul Davis
2014-03-05revert 29b1e706ddaeaec5a330cf6643816ec43024b545 and then redo separation of A...Paul Davis