summaryrefslogtreecommitdiff
path: root/gtk2_ardour/step_editor.cc
AgeCommit message (Expand)Author
2013-07-07window delete/hide is managed by WMProxy (amend to cb6f16ac)Robin Gareus
2013-05-21fix 5498 -- use note length from step-entry with midi keybd.Robin Gareus
2013-05-02remove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything deriving...Paul Davis
2013-01-16add copyright commentsPaul Davis
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2012-01-06partially revert some of the recent work on tempo to reflect new understandin...Paul Davis
2011-12-19rename Timecode::BBT_Time::ticks_per_beat to Timecode::BBT_Time::ticks_per_ba...Paul Davis
2011-08-16attempt to fix deep confusion in GUI code about converting between musical an...Paul Davis
2011-06-14Fix crash on moving back beyond the region start in the step editor (#4113).Carl Hetherington
2011-06-01Delete trailing whitespaceDavid Robillard
2010-12-14move ticks per beat from Meter to Timecode::BBT_Time, add new constructor for...Paul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-08-20Allow drag when creating a MIDI region. Fixes #3363.Carl Hetherington
2010-08-15some fuzzy logic to avoid note "overlaps" during step editingPaul Davis
2010-08-15split out the logic behind step editing from MidiTimeAxisView as much as poss...Paul Davis