summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
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
2016-07-10Stop passing references to things that may disappear when a metric section is...nick_m
2016-07-10Check meter/tempo section exists in copy drag.nick_m
2016-07-10Indicate meter frame even when adding a music-locked meter from the gui.nick_m
2016-07-10AudioRegionView - don't do coverage frames unless we're in stacked mode.nick_m
2016-07-10Editor region list only updates columns that have changed,nick_m
2016-07-10Make bbt ruler visible in default session.nick_m
2016-07-10Fix note trimming over tempo changes, correct note length properly when resiz...nick_m
2016-07-10Restore earlier midi region trim display.nick_m
2016-07-10Exact beat for added regions.nick_m
2016-07-10Use Note::set (Rect) for speed improvement when rendering notes.nick_m
2016-07-10Add Note::set (Rect) for optimisation purposes (minimise begin/end changes)nick_m
2016-07-10Temporary work-around for note colour.nick_m
2016-07-10Show correct bbt representation of region length in region list.nick_m
2016-07-10Quick fix to get trim working again (bahaving oddly during trim right now)nick_m
2016-07-10Fix ordering thinko in note selected colour.nick_m
2016-07-10Performance - don't redisplay model immediately in MidiRegionView::enable_dis...nick_m
2016-07-10Performance tweak - NoteBase doesn't recalculate colour as often.nick_m
2016-07-10Improve midi model redraw performance by caching colours.nick_m
2016-07-10Use mostly beat-based calculation for displayed midi note position.nick_m
2016-07-10Remove frame conversion for MidiRegionView::note_in_region_range(), speed up ...nick_m
2016-07-10Paste uses exact beats. rework _start_beats calculation in copy-with-offset c...nick_m
2016-07-10Exact beat - provide audio->music mapping for region split.nick_m
2016-07-10Make some musical operations on music-locked regions operate in beats.nick_m
2016-07-08fix incorrect behaviour of mixer strip [X] (hide) buttonsPaul Davis
2016-07-08towards a generic plugin grid layoutRobin Gareus
2016-07-08first step to separate generic-gui layoutRobin Gareus
2016-07-08fix region action sensitivity issues.Paul Davis
2016-07-06implement LeatusPenguin's excellent idea for the plugin manager window (#6916)Paul Davis
2016-07-06merge MixerActor API (back) into Mixer_UI; make solo/mute/recenable actions t...Paul Davis