Setup fixed ports for MIDI control data; hence remove configuration of those ports...
[ardour.git] / gtk2_ardour / ardour_ui.cc
2010-07-07 Carl HetheringtonSetup fixed ports for MIDI control data; hence remove...
2010-06-03 Paul Davismove computation of TimeAxisViewItem fixed heights...
2010-06-02 Torben Hohnadd -P flag blocking port connections while loading...
2010-06-02 Torben Hohnbasic -T <load_template> option
2010-05-31 Paul Davisremove almost-unusued stop_signal.h and clean up the...
2010-05-11 Carl HetheringtonCopy-edit.
2010-05-08 Paul Davissave global state when quitting BEFORE we stop the...
2010-05-02 Carl HetheringtonA little copy-editing.
2010-04-30 Carl HetheringtonA little gentle copy-editing of dialogue titles.
2010-04-28 Paul Davisremove "ardourBuffering" file creation (it was useless...
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-04-21 Paul Daviscommits 6001-6525 inclusive from 2.X applied to 3.0
2010-04-02 Sakari BergenFix ordering issue with loading engine settings to...
2010-04-02 Paul Davisnot-yet-complete JACK session management patch (TODO...
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-03-26 Paul Davislots of work to hide prelight from most buttons, etc...
2010-03-23 Paul Davisfinish commit from yesterday ... sorry folks
2010-03-22 Paul Davistweak startup dialog a bit to correctly save ardour...
2010-03-22 Paul Davisput the issue of using a monitor section into ~/.config...
2010-03-21 Paul Davischange session construction so that the the monitor...
2010-03-19 Paul Davissave tearoff state; restore monitor section state reaso...
2010-03-16 Paul Davischanges from 2.X starting in march 2009 through oct...
2010-03-15 Paul Davisfinalize PROGRAM_NAME change for ardour3
2010-03-05 Paul Davismove big clock size variables into ARDOUR_UI; save...
2010-03-05 Paul Davismore strip silence dialog changes, to use audio clocks...
2010-02-09 David RobillardAdd keyboard shortcut to tooltip text where possible.
2010-02-08 Carl HetheringtonPreserve and restore x and y origin of editor viewport...
2010-01-15 Paul Davisdynamically resize text in the big clock, first version
2010-01-01 Carl HetheringtonFirst cut of some Pro-tools inspired editing features...
2009-12-30 Paul Davisrestore excess calls to sync-order stuff (for now)...
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-11 Paul Davismake all use of bind/mem_fun be explicitly sigc::
2009-12-11 Paul Davisfix compilation breakages from the last commit
2009-12-10 Paul Davisrestore rec-enable, solo & mute functionality; remove...
2009-12-09 Paul Davismajor design changes: use glib event loop for MIDI...
2009-12-04 Paul Davismove generic parts of Keyboard into gtkmm2ext. imperfec...
2009-12-04 Paul Davisswitch ActionManager to a namespace; move generic part...
2009-12-04 Paul Daviscross-thread handling of SessionEvent allocation/deallo...
2009-12-01 Paul Davisfix logic problems with startup assistant; make initial...
2009-11-26 Carl HetheringtonFix various crashes on session close.
2009-11-26 Carl HetheringtonFix #2931; redundant menu items on main clocks.
2009-11-26 Carl HetheringtonFix #2932; arrange the view more carefully when going...
2009-11-25 Paul Daviscarl's wondrous DnD VBox patch - processor boxes are...
2009-11-23 Carl HetheringtonPatch from colinf to fix #2919.
2009-11-19 Paul Davisadd track/bus now allows specifying aux or direct bus...
2009-11-09 Paul Davis90% done with external sync design changes (GUI now...
2009-11-08 Paul Davismonster commit: transport mgmt changes from 2.X (omnibu...
2009-10-30 Paul Davismake 3.0 catch up with transport and other changes...
2009-10-30 David RobillardTrim session.h include dependency tree.
2009-10-28 Paul Davis* libardour uses ARDOUR::nframes_t and ARDOUR::nframes6...
2009-10-26 Paul Davischange the use of "SMPTE" to "Timecode" to reflect...
2009-10-22 David RobillardFix colours of log window messages.
2009-10-22 David RobillardFix whitespace.
2009-10-19 Carl HetheringtonFix 2074: setting the NSD to not connect outputs to...
2009-10-19 Carl HetheringtonRemove debug code from last commit.
2009-10-19 Carl HetheringtonStop ardour exiting in the case where you have a loaded...
2009-10-19 Carl HetheringtonTidy up window titles, according to GNOME HIG and as...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-10-13 Paul Daviswritable session patch, forward ported from 2.X
2009-10-07 Carl HetheringtonMake the mackie surface work again by initialising...
2009-10-06 Carl HetheringtonFixed uninitialised variable confusion.
2009-09-02 Carl HetheringtonClear out any command line session name on closing...
2009-08-20 Carl HetheringtonFix mantis 2804: improve title of recent sessions dialo...
2009-08-08 Paul Daviswaf build works on OS X ; new bindings file and process...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-21 Paul Davisfix clicking when processors become active/inactive...
2009-07-21 Paul Davisfirst part of fixing up send/return metering ; make...
2009-06-21 Carl HetheringtonMerge edit and mix groups to just being route groups...
2009-06-20 Carl HetheringtonAllow edit group creation from the route UI's menu...
2009-06-19 Carl HetheringtonTiny text formatting fix.
2009-06-09 Paul Davisthe big Route structure refactor. !!!! THIS WILL ...
2009-05-16 Carl HetheringtonRemove preferences menu options that have been moved...
2009-05-16 Carl HetheringtonAdd session preferences dialog.
2009-05-14 Carl HetheringtonFirst stage of options rework.
2009-05-12 Carl HetheringtonRemove most using declarations from header files.
2009-05-07 Carl HetheringtonGah. Remove debug output from previous commit.
2009-05-07 Carl HetheringtonAsk user to confirm overwrite of a snapshot, to fix...
2009-05-04 David RobillardRemove tmpnam usage.
2009-04-30 Paul Davisdisk buffer stats patch ported from 2.X
2009-04-29 Carl HetheringtonOnly make record button solid red (and big clock red...
2009-04-23 Paul Davismore misc. startup/session load fixes
2009-04-23 Paul Davismisc. startup/session load fixes
2009-04-22 Paul Davisa long tricky day of playing with ArdourStartup and...
2009-04-20 Paul Davisfixes for possible null engine dialog
2009-04-20 Paul Davisfarewell NSD, we loved you sometimes, almost never
2009-03-04 Paul Davisnew startup assistant/wizard; unfinished; can potential...
2009-03-02 Paul Davisallow dragging of automation lines (Ben Loftis, backpor...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-09 Carl HetheringtonRemove old connection editor.
2009-01-30 Paul Davisfirst pass at internal sends. this is a very tentative...
2009-01-03 Carl HetheringtonImprove GNOME HIG compliance a bit.
2008-12-18 Carl HetheringtonRemove unnecessary 0 checks before delete; see parashif...
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-12-08 Paul Davispartial patch/partial by-hand merge of 2.X commits...
2008-10-28 Sakari BergenSave automatic saving of audio engine settings (mostly...
next