ardour.git
2008-10-13 Nick MainsbridgeFix fit_tracks () bug.
2008-10-13 Nick MainsbridgeA more correct fix for non-disappearing loop/punch...
2008-10-12 Paul Davisremove stupid startup messages
2008-10-11 Paul Davistest another fix for solo-press-crashes
2008-10-11 Paul Davisprobable crash fix for solo-press causes segv
2008-10-11 Nick MainsbridgeFix non-disappearing transport range bar drag rects...
2008-10-11 Paul Davisadd lv2_plugin.cc to srctar list
2008-10-11 Nick Mainsbridge,arker_drag_line height is now physical screens height...
2008-10-11 Paul Davisminor C++ include issues, debug out removed and bump...
2008-10-11 Paul Davisremove debug output
2008-10-11 Paul Davisremove debug output
2008-10-11 Paul Davisfix dragging of region gain line, affected by coordinat...
2008-10-11 Paul Davisfix mixup of input/output selectors after a mixer strip...
2008-10-10 Nick MainsbridgeDon't set colours twice in new TimeAxisViewItems (from...
2008-10-10 Paul Davisnew swedish translation update
2008-10-10 Paul Davisfix URL's for freesound (debian patch)
2008-10-09 Paul Davisadd toggles for region fade in/out/both active, plus...
2008-10-09 Paul Davisadd config var for region fade visibility
2008-10-09 Paul Davisadd global fade toggle to menus
2008-10-09 Paul Daviscode cleanup
2008-10-09 Paul Davisnew global fade in/out toggle
2008-10-09 Paul Davisadd global option to enable/disable region fades
2008-10-09 Paul Davisprevent a heap overflow, see nabble.com/Bug-445889...
2008-10-09 Paul Davisfix reload & use of MIDI port configuration, so that...
2008-10-08 Paul Davisadd initial program change support
2008-10-08 Paul Davisadd initial-program-change support
2008-10-08 Sampo SavolainenFix for grouped playlist bug mentioned in the 3rd comme...
2008-10-08 Paul Davisfix for bad sync with other JACK transport-aware client...
2008-10-07 Paul Davisdo not manage the remote control menu, since it is...
2008-10-07 Paul Daviscorrect menu defs for move-selected-tracks-{up,down}
2008-10-07 Paul Davisadd move-selected-tracks-{up,down} commands
2008-10-07 Nick MainsbridgeFix non-disappearing tracks when hiding
2008-10-07 Paul Davisfix track/strip sync-reorder issues; don't show mixer...
2008-10-07 Paul Davisfixes needed for track/strip ordering issues
2008-10-05 Sampo SavolainenPrimitive take system: active edit groups now dictate...
2008-10-05 Paul Davischanges to support making RouteUI and its children...
2008-10-05 Paul Davismake RouteUI and its children and relations able to...
2008-10-04 Nick MainsbridgeImprove scrolling performance for sessions containing...
2008-10-03 Paul Davispart II of probable fix for track sync-ordering
2008-10-03 Paul Davisprobable fix for track sync-ordering, part II to come...
2008-09-29 Nick MainsbridgeRelayer punch/loop range rects, fix display of punch...
2008-09-29 Nick MainsbridgeBackport drobilla's tempo bar cache from 3.0, fix track...
2008-09-27 Sampo SavolainenFix split buffer audio glitches with lv2 plugins.
2008-09-26 David RobillardTabs!
2008-09-26 Paul Davisfix up region constructor's initialization of ancestral...
2008-09-24 Nick Mainsbridgefix headers not resizing properly when all tracks set...
2008-09-23 David RobillardSeparate tempo lines stuff ala 3.0.
2008-09-22 Sampo SavolainenRemoved the extra "long".
2008-09-22 Sampo SavolainenFixed overflow issue. Code originally meant to truncate...
2008-09-22 David RobillardSet add route dialog non-resizeable so WMs size it...
2008-09-22 Paul Davischange design for how certain region list items operate...
2008-09-20 Nick MainsbridgeUse events from gtk trunk, update immediately on scroll...
2008-09-20 Nick MainsbridgeDon't defer Editor::track_canvas_size_allocated ()...
2008-09-19 David RobillardFix more wacky tabs.
2008-09-19 David RobillardFix a bunch of stupid warnings.
2008-09-19 David RobillardFix classic memory error.
2008-09-19 David RobillardReduce diversion between 2.0 and 3.0 automation_line...
2008-09-19 David RobillardMake building with aubio (actually) optional.
2008-09-19 Paul Davisfix range dragging post-multi-marker changes
2008-09-19 Paul Davisshift-click to extend marker selection; marker drag...
2008-09-18 Sakari BergenFix possible double allocation of SF_BROADCAST_INFO
2008-09-17 Nick MainsbridgeFix uninitialised variable. (thanks for the report...
2008-09-16 Nick MainsbridgeDraw ruler bars larger than canvas width to avoid ugly...
2008-09-16 Nick MainsbridgeAdd a session file type icon for OSX, remove unused...
2008-09-14 Nick MainsbridgePut timeline_group in the correct layer to begin with...
2008-09-14 Nick MainsbridgeSpeed up track resizing, fix disappearing automation...
2008-09-12 Doug McLaincomment out *all* exporting debug
2008-09-12 Doug McLaincomment out exporting debug
2008-09-08 Nick MainsbridgeFix some off by one or more errors spotted by The Big...
2008-09-07 Nick MainsbridgeFix disappearing regionviews during rapid mouse movemen...
2008-09-03 Nick Mainsbridgefix region copy thinko in last commit.
2008-09-03 Nick MainsbridgeUnify the canvases by moving groups around rather than...
2008-08-21 Sakari BergenPatched libsndfile to work with FLAC >= 1.1.4
2008-08-18 Paul Davisprevent yet another crash caused by non-region nodes...
2008-08-14 Sampo SavolainenFix glitches in automation events due to the other...
2008-08-12 David RobillardRemove outdated message about SVN SLV2 requirement.
2008-08-12 David RobillardSupport for the LV2 'data access' and 'instance access...
2008-08-11 Sampo SavolainenMake global static children variable an xml node object...
2008-08-09 David RobillardEmbedded LV2 GTK GUI support.
2008-08-05 Sampo SavolainenFix the bug which shuffled tracks when one was removed...
2008-07-30 Jesse Chappellcommitted build changes needed for leopard build
2008-07-29 Sampo SavolainenFix glitching on "events" (like loop markers) due to...
2008-07-25 Paul Davisadd SIGPIPE handler to catch JACK going away, etc
2008-07-25 Paul Davisstop resetting _jack to zero to avoid crashing stupidly
2008-07-22 Paul Davisdebug output for pixbuf loaders; catch exception when...
2008-07-22 Paul Davisfix up generation of BWF field contents to avoid trunca...
2008-07-21 Paul Davisadd /opt to *all* relevant places, not just some
2008-07-21 Paul Davisfix missing chars in file
2008-07-21 Paul Davisfix bad chars in file
2008-07-21 Paul Davisprocess dependencies still in /opt/* when building...
2008-07-21 Paul Davischange GTK root
2008-07-21 Sakari BergenFix import dialog clocks to display times that are...
2008-07-15 Paul Davisbump required JACK version
2008-07-15 Doug McLaindone debugging, remove the debug output, and cleanup...
2008-07-15 Doug McLainhandle FileError exception in create_from_file, and...
2008-07-15 Doug McLainmore debug...
2008-07-15 Doug McLainAdd some debug for Marker's font settings, and set...
2008-07-15 Jesse Chappellfixed pitchbend byte ordering
2008-07-14 Doug McLainAnother gcc 4.3 include
2008-07-10 Doug McLainReplaced some c includes with their c++ wrappers
next