summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2007-01-17prevent x-thread calling of ARDOUR_UI::parameter_changed()2.0beta11Paul Davis
git-svn-id: svn://localhost/ardour2/trunk@1342 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-17fix absolute fade in/out length during drag and odd select/deselect behaviourPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1340 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-17region fade in operations now mapped over the current region selectionPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1338 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-17fix for height of editor hscrollbarPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1337 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-17add sampo's synthesize_sources perl script to tools; add ↵Paul Davis
scroll-playhead-{forward,backward} with ctrl-<arrow> default bindings (for mr beasley) git-svn-id: svn://localhost/ardour2/trunk@1336 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-17a better version of: fix compile with FFT_ANALYSIS=1, problem caused by a ↵Paul Davis
change in the type of RegionSelection git-svn-id: svn://localhost/ardour2/trunk@1335 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-17fix compile with FFT_ANALYSIS=1, problem caused by a change in the type of ↵Paul Davis
RegionSelection git-svn-id: svn://localhost/ardour2/trunk@1334 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-17merge by hand changes from mtaht to fix up export behaviour, and gcc ↵Paul Davis
warnings when optimized git-svn-id: svn://localhost/ardour2/trunk@1332 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-17fix ordering of cut/copied regions when pasting; ctrl-click now does the ↵Paul Davis
right thing the first time its used on a region; fix missing click and other dubious behaviour in new sessions caused by not connecting to Configuration::ParameterChanged in the new session constructor git-svn-id: svn://localhost/ardour2/trunk@1331 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-14mo' better fixins fer xfades, plus reinstate hiding xfades during dragsPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1325 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-13Decreased region opacity, smoothed out canvas/tempo line colours.David Robillard
git-svn-id: svn://localhost/ardour2/trunk@1322 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-11Fixed ui.rcSampo Savolainen
git-svn-id: svn://localhost/ardour2/trunk@1315 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-11various fixes to named selection mgmt and display, plus fixes for xfade mgmt ↵Paul Davis
and a bit of debugging for them too git-svn-id: svn://localhost/ardour2/trunk@1313 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-11try to rationalize zoom/scroll ops for the canvasPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1305 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-10Make the script report if the system introduces a memlock limitSampo Savolainen
git-svn-id: svn://localhost/ardour2/trunk@1302 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-10save playhead + edit cursor, restore on session load; fix big clock editing ↵Paul Davis
(removed) and thread issues there git-svn-id: svn://localhost/ardour2/trunk@1300 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-10More polish. Don't try to import directories.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1299 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-10SFDB_UI polish. Hitting return will apply tags and search the tags field.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1298 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-10fix xfade logic and use shared_ptr for xfadesPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1297 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-10use AudioClock::set_widget_name() for rec status in big clock, not ↵Paul Davis
set_name(), to solve BUG #1411 git-svn-id: svn://localhost/ardour2/trunk@1295 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-10Actually pass attr's to pthread_create...David Robillard
git-svn-id: svn://localhost/ardour2/trunk@1294 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-10Reduced allocated stack sizes. Trims about 13MB of memory consumption.David Robillard
git-svn-id: svn://localhost/ardour2/trunk@1293 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-08fix audio clock restore, provide XMLNode::property (string) and speed up the ↵Paul Davis
property methods by not scanning the map twice. sorry about the recompile git-svn-id: svn://localhost/ardour2/trunk@1286 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-08save and restore clock modesPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1283 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-07missing file for : fix startup order (ARDOUR::init() vs. AudioEngine ↵Paul Davis
creation); start work on clock state saving git-svn-id: svn://localhost/ardour2/trunk@1282 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-07fix startup order (ARDOUR::init() vs. AudioEngine creation); start work on ↵Paul Davis
clock state saving git-svn-id: svn://localhost/ardour2/trunk@1281 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-07Warning fixes.David Robillard
git-svn-id: svn://localhost/ardour2/trunk@1280 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-05actually fix cleanup design, plus buglet that used the wrong directory to ↵Paul Davis
store files in when cleaned up git-svn-id: svn://localhost/ardour2/trunk@1276 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-05Soundfile tag searching implemented.Taybin Rutkin
Also added mucho polish to the Sfdb. git-svn-id: svn://localhost/ardour2/trunk@1275 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-05use dynamic bitsets for send + port insert naming; fix up ardev, arval etc ↵Paul Davis
more generically git-svn-id: svn://localhost/ardour2/trunk@1274 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-05First pass of sfdb tag searching. Not functional, but very very close.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1272 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-04New swedish translations by Petter SundlöfSampo Savolainen
git-svn-id: svn://localhost/ardour2/trunk@1270 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-04copy older versions of the session file, fix up ardev to work again using ↵Paul Davis
%VERSION% git-svn-id: svn://localhost/ardour2/trunk@1268 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-03Made transition to h/w optimizations on by default complete2.0beta10Sampo Savolainen
git-svn-id: svn://localhost/ardour2/trunk@1266 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-03* added max peak hold state to IO so that the true held peaks can be displayedJesse Chappell
in the numeric field in the gui. * returned meter falloff to proper slower speeds git-svn-id: svn://localhost/ardour2/trunk@1265 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-03do proper install on x86_64 system, remove stupid debuggig code from panner, ↵Paul Davis
handle port registration error with its own error message git-svn-id: svn://localhost/ardour2/trunk@1264 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-03prevent massive, multiple, pointless keybindings saves during startupPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1263 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-03massive changes to clean up what happens during session destruction when an ↵Paul Davis
exception is thrown git-svn-id: svn://localhost/ardour2/trunk@1261 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-02patches from Stephane Letz for JACK, and Nimal Ratnayake for play range and ↵Paul Davis
play region git-svn-id: svn://localhost/ardour2/trunk@1260 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-02finish use of EnumWriter for saving flags etc. throughout the session filePaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1259 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-02Fix for SMPTE clock text entryNick Mainsbridge
git-svn-id: svn://localhost/ardour2/trunk@1258 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-02General SMPTE fixes mostly relating to non-integer frame rates. Please Test. ↵Nick Mainsbridge
Fix for sometimes entering an invalid SMPTE format by CHANGING THE SESSION FILE. ****Warning. the SMPTE frame rate will be reset to 30 NDF if you load an old sessionardour2_broken/***. Calculate the HMS verbose canvas cursor properly. Fix incorrect SMPTE display in clocks/VCC. Standardise size of SMPTE display in editor clocks. Make the zoom controls smaller (anyone with some smaller icons?). git-svn-id: svn://localhost/ardour2/trunk@1257 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-12-31updated disabled panner colors so they are visible.Jesse Chappell
git-svn-id: svn://localhost/ardour2/trunk@1256 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-12-30tweaked panner appearance and consistency, panner line now distinct color ↵Jesse Chappell
from triangles. shift-click now reverts panner to center, left or right depending on number of channels. minor updates to osx app build script. fixed region editor re-show problem. git-svn-id: svn://localhost/ardour2/trunk@1253 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-12-22more panner tweaksPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1245 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-12-22more panner tweaksPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1244 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-12-21fix crashing bug on cut operation; panner noodlingPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1243 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-12-21use ustring more; handle embedding of "paired" files as per mantis #1362Paul Davis
git-svn-id: svn://localhost/ardour2/trunk@1241 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-12-21more panner tweakingPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1239 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-12-21minor visual change for pannerPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1238 d708f5d6-7413-0410-9779-e7cbd77b26cf