summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2013-04-12remove TimeAxisView::clip_to_viewport() and Editor::update_canvas_now() and E...Paul Davis
2013-04-12manual translate events in Editor::track_canvas_scroll() to canvas space, bec...Paul Davis
2013-04-12stop using vertical adjustment to account for scrolling, since event coordina...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-11add (bezier) curves to canvas, use for automation lines; fix issue with recta...Paul Davis
2013-04-11many changes to get the cairo-canvas version much, much more functional. stil...Paul Davis
2013-04-11fix up positioning of verbose cursor if it is too close to the bottom of the ...Paul Davis
2013-04-11Merge branch 'master' into cairocanvasRobin Gareus
2013-04-11enable videotimeline by defaultRobin Gareus
2013-04-10possible fix for #5441 -- ardour hangs on shutdown (trying to stop harvid/xja...Robin Gareus
2013-04-10vtl: remove inadvertently committed CURLERRORDEBUGRobin Gareus
2013-04-10remove incorrect merge of cairocanvas patch that stopped most tracks from dis...Paul Davis
2013-04-10Merge branch 'master' into cairocanvasPaul Davis
2013-04-10remove debugging outputPaul Davis
2013-04-10make size/shape of playhead cursor match gnomecanvas versionPaul Davis
2013-04-09Merge branch 'master' of git.ardour.org:ardour/ardourPaul Davis
2013-04-09Merge branch 'master' into cairocanvasPaul Davis
2013-04-09a variety of fixes for the cairocanvas, but it still buggy as hell handling e...Paul Davis
2013-04-09vtl: query video-monitor-state on explicit session saveRobin Gareus
2013-04-09update all i18n .po filesPaul Davis
2013-04-09vtl: rework session-needs-save logicRobin Gareus
2013-04-09vtl: disconnect from session-save signalRobin Gareus
2013-04-09vtl: resume if "don't close/exit" is selectedRobin Gareus
2013-04-08fix up marker text colorPaul Davis
2013-04-08vtl: mark session dirty if video position-lock or timeline height changesRobin Gareus
2013-04-08mark session dirty if video is movedRobin Gareus
2013-04-08add session save signal and hook-up videotimelineRobin Gareus
2013-04-08Fix name spellingJulien de Kozak
2013-04-08remove message about checking for announcementsPaul Davis
2013-04-08add julien dekozak to the authors listPaul Davis
2013-04-06canvas markers now use ArdourCanvas::Text, not ArdourCanvas::Pixbuf, since th...Paul Davis
2013-04-06fix up unusued args warning in nsm codePaul Davis
2013-04-06Merge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvasPaul Davis
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-06vtl: make videotimeline work with new cairo canvasRobin Gareus
2013-04-05Merge branch 'master' of git.ardour.org:ardour/ardourPaul Davis
2013-04-05mark the step entry dialog as a dialog even though it is an ArdourWindow, to ...Paul Davis
2013-04-05master merge; new files not added after initial cairocanvas patch applicationPaul Davis
2013-04-05Fix display of Spectral Analysis when no tracks are selected.Colin Fletcher
2013-04-05Merge branch 'nsm' of https://github.com/royvegard/ardourPaul Davis
2013-04-05Merge branch 'patches' of https://github.com/jdekozak/ardourPaul Davis
2013-04-05lots of tweaking and adding debug output including operator<</dump(ostream&) ...Paul Davis
2013-04-05Make track header faders insensitive to vertical scroll-wheel events again.Colin Fletcher
2013-04-04commit immediately post linkingPaul Davis
2013-04-05vtl: remove obvious warningRobin Gareus