Merged with trunk R1283.
[ardour.git] / libs / ardour /
2006-03-15 Paul Davispixbufs instead of pixmaps; function-scope local fd...
2006-03-14 Taybin RutkinPointer fix from essej.
2006-03-14 Sampo SavolainenCrossfade copy-constructor + copy crossfades when creat...
2006-03-14 Paul Davisfix for restoring destructive-ness on session reload...
2006-03-14 Paul Davisimprovements (!) to waveform display for destructive...
2006-03-12 Paul Davisremove varispeed control; shuttle controller now has...
2006-03-12 Tim Mayberryremoved the following environment variables:
2006-03-12 Doug McLaincreate xpm files from hard coded pixmaps, added functio...
2006-03-11 Paul Davisprevent removal of start marker
2006-03-11 Paul Davisstart marker implemented, along with GotoZero command...
2006-03-10 Taybin RutkinProper use of AudioBufferList.
2006-03-10 Taybin RutkinLink error fixed. Stub functions filled in.
2006-03-10 Taybin RutkinExternalSource refactoring.
2006-03-10 Doug McLainExample code to load the x and <-> xpms for the mixer...
2006-03-09 Paul Davisnew mix group interface, not yet finished and still...
2006-03-09 Jesse Chappellcapitalized menus. minor header fix
2006-03-08 Paul Davisadd/remove edit groups via buttons (still a bit of...
2006-03-08 Taybin RutkinAnd a small libsndfile error.
2006-03-08 Taybin RutkinFixed small FSRef error.
2006-03-08 Paul Davisfix for erroneous use of a menu group; remove lots...
2006-03-08 Paul Davisfix for deferred saves by StateManager-derivatives...
2006-03-07 Taybin RutkinWrapper around SF_INFO and AudioFileBasicDescription.
2006-03-07 Taybin RutkinGet the number of channels in the file.
2006-03-07 Taybin Rutkincoreaudio_source.cc compiles. (finally)
2006-03-06 Taybin RutkinUse AudioFile.h instead of ExtAudioFile.h.
2006-03-05 Paul Davisexport range markers patch (revisited), change selectio...
2006-03-04 Tim Mayberry2006-03-04 Tim Mayberry <mojofunk@gmail.com>
2006-03-02 Paul Davisremove debugging for peaks ready signal, plus add new...
2006-02-21 Paul Davishook up tape region views to peaks ready signal
2006-02-20 Jesse Chappellfixed crash potential issues where nframes may be 0
2006-02-18 Paul Davisfix various issues with destructive single region tracks
2006-02-17 Paul Davisno-read-past-end for destructive crossfade as well...
2006-02-17 Paul Davisdon't do system reads beyond the apparent data end...
2006-02-17 Jesse Chappelldiskstream fixups for destructive track captures. ...
2006-02-15 Paul Davisnew stacktrace function in libpbd3; variable size GUI...
2006-02-13 Jesse Chappellone more send zipper fix
2006-02-13 Jesse Chappellfixed various nasty send issues
2006-02-13 Jesse Chappellminor tweaks to make destructive tracks sorta work...
2006-02-12 Sampo SavolainenA band aid for plugin editor related crash. Something...
2006-02-11 Sampo SavolainenFixed buffer index overrun in connect_and_run()
2006-02-11 Paul Davismiscellaneous fixes post-jesse's 24 bit file format...
2006-02-10 Jesse Chappellcommitted INCOMPLETE 24bit filesource support
2006-02-07 Sampo SavolainenMake sure the 64 bit SSE is included in tarballs
2006-02-07 Paul Davisrestore many keybindings from ardour 0.99
2006-02-06 Doug McLaintype fixes
2006-02-06 Sampo Savolainenupdated author information
2006-02-02 Sampo SavolainenAnd thus i give my copyright to these files to Paul...
2006-02-02 Sampo Savolainen64 bit SSE mod
2006-01-30 Paul Daviswork to make destructive recording actually do somethin...
2006-01-28 Paul Davisimportant bug fix in handling GUI messages; destructive...
2006-01-28 Paul Davisfix (mostly) measure lines and click box text and meter...
2006-01-26 Sampo SavolainenEnsure that there are enough peak vectors when a plugin...
2006-01-24 Sampo SavolainenWhen a plugin name changes, the new name is now reflect...
2006-01-24 Tim Mayberryallow templates to load via absolute path
2006-01-22 Sampo SavolainenAdded the property "unique-id" to PluginInserts so...
2006-01-19 Jesse Chappellfixed various xfade and undo and updating issues. ...
2006-01-19 Paul Davisadd GUI support to create tape/destructive tracks
2006-01-19 Paul Davislatched rec-enable
2006-01-17 Paul Davisa metric boatload of changes; plugin UIs work, adding...
2006-01-13 Taybin RutkinAll useage of ArdourPrompter checks for a valid result.
2006-01-13 Jesse Chappellremoved comment
2006-01-12 Per SigmondMTC timing: compensate for audio latency.
2006-01-12 Taybin RutkinHuge progress on CoreAudioSource.
2006-01-11 Taybin RutkinUse compiler provided __BIG_ENDIAN__ instead of WORD_BI...
2006-01-10 Nick Mainsbridgemore gcc 4.1 complaints, route_list is a ListStore
2006-01-09 Sampo Savolainen"Run plugins while recording" -> "Do not run plugins...
2006-01-08 Paul Davisfix control layout size allocation (nearly done) and...
2006-01-08 Paul Davisadd destructive outlines, more action usage and state...
2006-01-08 Paul Davisa metric ton of changes
2006-01-06 Jesse Chappellcommitted RWlock fixes to libardour. added hw monitori...
2006-01-05 Taybin Rutkinsfdb displays file info.
2006-01-05 Paul Davislots of small fixes for various irritations, return...
2006-01-04 Taybin Rutkinsfdb_v3. only in the backend currently.
2005-12-24 Karsten Wiesefix some 64bit warnings
2005-12-22 Karsten Wieses/stringcr_t/const string &/
2005-12-18 Nick MainsbridgeDon't resize the editor_mixer when changing tracks...
2005-12-14 Karsten Wiesetypedef const std::string & stringcr_t;
2005-12-09 Taybin RutkinMore work on OSX native file reading.
2005-12-09 Taybin RutkinUploaded start of CoreAudioSource. More sfdb work.
2005-12-08 Paul Davismeter/tempo bars show again, fix tempo/meter dialogs...
2005-12-08 Jesse Chappellrec-enable midi feedback fix
2005-12-06 Taybin RutkinDEVBUILD works on MacOSX again. ./ardev needs modifica...
2005-12-06 Nick Mainsbridgesome treeview headings and session click fix
2005-11-30 Tim Mayberryreinstate check for jack_client_open
2005-11-29 Taybin RutkinFixed veclib support on OSX.
2005-11-29 Jesse Chappellcommitted fix for cross-endian native wave files
2005-11-25 Paul Davisadvance compilation to include plugin_ui.cc
2005-11-14 Sampo SavolainenOffset correction for VST plugins when running split...
2005-11-14 Sampo SavolainenImportant engine bugfixes: Ladspa plugin parameter...
2005-10-22 Taybin Rutkineditor.h compiles.
2005-10-10 Taybin Rutkinsfdb append optimization.
2005-10-06 Paul Davisfix compose mess, and a number of 64 bit printf specs
2005-09-26 Sampo SavolainenNick forgot my baby!
2005-09-24 Taybin RutkinMore dropped patches.
2005-09-24 Taybin Rutkindropped patch fix.
2005-09-24 Taybin RutkinAdded translations.
2005-09-24 Taybin Rutkinlibardour added.