Split butler into separate object (partially, just data so far...)
[ardour.git] / gtk2_ardour /
2009-10-23 Carl HetheringtonPatch from colinf to show region gain in the region...
2009-10-23 Carl HetheringtonClean up and simplify code to find marks before and...
2009-10-23 David RobillardFix stacking of automation region views.
2009-10-23 David Robillard"Fix" what seems to be an inevitable assertion failure...
2009-10-23 David RobillardTurn off error limit for valgrind which we inevitably...
2009-10-23 David RobillardFix whitespace.
2009-10-23 David RobillardFix crash changing automation state of MIDI 'automation...
2009-10-23 David RobillardMake deferred plugin stuff work with old compiler or...
2009-10-23 David RobillardFix crash when adding automation tracks caused by route...
2009-10-22 David RobillardWhitespace.
2009-10-22 David RobillardDisable canvas verbose cursor for notes, which locks...
2009-10-22 David RobillardUse info stream for infoey things.
2009-10-22 David RobillardFix colours of log window messages.
2009-10-22 David RobillardFix whitespace.
2009-10-22 David RobillardAdd log window to windows menu.
2009-10-22 David RobillardFix whitespace.
2009-10-22 David RobillardDefer plugin discovery until actually needed (significa...
2009-10-22 David RobillardUse line comments.
2009-10-22 David RobillardReplace horribly error-prone Sequence/MidiModel/MidiSou...
2009-10-22 David RobillardFix occasional crash on startup with MIDI tracks (race?).
2009-10-21 David RobillardFix unnecessarily type specific code, tidy, fix whitespace.
2009-10-21 David RobillardFix O(n) search on MIDI rec region update (now O(log...
2009-10-21 David RobillardFix MIDI rec regions.
2009-10-21 Carl HetheringtonTidy up region gain line drawing slightly so that it...
2009-10-21 David RobillardFix unused parameter warnings since GCC apparently...
2009-10-20 David RobillardFix various MIDI control and installation issues:
2009-10-20 Carl HetheringtonDelete comment window in destructor to close mantis...
2009-10-20 Carl HetheringtonEnsure that the loop/punch ruler is always visible...
2009-10-20 Carl HetheringtonFixes to pointer constraints when copying in lock edit...
2009-10-20 Carl HetheringtonMake the behaviour zoom to region more intuitive (IMHO...
2009-10-20 Carl HetheringtonTidy up the popup region editor and fix a few bugs...
2009-10-19 Carl HetheringtonFix 2074: setting the NSD to not connect outputs to...
2009-10-19 Carl HetheringtonAlways call set_width_enum after set_route on mixer...
2009-10-19 Carl HetheringtonRemove debug code from last commit.
2009-10-19 Carl HetheringtonStop ardour exiting in the case where you have a loaded...
2009-10-19 Carl HetheringtonFix button labelling for >1 input / output routes.
2009-10-19 Carl HetheringtonTidy up window titles, according to GNOME HIG and as...
2009-10-19 David RobillardUse set over vector for Sequence::Notes, for logarithmi...
2009-10-19 Carl HetheringtonAdd mono switch to mixer strips (mantis 1068)
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-14 Carl HetheringtonFix assertion failure when switching from a 2-channel...
2009-10-14 David RobillardRemove deprecated clearlooks options from ardour3_ui_da...
2009-10-14 David RobillardFix syntax error in ardour3_ui_dark.rc
2009-10-14 David RobillardFix WackyTabs(TM).
2009-10-14 David RobillardFix display of tool button icons.
2009-10-14 Paul Davis(1) silence non-process FIFO message (2) move MIDI...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-10-13 Paul Daviswritable session patch, forward ported from 2.X
2009-10-11 Carl HetheringtonSome thread safety for the previous commit.
2009-10-11 Carl HetheringtonMake the port matrix notice if JACK ports are registere...
2009-10-08 Paul Davisthree recent fixes from 2.0-ongoing (RT on by default...
2009-10-07 Paul Davissave & restore MIDI track note mode
2009-10-07 Paul Davisfix up dragging notes in percussive mode
2009-10-07 Paul Davisnew file
2009-10-07 Carl HetheringtonMake the mackie surface work again by initialising...
2009-10-06 Carl HetheringtonFix some compiler warnings.
2009-10-06 Paul Davisogg/flac support bits and pieces; fix up MIDI note...
2009-10-06 Paul Davisfix use of connection_index
2009-10-06 Paul Davisindustrial-strength-ifying of io connection name cleanup
2009-10-06 Carl HetheringtonFixed uninitialised variable confusion.
2009-10-05 Carl HetheringtonFix font name substitution in .rc files.
2009-10-02 Paul Davisstring_is_affirmative() fix for 3.0
2009-10-02 Paul Davisadd file
2009-10-02 Sakari BergenFix some trivial compiler warnings and add editor_image...
2009-10-02 Paul Davisadd processor-same-as-route-name fix, modified from...
2009-10-01 Paul Davisvisual state patches from 2.X
2009-10-01 Paul Davisi/o button naming patch and imported file BWF timecode...
2009-10-01 Paul Davisi/o button renaming patch from nickm
2009-10-01 Paul DavisLV2 external UI patch from nedko via 2.X and a couple...
2009-10-01 Paul Davisfreesound mootcher patch from donf, from 2.X
2009-09-25 Paul Davismake MIDI thru work even when not rolling; add GUI...
2009-09-21 Paul Davisfix MIDI playback by not writing into the playback...
2009-09-15 Carl HetheringtonFix some warnings.
2009-09-13 Paul Davispermit sends to show up in processor box, by handling...
2009-09-12 Paul Davisadd MIDI panic action (which has to be on a menu, sigh...
2009-09-12 Paul Davisfix note selection behaviour, hopefully ... perhaps
2009-09-11 Paul Davistrack note on/off and send appropriate note offs at...
2009-09-11 Paul Davissave & restore internal-edit status
2009-09-10 Paul Davisadd step-rest keybinding for step editing
2009-09-10 Paul Davisdo not crash when loading old history files with MIDI...
2009-09-10 Paul Davismore MIDI editing cleanups, mostly fixing subtleties...
2009-09-09 Paul Davisre-use canvas note items when the model changes ; sligh...
2009-09-09 Carl HetheringtonClean up some confusion about offering a denormalize...
2009-09-09 Carl HetheringtonFix warning.
2009-09-09 Carl HetheringtonFix warning.
2009-09-09 Carl HetheringtonRemove excess menu separator.
2009-09-09 Paul Davistime line items now have 64 bit location + duration...
2009-09-08 Paul Davismove note drag & note resize mouse handling up into...
2009-09-07 Paul Davisuse diff commands for quantize, with infrastructure...
2009-09-07 Paul Davisadd anonymous union to DiffCommand to allow uint8t_t...
2009-09-06 Paul Davisthe start (only the start) of MIDI diff commands
2009-09-05 Paul Davisjust one timeout callback for step editing, not one...
2009-09-03 Paul Davisbetter way to "engage" step edit, and extend region...
2009-09-03 Paul Davisthe basics of step editing, more details to follow
2009-09-02 Carl HetheringtonHandle mouse events over crossfades properly (or better...
2009-09-02 Carl HetheringtonClear out any command line session name on closing...
2009-09-02 Carl HetheringtonFix erroneous parameter passed to Editor::motion_handle...
2009-09-01 Carl HetheringtonPut advanced bits in an expander. Still need to make...
2009-08-31 Carl HetheringtonUpdate coverage frames when a track changes height...
next