Merge branch 'master' into windows
[ardour.git] / gtk2_ardour / marker.cc
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-12 Paul Davismerge with master
2013-09-12 Paul Davisincomplete merge of master into windows (requires upcom...
2013-09-06 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-08-24 Paul Davisfix merge conflicts from master
2013-08-02 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul Davisfix merge conflict from master
2013-07-31 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-07-22 Tim MayberryFix for ambiguous Polygon type when building with MinGW
2012-05-23 Carl HetheringtonNudge markers up one pixel (should fix #4620).
2011-06-02 Paul Davisaudio clock switchover part2: remove most egregious...
2011-06-01 David RobillardDelete trailing whitespace
2010-12-29 Paul Davisremove line parent member from Marker
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-14 Carl HetheringtonFix crash on removing marker.
2010-11-13 Carl HetheringtonAdd backgrounds to marker labels.
2010-11-12 Carl HetheringtonPrevent marker labels overlapping. Fixes #3535.
2010-11-12 Carl HetheringtonFix update of range marker names. Fixes #3533.
2010-11-11 Carl HetheringtonVisual tweaks to marker lines.
2010-11-11 Carl HetheringtonFurther fixes for #3529. Show marker lines the same...
2010-09-26 Paul Daviscorrect version of: port cairo ARGB/BGRA -> pixbuf...
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-09-14 Paul Davisremove Glib::ustring from gtk2_ardour
2010-03-16 Paul Davischanges from 2.X starting in march 2009 through oct...
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-11 Paul Davismake all use of bind/mem_fun be explicitly sigc::
2009-11-25 Paul Daviscarl's wondrous DnD VBox patch - processor boxes are...
2009-11-12 Paul Davistidy up (a bit) locations editing widget ; use pixbuf...
2009-11-12 Paul Davismarkers are not allowed to have empty names, especially...
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-08 Paul Daviswaf build works on OS X ; new bindings file and process...
2009-05-21 Nick MainsbridgeA different fix for record crash, use pixfufs instead...
2009-05-12 Carl HetheringtonRemove most using declarations from header files.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2008-12-18 Carl HetheringtonRemove unnecessary 0 checks before delete; see parashif...
2008-09-10 Paul Davismerge 2.0-ongoing into 3.0 @ 3581 - 3710
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-03-17 Paul Davismerge with 2.0-ongoing @ rev 3147
2008-01-12 David RobillardMerge with 2.0-ongoing R2885.
2008-01-10 David RobillardMerge libs/ardour and gtk2_ardour with 2.0-ongoing...
2007-11-12 Paul Davismerged with trunk revs 2605-2627
2007-07-03 Paul Davisremove static Pango::FontDescriptions, they cause glib...
2007-06-29 Doug McLainremove color.h
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-06-03 David RobillardMoved some colours from hardcoded to ardour.colour...
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-03-18 David RobillardMerged with trunk R1612.
2007-02-22 Paul Davisremove all lines to avoid recompiles after commits
2006-10-21 David RobillardMerged with trunk R992.
2006-09-28 Paul Davisfixes for destructive track offsets of various kinds...
2006-01-20 Nick Mainsbridgea nice excuse for some keybindings, make some markers...
2006-01-10 Nick Mainsbridgemove range labels, attempt to make them look nicer...
2005-12-12 Paul Daviseditor window layout changes, and lots more
2005-12-08 Paul Davismeter/tempo bars show again, fix tempo/meter dialogs...
2005-11-27 Karsten Wieseconvert set_property("foo", bar) to property_foo()...
2005-11-24 Paul Davisadvance compiling to the m*.cc point
2005-11-23 Nick MainsbridgeGnome::Canvas -> ArdourCanvas and some other small...
2005-11-22 Paul Davisplugin selector from doug; lots and lots of fixes from...
2005-11-15 Paul Davislatest work
2005-11-13 Nick Mainsbridgesome C++-ification of GnomeCanvasBlah
2005-10-09 Paul Davisfixes for utils.cc in gtk2_ardour and gtkmm2ext, includ...
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.