summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.cc
AgeCommit message (Expand)Author
2006-11-02allow track selection to be toggled (ctrl-clicked); potential fixes for tape ...Paul Davis
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-08-03Oops. forgot the most important file of previous commit.Sampo Savolainen
2006-07-13destructive track work: regions now display offset by bwf timeline reference,...Paul Davis
2006-07-11Make it possible to edit multiple pan automation linesSampo Savolainen
2006-07-11make waveforms centered when height hits NAME_HIGHLIGHT_THRESHOLDPaul Davis
2006-06-21the return of VST supportPaul Davis
2006-04-20a) use ink extents in most places where we used to use logical extentsPaul Davis
2006-04-10a) moved metering and meter falloff code into libardourPaul Davis
2006-04-10Reinstate mouse scroll actions (audio clocks, shuttle wheel, faders), clearin...Nick Mainsbridge
2006-03-31fix track control table height issues (hopefully for the last timePaul Davis
2006-03-072006-03-04 Tim Mayberry <mojofunk@gmail.com>Tim Mayberry
2006-02-14new color management design starts to take shape (canvas color only for now)Paul Davis
2006-02-07restore many keybindings from ardour 0.99Paul 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-03"fix" track heights etc.Paul Davis
2005-12-24various changes to controls_layout size managementPaul Davis
2005-12-23use scroll handling instead of button 4/5 (incomplete)Paul Davis
2005-12-17A possible method for correctly sizing the editor controls, and a couple butt...Doug McLain
2005-12-12editor window layout changes, and lots morePaul Davis
2005-11-28mega commit to remove gtk_object cruft, and much other stuffPaul Davis
2005-11-23strip keyboard.cc of noxious focus handling stuff, and cleanupPaul Davis
2005-11-14editor_canvas_events.cc now compilesPaul Davis
2005-11-13time_axis_view now compilesPaul Davis
2005-11-13some C++-ification of GnomeCanvasBlahNick Mainsbridge
2005-11-12incomplete changes based on karsten's megapatchPaul Davis
2005-10-06fix compose mess, and a number of 64 bit printf specsPaul Davis
2005-10-06a few more header files fixes, plus cleanup from nick_m, and the start of Act...Paul Davis
2005-09-26continuing fixes to get this shibboleth to compilePaul Davis
2005-09-26rename all GTK signalsPaul Davis
2005-09-25Switched to use libgnomecanvas (not the C++ one).Taybin Rutkin
2005-09-25replaced slot() with mem_fun() and ptr_fun().Taybin Rutkin
2005-09-25Fly my pretties!Taybin Rutkin
2005-09-25Initial import of gtk2_ardour.Taybin Rutkin