summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_markers.cc
AgeCommit message (Expand)Author
2015-04-21merge fix for tempo branchBen Loftis
2015-03-13Right-clicking on the Loop/Punch ruler should "Do Something".Ben Loftis
2015-02-12Separate out creation of xrun markers from Editor::mouse_add_new_marker()Colin Fletcher
2014-12-18Add editor selection state to session history via a SelectionMemento, whichnick_m
2014-11-14add abort() to non-reached codeRobin Gareus
2014-10-24port changes to ARDOUR::Location and ARDOUR::Locations APIs from Tracks to Ar...Paul Davis
2014-09-19use new ARDOUR::Location signals in GUIPaul Davis
2014-09-17remove old connections to (now) static Location signalsPaul Davis
2014-09-15fix various loop-initiation faultsBen Loftis
2014-06-22more canvas refactoring.Paul Davis
2014-06-21use newly factored canvas in gtk2_ardourPaul Davis
2014-06-03initial redesign of canvas scrolling to facilitate independent x- and y-axis ...Paul Davis
2014-04-10remove final reference to jack headersPaul Davis
2014-03-15Move '++next' (when sorting marker labels) so there's absolutely no chance of...John Emmas
2014-03-14fix thinko when relabelling markersPaul Davis
2014-01-27various work to make loop/punch display work better (including fixes for bugs...Paul Davis
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2013-10-31fix merge with masterPaul Davis
2013-10-25Don't allow loop, punch, or session range markers to be renamed.Colin Fletcher
2013-10-25Mark session dirty when a marker is renamed.Colin Fletcher
2013-10-25Make double-click on marker pop up rename dialogue.Colin Fletcher
2013-09-21Merge remote-tracking branch 'remotes/origin/cairocanvas' into windowsJohn Emmas
2013-07-11Fix ambiguous type CheckMenuItem that is also defined via windows.hPaul Davis
2013-05-02merge resolution with masterPaul Davis
2013-04-30remove unnecessary sigc++ headerPaul Davis
2013-04-17fix clamping of line and rect coordinates to avoid issues with cairo when dra...Paul Davis
2013-04-12leftmost_position => leftmost_sample, current_page_frames => current_page_sam...Paul Davis
2013-04-12change all frame_to_pixel and pixel_to_frame to sample_to_pixel and pixel_to_...Paul Davis
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