ardour.git
2009-01-21 Carl HetheringtonFix a couple of compiler warnings.
2009-01-21 Carl HetheringtonRework Port class hierarchy a bit. Hopefully now simpl...
2009-01-21 Carl HetheringtonMore logical arrangement of port matrix inputs and...
2009-01-20 Carl HetheringtonNew matrix-based editor for connections and bundles...
2009-01-18 Sampo SavolainenOofus's work on region lists: highlight selected canvas...
2009-01-15 Hans Baier* fixed bug: replaced underscores in patch/bank names...
2009-01-15 Paul Davisremove "Use OSC" from options menu; make OSC optional...
2009-01-15 Paul DavisOSC becomes a control protocol object; make ardev_commo...
2009-01-15 David RobillardAdd apparently missing include...
2009-01-15 Hans Baier* extend MIDNAM support (PatchBanks containing the...
2009-01-14 Carl HetheringtonMake Bundles work a bit better. A few include optimisa...
2009-01-14 David RobillardApply LV2 GUI parameter update patch from kfoltman.
2009-01-14 Hans Baier* comments
2009-01-14 Hans Baier* improve performance on CanvasProgramChange
2009-01-13 Carl HetheringtonFile missing from previous commit.
2009-01-13 Carl HetheringtonImprovements to the port matrix (I think). Sizing...
2009-01-11 Paul Davispending changes to port_matrix code
2009-01-11 Carl HetheringtonAdd some more bits to .gitignore.
2009-01-11 Carl HetheringtonRemove libs/gtkmm2 from .gitignore. Sorry if someone...
2009-01-10 David RobillardRevert magic mystery changed from r4396 (trailing white...
2009-01-10 Hans Baier* wrong calculation of frames_moved in Session::process...
2009-01-10 Hans Baier* Extracted method void AudioDiskstream::process_varisp...
2009-01-09 Hans Baier* add comments / improve readability of varispeed playb...
2009-01-09 Hans Baier* changed transport speed in session and slaves from...
2009-01-07 David RobillardFix audible note select:
2009-01-07 Carl HetheringtonFix startup with a command-line session when Ardour...
2009-01-07 Carl HetheringtonFix some bugs in my last commit, 4389.
2009-01-06 Carl HetheringtonComment and (hopefully) simplify Editor::region_drag_mo...
2009-01-05 Hans Baier* corrected copyright information
2009-01-05 Hans Baier*fixed typo
2009-01-05 Hans Baier* further reduce the spaghettiness of Session::follow_slave
2009-01-05 Hans Baier* MIDI clock slave implementation with delay locked...
2009-01-04 David RobillardFix midi note max colour typo (miri -> midi).
2009-01-03 Carl HetheringtonImprove GNOME HIG compliance a bit.
2009-01-03 Carl HetheringtonRemove some duplicated code. GNOME HIG compliance.
2009-01-03 Carl HetheringtonOffer more accurate Cancel button rather than Quit...
2009-01-02 Carl HetheringtonPorts say when they're going away.
2009-01-02 Sampo SavolainenFix missing namespace
2009-01-02 Sampo SavolainenGC from style utility function
2009-01-02 Paul Davisinstall/uninstall to ardour3 not ardour2
2009-01-02 Paul Davissave/restore meter point from carl for #1748
2009-01-02 Carl HetheringtonCleanups and a few comments.
2009-01-01 Hans Baier* removed field Session::_desired_transport_speed since...
2009-01-01 Hans Baier* cosmetic change
2009-01-01 Hans Baier*fixed bug in MidiClock_Slave: Use current framerate...
2009-01-01 Hans Baier* refactor Session::follow_slave to be easier to read...
2009-01-01 Carl HetheringtonComment out some debugging code.
2009-01-01 Carl HetheringtonUpdate stacked region colouring on zoom.
2009-01-01 Carl HetheringtonMake record region slightly better in stacked regions...
2009-01-01 Hans Baier* radically cleaned up / refactored midi_clock_slave.cc
2009-01-01 Hans Baier* made MidiClock_Slave conform more to to the Spec...
2009-01-01 Hans Baier* fix broken MidiClockTicker (introduced by revision...
2008-12-31 Carl HetheringtonFlip stacked regions order so that the highest layer...
2008-12-31 Carl HetheringtonBug fixes to find_next_region_boundary (), unless I...
2008-12-30 Sakari BergenWrap some Jack_MidiPort stuff in #ifdefs to solve dylib...
2008-12-30 Sakari BergenFix more compiling/linking errors on OS X
2008-12-30 Hans Baier* reintroducing separate themeable Meter Style note...
2008-12-29 Sakari BergenFix some compiling warnings and errors in OS X
2008-12-29 Hans Baier* fixed missing track color mode persistence
2008-12-29 Hans Baier* fixed bug introduced in revision 3335: Hibyte lost...
2008-12-29 Hans Baier* added a bit of documentation in an effort to understa...
2008-12-28 David RobillardFix editor mixer for MIDI tracks.
2008-12-27 David RobillardFix immediate event delivery (panic button, controller...
2008-12-27 David RobillardMove MidiRingBuffer::read into .cc file to avoid the...
2008-12-26 David RobillardMake MIDI selection actually show up.
2008-12-26 Hans Baier* fix the fix: note velocity editing works now without...
2008-12-26 Hans Baier* fix MIDI note event handling (resize works again...
2008-12-25 Hans Baier* first prototype implementation of playing back MIDI...
2008-12-25 Hans Baier* Made MIDI channel coloring work in the track channel...
2008-12-24 Hans Baier* removed debugging output, minor color fix
2008-12-24 Hans Baier* fixed velocity text event handling
2008-12-24 Hans Baier* implemented three coloring modes for MIDI tracks...
2008-12-23 David RobillardFix note velocity editing.
2008-12-23 Hans Baier* preparation for different color coding schemes
2008-12-23 Carl HetheringtonFix region positions when switching from stacked to...
2008-12-23 Carl HetheringtonBug fixes so that region split does not clobber region...
2008-12-23 Carl HetheringtonMake region gain envelope drawing work again.
2008-12-23 Hans Baier* added comments to midi_region_view.h
2008-12-23 Carl HetheringtonFix stacked regions display mode.
2008-12-22 Carl HetheringtonFix uninitialized value _self_managed spotted by valgrind.
2008-12-21 David RobillardSync with svn.drobilla.net/lad/trunk/evoral r1891.
2008-12-19 Carl HetheringtonFix visibility of automation tracks on reloading sessions.
2008-12-18 Sampo SavolainenProcessor menu
2008-12-18 Carl HetheringtonRemove unnecessary 0 checks before delete; see parashif...
2008-12-18 Carl HetheringtonCouple of bug fixes which show up when undoing solo...
2008-12-18 Carl HetheringtonOops. Missing files from previous commit.
2008-12-18 Carl HetheringtonImplement #826: edit-click on automation points allows...
2008-12-17 Carl HetheringtonFix #2478; deref of 0 pointer if jack_port_register...
2008-12-17 Carl HetheringtonFix for #2487. Now the keyboard mute/unmute command...
2008-12-16 Carl HetheringtonImplement #2425: option for automation to follow region...
2008-12-15 Sampo SavolainenFixed wrong path for startup script
2008-12-15 Hans Baier* first working prototype of changing program changes...
2008-12-14 Hans Baier* some refactoring of patch name stuff in preparation...
2008-12-14 Paul Davisbump required version of GTK, SLV2; basic fixups so...
2008-12-14 Paul Davismake all mixerstrip elements visible in the mixer windo...
2008-12-13 Sampo SavolainenAdded evoral dependency
2008-12-13 Paul Davisnew 2d panner GUI, implemented originally in a branch...
2008-12-13 Paul Davisfix up java-style expression to have correct C++ semantics
2008-12-13 Paul Davisfix use of deprecated gtk toolbar tooltips API when...
2008-12-12 Paul Davisfix up dark theme to work with older versions of clearlooks
next