mingw: all code is position independent
[ardour.git] / libs / evoral / evoral /
2013-10-17 Paul Davisadd export control to libevoral
2013-10-17 Paul DavisMerge branch 'master' into windows
2013-10-16 John EmmasMerge remote-tracking branch 'remotes/origin/master...
2013-10-15 Paul DavisMerge branch 'master' into windows
2013-10-14 John EmmasMerge branch 'master' into windows+cc
2013-10-09 Paul DavisMerge ... master, fixing conflicts in 3 wscript files
2013-10-06 John EmmasMerge branch 'master' into windows+cc
2013-09-25 John EmmasMerge branch 'cairocanvas' into windows+cc
2013-09-21 John EmmasMerge remote-tracking branch 'remotes/origin/cairocanva...
2013-09-18 Paul DavisMerge branch 'master' into windows
2013-09-17 Paul Davisfix conflicts and merge with master
2013-09-14 Paul DavisMerge branch 'master' into windows
2013-09-14 Paul DavisMerge branch 'master' into windows
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-12 Paul Davismerge with master
2013-09-12 Paul Davisincomplete merge of master into windows (requires upcom...
2013-09-06 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-08-24 Paul Davisfix merge conflicts from master
2013-08-08 Michael R. FisherTypo fixed: call class method instead of trying to...
2013-08-02 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul Davisfix merge conflict from master
2013-07-31 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-07-23 John Emmas'libs/evoral' - For each of the NNNN_lower_bound()...
2013-07-23 John EmmasRemove an unnecessary #include that prevents 'libs...
2013-07-17 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-07-17 Paul DavisMerge branch 'master' into windows
2013-07-16 Robin GareusMerge branch 'clang' of https://github.com/axetota...
2013-07-16 Michael R. FisherTypo fixed: call class method instead of trying to...
2013-04-05 Paul Davismaster merge; new files not added after initial cairoca...
2013-04-05 Paul DavisMerge branch 'nsm' of https://github.com/royvegard...
2013-04-05 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-04-03 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-04-03 Paul Davisfix reversed semantics from 86f1b for LaterNoteEndCompa...
2013-04-03 Paul DavisMerge branch 'nsm' of https://github.com/royvegard...
2013-04-02 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-04-02 Paul Davisfix (?) behaviour when punching into automation write...
2013-03-29 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-03-29 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-03-29 Paul Davismajor fixes for MIDI patch change and note undo/redo...
2013-01-19 David RobillardReplace a bunch of potential crashes with graceful...
2012-12-17 Paul Davisremove use of a boost::fast_pool_allocator without...
2012-11-30 Robin Gareusadd reverse iterator to event list (prepare x-fade...
2012-10-11 Hans Baierimplement deleting of sysex events
2012-10-09 Hans Baierevoral/MIDIEvent: Whitespace cosmetics in header, make...
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-07-17 Paul Davislots more fidgety work on automation. sort of works...
2012-07-14 Paul Davisfix up part of the remaining details with automation...
2012-07-13 Paul Davisdramatic overhaul of automation. too long to explain...
2012-07-09 Paul Davisautomation fixes/changes: when add a new control point...
2012-06-16 Carl HetheringtonAdd new SharedStatefulProperty which manages a shared_p...
2012-05-31 Carl HetheringtonHopefully less bad version of Evoral::RangeList::subtract,
2012-05-25 Paul Davisadd ::length() method to Evoral::ControlList
2012-05-24 David RobillardCompile cleanly with clang.
2012-05-11 Paul Davisswitch to 5 new fade curves, taken from mixbus2 branch...
2012-04-30 Paul Davisfix up some const-ness issues starting from Evoral...
2012-04-22 Carl HetheringtonUse a list of ControlPoints to hold the automation...
2012-04-16 Carl HetheringtonFairly major change to the way in which crossfades...
2012-04-05 Paul Davismake automation thinning factor controllable at run...
2012-04-04 Carl HetheringtonRemove ControlList::_max_xval which is set up and stored in
2012-03-30 Carl HetheringtonSome fixes for GCC 4.7.0
2012-03-22 Carl HetheringtonDon't leave internal edit mode when clicking on an...
2012-01-20 Carl HetheringtonSimple approach to putting plugin controls into the
2012-01-18 Carl HetheringtonCatch exception thrown by SMF code when it cannot write
2011-12-26 Paul Davis(1) do not write sequential same-value automation data...
2011-12-22 Paul Davisfix a build issue in Evoral that was preventing Sequenc...
2011-12-02 Paul Davisrevert recent change to Evoral::Event, and use static_c...
2011-12-02 Paul Daviscorrect code for MIDIEvent::is_{spp,mtc_quarter}()
2011-12-02 Paul Davisadd 3 new is_foo() methods to MIDIEvent for testing...
2011-12-02 Paul Davismake Evoral::Event be polymorphic by adding virtual...
2011-11-23 David RobillardFix broken whitespace via merciless application of...
2011-10-19 David RobillardRemove dubious Evoral::Event methods that exposed non...
2011-09-30 Paul Davisfixes for 98% of all the warnings/errors reported by...
2011-09-27 Carl HetheringtonAdd missed parent class call to Sequence::control_list_...
2011-09-19 Carl HetheringtonEmit ContentsChanged on the model when one of its contr...
2011-08-12 Paul Davisprevent illegal data being used to set note values...
2011-07-20 Paul Davistry to fix data loss at end of a capture pass for MIDI...
2011-07-14 Paul Davisinitial pass at session-renaming functionality
2011-06-21 Paul Davischange default overlapping note strategy to "relax...
2011-06-17 Paul Davissome changes to try to make the monitor section gain...
2011-06-11 Paul Davismajor, substantive reworking of how we store GUI inform...
2011-05-29 Paul Davismore gcc 4.6/standards compliance
2011-05-28 Paul Davisattempt to be compliant with gcc 4.6 (assuming that...
2011-04-20 Carl HetheringtonRemove unused NascentInfo::is_touch member.
2011-04-06 David RobillardFix my name :)
2011-03-26 Paul Davismore customary include order
2011-03-26 Paul Davisremove Evoral::RingBuffer, which was (a) duplicating...
2011-03-01 Carl HetheringtonUpdate session range on trimming regions.
2011-02-01 Paul Davisavoid unused args warning
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
2010-12-28 Carl HetheringtonMissing files.
2010-12-28 Carl HetheringtonUnify program change and bank handling so that they...
2010-12-24 David RobillardFix broken whitespace.
2010-12-20 Carl HetheringtonAllow deletion of program changes in the same way as...
2010-12-09 Carl HetheringtonAllow trim of midi regions to before the start of the...
2010-12-07 Carl HetheringtonRevert previous ill-thought-out patch.
next