summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_time_axis.cc
AgeCommit message (Expand)Author
2009-10-02now in gtk2_ardour: replace all instances of prop->value() == "yes" with stri...Paul Davis
2009-08-20simplify waveform menu itemsBen Loftis
2009-08-18menu item says Fader and Pan, so the automation track should say the same for...Ben Loftis
2008-11-03Dont move track backgrounds, so that they no longer disappear at high zooms, ...Nick Mainsbridge
2008-05-05fixes for 2 of 3 "fit-tracks" problems; new feature: 12 "view-states" and bin...Paul Davis
2008-05-02many changes related to region zooming; proto-visual state undo/redo stack; f...Paul Davis
2008-04-30first pass of dynamically resizable track heightsPaul Davis
2008-02-24make canvas text scale with font scaler; prevent bogus values from putting Na...Paul Davis
2008-02-21fix first_idle idea so that tracks added after session loading show up OKPaul Davis
2008-02-21fix deadlock in playlist::partition(); new first idle model, including messag...Paul Davis
2008-02-20notably speed up startup time by deferring streamview display untl the GUI is...Paul Davis
2008-02-20drop ruler_show[] in favor of specific editor actions; various new actions an...Paul Davis
2007-12-20try to make NewSessionDialog only show up when really needed, and only have n...Paul Davis
2007-11-26more ongoing SAE-driven changes (too many too list here)Paul Davis
2007-09-05optionally tie together editor+mixer display orders; provide GUI control for ...Paul Davis
2007-07-05New theme manager from trunk, backported to 2.0-ongoingDoug McLain
2007-03-12fixes from Carl H for a couple of bugletsPaul Davis
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2006-12-16added logarithmic option for waveform scaling. added save/restore of rectifi...Jesse Chappell
2006-12-14fix for crash when loading a session after running another, caused by not che...Paul Davis
2006-12-01PBD::strip_whitespace_edges() returns the empty string if the passed string isTaybin Rutkin
2006-10-26last minute cleanups before beta62.0beta6Paul Davis
2006-08-11Remove unnecessary header usage.Taybin Rutkin
2006-08-04 r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600Hans Fugal
2006-07-29Compiles, but doesn't link. The link errors are mostly expected and areHans Fugal
2006-07-26 r199@gandalf: fugalh | 2006-07-26 17:22:38 -0600Hans Fugal
2006-07-25 r191@gandalf: fugalh | 2006-07-24 19:50:10 -0600Hans Fugal
2006-06-22Merging from trunkHans Fugal
2006-05-31unfinished work on selection/HiG details, restore range ops destroyed by auto...Paul Davis
2006-05-24Fixed some valgrind errors from using uninitialized variables in Sampo Savolainen
2006-05-19fix for edit & mix group names getting lost at session loadPaul Davis
2006-05-17Remove CannotRecordNoInput signal (allowing recording without input connectio...Nick Mainsbridge
2006-04-22Prompter now prevents blank strings or unaltered names & now has a horizontal...Nick Mainsbridge
2006-04-19Change ArdourPrompter to not have an OK button by default, clean up new track...Nick Mainsbridge
2006-04-04a) start at creating ControlProtocol objectsPaul Davis
2006-03-29a) fix special button press handling for solo+mute buttonsPaul Davis
2006-03-20add remote control menu item to editor audio time axis viewsPaul Davis
2006-03-15found a couple more hard coded xpms :)Doug McLain
2006-03-08fix for erroneous use of a menu group; remove lots of cerr cruft; no playlist...Paul Davis
2006-03-08fix for deferred saves by StateManager-derivatives; changes to new/copy/clear...Paul Davis
2006-03-05export range markers patch (revisited), change selection model, copy-drag tem...Paul Davis
2006-02-14new color management design starts to take shape (canvas color only for now)Paul Davis
2006-01-20make F11 take us fullscreen (bug remains in edit pane position restore); redu...Paul Davis
2006-01-18fix track controls height allocation to be font sensitive; fix core dump rela...Paul Davis
2006-01-13All useage of ArdourPrompter checks for a valid result.Taybin Rutkin
2006-01-13Moved strip_whitespace_edges() to pbd/whitespace.hTaybin Rutkin
2006-01-10route list + edit group list now pretty much functional, plus preparations fo...Paul Davis
2005-12-22s/stringcr_t/const string &/Karsten Wiese
2005-12-17A possible method for correctly sizing the editor controls, and a couple butt...Doug McLain
2005-12-16use stringcr_t and gain 1/1000 binary size reduction. not thaat much...Karsten Wiese