summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-09use new ControlSlaveUI object in mixer stripPaul Davis
2016-06-09for now vca assignment does not apply to selection.Paul Davis
This hack comment needs cleaning up later
2016-06-09new filesPaul Davis
2016-06-10Amend last commit.nick_m
2016-06-10Audio locked meters with an existing tempo may be dragged past that tempo's ↵nick_m
location.
2016-06-08OSC: select commands for pan and trim added, feedback for select sends. ↵Len Ovens
GUI_select feedback done.
2016-06-08comment and minor fixPaul Davis
2016-06-08use 4.x and earlier route colorsPaul Davis
2016-06-08alphabetize local includesPaul Davis
2016-06-09Fix crash when editing meter via main clock.nick_m
2016-06-09Fix crash when editing tempo via main clock.nick_m
2016-06-09Possible fix for memory pool problem in session click.nick_m
2016-06-08Fix a couple of build errors in the test suite.Colin Fletcher
The parameters to Session::new_audio_track() changed in e0ff70cf, and Playlist::region_list() was renamed to region_list_property() in fce6ac0e. Update calls to these functions in the test suite to match. A couple of tests still fail after these changes.
2016-06-08fix thinko in Pane expose event handler.Paul Davis
There are always less dividers than children
2016-06-08listen for gui_changed() signal from all Stripables, not just RoutesPaul Davis
2016-06-08change format of state_id() return value for VCAMasteStrip to follow other ↵Paul Davis
objects' conventions
2016-06-08add ::set_height() for VCATimeAxisViewPaul Davis
2016-06-08move gui_changed() signal from Route to StripablePaul Davis
2016-06-08Experiment - change the Windows icon (gtk2_ardour/icons/ardour.ico) so that ↵John Emmas
it doesn't contain compressed images Windows itself is happy with compressed icons but they seem to upset the MSVC linker. If there are no ill-effects I'll change the Mixbus icon which will allow me to remove the older style icons (that were only needed for MSVC)
2016-06-08Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)John Emmas
2016-06-08fix user color file nameRobin Gareus
2016-06-08what an oversight!Robin Gareus
2016-06-08fix mute automation for busses & consolidate code.Robin Gareus
2016-06-08consistent API name for region-listRobin Gareus
2016-06-08fix waf cmd tested for when deciding to build appdata.potPaul Davis
2016-06-08More tempo marker cross-dragging fixes.nick_m
2016-06-08Fix tempo markers jittering when cross-dragging over large tempo deltas.nick_m
2016-06-07fix faderport's use of action namePaul Davis
2016-06-07minor optimization when search for actionsPaul Davis
2016-06-07take a rather different approach toggling editor+mixerPaul Davis
2016-06-07provide GUI option to control WM visibility info usePaul Davis
2016-06-07make it possible to disable VisibilityTracker's use of WM visibilityPaul Davis
2016-06-07when destroying an ArdourDialog, be sure the Keyboard object knows about it.Paul Davis
It seems that there are ways to destroy a window without it emitting focus out
2016-06-07noop: comment changePaul Davis
2016-06-07header file cleanup/reductionPaul Davis
2016-06-07move color theme selector into color tab for preferencesPaul Davis
2016-06-07first pass at moving color theme management into its own preferences tabPaul Davis
2016-06-07fix click preferences alignmentRobin Gareus
2016-06-08Step edit cursor no longer assumes constant tempo.nick_m
2016-06-07re-group preferences to reduced window height constraint.Robin Gareus
2016-06-07use contextual translation macro for "Locations"Paul Davis
2016-06-07GUI tweaks and work on VCA mixer displayPaul Davis
2016-06-07fix missing restore of a pane position in mixerPaul Davis
2016-06-07document post-export command placeholdersRobin Gareus
2016-06-07add meta-data placeholders for post-export commandRobin Gareus
needs testing on windows with UTF8
2016-06-07fix up logic that connects ControlGroups and RouteGroupsPaul Davis
This makes deactivating a RouteGroup also stop the ControlGroups from having any effect
2016-06-07a better solution to the inheritance issue fixed in the previous commitPaul Davis
2016-06-07fix up inheritance heirarchy and constructors so that the Session Properties ↵Paul Davis
dialog IS-A ArdourWindow ... and is thus subject to Ctrl-w to close it
2016-06-07don't replace : in linux vst search path in prefs with newlines, to shrink ↵Paul Davis
down the preferences height
2016-06-06OSC: reset select strip on bank change or select for non-existing stripable.Len Ovens
Fixes crash when selecting unused strip and then changing bank.