summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2016-06-08Experiment - change the Windows icon (gtk2_ardour/icons/ardour.ico) so that i...John Emmas
2016-06-08fix user color file nameRobin Gareus
2016-06-08what an oversight!Robin 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-07take a rather different approach toggling editor+mixerPaul Davis
2016-06-07provide GUI option to control WM visibility info usePaul Davis
2016-06-07when destroying an ArdourDialog, be sure the Keyboard object knows about it.Paul Davis
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-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
2016-06-07don't replace : in linux vst search path in prefs with newlines, to shrink do...Paul Davis
2016-06-06move 2 plugin options to plugin tab of preferencesPaul Davis
2016-06-06repeat previous commit's approach, but for VCATimeAxisViewPaul Davis
2016-06-06drop reference to VCA from VCAMasterStrip immediately rather than waiting for...Paul Davis
2016-06-06remove dead members and code from RouteParamsUIPaul Davis
2016-06-06ensure that newly-added tracks are displayed in the editorPaul Davis
2016-06-06ensure that dropdowns in editor toolbar are populated at first use (with no e...Paul Davis
2016-06-06add pre-release warning dialog. It wil not be shown when running via ardev etc.Paul Davis
2016-06-06remove pre-release page from startup dialog.Paul Davis
2016-06-06try to keep editor+mixer treemodels in syncPaul Davis
2016-06-06there is no remote model choice anymore - ordering is determined by the GUIPaul Davis
2016-06-06fix version reference in beta page/dialogPaul Davis
2016-06-05use, or mostly use PresentationInfo for selection status of Routes.Paul Davis
2016-06-05AxisView does not need to initialize Selectable::_selectedPaul Davis
2016-06-05tweak API of SelectablePaul Davis
2016-06-05OS X specific fix, to match new mixer TreeModel structurePaul Davis
2016-06-05fix switching from generic to custom plugin UIRobin Gareus
2016-06-05use PresentationInfo color to set route colors. GUI appears to respond as exp...Paul Davis
2016-06-05substantive redesign of Gtk::TreeModel used inside Mixer_UI to hold both VCAs...Paul Davis
2016-06-05catch up on change in definition of various AxisView {set,is}_selected() impl...Paul Davis
2016-06-05catch up on change in definition of various AxisView {set,is}_selected() impl...Paul Davis
2016-06-05catch up on change in definition of various AxisView {set,is}_selected() impl...Paul Davis
2016-06-05cleanup API for RouteUIPaul Davis
2016-06-05Stripable signals moved to PresentationInfoPaul Davis
2016-06-05missing mod to MonitorSection declaration, per previous commitPaul Davis
2016-06-05remove duplicate name_label widget from TimeAxisView (AxisView provides it)Paul Davis
2016-06-05RouteUI connects to Route's PropertyChange signal; derived types implement ro...Paul Davis
2016-06-05don't add routes+VCAs separately to editor routes during startup; merge into ...Paul Davis