Some fixes to the new session dialog.
[ardour.git] / libs /
2006-05-07 Taybin RutkinImproved sfdb API.
2006-05-06 Sampo SavolainenFixed text relocation issues
2006-04-29 Paul Davismore tranzport lowlevel fixes and rebinding
2006-04-27 Paul Davis"The In-Flight Hack, 2006"
2006-04-26 Nick MainsbridgePlugin selector useability changes, fix mouse grab...
2006-04-26 Paul DavisInstall ardour as a binary, a script and a set of shared
2006-04-26 Doug McLainadded std:: to atoi and atof to fix namespace problem...
2006-04-25 Taybin RutkinFixed linking for tranzport on MacOSX.
2006-04-25 Jesse Chappelladded stdint for compilation
2006-04-25 Taybin RutkinAdded missing .cvsignore file.
2006-04-25 Taybin RutkinMissing .cvsignore file.
2006-04-25 Taybin RutkinAll included libraries now link dynamically instead...
2006-04-25 Paul Davisremove unintentional addition of PortInsert::silence()
2006-04-25 Paul Davisa) fixed pseudo-grab-retention in plugin UIs
2006-04-25 Paul Davisadd missing file, remove unnecessary qualifier
2006-04-25 Paul Davisadd missing file
2006-04-25 Paul Davisadd missing file
2006-04-24 Paul Davisa) completely refactor abstract UI code
2006-04-22 Nick MainsbridgePrompter now prevents blank strings or unaltered names...
2006-04-20 Nick MainsbridgeComments button now indicates when comments are present...
2006-04-20 Paul Davisa) use ink extents in most places where we used to...
2006-04-20 Nick MainsbridgeAdd a stock question image to the choices dialog, other...
2006-04-19 Nick MainsbridgeChange ArdourPrompter to not have an OK button by defau...
2006-04-19 Paul Davisa) fix editor hscroller to follow PT behaviour - scroll...
2006-04-17 Sampo SavolainenMake sure region fades don't get messed up when regions...
2006-04-11 Paul Davislikely fixes for problems loading templates with destru...
2006-04-10 Paul Davisremove link against libusb from gtk_ardour; allow recor...
2006-04-10 Paul Davisa) moved metering and meter falloff code into libardour
2006-04-10 Nick MainsbridgeReinstate mouse scroll actions (audio clocks, shuttle...
2006-04-06 Paul Davis3 different data wheel modes for tranzport, plus lock...
2006-04-06 Paul Davisfixes for tranzport print routine
2006-04-06 Paul Davissignificant extensions to tranzport support
2006-04-05 Paul Davisfurther extensions to Tranzport support and control...
2006-04-05 Paul Davisadd new control protocol related files
2006-04-05 Paul Davisa) dynamically loadable control surface support
2006-04-04 Paul Davisa) start at creating ControlProtocol objects
2006-04-04 Nick Mainsbridgenew region names are now based on file source names...
2006-03-31 Sampo SavolainenSplitting a region doesn't affect layering: the two...
2006-03-31 Sampo SavolainenSplitting a regon now retains crossfades, even if the...
2006-03-31 Paul Davisa) persist whether the end marker should move at first...
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 McLainset color of export dialog checkbox's to fix invisible...
2006-03-27 Paul Davistotal reimplementation of Configuration object internal...
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-19 Tim Mayberryensure .ardour directory is created, update build docs
2006-03-17 Paul Davislots of fidgety work to get track renaming to work...
2006-03-16 Sampo SavolainenCompleted playlist copy constructor. Also fixed issue...
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-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-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 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 Paul Davisfix style overwriting done by fastmeter, and lack of...
next