ardour.git
2006-03-31 Paul Davisa) persist whether the end marker should move at first...
2006-03-31 Paul Davisfix track control table height issues (hopefully for...
2006-03-30 Paul Davisa) remove polarity button, add polarity menu item,...
2006-03-30 Paul Davisfix color/style issue for mixer strip name button
2006-03-30 Doug McLainOops! that mixer button code was broke, another one...
2006-03-30 Doug McLainrc changes to fix invisible checkboxes in export dialog...
2006-03-30 Paul Davisdbl-click on a recent session completes dialog; start...
2006-03-29 Taybin RutkinRemoved unused header files.
2006-03-29 Paul Davisinstall into ardour2 dirs, not ardour (translations...
2006-03-29 Paul Davisa) fix special button press handling for solo+mute...
2006-03-28 Paul Davis a) fix problems with multichannel tape tracks
2006-03-28 Doug McLainreplaced deprecated (and ugly) FileSelection with FileC...
2006-03-28 Doug McLainset color of export dialog checkbox's to fix invisible...
2006-03-27 Paul Davistotal reimplementation of Configuration object internal...
2006-03-26 Doug McLainfixed disappearing fade out points in xfade editor
2006-03-22 Paul Davismore gcc4 fixes to handle jumps over declarations
2006-03-22 Paul Davisgcc4 fix for new import/embed code, plus inline reject_...
2006-03-22 Paul Davissignificant changes in code to handle import/embedding...
2006-03-21 Paul DavisGtkmm2ext::Choice now inherits from Gtk::Dialog; embed...
2006-03-21 Sampo SavolainenVarious marker undo fixes.
2006-03-21 Paul Davissave destructive xfade length in ardour.rc; change...
2006-03-21 Paul Davisadd crossfade and layering options to menu system;...
2006-03-20 Sampo SavolainenFix for #1179. Crossfades are not lost anymore when...
2006-03-20 Paul Davistesting new CVS tracking for drupal
2006-03-20 Paul Davisadd remote control menu item to editor audio time axis...
2006-03-19 Tim Mayberryensure .ardour directory is created, update build docs
2006-03-17 Paul Davischange rec box drawing for destructive tracks
2006-03-17 Paul Davislots of fidgety work to get track renaming to work...
2006-03-17 Doug McLaina few text color tweaks (redirect box and region list)
2006-03-17 Doug McLainfix for another broken prompter
2006-03-16 Sampo SavolainenCompleted playlist copy constructor. Also fixed issue...
2006-03-16 Doug McLainset a smaller minimum RedirectBox height, allowing...
2006-03-15 Doug McLainremove debug code
2006-03-15 Doug McLainfix for meter_point_button
2006-03-15 Doug McLainfound a couple more hard coded xpms :)
2006-03-15 Paul Davisremove the pitiful Pix class
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 problems with pixmaps/xpm files
2006-03-14 Paul Davisfix for restoring destructive-ness on session reload...
2006-03-14 Doug McLaincreated get_bogus_drawable() when I realized it was...
2006-03-14 Doug McLainmoved gain rail and sliders to files. The previously...
2006-03-14 Paul Davisimprovements (!) to waveform display for destructive...
2006-03-13 Sampo SavolainenMake FFT analysis work again. (added -DFFT_ANALYSIS...
2006-03-13 Tim MayberryMake the FFT Anaylsis optional and disabled by default...
2006-03-12 Sampo SavolainenMake FFT easier to use. right click on a range selectio...
2006-03-12 Sampo SavolainenForgotten header from previous commit
2006-03-12 Sampo SavolainenFirst commit on FFT analysis window. Still some functio...
2006-03-12 Paul Davisremove varispeed control; shuttle controller now has...
2006-03-12 Tim Mayberryrevert inadvertant change
2006-03-12 Tim Mayberryremoved the following environment variables:
2006-03-12 Doug McLaincreate xpm files from hard coded pixmaps, added functio...
2006-03-12 Taybin RutkinAdded powerpc target.
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 Paul Davisstart editing new edit/mix group names immediately...
2006-03-10 Doug McLainoops, I started moving other images into pixmaps dir...
2006-03-10 Doug McLainExample code to load the x and <-> xpms for the mixer...
2006-03-10 Doug McLainFixed newline typos
2006-03-10 Paul Davisfurther travels down the road toward true route group...
2006-03-10 Doug McLainfinal fix for IOSelector widget: clicking on port heade...
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 Doug McLainfixed goofy selection behavior with the notebook/treevi...
2006-03-08 Taybin RutkinRemoved direct libsndfile usage.
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-07 Tim Mayberry2006-03-04 Tim Mayberry <mojofunk@gmail.com>
2006-03-06 Taybin RutkinLet's get some doxygen action going on.
2006-03-06 Taybin RutkinUse AudioFile.h instead of ExtAudioFile.h.
2006-03-06 Taybin RutkinSConstruct rethink.
2006-03-05 Paul Davisadd new files for export dialogs
2006-03-05 Paul Davisexport range markers patch (revisited), change selectio...
2006-03-05 Taybin RutkinBuild correctly on mactel systems.
2006-03-05 Doug McLainremoved redundant include that I accidentally committed
2006-03-05 Doug McLainanother get_vbox() fix, this time for PortSelectorWindow
2006-03-04 Tim MayberryAdd new file for dev scripts.
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 Doug McLainfix for plugin_selector, previously added plugins weren...
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-16 Jesse Chappellfixed missing include need for compile on gcc 3.3.x
2006-02-16 Jesse Chappellfixed missing include need for compile on gcc 3.3.x
2006-02-15 Nick Mainsbridgechange before/after cursor keybindings, attempt to...
2006-02-15 Paul Davisremove two minor leftovers from last commit
next