tidy up (a bit) locations editing widget ; use pixbuf/string code from 2.0;remove...
[ardour.git] / gtk2_ardour / time_axis_view_item.cc
2009-11-12 Paul Davistidy up (a bit) locations editing widget ; use pixbuf...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-09-09 Paul Davistime line items now have 64 bit location + duration...
2009-08-10 Paul Davisregion trimming and height patch from lincoln. great...
2009-08-08 Paul Daviswaf build works on OS X ; new bindings file and process...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-09 Carl HetheringtonBack out big shared_ptr change. Moving to a branch...
2009-07-09 Carl HetheringtonUse shared_ptr for the TimeAxisView hierarchy.
2009-06-08 Carl HetheringtonFurther refactoring of drag code. Changes so that...
2009-05-22 Nick MainsbridgeFix tape region view crash.
2009-05-21 Nick MainsbridgeA different fix for record crash, use pixfufs instead...
2009-05-14 Sampo SavolainenInitialize name_pixbuf and make sure set_name_text...
2009-05-13 Nick MainsbridgeUse pixbufs as region name labels rather than Gnome...
2009-05-01 Carl HetheringtonCouple of fixes to route / mixer strip ordering which...
2009-02-26 David RobillardFix a bunch of warnings.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-01-02 Carl HetheringtonCleanups and a few comments.
2008-12-23 Carl HetheringtonFix stacked regions display mode.
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-10-07 Nick MainsbridgeFix non-disappearing tracks when hiding, don't set...
2008-09-19 David RobillardMerge all the (disconcertingly missing) track/region...
2008-09-14 David RobillardMore gracefully handle type mismatch errors when doing...
2008-09-10 Paul Davismerge 2.0-ongoing into 3.0 @ 3581 - 3710
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2007-08-05 David RobillardI can't believe it's not one canvas! (TM)
2007-07-05 David RobillardScale MIDI track vertical range to match widgest range...
2007-07-03 Paul Davisremove static Pango::FontDescriptions, they cause glib...
2007-06-29 Doug McLainMoved canvas colors and theme file selection into new...
2007-06-15 Doug McLainMajor Theme Manager changes, see ardour-dev
2007-05-17 Carl HetheringtonAdd stacked lanes mode which displays regions on differ...
2007-04-30 Paul Davismoved 2.1-staging to trunk @ rev 1765
2007-04-29 David RobillardMerged with trunk R1761
2007-04-26 Paul DavisMerged changes from trunk 1699:1751 into 2.1-staging
2007-04-12 David RobillardMerged with trunk R1705.
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-04-05 Paul Daviswash that pango right out of your hair
2007-04-03 Paul Davisaudun's tempo redraw fix; sort-of cache time axis view...
2007-04-02 Sampo SavolainenMake colors for clip markers controllable by ardour...
2007-03-19 Paul Davismake rec-regions insensitive to events; fix up diskrate...
2007-03-18 David RobillardMerged with trunk R1612.
2007-03-05 Paul Davisnew design for region dragging; make add route dialog...
2007-02-27 Paul Davistweak placement of region name text; patch from b0ef...
2007-02-22 Paul Davisremove all lines to avoid recompiles after commits
2007-01-15 David RobillardMerged with trunk R1327.
2007-01-13 David RobillardDecreased region opacity, smoothed out canvas/tempo...
2007-01-09 David RobillardMerged with trunk R1283.
2006-11-28 Nick Mainsbridgecrossfade views are only as long as the crossfades...
2006-10-21 David RobillardMerged with trunk R992.
2006-10-17 Paul Davisreduce calls to fit_to_pixels(); flip back to old fix...
2006-09-28 Paul Davisfixes for destructive track offsets of various kinds...
2006-08-04 Hans Fugal r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
2006-07-14 David RobillardMerge big changes (mostly Controllable) from trunk
2006-07-13 Paul Davisdestructive track work: regions now display offset...
2006-07-11 Paul Davismake waveforms centered when height hits NAME_HIGHLIGHT...
2006-06-26 David RobillardLarge nasty commit in the form of a 5000 line patch...
2006-06-22 Hans FugalMerging from trunk
2006-06-21 Paul Davisthe return of VST support
2006-06-21 David RobillardMerged with trunk
2006-06-20 Paul Davisfixes for libsndfile conversion issues, tape track...
2006-04-27 Paul Davis"The In-Flight Hack, 2006"
2006-04-20 Paul Davisa) use ink extents in most places where we used to...
2006-02-11 Paul Davismiscellaneous fixes post-jesse's 24 bit file format...
2005-12-22 Karsten Wieses/stringcr_t/const string &/
2005-12-14 Karsten WieseUse ARDOUR::stringcr_t (read: const std::string &)...
2005-11-27 Karsten Wieseconvert set_property("foo", bar) to property_foo()...
2005-11-26 Paul Daviscompiles and runs, but crashes ... duh
2005-11-23 Nick MainsbridgeGnome::Canvas -> ArdourCanvas and some other small...
2005-11-13 Paul Davistime_axis_view now compiles
2005-11-13 Nick Mainsbridgesome C++-ification of GnomeCanvasBlah
2005-11-12 Paul Davisincomplete changes based on karsten's megapatch
2005-10-10 Paul Davismore work on actions and general compilability
2005-10-09 Paul Davisfixes for utils.cc in gtk2_ardour and gtkmm2ext, includ...
2005-10-09 Paul Davis"finalmunge" patch from nick, plus work on editor regio...
2005-10-06 Paul Davisfix compose mess, and a number of 64 bit printf specs
2005-09-25 Taybin RutkinSwitched to use libgnomecanvas (not the C++ one).
2005-09-25 Taybin Rutkinreplaced slot() with mem_fun() and ptr_fun().
2005-09-25 Taybin RutkinInitial import of gtk2_ardour.