summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
AgeCommit message (Expand)Author
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
2007-02-06some fixes/improvements for track selection; add upload target to manual make...Paul Davis
2007-01-05actually fix cleanup design, plus buglet that used the wrong directory to sto...Paul Davis
2006-12-21fix crashing bug on cut operation; panner noodlingPaul Davis
2006-12-19make shift-click (extend) selection operation on track headers etc. work Paul Davis
2006-12-14fix for crash when loading a session after running another, caused by not che...Paul Davis
2006-12-14use shared_ptr for all Playlist handling; cleanup works againPaul Davis
2006-12-08fix required library versions; fix use of shared_ptr by redirect_box; fix dou...Paul Davis
2006-12-05Make playlist selected from another track visible in the playlist menuSampo Savolainen
2006-12-04New playlist dialog "New" button active from the start and playlist name Sampo Savolainen
2006-12-01PBD::strip_whitespace_edges() returns the empty string if the passed string isTaybin Rutkin
2006-11-30Make playlist "New copy" foolproof: bump names until a unique one is Sampo Savolainen
2006-11-22patch from brian to get consistent menu behaviourPaul Davis
2006-11-15fix hover-expand mode for a couple of treeviews; make solo/rec/mute MIDI bind...Paul Davis
2006-11-13Fixed refresh of strip and track hide buttons.Taybin Rutkin
2006-11-11use thorsten's hide iconPaul Davis
2006-11-11make X on track hide button visible; fix signed/unsigned warningPaul Davis
2006-11-11use thorsten's new record button icons; fix history rebuild error caused by u...Paul Davis
2006-11-11fix reload of region gain envelopes, freeze works from start ... end instead ...Paul Davis
2006-11-09first pass on track mode switch; fixes to dangling region refs after capture;...Paul Davis
2006-10-26last minute cleanups before beta62.0beta6Paul Davis
2006-10-19major changes to Region, AudioRegion, Playlist, AudioPlaylist and Crossfade s...Paul Davis
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis