summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editing_syms.h
AgeCommit message (Expand)Author
2016-01-14NO-OP: enums implicitly start at zeroRobin Gareus
2014-12-18Remove internal edit mode and add "content" tool.David Robillard
2014-12-07Unify gain and draw tools.David Robillard
2014-12-07Fix and simplify step_mouse_mode.David Robillard
2014-10-21remove mouse zoom mode; bind z to zoom-to-rangePaul Davis
2014-07-07add basics of Cut mouse mode, no functionality yet. Icon images are still req...Paul Davis
2012-02-14support a grid of beats/64 and beats/128Paul Davis
2012-01-19new mouse mode (Draw (notes)); switch into internal mode when draw is selecte...Paul Davis
2010-08-15Add Beat/20 grid subdivision. Fixes #3126.Carl Hetherington
2010-05-25Clean up snap-to code in various places. Fix a couple of typos. Should fix ...Carl Hetherington
2010-05-13add 8 more beat subdivisions, as per #3126Paul Davis
2009-10-26change the use of "SMPTE" to "Timecode" to reflect the global economy and the...Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-28remove all MIDI-specific editing modes by making standard work either at obje...Paul Davis
2009-06-10Make waveform show / scale / shape a global option in the prefs dialog to cle...Carl Hetherington
2008-04-11merge 3.0 from 2.0-ongoing@3243Paul Davis
2008-03-26hans' patches for MIDI note resizing++Paul Davis
2008-03-17merge with 2.0-ongoing @ rev 3147Paul Davis
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-11-12merged with trunk revs 2605-2627Paul Davis
2007-11-08merged with 2.0-ongoing changes 2582-2605 (not thoroughly tested but it compi...Paul Davis
2007-10-14Fix displaying of notes in auto-created MIDI region when it's the first regio...David Robillard
2007-10-11merge from 2.0-ongoing by hand, minus key binding editorPaul Davis
2007-08-08First appearance of MIDI edit tool bar. Toggles when delete held, but otherw...David Robillard
2007-07-15Selection of visible note range (full range vs fit contents, selectable from ...David Robillard
2007-04-26Merged changes from trunk 1699:1751 into 2.1-stagingPaul Davis
2006-09-01Synced string array in sfdb_ui.cc with ImportMode enum.Taybin Rutkin
2006-07-27added RCU handling of Session route list, and major use of shared_ptr<T> ever...Paul Davis
2006-03-22significant changes in code to handle import/embedding - much cleaner and les...Paul Davis
2006-02-14new color management design starts to take shape (canvas color only for now)Paul Davis
2005-09-25Initial import of gtk2_ardour.Taybin Rutkin