summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2012-01-02new approach to tempo/meter: compute and store the entire map (every bar|beat...Paul Davis
2011-12-31Slightly improve proxying of events by crossfade views; doesn't really have a...Carl Hetherington
2011-12-31Restore update of coverage frames on playlist contents changed, which is need...Carl Hetherington
2011-12-30Anywhere that deletes regions needs to use a rdiff() on the playlistCarl Hetherington
2011-12-30Make coverage frames work slightly better; jury is still out on whether they ...Carl Hetherington
2011-12-30Set up layering_index immediately on an explicit layer, so that undoCarl Hetherington
2011-12-30centralize use of "from-context-menu" in Editor::get_preferred_edit_position(...Paul Davis
2011-12-30fix logic for context-menu-mouse-dependent actions so that if the edit point ...Paul Davis
2011-12-30Clean up comments to create_note_at, since it no longers snaps its length par...Carl Hetherington
2011-12-30make insert-patch-change from context menu use context click event for positi...Paul Davis
2011-12-29Revert internals of the last layering-related commit, and go back a slightly-...Carl Hetherington
2011-12-29stupid hack to fix issues with OS X Carbon headersPaul Davis
2011-12-29avoid crash on region drag end trying to access TimeAxisView::view() for TAV'...Paul Davis
2011-12-29tweak up size+spacing of main menu bar info boxPaul Davis
2011-12-28a huge set of changes to tempo+meter handling. testing feedback requested. th...Paul Davis
2011-12-28Remove some unused stuff.Carl Hetherington
2011-12-27Fix another bug wrt visual appearance of layered regions inCarl Hetherington
2011-12-27Try to make new layering stuff play nicely with undo.Carl Hetherington
2011-12-27Update layer order when switching back to overlaid mode.Carl Hetherington
2011-12-27Fix up confusion with relayering after movement drags inCarl Hetherington
2011-12-27Create Freesound working directory a little more lazily soCarl Hetherington
2011-12-27Fix mistake in error checking of audio clock BBT times (#4589)Carl Hetherington
2011-12-27Re-work layering in possibly debatable ways. Sketchy docs in doc/layering.Carl Hetherington
2011-12-27Fix comparison of beats to frames when deciding whether to show a patch chang...Carl Hetherington
2011-12-26add a new name for the region-layering-editor-action that tells us we were st...Paul Davis
2011-12-26fix coloring of region layer order editor clockPaul Davis
2011-12-26when a context click event occurs in the editor, store the event so we can us...Paul Davis
2011-12-26make the "with-parent" constructor for ArdourWindow actually work by calling ...Paul Davis
2011-12-26Show panner drag information tool-tip style, and also showCarl Hetherington
2011-12-26Move some bits from MonoPanner and StereoPanner into aCarl Hetherington
2011-12-21followup to the previous tempo-dragging commit: use argument to Drag::aborted...Paul Davis
2011-12-21Patch from Prokoudine to fix translators list (#4580).Carl Hetherington
2011-12-21similar to treatment of meter markers, remove tempo marks from the tempo map ...Paul Davis
2011-12-21provide config parameter to allow non-quarter note pulses; off by default; no...Paul Davis
2011-12-21remove commentPaul Davis
2011-12-20use the same kludge-removal approach in the prior commit for the meter dialog...Paul Davis
2011-12-20rework tempo dialog to (a) allow selection of pulse note type (b) avoid awful...Paul Davis
2011-12-19rename Timecode::BBT_Time::ticks_per_beat to Timecode::BBT_Time::ticks_per_ba...Paul Davis
2011-12-19do not convert from grid-type-beats to frames and back to beats when determin...Paul Davis
2011-12-18Show generic plugin UI toolbar (for presets etc.) on LV2 UIs (except external).David Robillard
2011-12-17updated czech translation from pavel fricPaul Davis
2011-12-15Patch from GMaq to add Freedesktop categoryCarl Hetherington
2011-12-15Patch from colinf to fix name in French translation (#4565).Carl Hetherington
2011-12-15do not delete GtkUIManager-generated menu from ProcessorBox when the PB is de...Paul Davis
2011-12-14new renderings (at 21x21) of zoom icons, from roy vegardPaul Davis
2011-12-13fix meter marker drags by not using a fake marker till first move, and swappi...Paul Davis
2011-12-13more fun and games with meter and the tempo map: rename Meter::beats_per_bar(...Paul Davis
2011-12-13Add select all / deselect all to timespan section of export dialogue (#4273).Carl Hetherington
2011-12-13Make the export ranges view expand with the export dialogue.Carl Hetherington
2011-12-12Make the MidiRegionSelection notice when its MidiRegionViews go away; fixes o...Carl Hetherington