summaryrefslogtreecommitdiff
path: root/gtk2_ardour/edit_note_dialog.cc
AgeCommit message (Expand)Author
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-22Fix both note length setting and display in EditNoteDialognick_m
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2016-11-23son't try to select non-existent notes after editing (and thus crash).nick_m
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-10Edit note dialog fixes.nick_m
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-01-07MusicalTime => Beats.David Robillard
2014-11-22Fix quantization and other time-related ops.David Robillard
2014-11-22Wrap MusicalTime in a class.David Robillard
2013-05-02merge resolution with masterPaul Davis
2013-05-02remove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything deriving...Paul Davis
2013-04-04commit immediately post linkingPaul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2012-06-09Somewhat primitive implementation of allowing the edit note dialog to handle ...Carl Hetherington
2012-06-05Marginal cleanup.Carl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2011-11-17all new implementation of audio clocks, with entirely new editing model. not ...Paul Davis
2011-10-19Trim include tree.David Robillard
2011-08-16attempt to fix deep confusion in GUI code about converting between musical an...Paul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-04-23Re-fix compile failure with --no-nls (#3111).Carl Hetherington
2010-12-11Notice edits made to spinbuttons via numbers on the keyboard. Fixes #3413.Carl Hetherington
2010-12-09Allow trim of midi regions to before the start of the source (better, this ti...Carl Hetherington
2010-11-25Fix some messed up code (spacey tabs).David Robillard
2010-09-06Cleanup of region drag code to be a bit more efficient and shorter. Fixes cr...Carl Hetherington
2010-08-14Add note edit dialog. Fixes #3346.Carl Hetherington