summaryrefslogtreecommitdiff
path: root/gtk2_ardour/video_image_frame.cc
AgeCommit message (Expand)Author
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2018-06-02no error logging for CURL HTTP requests; future callers can request it if nec...Paul Davis
2018-01-21Use "frame" for video-frames, fixes video-monitor state.Robin Gareus
2017-12-19Fix video-timeline (request parameter is "frame=")Robin Gareus
2017-12-19Use "Frames" for video-frames (NO-OP)Robin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2016-07-18remove old a3_curl API and switch some curl callsRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2015-10-04don't export video-frame request functionRobin Gareus
2015-09-16Remove ardour_ui.h header inclusionTim Mayberry
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-22more canvas refactoring.Paul Davis
2014-06-21use newly factored canvas in gtk2_ardourPaul Davis
2014-04-21vtl: fix leftover typo in request URL (noop)Robin Gareus
2013-09-21Merge remote-tracking branch 'remotes/origin/cairocanvas' into windowsJohn Emmas
2013-09-06Use Glib::usleep for portabilityTim Mayberry
2013-08-24fix merge conflicts from masterPaul Davis
2013-08-08dedicated namespace for video-utilsRobin Gareus
2013-08-03dedicated namespace for video-utilsRobin Gareus
2013-07-22Use GLib::usleep for portabilityTim Mayberry
2013-06-21fix unused argument warningPaul Davis
2013-06-14Merge branch 'master' into cairocanvasRobin Gareus
2013-06-14NOOP clean up codeRobin Gareus
2013-05-04merge with masterPaul Davis
2013-05-04the big rework of window management. probably not complete at thsi point, but...Paul Davis
2013-04-17ArdourCanvas::Image allow to set custom data instead of class pre-allocated m...Robin Gareus
2013-04-16fix typoPaul Davis
2013-04-17fix screwup with 5285d2 and 930fceRobin Gareus
2013-04-17amend to 930fceRobin Gareus
2013-04-17vtl: s/[audio]frame/sample/Robin Gareus
2013-04-17vtl: remove cruftRobin Gareus
2013-04-16vtl: remove superfluous groupRobin Gareus
2013-04-16vtl: use ArdourImageRobin Gareus
2013-04-16fix some unused argument warningsPaul 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-10vtl: remove inadvertently committed CURLERRORDEBUGRobin Gareus
2013-04-06vtl: make videotimeline work with new cairo canvasRobin Gareus
2013-03-26fix typo in prev commitRobin Gareus
2013-03-26vtl: increase retry timeout on 503, print http status on error.Robin Gareus
2013-03-19vtl: re-request frame on 503/try-againRobin Gareus
2013-03-13videotimlineRobin Gareus