summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2016-07-16adjust plugin-UI height when toggling expandersRobin Gareus
2016-07-15hotfix C++ locale (OSX, windows)Robin Gareus
2016-07-15Update french translationJulien "_FrnchFrgg_" RIVAUD
2016-07-15Make french translation up-to-date with Ardour's current codeJulien "_FrnchFrgg_" RIVAUD
2016-07-14fix OSX compilationRobin Gareus
2016-07-14fix file permissions - themes are not executableRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-14NO-OP whitespaceRobin Gareus
2016-07-14fix plugin-analysis for VST (no in-place processing)Robin Gareus
2016-07-14UIConfig needs C numeric locale while setting GTK color themePaul Davis
2016-07-14correctly initialize C++ locale as well as C localePaul Davis
2016-07-14another i18n/.po updatePaul Davis
2016-07-14fix plural form snafu in translation macroPaul Davis
2016-07-14another i18n/.po updatePaul Davis
2016-07-14regenerate and manually fix all PO files so that ./waf i18n doesn't generate ...Paul Davis
2016-07-13make ./waf install do the right thing with color filesPaul Davis
2016-07-13better color choice for control master controls box in editorPaul Davis
2016-07-13fix save/restore of preferences torn-off-window statePaul Davis
2016-07-13use Session::cancel_all_solo()Paul Davis
2016-07-13fix odd double conditionalPaul Davis
2016-07-13set a theme color for VCA axes in the editorPaul Davis
2016-07-13fix stem-export of no-input busses/tracksRobin Gareus
2016-07-13initialize more uninitialized variables..Robin Gareus
2016-07-12remove VCA drop buttonPaul Davis
2016-07-12use new midi-note-name APIRobin Gareus
2016-07-12VCA/Control Masters are displayed at fixed positions (initially), so insert-a...Paul Davis
2016-07-12VCA/Control Masters have no signal, so output i/o options are irrelevant when...Paul Davis
2016-07-12two more places where the user can explicitly set the session end now also ma...Paul Davis
2016-07-12GUI side of : once the user has explicitly set the session range end, playlis...Paul Davis
2016-07-12do not show windows derived from ArdourDialog at startup.Paul Davis
2016-07-12when using toggle-editor-and-mixer, if current tab is neither, go to mixer fi...Paul Davis
2016-07-12remove pointless version of Stripable::set_presentation_order()Paul Davis
2016-07-12add mouse interaction to inline displayRobin Gareus
2016-07-12more compact generic knob-ui layoutRobin Gareus
2016-07-11add _FrnchFrgg_ to creditsRobin Gareus
2016-07-11fix OSX compilation (flat namespace)Robin Gareus
2016-07-11tweak generic plugin knob-widgetsRobin Gareus
2016-07-11extend ArdourKnob ToolTipsRobin Gareus
2016-07-11Fix potential infinite loop in TempoCurve::set_position()nick_m
2016-07-10NO-OP whitespaceRobin Gareus
2016-07-10remove reference "const int32_t&" -> const int32_t"Robin Gareus
2016-07-10re-layout import dialog (better fit for narrow screens)Robin Gareus
2016-07-09Better heuristics for guessing the primary type of an input or outputJulien "_FrnchFrgg_" RIVAUD
2016-07-09update_io_button: store input() or output() in a variableJulien "_FrnchFrgg_" RIVAUD
2016-07-10Revert incorrect 'optimisation' from 4f7a4cd2333.nick_m
2016-07-10Minimise duplicate calls to CairoWidget::set_dirty() in the editor summary.nick_m
2016-07-10Edit note dialog fixes.nick_m
2016-07-10Midi note resizing uses exact beat.nick_m
2016-07-10Use exact beat when adding midi notes.nick_m
2016-07-10Simplify Editor::mouse_add_new_meter_event() a bit.nick_m