summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2013-04-12change all frame_to_pixel and pixel_to_frame to sample_to_pixel and pixel_to_...Paul Davis
2013-04-12slightly optimize drawing of rectangles with all 4 sides outlined to avoid mu...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-11Merge branch 'master' into cairocanvasRobin Gareus
2013-04-11enable videotimeline by defaultRobin Gareus
2013-04-10remove intermediate GdkPixbuf from waveview rendering, and use shared_array<>...Paul Davis
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-10add -D canvasevents tracing for grabbed items and remove render count outputPaul Davis
2013-04-10remove debugging outputPaul Davis
2013-04-10remove extra output from PBD::stacktracePaul Davis
2013-04-10alter arrow drawing to fully close path and thus avoid cairo mitering variabi...Paul Davis
2013-04-10fix LXVST support for plugins that make audioMaster callbacks from within eff...Paul 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-09update all i18n .po filesPaul Davis
2013-04-08mo' better debugging of canvas "structure" via Item::dump and derivativesPaul Davis
2013-04-08fix prev commit SaveSession() signal was sent too late.Robin Gareus
2013-04-08add session save signal and hook-up videotimelineRobin Gareus
2013-04-06lazy redraw of Canvas::Text imagePaul Davis
2013-04-06pre-render text canvas items so that ::render() is just a blit from an image ...Paul Davis
2013-04-06Merge branch 'master' into cairocanvasPaul Davis
2013-04-06partially clean up warnings from "prolooks" codePaul Davis
2013-04-06fix two unused args warningsPaul 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-06fix crash when using track templates caused by a recent change to the filesca...Paul Davis
2013-04-06for the Auditioner only, do not reset the buffer count for scratch buffers to...Paul Davis
2013-04-06fix reload of Generic MIDI binding state when the target state involves just ...Paul Davis
2013-04-06fix up export formats search path to correctly locate bundled (or installed) ...Paul Davis
2013-04-06add API to directly request access to pixbufRobin Gareus
2013-04-05if auditioner connections are somehow wiped out in CONFIG/ardour.rc, treat th...Paul Davis
2013-04-05master merge; new files not added after initial cairocanvas patch applicationPaul 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-05adjust demangling code a bit so that it can easily be used with typenames and...Paul Davis
2013-04-05midi_clock_slave.cc: report to ardour the delta that the loop sees (revert me...Hans Baier
2013-04-05make MIDI clock work once more: Hans Baier
2013-04-05ignore "external timecode is sync locked" for non timecode slaves.Robin Gareus
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-03fix reversed semantics from 86f1b for LaterNoteEndComparator()Paul Davis
2013-04-02Merge branch 'master' of git.ardour.org:ardour/ardourPaul Davis
2013-04-02fix (?) behaviour when punching into automation write mode while the transpor...Paul Davis
2013-04-02vtl: remove xjadeo option dialogRobin Gareus
2013-04-01fix #5424: routes created from templates do not get names based on the user-s...Paul Davis