summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view_item.cc
AgeCommit message (Expand)Author
2009-06-02Fix memory leak in name text pixbuf generation, move RegionView::_height to T...Nick Mainsbridge
2009-05-22Fix tape region view crash, remove unneeded include.Nick Mainsbridge
2009-05-19Fix record crash, use pixfufs instead of canvas text in markers, use leftmost...Nick Mainsbridge
2009-05-07Fix crash for TAV items that don't contain a name pixbuf.Nick Mainsbridge
2009-05-05Speed up regionview creation by using pixbufs for name labels instead of Gnom...Nick Mainsbridge
2008-10-10Don't set colours twice in new TimeAxisViewItems (from 3.0), fix the nostar r...Nick Mainsbridge
2008-09-29Backport drobilla's tempo bar cache from 3.0, fix track display regression, r...Nick Mainsbridge
2008-09-07Fix disappearing regionviews during rapid mouse movement plus grab/copy grab,...Nick Mainsbridge
2008-09-03Unify the canvases by moving groups around rather than using set_scrolling_re...Nick Mainsbridge
2008-05-23remove autostools files that should be there, and remove WIP stuff that shoul...Doug McLain
2008-05-22Remove sigc 2.0.18Doug McLain
2008-05-02many changes related to region zooming; proto-visual state undo/redo stack; f...Paul Davis
2008-04-17What used to be the pink recording rectangle is now blended into the recordin...Doug McLain
2007-07-05New theme manager from trunk, backported to 2.0-ongoingDoug McLain
2007-07-03remove static Pango::FontDescriptions, they cause glib errors because of init...Paul Davis
2007-04-26do not unnecessarily recompute streamview item heights; set axis view item na...Paul Davis
2007-04-05wash that pango right out of your hairPaul Davis
2007-04-03audun's tempo redraw fix; sort-of cache time axis view item name widths and a...Paul Davis
2007-04-02Make colors for clip markers controllable by ardour.colors. Default Sampo Savolainen
2007-03-19make rec-regions insensitive to events; fix up diskrate dialog textPaul Davis
2007-03-05new design for region dragging; make add route dialog float over the correct ...Paul Davis
2007-02-27tweak placement of region name text; patch from b0ef for color manager window...Paul Davis
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2007-01-13Decreased region opacity, smoothed out canvas/tempo line colours.David Robillard
2006-11-28crossfade views are only as long as the crossfades themselves, show verbose t...Nick Mainsbridge
2006-10-17reduce calls to fit_to_pixels(); flip back to old fix for rec regions botch; ...Paul Davis
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-07-13destructive track work: regions now display offset by bwf timeline reference,...Paul Davis
2006-07-11make waveforms centered when height hits NAME_HIGHLIGHT_THRESHOLDPaul Davis
2006-06-21the return of VST supportPaul Davis
2006-06-20fixes for libsndfile conversion issues, tape track waveform display and overl...Paul Davis
2006-04-27"The In-Flight Hack, 2006"Paul Davis
2006-04-20a) use ink extents in most places where we used to use logical extentsPaul Davis
2006-02-11miscellaneous fixes post-jesse's 24 bit file format changesPaul Davis
2005-12-22s/stringcr_t/const string &/Karsten Wiese
2005-12-14Use ARDOUR::stringcr_t (read: const std::string &) instead of std::string to ...Karsten Wiese
2005-11-27convert set_property("foo", bar) to property_foo() = barKarsten Wiese
2005-11-26compiles and runs, but crashes ... duhPaul Davis
2005-11-23Gnome::Canvas -> ArdourCanvas and some other small fixesNick Mainsbridge
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-10more work on actions and general compilabilityPaul Davis
2005-10-09fixes for utils.cc in gtk2_ardour and gtkmm2ext, including switch to Pango::F...Paul Davis
2005-10-09"finalmunge" patch from nick, plus work on editor region list and actions inf...Paul Davis
2005-10-06fix compose mess, and a number of 64 bit printf specsPaul 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-25Initial import of gtk2_ardour.Taybin Rutkin