summaryrefslogtreecommitdiff
path: root/gtk2_ardour/video_timeline.cc
AgeCommit message (Expand)Author
2014-04-24try get_win_special_folder() for harvid & xjadeo (if registry fails)Robin Gareus
2014-04-24query windows registry for xjadeo & harvid pathRobin Gareus
2014-04-23fix xjadeo on windows (directly use xjadeo.exe)Robin Gareus
2014-04-19videotimeline: path related fixes for windowsRobin Gareus
2014-03-23fix some memory leaksRobin Gareus
2014-02-10replace a few creeping instances of the string "Ardour" with PROGRAM_NAMEPaul Davis
2013-10-03'gtk2_ardour' - Add namespaces + casting where necessary + general bits of 'c...John Emmas
2013-09-21Merge remote-tracking branch 'remotes/origin/cairocanvas' into windowsJohn Emmas
2013-09-06Rename SearchPath class SearchpathTim Mayberry
2013-08-08dedicated namespace for video-utilsRobin Gareus
2013-08-08tiny detail.. GUI-callback may try to check vmonitor->is_started() or issue a...Robin Gareus
2013-08-08vtl: replace Ardour with Program-Name in messagesRobin Gareus
2013-08-03dedicated namespace for video-utilsRobin Gareus
2013-07-31tiny detail.. GUI-callback may try to check vmonitor->is_started() or issue a...Robin Gareus
2013-07-25vtl: replace Ardour with Program-Name in messagesRobin Gareus
2013-06-14fix merge of masterPaul Davis
2013-06-13merge with masterPaul Davis
2013-06-13vtl: clean-up "Remove Video" action stateRobin Gareus
2013-06-13vtl: check if server's docroot matches ardour's configRobin Gareus
2013-06-13vtl: make "Remove Video" insensitive if N/ARobin Gareus
2013-06-10vtl: send A/V offset to video-monitor when launchedRobin Gareus
2013-06-10vtl: NOOP, replace old defineRobin Gareus
2013-06-10vtl: remove cruftRobin Gareus
2013-06-10vtl: disable video-monitor settings override (unused for now)Robin Gareus
2013-06-09fix video-monitor session settingsRobin Gareus
2013-06-08NOOP - use PBD's std::string to number functionsRobin Gareus
2013-06-07Merge branch 'master' into cairocanvasPaul Davis
2013-06-07vtl: NOOP - clean up code.Robin Gareus
2013-06-07vtl: round fractional framerates to 1/100 to compare for identityRobin Gareus
2013-04-17vtl: more frame->sample renames and cleaningRobin Gareus
2013-04-17vtl: get rid of one more unnecessary canvas-groupRobin Gareus
2013-04-16vtl: use ArdourImageRobin Gareus
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 'master' into cairocanvasRobin Gareus
2013-04-11enable videotimeline by defaultRobin Gareus
2013-04-09Merge branch 'master' into cairocanvasPaul Davis
2013-04-09vtl: query video-monitor-state on explicit session saveRobin Gareus
2013-04-09vtl: rework session-needs-save logicRobin Gareus
2013-04-09vtl: disconnect from session-save signalRobin Gareus
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-06vtl: make videotimeline work with new cairo canvasRobin Gareus
2013-04-05master merge; new files not added after initial cairocanvas patch applicationPaul Davis
2013-04-04vtl: video-monitor letterbox & orig-zoom to menuRobin Gareus
2013-04-03vtl: video-monitor interactionRobin Gareus
2013-04-02vtl: update session start/end only when adding (or dragging) the videoRobin Gareus
2013-04-02vtl: remove xjadeo option dialogRobin Gareus