summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2007-02-22don't change waveform zoom level when waveform is hidden, to save peak ↵Paul Davis
reloads, remove unused Editor signal git-svn-id: svn://localhost/ardour2/trunk@1487 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-21fix stupid error in last commitPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1482 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-20new (commented) continuous scroll from ben; fix for max() issues in MCP codePaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1481 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-20make MMC work again, make tracing MIDI input work again, add GUI control for ↵Paul Davis
MMC device ID ++ git-svn-id: svn://localhost/ardour2/trunk@1480 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-19back out continuous scroll change inadvertently committed as part of rev 1477Paul Davis
git-svn-id: svn://localhost/ardour2/trunk@1478 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-19make transport buttons and shuttle controller work with MIDI CC'sPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1477 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-19mike taht's --sync handling patchPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1476 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-19remote control IDs follow editor/mixer view order; fix multiple display of ↵Paul Davis
disk over/under run errors; don't show automation editing cursor unless you actually edit it git-svn-id: svn://localhost/ardour2/trunk@1474 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-16wierd->weird misspeling fix.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1469 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-15This creates an export direcory for new sessions. The export dialog will ↵Doug McLain
also default to that directory git-svn-id: svn://localhost/ardour2/trunk@1466 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-15fix reverse play buffer refilling; turn on Blink signal againPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1464 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-14make mixer strip rec-enable button behave like othersPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1456 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-13remove ardour.bindings from svn, and build using sconsPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1455 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-13fix buttons, finally?Paul Davis
git-svn-id: svn://localhost/ardour2/trunk@1454 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-13Hack to return the rec enable buttons back to their original color after ↵Doug McLain
disarming them, instead of turning #565690 like they are right now git-svn-id: svn://localhost/ardour2/trunk@1453 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-13give mixer (R|M|S) buttons back their special statusPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1452 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-13the buttons will submit to my rule! prelight-when-active, be gonecd ↵Paul Davis
/usr/local/music/src/ardour git-svn-id: svn://localhost/ardour2/trunk@1451 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-11This one's for oofus: optionally show solo mute status (FEATURE FREEZE my ass!)Paul Davis
git-svn-id: svn://localhost/ardour2/trunk@1448 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-09prevent wastebasket flush after cleanup, force wait till session reload; fix ↵Paul Davis
bad property names for transport controllables git-svn-id: svn://localhost/ardour2/trunk@1442 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-09fixes for new button code; don't even make destructible sources ↵Paul Davis
non-writable; add a new binding/bindable for hte shuttle controller git-svn-id: svn://localhost/ardour2/trunk@1440 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-09strip X specific from keyboard.cc; fix up many buttons to avoid prelight ↵Paul Davis
(mostly) and make transport buttons bindable (state not saved yet); use const char* not string in route order keys to avoid pointless mallocs during route sorting git-svn-id: svn://localhost/ardour2/trunk@1437 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-08Missed a deprecated gtkmm API.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1436 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-08Switched from GdkWindow::get_geometry() to get_size() as suggested by the ↵Taybin Rutkin
gtkmm documentation. get_size() is better supported and faster too. git-svn-id: svn://localhost/ardour2/trunk@1435 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-08Removed usage of deprecated gtkmm API.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1434 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-08select track in range mode even on region & related objectsPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1432 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-06fix misdesign of VST GUI threadPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1428 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-06some fixes/improvements for track selection; add upload target to manual ↵Paul Davis
makefile; do not build peakfile for SilentFileSource git-svn-id: svn://localhost/ardour2/trunk@1426 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-05use SilentFileSource when sources cannot be foundPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1424 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-03use ensure_float() on memory limit warning dialogPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1423 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-03make zoom rect extend to cover all tracks, no matter when addedPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1422 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-03tweak panner drawingPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1420 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-02new keyboard bindings for moving playhead to region starts+ends ; use spin ↵Paul Davis
button for tempo, as per #1449 git-svn-id: svn://localhost/ardour2/trunk@1409 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-01add a persistent folder variable so that every time the sfdb_ui is created, ↵Paul Davis
it shows the same location that it was left in git-svn-id: svn://localhost/ardour2/trunk@1404 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-01Moved GroupButtons to gtkmm2extTaybin Rutkin
Fixed stacktrace.cc compilation. git-svn-id: svn://localhost/ardour2/trunk@1403 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-01select track on context press in a StreamItem, so that context menu ops workPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1402 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-31remove ardour_message.{cc,h}; JACK latency menu now shows correct settings ↵Paul Davis
at startup and changes are handled correctly; export range markers doesn't start with /path/to/export.wav, just /path/to; hopefully improve ruler scrolling a little; fixed up short_path() implementation ; fix for export unsetting JACK freewheel too soon ; use ISO 8061 timestamps for snapshot default names git-svn-id: svn://localhost/ardour2/trunk@1400 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-29small change to region creation for make-mono-regions; add untested ↵Paul Davis
short_path(); fix double-redraws when canvas zoom/position changes git-svn-id: svn://localhost/ardour2/trunk@1396 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-26fix "make mono regions", mostlyPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1392 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-25fix import/embed of multichannel audiofiles, as per #1433Paul Davis
git-svn-id: svn://localhost/ardour2/trunk@1386 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-24allow control points with the same x (pixel) coordinate, now that ↵Paul Davis
libart_lgpl does too git-svn-id: svn://localhost/ardour2/trunk@1380 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-24more region selection tweaksPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1379 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-24minor selection tweak to avoid finding regions in an existing track ↵Paul Davis
selection under the wrong circumstances git-svn-id: svn://localhost/ardour2/trunk@1378 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-24add GUI control for use-overlap-equivalencyPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1377 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-23add transition_to_{roll,reverse}Paul Davis
git-svn-id: svn://localhost/ardour2/trunk@1376 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-23a variety of bits and pieces for selection opsPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1375 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-20Fix for 8 controls max per column in ladspa plugin windows from Olivier Doare.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1366 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-18more games with selectionPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1360 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-18more futzing with selectionsPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1359 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-18force UTF-8 handling of i18n files at run timePaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1358 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-18new german translation update from sebastian arnoldPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1357 d708f5d6-7413-0410-9779-e7cbd77b26cf