summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_streamview.cc
AgeCommit message (Expand)Author
2014-10-21remove "canvasvar_" from all functions related to obtaining values from ARDOU...Paul Davis
2014-09-08fix color of top-most MIDI note line on the canvasRobin Gareus
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-22more canvas refactoring.Paul Davis
2014-06-21use newly factored canvas in gtk2_ardourPaul Davis
2014-06-09substantial changes in color management, involving a reduction in the use of ...Paul Davis
2014-06-09use Canvas::LineSet for tempolines rather than N different Canvas::Line items...Paul Davis
2014-01-09a few coding style cleanupsPaul Davis
2013-10-24redraw entire MidiStreamView after scroomer drag so that everything is redrawnPaul Davis
2013-10-24fix placement of black/white note lines/bars in MIDI streamviewPaul Davis
2013-10-23fix up drawing of MIDI note "lines" on track canvas, which were in the wrong ...Paul 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
2013-01-19Replace a bunch of potential crashes with graceful handling of the situation.David Robillard
2013-01-15force use of a weak_ptr<> when binding in MidiStreamView, hopefully avoiding ...Paul Davis
2012-06-13Fit note range on adding regions to tracks during import (#4106).Carl Hetherington
2012-05-28Deselect MIDI notes when leaving internal edit modeCarl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2011-10-20remove unused static functionPaul Davis
2011-09-14Don't draw MIDI note horizontal grid lines if they would beCarl Hetherington
2011-08-14Save position of MIDI scroomers (#4140).Carl Hetherington
2011-05-30remove unused and useless "src" argument for a number of Region property modi...Paul Davis
2011-05-27Increase maximum note height to 20 (10 is far too small a target for individu...David Robillard
2011-04-16Remove some calls to process_updates() which I think prevent GTK coalescing r...Carl Hetherington
2011-03-08show internal edit mode status correctly on session loadPaul Davis
2011-03-07Clamp output of y_to_note so that it doesn't return out-of-range values. Sho...Carl Hetherington
2011-03-04Slight fix to comment.Carl Hetherington
2011-03-04Hack round a maybe delightful (for some values of delightful) and certainly e...Carl Hetherington
2011-03-03deframe audio regions as well as MIDI when entering internal edit modePaul Davis
2011-03-03experiment with making MIDI region boxes vanish when in note/internal edit mo...Paul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-12-02add configurable colors to stereo panner, plus keybindings for zero width (0)...Paul Davis
2010-11-14Create a new layer if required on record to a track in stacked mode. Fixes #...Carl Hetherington
2010-10-08Update recorded MIDI regions as notes arrive. Fixes one cause of infinite no...Carl Hetherington
2010-10-05Improve GUI display during MIDI record in various ways.Carl Hetherington
2010-09-21(1) remove almost-never used block/unlock_property_changes() methods from PBD...Paul Davis
2010-09-19Fix MIDI streamview grid. Fixes #3460.Carl Hetherington
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-08-20Allow drag when creating a MIDI region. Fixes #3363.Carl Hetherington
2010-07-06beat slicing patch #1 from lincoln spiteriPaul Davis
2010-06-28Fix crash due to uninitialised use of _note_lines.Carl Hetherington
2010-06-24change note colors on the fly, to permit user-definition of colors more easil...Paul Davis
2010-06-06Lincoln's patch from #3224 to colour midi stream view backgrounds properly.Carl Hetherington
2010-06-03patch from lincoln to make MIDI track height changes no longer just grow note...Paul Davis
2010-06-03move computation of TimeAxisViewItem fixed heights into a static member funct...Paul Davis
2010-05-29lincoln's patch to make MIDI note lines go away at smaller track heightsPaul Davis
2010-05-23Revert my rev. 7140 and fix it better.Carl Hetherington