ardour.git
2010-03-11 Paul Davismonitor section: make sip/afl/pfl buttons work, add...
2010-03-10 Paul Davismore missing files added
2010-03-10 Paul Davismissing files added
2010-03-10 Paul Davishow about that ... a monitor/main section .. GUI is...
2010-03-08 Paul Davisremove yesterday's mayhem with MainListen and get afl...
2010-03-06 Paul Davisthe last (?) piece of the internal send/listen/monitor...
2010-03-06 Paul Davisremove the session region list; GUI now represents...
2010-03-05 Paul Davismove big clock size variables into ARDOUR_UI; save...
2010-03-05 Paul Davisworking big clock resizing, i think; still needs remova...
2010-03-05 Paul Davisbetter acid trip big clock - do not use with any other...
2010-03-05 Paul Davisacid trip big clock - do not use with any other medication
2010-03-05 Paul Davismore strip silence dialog changes, to use audio clocks...
2010-03-05 Paul Davislikely fix for strip silence dialog GUI lockup
2010-03-05 Paul Davispossible big clock sizing fix
2010-03-04 Paul Davisdebug output for big clock resizing
2010-03-04 Paul Davisget "sequence files" import working, and fix quite...
2010-03-04 Paul Davisprevent relaying during an undo/redo operation; remove...
2010-03-04 Paul Davisadd new file
2010-03-04 Paul Davisgoodbye to MementoCommand for playlists
2010-03-03 Paul Davischanges to help strp silence
2010-03-03 Paul Davisfixes and improvements for strip silence, with lots...
2010-03-02 Paul Davisfix (or mostly fix) ctrl-drag (copy drag) for regions
2010-03-02 Paul Davisfix up start-in-source values from regions created...
2010-03-02 Paul Davis(1) stop using mangled names in history state, use...
2010-03-02 Paul Davis(1) remove most uses of MementoCommand for Playlist...
2010-03-02 Paul DavisPBD::capitalize() and use it to for the XML node name...
2010-03-02 Paul Davisthe mega-properties/SequenceProperty patch. split is...
2010-03-01 Paul Daviscolinf's vertical double arrow track resize cursor...
2010-03-01 Paul Davismake JACK->Latency->256 actually do something
2010-03-01 Paul Davistry (unsuccessfully) to fix gcc complaints about functi...
2010-02-26 David RobillardFix adding multiple tracks (regression from r6711).
2010-02-23 David RobillardFactor out massive code duplication in route creation...
2010-02-23 David RobillardFix various code quality issues found by cppcheck ...
2010-02-22 Paul Davisfinish getting rid of RegionCommand
2010-02-22 Paul Davisremove RegionCommand
2010-02-21 Paul Davisset default region amplitude scale factor to 1.0, not...
2010-02-20 Paul Davisensure that imported regions have names based on the...
2010-02-19 David RobillardUncrustify. Sorry. :)
2010-02-19 David RobillardFix MIDI command names smashed by overzealous sedding.
2010-02-19 Paul Davisadd begin/end undo/redo signals so that playlist can...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2010-02-18 Paul Davisconnect Streamview to Playlist::ContentsChanged signal...
2010-02-18 Paul Davisoverall timing for undo/redo ops
2010-02-18 Paul Davisdo not save editor state in every reversible commands
2010-02-18 Paul Davisadd missing/new file
2010-02-18 Paul Davisfix up reload of existing session by avoiding stupid...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-15 Paul Davisnew file
2010-02-13 Paul Davissplit out State... objects and rename as Property...
2010-02-12 Paul Davistorben's latest fix for the MTC PiC (adjust catch factor)
2010-02-11 Paul Davistweak Stateful/StatefulDiffCommand changes so that...
2010-02-11 Paul Davisfix last commit
2010-02-11 Paul Davissome fixes/tweaks for MTC slaving, some untested
2010-02-11 Carl HetheringtonMore tinkering with State<>. Use some StateDiffCommand...
2010-02-10 Paul Davisget sample rate properly injected into session file
2010-02-10 Paul Davisget OMF loader into working shape
2010-02-10 Paul Davispass 0.92 of an OMF2 importer, based on the Reaper...
2010-02-10 Carl HetheringtonMove ARDOUR::Change into PBD so that Stateful can be...
2010-02-09 Carl HetheringtonMake the MementoCommand and StatefulDiffCommand factori...
2010-02-09 Carl HetheringtonSave and not-yet-working restore of StatefulDiffCommands.
2010-02-09 Carl HetheringtonFurther removal of default state setting, to allow...
2010-02-09 Carl HetheringtonFix cross-track region drags.
2010-02-09 Carl HetheringtonRemove erroneous delete of States; they are owned by...
2010-02-09 Carl HetheringtonAdd missing files from previous commit.
2010-02-09 Carl HetheringtonModify Stateful to allow undo to be done using differen...
2010-02-09 David RobillardShrink zoom buttons.
2010-02-09 David RobillardFix rulers on intial display (fix item 1 of ticket...
2010-02-09 David RobillardCenter port matrix if IO selector window is too large.
2010-02-09 David RobillardMove object+range button up with the rest of the tool...
2010-02-09 David RobillardAdd --args so ardbg obeys ardour options.
2010-02-09 David RobillardFix crash when setting loop or punch range after creati...
2010-02-09 David RobillardAdd keyboard shortcut to tooltip text where possible.
2010-02-08 Carl HetheringtonFix logic so that soloing a bus does not mute things...
2010-02-08 David RobillardAdd tooltips for link buttons.
2010-02-08 David RobillardFix unused variable warning.
2010-02-08 Paul Davisuse RegionCommand for same-track region drags
2010-02-08 Paul Davisnew RegionCommand object; remove unused string argument...
2010-02-08 Paul Davisadd variants of atoi etc. for std::string
2010-02-08 Paul Davisadd copy constructor for PBD::ID
2010-02-08 Paul Davisfix up note names (from Don F, via SoftWerk)
2010-02-08 Carl HetheringtonPreserve and restore x and y origin of editor viewport...
2010-02-07 Carl HetheringtonMove a couple of methods into editor.cc, where they...
2010-02-07 Carl HetheringtonMake Editor::set_state work again.
2010-02-07 Carl HetheringtonRemove my attempts to autoscroll based on dragged regio...
2010-02-07 Carl HetheringtonFix panner write automation.
2010-02-07 Carl HetheringtonFix pan value update so that modifier-click on the...
2010-02-07 Carl HetheringtonCoding style.
2010-02-07 Carl HetheringtonRemove some unnecessary includes.
2010-02-07 Carl HetheringtonCoding style cleanups. Preserve mono state in XML...
2010-02-05 David RobillardRemove weird/pointless Automatable::data().
2010-02-03 David RobillardMove i18n stuff into autowaf.
2010-02-03 David Robillardifdef'd out deferred plugin selector load (-DDEFER_PLUG...
2010-02-03 Carl HetheringtonAllow buss names to be edited in the track/bus list.
2010-02-03 Carl HetheringtonStop crash on deleting a plugin when its generic UI...
2010-02-02 Paul Davisfixup some issues with the miditracer
2010-02-01 David RobillardFix NULL dereference.
2010-02-01 David RobillardFix memory leak.
2010-02-01 David RobillardFix array out of bounds error.
2010-02-01 David RobillardFix illegal iterator usage.
2010-02-01 David RobillardRemove clearly worthless (doesn't event parse, let...
next