ardour.git
2012-04-07 Carl HetheringtonFix comment.
2012-04-06 Paul Davisfix some packing issues in the monitor section when...
2012-04-06 Paul Davisrevert all recent changes to startup dialog, except...
2012-04-06 David RobillardExecute plugin worker tasks immediately in the audio...
2012-04-05 Ben Loftisvarious tweaks to Freesound UI and code. keep a single...
2012-04-05 Paul DavisDraw all automation points, rather than trying to use...
2012-04-05 Paul Davisprovide control over automation thinning in preferences
2012-04-05 Paul Davisprovide an RC configuration variable to "shadow" Evoral...
2012-04-05 Paul Davismake automation thinning factor controllable at run...
2012-04-05 Carl Hetheringtonassert() on id property not being present (#4814).
2012-04-05 Carl HetheringtonFix possible deref of 0 pointer (#4815).
2012-04-05 Carl HetheringtonFix double-delete (#4809).
2012-04-05 Carl HetheringtonFix operator precedance inaccuracy (#4825).
2012-04-05 David RobillardImplement LV2 worker extension.
2012-04-04 Carl HetheringtonRemove ControlList::_max_xval which is set up and stored in
2012-04-03 Todd Nauglefix missing quote in disk space check failure message
2012-04-02 Carl HetheringtonRemove some unused stuff.
2012-04-02 Carl HetheringtonMissing file.
2012-04-01 Carl HetheringtonAdd comment.
2012-04-01 Carl HetheringtonAdd comment and fix type.
2012-04-01 Carl HetheringtonRemove unused declaration.
2012-04-01 Carl HetheringtonFix memory leak on error condition (#4798).
2012-04-01 Carl HetheringtonFix possible out-of-bounds array access (#4796).
2012-04-01 Carl HetheringtonFix reference of track after free() (#4795).
2012-04-01 Carl HetheringtonTidy up slightly; fix reads off the end of the data
2012-04-01 Carl HetheringtonRemove unused ustring version of url_decode(). Rework
2012-04-01 Carl HetheringtonFix libpbd tests and add test for url_decode().
2012-03-30 David RobillardUpdate to latest LV2 state extension.
2012-03-30 Carl HetheringtonFurther GCC 4.7.0 fixes.
2012-03-30 Carl HetheringtonSome fixes for GCC 4.7.0
2012-03-29 Paul Davisfix bizarre typo in OS X build (bizarre because its...
2012-03-27 Carl HetheringtonPatch from Nick to fix crash on closing a LV2 plugin
2012-03-27 Carl HetheringtonPut copy-constructed crossfades at the position of...
2012-03-25 Carl HetheringtonGive the _sends member of InternalReturn its own mutex,
2012-03-25 Carl HetheringtonFix warning.
2012-03-25 Carl HetheringtonTypo in comment.
2012-03-25 David RobillardUpdate to latest LV2 atom extension.
2012-03-25 Carl HetheringtonReshow time selection when zooming in object-range...
2012-03-23 Carl HetheringtonPatch from colinf to make stereo panners move right...
2012-03-22 Carl HetheringtonFix double separator on session range context menu.
2012-03-22 Carl HetheringtonRemove unused op parameter to temporal_zoom_by_frame...
2012-03-22 Carl HetheringtonDon't leave internal edit mode when clicking on an...
2012-03-22 Paul Davisclarify what the "precise" button does in the timefx...
2012-03-21 Carl HetheringtonUse combo box for plugin controls for ports marked as
2012-03-21 Carl HetheringtonUse a AutoSpin rather than a combo box for input
2012-03-21 Carl HetheringtonUse sigc::slot for ClickBox printing function rather
2012-03-21 Carl HetheringtonRename combo_map variable to scale_points.
2012-03-21 Carl HetheringtonAdd tooltips to plugin controls in the processor box
2012-03-21 Carl HetheringtonUpdate motorised button when a motorised surface's...
2012-03-21 Carl HetheringtonMake toggle MIDIControllables with program changes...
2012-03-21 Carl HetheringtonFix test build.
2012-03-20 Paul Davisuse the right include name
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.
next