summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
AgeCommit message (Expand)Author
2014-02-26convert canvas_event_frame() and window_event_frame() to canvas_event_sample(...Paul Davis
2014-01-27various work to make loop/punch display work better (including fixes for bugs...Paul Davis
2014-01-17Merge branch 'master' into cairocanvasPaul Davis
2014-01-17use Glib URI utility function to generate a local filename from a URI, rather...Paul Davis
2013-12-28Merge branch 'master' into cairocanvasPaul Davis
2013-12-28prevent 0-pointer dereference in editor_routes.cc - fixes #5794Robin Gareus
2013-10-31all events propagate out of the canvas in canvas coordinates now, so revert c...Paul Davis
2013-10-31handle enter/leave items when zooming and scrolling occurPaul Davis
2013-10-16merge with master and fix 2 conflictsPaul Davis
2013-10-12export video-range: add to context menuRobin Gareus
2013-09-17Merge branch 'master' into cairocanvasPaul Davis
2013-09-16correctly restore zoom focus state after restart (from nick mainsbridge)Paul Davis
2013-09-14fix merge conflicts with masterPaul Davis
2013-08-08Fix special handling of 'zoom vertical' scroll wheel modifier key.Colin Fletcher
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-07-23Fix special handling of 'zoom vertical' scroll wheel modifier key.Colin Fletcher
2013-06-25Merge branch 'master' into cairocanvasPaul Davis
2013-06-25fix zoom focus issue that was messing up zoom changesPaul Davis
2013-06-23remove compilation warningJulien de Kozak
2013-06-18switch samples_per_pixel to integer typePaul Davis
2013-05-08merge with masterPaul Davis
2013-05-07various changes to window visibility mgmt, including use of the mixbus2 code ...Paul Davis
2013-05-02merge resolution with masterPaul Davis
2013-05-02remove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything deriving...Paul Davis
2013-05-02remove CMT code - has not been used for years, and will become irrelevant wit...Paul Davis
2013-04-26Merge branch 'master' into cairocanvasPaul Davis
2013-04-26redesign toggling of editor/mixer stacking to use Gtkmm2ext::VisibilityTrackerPaul Davis
2013-04-24many pervasive changes primarily related to waveform drawing, particular cont...Paul Davis
2013-04-20remove Editor::redraw_measures to improve efficiency of tempo measure line re...Paul Davis
2013-04-16change UIConfig to use accessor/setter methods like RCConfig so that Paramete...Paul Davis
2013-04-15remove all XML related API from canvas. it may have been useful during develo...Paul Davis
2013-04-13removal of sundry Adjustments and consolidation of scrolling around two edito...Paul Davis
2013-04-12remove TimeAxisView::clip_to_viewport() and Editor::update_canvas_now() and E...Paul Davis
2013-04-12change frames_per_pixel to samples_per_pixelPaul 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-12remove all unit-based methods from (Public)Editor; rationalize Editor::event_...Paul Davis
2013-04-11Merge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvasPaul Davis
2013-04-11many changes to get the cairo-canvas version much, much more functional. stil...Paul Davis
2013-04-11Merge branch 'master' into cairocanvasRobin Gareus
2013-04-11enable videotimeline by defaultRobin Gareus
2013-04-06merge with master, including manual merge conflict resolutionPaul Davis
2013-04-06rename Route::is_hidden() to Route::is_auditioner() and Route::Hidden to Rout...Paul Davis
2013-04-05master merge; new files not added after initial cairocanvas patch applicationPaul Davis
2013-04-05lots of tweaking and adding debug output including operator<</dump(ostream&) ...Paul Davis
2013-04-04commit immediately post linkingPaul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2013-04-03Update region_ops.txt to match current behaviour, and fix a couple of comments.Colin Fletcher
2013-04-03Don't include unselected regions in edit grouped region operations.Colin Fletcher
2013-04-03Ignore track selection if there are any selected regions.Colin Fletcher