summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2020-01-19Remember implicit InlineControl visibilityRobin Gareus
2020-01-18rename DoTheRightThing to RollIfAppropriatePaul Davis
2020-01-18Session::request_locate() takes a tri-valued second argument for "roll-after-...Paul Davis
2020-01-17Fix another stuck splash screenRobin Gareus
2020-01-15Change default preferences as discussed on IRC todayBen Loftis
2020-01-15Replace some Gtk:MessageDialog with Ardour's variantRobin Gareus
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-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-14NO-OP: whitespaceRobin 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-13Drop references held by any GUI Lua script after executionRobin Gareus
2020-01-13Fix re-packing of toolbar meterRobin 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-11fix drawing of zero-length notesPaul Davis
2020-01-11use Note::end_time() == numeric_limits<Beats>::max() as the indicator that a ...Paul Davis
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-09Remove unused variableRobin Gareus
2020-01-08prevent MIDI note starts being drawn earlier than their region startPaul Davis
2020-01-08Mini-timeline, use explicit cairo-group to consolidate renderingRobin Gareus
2020-01-08Fix samples_as_time_string formattingRobin Gareus
2020-01-07Amend 8a5cbb8: fix variable-names and commentsRobin Gareus
2020-01-06Reenable the correct sort column and type when redisplaying regionsNikolaus Gullotta
2020-01-06Add Lua bindings for UIConfiguration variablesRobin Gareus
2020-01-05Allow public access to the editor-mixer-stripRobin Gareus
2020-01-04Pixel-pushing: editor-meter size and alignmentRobin Gareus
2020-01-02Unconditionally save instant.xml on session-closeRobin Gareus
2020-01-01Fix crash when X11 is not available for VST UIsRobin Gareus
2020-01-01Bump (C) year: the year of ArdourRobin Gareus
2019-12-30restore early-return from fixup_bundle_environment() on macOS if not running ...Paul Davis
2019-12-30Fix formatting samplecnt_t (aka int64_t aka long long int)Robin Gareus