the endless quest to plug memory leaks -- episode 378
[ardour.git] / libs / evoral / src /
2016-07-25 Robin Gareusthe endless quest to plug memory leaks -- episode 378
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-12 Robin Gareusremove old midi-note name API
2016-05-10 Paul Davisuse g_fopen() to avoid i18n errors with file paths...
2016-03-28 Robin Gareusleave a ToDo note
2016-03-21 David RobillardTrim dependence on evoral types.hpp and Beats.hpp
2015-12-27 Robin Gareussomewhat better solution to prev commit.
2015-12-27 Robin Gareuswork around midi-event counter 4 byte overflow.
2015-10-30 nick_mHandle paste from non-toggled to boolean automation...
2015-10-19 nick_mUpdate ContrilList debug output.
2015-10-19 nick_mAmend last connit - don't use a bool to represent a...
2015-10-19 nick_mFix incorrect initial point when recording toggled...
2015-10-19 nick_mMake control point selection more consistent.
2015-10-07 Robin Gareusonly subdivide plugin-cycle when automation is playing
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from .cpp and...
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-09-24 John EmmasAdd some casting to keep MSVC happy
2015-09-18 Robin Gareusno c99
2015-09-18 Robin Gareusspeed-up smf_track_delete() from O(N^2) to O(n)
2015-09-18 Robin GareusMidi CC events have no event-ID
2015-09-18 Robin Gareusfix ever increasing MIDI event IDs
2015-09-15 Robin Gareusanother note-off fix.
2015-07-30 Robin GareusReplace "%z" modifier with glib macro for portability.
2015-07-16 Ben Loftismerge fix
2015-06-29 Paul Davisremove const warning in SMF C code by changing function...
2015-06-18 nick_mFix ControlList::editor_add () wrt guard points.
2015-06-16 nick_mAutomation -use editor_add in gui, record straight...
2015-06-16 nick_mFix some workflow problems wrt automation.
2015-06-12 Paul DavisWe were 2 more debug "bits" away from overflow, so...
2015-05-23 nick_mMerge branch 'relative_snap'
2015-05-23 nick_mMake Evoral::Event ids unique always.
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-21 Paul DavisMerge branch 'master' into saveas
2015-04-21 Paul DavisSMF::end_write() is a no-op if there is no _smf structure
2015-04-20 Paul Davisremove _file_path member from Evoral::SMF
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-04-15 Robin GareusReplace control list locks with RWLocks 4.0-rc4
2015-03-05 David RobillardHandle edits while playing precisely.
2015-02-20 David RobillardNormalize notes on all channels.
2015-02-19 David RobillardFix record/import of note ons with velocity 0.
2015-02-19 David RobillardDon't allocate then discard notes on note off.
2015-02-19 David RobillardRemove unused ifdef gunk.
2015-01-19 Guido AulisiCurve::_get_vector: fix return value when veclen == 1
2015-01-07 David RobillardMusicalTime => Beats.
2015-01-05 David RobillardFix MIDI file descriptor leaks.
2014-12-31 David RobillardLoad what we can from broken/truncated MIDI files.
2014-12-30 David RobillardFix MIDI CC record/playback crash.
2014-12-29 David RobillardBlind fix for MIDI iteration bug.
2014-12-18 David RobillardRemove some aborts that don't really need to be.
2014-12-17 David RobillardFix oops in previous commit.
2014-12-17 David RobillardFix occasional crash when recording MIDI.
2014-12-10 Paul DavisMerge branch 'nofilemanager'
2014-12-10 Paul Davisremove file manager LRU cache from code.
2014-12-06 David RobillardFix seek in linearly interpolated control lists.
2014-12-06 David RobillardAdapt range when copying between automation types.
2014-12-06 David RobillardMore potential SMF crash fixes.
2014-12-06 David RobillardPossible half-fix for SMF crash.
2014-12-05 David RobillardRevert "Create discrete lists for recorded MIDI controls."
2014-12-02 David RobillardRemove accidentally committed file.
2014-12-02 David RobillardCreate discrete lists for recorded MIDI controls.
2014-12-02 David RobillardFix automation write/touch.
2014-12-02 David RobillardFactor out copy-paste code.
2014-12-02 David RobillardReplace half-baked param metadata with descriptor.
2014-12-01 Julien de KozakMake it compile with C++11 support.
2014-12-01 David RobillardRemove braindead Parameter inheritance abuse.
2014-12-01 David RobillardReplace thinning static state with parameter.
2014-12-01 David RobillardRemove dead code.
2014-11-29 David RobillardSet discrete by default for boolean parameters.
2014-11-29 David RobillardFix crash when deleting all points from a line.
2014-11-24 John EmmasChanges needed to accommodate building libevoral with...
2014-11-23 David RobillardFix build with a certain awful broken compiler.
2014-11-22 David RobillardMax is max and min is min and I am dumb.
2014-11-22 David RobillardFix clang and MSVC build.
2014-11-22 David RobillardWrap MusicalTime in a class.
2014-11-22 David RobillardFix assert failure in control list interpolation.
2014-11-20 David RobillardFix lost MIDI note offs and controllers.
2014-11-18 Robin Gareusamend 484e38053
2014-11-18 Robin Gareussilence clang "dead assignment" warnings
2014-11-17 David RobillardDon't add origin value to MIDI controller regions on...
2014-11-17 David RobillardMake ControlList::paste const-correct.
2014-11-14 Jeremy CarterMerge remote-tracking branch 'upstream/master'
2014-11-14 Robin Gareusadd abort() to non-reached code
2014-11-14 David RobillardFix crashes on various MIDI editing operations.
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-10-15 Paul Davisremove debug output
2014-10-15 Paul Davisadd mutex/lock to all Evoral::SMF methods that use...
2014-08-31 David RobillardFix crash when changing automation mode for MIDI track...
2014-08-06 Ben LoftisMore fixes for range-based automation editing.
2014-08-05 Ben LoftisInitial steps towards usable range-based automation...
2014-07-09 Paul Davismake sure that copy constructors and operator= for...
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-08 Paul DavisMerge branch 'waveview_caching_for_upstream' of https...
2014-06-07 Robin Gareuslimit automation event density - fixes #5928
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-30 Robin Gareusupdate Evoral::Curve to honor ControlList::Interpolatio...
2014-05-30 Robin GareusFix code to prepare re-enable cubic spline interpolatio...
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-04-28 Damien ZammitFixed problem where importing invalid midi files caused... 3.5.380
next