summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2017-01-11coverage frames must still be deleted when switching back to Overlay modePaul Davis
2017-01-11Windows/Videotimeline: support all drives (no fixed docroot/drive-letter)Robin Gareus
2017-01-10Prepare for windows video support on all drive-letters.Robin Gareus
* add harvid version detection (>= 0.8.2 is needed) * special case empty docroot (for windows, pass drive-letter)
2017-01-10Tweak TMM tooltipRobin Gareus
2017-01-10Shrink preferences window when detachedRobin Gareus
2017-01-10never remove tracks from selection during a range dragPaul Davis
2017-01-10correctly display region sync points in the editor region list, when they changePaul Davis
2017-01-10avoid locate when clicking in region fade handles in smart mode+follow editsPaul Davis
2017-01-10add some preference tooltips and related code consolidationRobin Gareus
2017-01-10Fix spacing for TC displayRobin Gareus
2017-01-09Better fix for widgets that do not apply to master bus: leave them in place, ↵Ben Loftis
but insensitive, to retain layout
2017-01-09Revert "Remove the Solo+Iso buttons in the Master bus."Ben Loftis
This reverts commit 7f280e2bed51cfa56fedeaf08f28b6040c93b5b1.
2017-01-09Fix mixer scrollingRobin Gareus
2017-01-09Remove the Solo+Iso buttons in the Master bus.Ben Loftis
2017-01-09clamp values appropriately in AutomationLine::view_to_model_y()Paul Davis
Before this, drags from one automation track to another could add illegal/stupid values to an automation line. Presumably there needs to be another bounds check in ControlList
2017-01-09use reduced height for automation lines when firrst added, not just after a ↵Paul Davis
resizing
2017-01-08Tweak Preference labelRobin Gareus
2017-01-06fix route ordering (and related possible crash on re-order)Robin Gareus
2017-01-07amend 4cb009058 (if newly active tempo became last it had no curve)nick_m
2017-01-07rename TempoSection::c_func() -> c(). ensure constant tempi have this set to 0.nick_m
2017-01-07fix some inactive tempi bugsnick_m
- no tempo curve for inactive tempi - inactive and meter-locked tempi cannot be deleted.
2017-01-05Revert transport frame color in Ardour. But now its theme-able for those ↵Ben Loftis
who are interested.
2017-01-05make entire transport bar have its own background, specifically themeablePaul Davis
2017-01-05Tweak spacings and layout of the Tempo+Meter dialogs.Ben Loftis
2017-01-05Un-bunch the bunched-up Keybindings editor widgets.Ben Loftis
2017-01-05disallow mini-timebar navigation when recordingRobin Gareus
2017-01-05VCA number-label: match track/bus header behaviorRobin Gareus
2017-01-05Attempt to lighten the transport area slightly. A little help needed here, PaulBen Loftis
2017-01-06tempo dialog disallows changing bbt position of a meter-locked tempo.nick_m
2017-01-06allow importing tempo maps at selected position.nick_m
2017-01-05Modify playlist option labels in Duplicate Track/Bus dialogTim Mayberry
To indicate it is only copying the current "active" playlist and not all playlists as discussed on IRC some time ago. Resolves: #7149
2017-01-05One more fix.Olivier Humbert
2017-01-05Another fix.Olivier Humbert
2017-01-05French translation updateOlivier Humbert
2017-01-05another fixOlivier Humbert
2017-01-05fixesOlivier Humbert
2017-01-05French translation updateOlivier Humbert
2017-01-05French translation updateOlivier Humbert
2017-01-05Update cubasish-ardour.colorscooltehno
2017-01-05Update clear_gray-ardour.colorscooltehno
2017-01-05Update caineville-ardour.colorscooltehno
2017-01-05Update blueberry_milk-ardour.colorscooltehno
2017-01-05some german translation improvementsEdgar Aichinger
2017-01-04make status bar themeablePaul Davis
2017-01-05allow import of Beethoven's fifth.nick_m
- more popular tunes to follow.
2017-01-04File [MIDI] display preference under AppearanceRobin Gareus
2017-01-05fix import of multiple time signatures.nick_m
2017-01-03fix memory corruption any time a SysEx display object is deletedPaul Davis
2017-01-03fix color file installationRobin Gareus
2017-01-04note display performance.nick_m
use boost::unordered_map as a note store for ghost & midi region views. as per otiginal method, only notes within regoin bounds are stored.