summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_markers.cc
AgeCommit message (Expand)Author
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2013-01-10tweak recent change to marker context menuPaul Davis
2013-01-09add/clarify "set range (location) from (range|region) selection" operation (o...Paul Davis
2012-11-28edit operations should depend on the existence of an explicit range, NOT the ...Ben Loftis
2012-06-19Add option to add new range marker from the context menu without needing the ...Carl Hetherington
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2012-03-22Fix double separator on session range context menu.Carl Hetherington
2012-03-22Remove unused op parameter to temporal_zoom_by_frame. Add Zoom to Range opti...Carl Hetherington
2011-10-20Save marker selection state in instant.xml (#4203).Carl Hetherington
2011-10-18Add a couple of missing ellipses to menu items.Carl Hetherington
2011-10-16Remove unused method transport_marker_context_menu(). AllowCarl Hetherington
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-05Fix marker deletion from 9479 properly.Carl Hetherington
2011-05-05Remove LocationMarker from the editor's lists before deleting it, as the dele...Carl Hetherington
2011-04-23Remove unnecessary refresh_location_display_s method. Speed up marker loadin...Carl Hetherington
2011-04-19Add missing ellipsis on Edit menu item.Carl Hetherington
2011-01-04Restore context menu to session markers. Fixes #3655.Carl Hetherington
2010-12-29remove line parent member from Marker, part 3Paul Davis
2010-11-14Fix crashes after removing markers.Carl Hetherington
2010-11-12Prevent marker labels overlapping. Fixes #3535.Carl Hetherington
2010-11-12Fix update of range marker names. Fixes #3533.Carl Hetherington
2010-11-11Visual tweaks to marker lines.Carl Hetherington
2010-11-11Further fixes for #3529. Show marker lines the same colour as their marker; ...Carl Hetherington
2010-11-10Option to show lines below markers (#3529).Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-08-10Improve ctrl-click behaviour of automation points. Should fix #3385.Carl Hetherington
2010-08-09Allow markers to be glued to bar/beat time. Fixes #1815.Carl Hetherington
2010-08-09Copy-edit.Carl Hetherington
2010-08-07Use a ticked Lock item for markers rather than Lock / Unlock. Fixes #2136.Carl Hetherington
2010-05-09Fix programming error on removing marker.Carl Hetherington
2010-05-05Small cleanups to dragging code. Fix assertion failure on dragging a regions...Carl Hetherington
2010-05-02Prevent multiple tempo / meter changes being inserted at the same pointCarl Hetherington
2010-04-18Make the session start/end location a single location (with start and end) ra...Carl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-02-19change PropertyChange from a bitfield into a real object, with all the many w...Paul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2010-01-12Allow multiple simulataneous Drags to be active, and hence set up and drag ti...Carl Hetherington
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-11-12tidy up (a bit) locations editing widget ; use pixbuf/string code from 2.0;re...Paul Davis
2009-10-30Trim session.h include dependency tree.David Robillard
2009-10-23Clean up and simplify code to find marks before and after a position, and hen...Carl Hetherington
2009-10-19Tidy up window titles, according to GNOME HIG and as suggested in mantis 2803.Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-21Clean up range menu a bit. Make a couple of range actions happen to all trac...Carl Hetherington