ardour.git
2012-03-20 Paul Davismake MIDI Patch Manager search in $user_config_dir...
2012-03-20 Paul Davistweak audio track importer to use the modified xml...
2012-03-20 Paul Davisa lot of tweaking and fixing for the MIDNAM parsing...
2012-03-20 Paul Davissome deep changes to xml++ in which we retain a C-level...
2012-03-20 Paul Davisreorder editor route list columns to put visible and...
2012-03-20 Paul Davisadd 44 MIDNAM files for various h/w synths, originally...
2012-03-19 Carl HetheringtonUse Silence instead of Flush to describe plugins-stop...
2012-03-19 Carl HetheringtonAdd GPL boilerplate; use x->foo for (*x).foo; tidy...
2012-03-19 Carl HetheringtonAdd set_motorised().
2012-03-19 Carl HetheringtonAdd window title to control surface options.
2012-03-17 Carl HetheringtonRemove erroneous non-run of plugins when the transport...
2012-03-17 Paul Davisthin up the width of the line separating tracks in...
2012-03-17 Paul Davisgroup tabs background/base color taken from the theme...
2012-03-17 Paul Davisfix command name in undo/redo history for nudge backwar...
2012-03-17 Paul Davissave nudge clock value; don't reset the nudge clock...
2012-03-17 Paul Davisadd nick lanham (bazz) to authors list
2012-03-17 Paul Davisfix crash when setting an LV2 preset that refers to...
2012-03-17 Paul Davisremove debugging output
2012-03-16 Paul Daviscontinue the saga of Rewrite The XML Node So That It...
2012-03-16 Paul Davisuse MOD2 for command key on OS X, just like in 2.X
2012-03-16 Paul Davistweak ardour button radius down to 5 pixels from 9
2012-03-16 Paul Davistweak mute + solo button colors to avoid wedge shape...
2012-03-16 Paul Davistweak2
2012-03-16 Paul Davistweak
2012-03-16 Paul Davishack for OS X builds where explicit linkage against...
2012-03-16 Paul Davisput back revised version of Route::has_external_redirec...
2012-03-16 Paul Davisfix twice-used name "Editor" for action group
2012-03-16 Paul Davishide splash window under certain error conditions
2012-03-16 Paul Davisremove now-unused Route::has_external_redirects()
2012-03-16 Paul Davisforward port save/goto visual state changes from 2...
2012-03-15 Paul Davisadd new files
2012-03-15 Paul Davisradically rethink export/bounce/freeze code design...
2012-03-15 Paul Davisremove unused Glib::Thread* from ProcessThread
2012-03-15 Paul Davispatch from colinf that fixes bad behaviour on first...
2012-03-15 Paul Davispatch from colinf to handle default session dir a littl...
2012-03-15 Paul Davisuse improved copying send/return/port insert fix in GUI
2012-03-15 Paul Davisbetter, cleaner fix for copying sends/returns/port...
2012-03-14 Carl HetheringtonFix comment and one return value.
2012-03-14 Carl HetheringtonFinish off fix for crash on region context menu (#4766).
2012-03-14 Carl HetheringtonWrite SVN revision on every build (#4770).
2012-03-14 Paul Davislook for RegionMenuMIDI action in the right action...
2012-03-14 Carl HetheringtonRemove a little unused code.
2012-03-13 Paul Davisuse new design for processor drag-n-drop
2012-03-13 Paul Davisuse g_fopen()
2012-03-13 Paul Davisredesign how XML state, bitslots and names get propagat...
2012-03-13 Paul Davisuse g_fopen()
2012-03-13 Paul Davisuse g_fopen()
2012-03-13 Carl HetheringtonMake the close button in the config info dialog work.
2012-03-13 Paul Davismove text in rulers up by a few pixels for MUCH better...
2012-03-13 Carl HetheringtonNo-op; coding style.
2012-03-13 Carl HetheringtonCentralise and fix up path creation for Linux VST info...
2012-03-13 Carl HetheringtonUse fgets and sscanf to read numbers rather than fscanf...
2012-03-12 Ben Loftisremove menu items from the keybindings dialog
2012-03-12 Paul Davisdebug tracking mouse presence in track canvas
2012-03-12 Paul Davisfix cut-n-pastie relating to tracking mouse presence...
2012-03-12 Paul Davistell people that --universal is OS X only
2012-03-12 Carl Hetheringtonpaste_pos_beats should be source-relative, not region...
2012-03-12 Carl HetheringtonFix comments.
2012-03-10 Carl HetheringtonPatch from colinf to put a tooltip in the recent session
2012-03-10 Carl HetheringtonPatch from colinf to allow the number of recent sessions to
2012-03-10 Carl HetheringtonRemove RemoveLastCapture action which duplicates remove...
2012-03-09 Carl HetheringtonFreesound tweaks from colinf (#4761).
2012-03-09 Paul Davisfix some logic problems with the startup/new session...
2012-03-09 Carl HetheringtonExpand just entry fields when the dialog is expanded
2012-03-09 Carl HetheringtonFix test build.
2012-03-09 Carl HetheringtonUse shared_ptr for a region view's gain line.
2012-03-09 Carl HetheringtonRemove unused RegionGainDrag; fix logic in adding new
2012-03-09 Paul Davisforward-port some fixes from a2
2012-03-09 Paul Davisrevert debug output
2012-03-09 Paul Davisa little debugging info for joern
2012-03-08 David RobillardFix atom sequence ports.
2012-03-07 Carl HetheringtonRemove unused color_from_style / gc_from_style.
2012-03-07 Carl HetheringtonRemove a few unused methods from ProcessorBox.
2012-03-07 Paul Davisremove unused mid-mask stuff from ArdourButton
2012-03-07 Carl HetheringtonPatch from colinf to fix auto-connect of bus outputs...
2012-03-07 Paul Davisfix up a substantial mess with the operation of toggle...
2012-03-07 Paul Davisremove operator= from GUIObjectState since its no longe...
2012-03-07 Paul Davisimplement XMLNode::operator=() as a deep operation...
2012-03-07 Carl HetheringtonAdd motorised attribute to DeviceInfo for generic MIDI...
2012-03-06 Ben Loftisshow loop markers when looping is initiated
2012-03-06 Paul Davisallow shortcut/accel for set-mouse-mode-draw to work
2012-03-06 Paul Davisfix misspelt #ifdef
2012-03-06 Carl HetheringtonAdd rough MIDI map for the Behringer BCF2000 in Mackie...
2012-03-06 Carl HetheringtonWork around problems with some JACK<->ALSA midi bridges...
2012-03-06 Carl HetheringtonMark rec enable controllables as toggling.
2012-03-05 Carl HetheringtonMake route group dialog resizable; make ArdourPrompter...
2012-03-05 Carl HetheringtonShow the number of channels in brackets when there...
2012-03-05 Carl HetheringtonRemove unused dialog.
2012-03-05 Carl HetheringtonRemove some unused code.
2012-03-05 Carl HetheringtonMove some stuff so that a call to set_page_complete...
2012-03-05 Carl HetheringtonRemove some unused code.
2012-03-05 Carl HetheringtonIf there is one invert button for many channels, always...
2012-03-05 Carl HetheringtonPrevent duplication of search path elements when symlin...
2012-03-05 Carl HetheringtonUse inodes_same() function.
2012-03-05 Carl HetheringtonAdd new inodes_same() method.
2012-03-04 Carl HetheringtonMake lv2ui_instantiate and lv2ui_free a little more...
2012-03-03 David RobillardUpdate for latest Lilv SVN.
2012-03-03 Paul Davisfinal piece of the ardour3 windows/wine VST puzzle
2012-03-02 Paul Davisfixes for 64 bit OS X build (c/o david robillard);...
2012-03-02 Paul Davisnext maybe fix thing for wine/windows vst support build
next