summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_streamview.cc
AgeCommit message (Expand)Author
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-10Exact beat - provide audio->music mapping for region split.nick_m
2016-05-31use new record safe control in GUIPaul Davis
2016-05-31universal change in the design of the way Route/Track controls are designed a...Paul Davis
2016-02-22remove all trace of SAE from source code.Paul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-06-21Automation selection fixes.nick_m
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2014-12-18Remove internal edit mode and add "content" tool.David Robillard
2014-12-17Fix display of MIDI notes/regions while recording.David Robillard
2014-12-15next modifierPaul Davis
2014-12-15next modifierPaul Davis
2014-12-14fix up requested color names everywhere.Paul Davis
2014-12-14initial pass to replace all UIConfiguration::get_XXXXXX() calls with UIConfig...Paul Davis
2014-11-25quick sanity checkRobin Gareus
2014-11-14add abort() to non-reached codeRobin Gareus
2014-11-03use ArdourCanvas::TimeRectangle for regions, notes, markersPaul Davis
2014-10-21remove "canvasvar_" from all functions related to obtaining values from ARDOU...Paul Davis
2014-10-14correct msg in fatal errorPaul Davis
2014-10-14remove code commented out in 0874426a (2009/06)Paul Davis
2014-09-07tweak vertical size/position and layering of recording rectPaul Davis
2014-09-07tweak initial x-axis location of a recording rect (from grygorii zharun @ waves)Paul Davis
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-09substantial changes in color management, involving a reduction in the use of ...Paul Davis
2014-03-11fix error in height computation of MIDI region views (FUDGE!) use Rectangle::...Paul Davis
2013-11-04try to fix various warnings from gcc when optimization flags are enabledPaul Davis
2013-04-16change UIConfig to use accessor/setter methods like RCConfig so that Paramete...Paul Davis
2013-04-12change frames_per_pixel to samples_per_pixelPaul Davis
2013-04-12change all frame_to_pixel and pixel_to_frame to sample_to_pixel and pixel_to_...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-07-04Don't show previously hidden xfades when finishing a regionCarl Hetherington
2012-06-17Simplify management of waveform visibility / shape / scale;Carl Hetherington
2012-06-15Re-show all xfades that we hide during drags (#4933).Carl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-10a number of tweaks to make xfade GUI stuff better in several different ways, ...Paul Davis
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2011-12-29Revert internals of the last layering-related commit, and go back a slightly-...Carl Hetherington
2011-12-27Re-work layering in possibly debatable ways. Sketchy docs in doc/layering.Carl Hetherington
2011-10-27no need for DropReferences usage in last commitPaul Davis
2011-10-27stop leakage of Crossfades caused by CrossfadeView's being left dangling when...Paul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-30remove unused and useless "src" argument for a number of Region property modi...Paul Davis
2011-03-08show internal edit mode status correctly on session loadPaul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-25Fix some messed up code (spacey tabs).David Robillard
2010-11-15Fix crash on coming out of record that I introduced a few commits ago.Carl Hetherington
2010-11-14Create a new layer if required on record to a track in stacked mode. Fixes #...Carl Hetherington