summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
AgeCommit message (Expand)Author
2010-04-16rationalize track selection and range selectionBen Loftis
2009-09-26open un-writable sessions without complaining, and desensitize all/most actio...Paul Davis
2009-06-26playlist sort patch from nick_m, improves ordering of playlists in menu. smal...Paul Davis
2009-04-16fix minor issues with displaying and hiding plugin automation lanes. the men...Ben Loftis
2009-03-24VST omnibus commit edition: use wine_pthread_create() everywhere instead of p...Paul Davis
2009-03-23always build automation menu for route_time_axis, even for SAE versionPaul Davis
2008-11-30clarify ownership and management of RouteUI::remote_control_menuPaul Davis
2008-11-25a slightly better fix than colinf's for the hang-when-resizing-while-renaming...Paul Davis
2008-11-12Update sae bindings and menus.Nick Mainsbridge
2008-11-03Dont move track backgrounds, so that they no longer disappear at high zooms, ...Nick Mainsbridge
2008-11-01Ignore triple clicks for mute/solo/rec-enable (fixes long-standing insensitiv...Nick Mainsbridge
2008-10-08Fix for grouped playlist bug mentioned in the 3rd comment of bug report 1274.Sampo Savolainen
2008-10-05Primitive take system: active edit groups now dictate playlist decisions. Sampo Savolainen
2008-10-05make RouteUI and its children and relations able to switch the Route/IO objec...Paul Davis
2008-06-18colinf's patch to make editor faders insensitive to scroll wheel events witho...Paul Davis
2008-06-17refactor GainMeter so that it can used by RouteTimeAxisView, and thus bring a...Paul Davis
2008-06-17fix for #2296 (plugins shown twice in automation menus)Paul Davis
2008-05-11Fix compilation with GCC 4.3 (at least with SYSLIBS=1).David Robillard
2008-05-05fixes for 2 of 3 "fit-tracks" problems; new feature: 12 "view-states" and bin...Paul Davis
2008-05-01phase two (of 3 or 4) for zoom-to-region et alPaul Davis
2008-04-30first pass of dynamically resizable track heightsPaul Davis
2008-04-21fix mix group problems caused by recursive loop when modifying gain/guiPaul Davis
2008-03-30hide the gain slider when track area is too smallBen Loftis
2008-03-24small change to logic for track selection when context/button clicking on a t...Paul Davis
2008-02-15TrackfadersDoug McLain
2008-01-18audun's waveview outline patch; some diskstream fixes; real splash screen; mo...Paul Davis
2007-12-20change behaviour of play-at-edit-point....; fix crash in SAE context with aut...Paul Davis
2007-12-20try to make NewSessionDialog only show up when really needed, and only have n...Paul Davis
2007-12-04Make level meter colors user definable. Base, Mid, Top, and Clip colors are d...Doug McLain
2007-11-28parametize modifier key usage; fix keyboard-driven sync point setting; add la...Paul Davis
2007-11-28provide support for playhead-to-next/previous-region-boundary actions, and bi...Paul Davis
2007-11-26more ongoing SAE-driven changes (too many too list here)Paul Davis
2007-11-20Create new LevelMeter class for meter only widgets. This and some better pac...Doug McLain
2007-11-20connect trackmeters to existing I/O change signalsDoug McLain
2007-11-19Add meters to busses too, and hide meter once again for smallest sizeDoug McLain
2007-11-19Fix connect/disconnect of meter updating, and keep meters visible for now, to...Doug McLain
2007-11-19more fixes for toggling on/off of the metersDoug McLain
2007-11-18More fixing on the toggling on/off of the track metersDoug McLain
2007-11-17Level meters added to editor tracks, smaller and aboveDoug McLain
2007-11-01new ancestral data handling for regions; new Stretch AudioFilter replaces ses...Paul Davis
2007-10-06Backport fix from trunk for selection of regions that are in edit groups.Carl Hetherington
2007-09-02limited history depth (no GUI yet); more work on import dialog and semanticsPaul Davis
2007-07-05New theme manager from trunk, backported to 2.0-ongoingDoug McLain
2007-05-18allow diskstream deletion after a track is removed by using weak_ptr<Diskstre...Paul Davis
2007-04-26no renaming tracks that are record-enabledPaul Davis
2007-02-13fix buttons, finally?Paul Davis
2007-02-13give mixer (R|M|S) buttons back their special statusPaul Davis
2007-02-11This one's for oofus: optionally show solo mute status (FEATURE FREEZE my ass!)Paul Davis
2007-02-09fixes for new button code; don't even make destructible sources non-writable;...Paul Davis
2007-02-09strip X specific from keyboard.cc; fix up many buttons to avoid prelight (mos...Paul Davis