summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-14add styling specifics for TreeViews so that checkboxes are properly visiblePaul Davis
2020-01-14fix 03c4335c1e20311 to use the correct test for zero lengthPaul Davis
2020-01-14Fix thinkos in cubasish themeBen Loftis
2020-01-14Recover caineville themeBen Loftis
2020-01-14Recover clear_gray themeBen Loftis
2020-01-14Add some example Lua scriptsRobin Gareus
2020-01-13remove debug outputPaul Davis
2020-01-13prevent everything except the name column from changing selection in EditorRo...Paul Davis
2020-01-13store some/most of the TreeViewColumn pointers for EditorRoutes in the parent...Paul Davis
2020-01-14Add Lua bindings to inspect the Tempo MapRobin Gareus
2020-01-14NO-OP: whitespaceRobin Gareus
2020-01-14Fix Ardour VAMP plugins (FFT)Robin Gareus
2020-01-13Recover Unastudia theme.Ben Loftis
2020-01-13Recover cubasish themeBen Loftis
2020-01-13Recover Blueberry Milk themeBen Loftis
2020-01-13Sort palette colors by name onlyBen Loftis
2020-01-13Add more clues to port themes to new paradigmBen Loftis
2020-01-13Fix more default theme colorsBen Loftis
2020-01-13Tweak the tooltip for PDC buttonBen Loftis
2020-01-13Fix C++11ismRobin Gareus
2020-01-13Drop references held by any GUI Lua script after executionRobin Gareus
2020-01-13Fix re-packing of toolbar meterRobin Gareus
2020-01-13Add rubberband Lua bindings to process ardour regionsRobin Gareus
2020-01-12Processor list should use the same bg color as other listsBen Loftis
2020-01-12Add missing theme elements, and fix some thinkosBen Loftis
2020-01-12Apply some missing widget namesBen Loftis
2020-01-12Fix preference pane to access for external-syncRobin Gareus
2020-01-12Fix external timecode GUI displayRobin Gareus
2020-01-12Fix thinko in eee01188 (engine pulse spacing)Robin Gareus
2020-01-11Add test synth to debug capture alignmentRobin Gareus
2020-01-11fix drawing of zero-length notesPaul Davis
2020-01-11use "extends to numeric_limits<Beats>::max()" rather than "zero length" for n...Paul Davis
2020-01-11removal incorrect/unnecessary forward declPaul Davis
2020-01-11use Note::end_time() == numeric_limits<Beats>::max() as the indicator that a ...Paul Davis
2020-01-11Fix AFL positionRobin Gareus
2020-01-11Scale the port matrix with the GUI/font-scaling setting.Carl Hetherington
2020-01-10Clarify insert-time optionRobin Gareus
2020-01-10Stop engine for new session creationRobin Gareus
2020-01-10Special case JACK, sample-rate cannot be changed for new sessionsRobin Gareus
2020-01-09Allow to configure sample-rate of new sessionsRobin Gareus
2020-01-09NOP: Trim whitespace and convert tabs to spacesNikolaus Gullotta
2020-01-09Update reset_mixer script to use new well-known controlsNikolaus Gullotta
2020-01-09Remove unused variableRobin Gareus
2020-01-09Latency debug script: include MIDI portsRobin Gareus
2020-01-09Fix typo in Lua binding for compressor enable controlNikolaus Gullotta
2020-01-08expand comment to include (more of?) the full story about uncombining and copiesPaul Davis
2020-01-08expand the test used to decide if we need to make copies when uncombining a c...Paul Davis
2020-01-08never remove entries from the CompoundAssociation mapPaul Davis
2020-01-08add concept of an owner region (by ID) to PlaylistSourcePaul Davis
2020-01-08fix bugs (thinkos?) that confused PlaylistSource's id() with its original()Paul Davis