First-time startup logic update.
[ardour.git] / gtk2_ardour /
2017-02-03 Ben LoftisRemove redundant MIDI submenu. The items are now in...
2017-02-02 Robin Gareusfix crash when closing session w/action hooks
2017-02-02 Ben LoftisRight-click on a VCA to assign it to the selected channels.
2017-02-02 Paul Davistoolbar building from file given by command line
2017-02-02 Paul Daviscanvas tester tweak
2017-02-02 Paul Davistoolbar creation from text files
2017-02-02 Paul Davisshorten enum/string for icons by avoiding Gtkmm2ext...
2017-02-02 Paul Davisinclude ArdourIcon in declared enums
2017-02-02 Paul Davisuse different source file for canvas tester
2017-02-02 Paul Davisadditional commit for removal of TransportControllables
2017-02-02 Paul DavisARDOUR_UI transport buttons should use ArdourButton...
2017-02-02 Robin GareusGUI to select export session/snapshot name
2017-02-01 Paul Davisplaying games with canvas (grid) test
2017-02-01 Paul Davisuse new Grid API
2017-02-01 Paul Davisvalgrind option (commented) for canvas tester
2017-02-01 Paul Davismore sophisticated canvas tester
2017-02-01 Paul Davissome initial bits of work on canvas allocation
2017-01-31 Robin GareusSkip no-change re-ordering of tracks/busses
2017-01-31 Robin GareusDon't allow to select VCAs in the route-list
2017-01-31 Robin GareusPotential clock info-text color-glitch fix <span color>
2017-01-30 Robin GareusPrefer General MIDI Synth as default instrument
2017-01-30 Paul Davisprevent crash when deselecting track from mixer.
2017-01-30 Robin Gareusleft/right align mixer-strips
2017-01-29 nick_mspeed up midi ghost region update
2017-01-29 Paul Davisprevent suggestion that MIDI tracks can be set to stack...
2017-01-29 Robin GareusKeep tracks visible when re-ordering them in the editor
2017-01-28 Paul Davisfix up default key bindings to use correct binding...
2017-01-28 Paul Davismore modified key bindings
2017-01-28 Paul Davismove 10 more actions from Editor/* to Common/*
2017-01-28 Paul Davistwo more modified key bindings
2017-01-28 Paul Davischange default keybindings for those using actions...
2017-01-28 Paul Davismove 15 actions out of Editor/* namespace, and into...
2017-01-28 Paul Davisfurther improvement to Mixer_UI::move_stripable_into_view()
2017-01-28 Paul Davisimprove the behaviour of Mixer_UI::move_stripable_into_...
2017-01-28 Paul Davisuse VCA full name in strips and track headers
2017-01-28 Paul Davismore consisten code to set menu item name from VCA...
2017-01-28 Ed WardPatch to bug 0007204 : Some options in the Group List...
2017-01-28 Robin Gareusmark loop button insensitive when there's no loop-range
2017-01-28 Paul Davisensure mixer shows a recently selected strip
2017-01-28 Paul Davisensure that most recently stripable is visible in editor
2017-01-28 Paul Davisend of selected tracks list is the most recently selected
2017-01-28 Paul Davisminor logic changes to editor selection
2017-01-28 Paul Davismake editor respond to track seleciton change again
2017-01-27 Paul Davisremove editor/mixer selection change signals; make...
2017-01-27 Paul Davisremove debug output/ifdef
2017-01-27 Paul Davisuse RAII for class-wide PresentationInfo::Change signal...
2017-01-26 nick_madd undo for changing marker lock style from menu
2017-01-26 nick_mmark session dirty when dragging tempo markers.
2017-01-26 nick_mMidiGhostRegion micro-optimisation.
2017-01-26 nick_mMidiRegionView::redisplay_model() - code cleanup
2017-01-26 Robin GareusFix mixer continuous multi-selection
2017-01-25 Paul Davisimprove range drag semantics
2017-01-25 Paul DavisThis turns out to have been a band-aid over a deeper...
2017-01-25 Paul Davisfix an issue with selection rects not being redrawn...
2017-01-24 Paul DavisMIDI note copy needs to adjust pitch of new notes befor...
2017-01-24 Robin Gareusre-fine preferences dialog part 13 of 27 (probably):
2017-01-24 Robin Gareusstyleguide #6
2017-01-24 Daniel SheelerMeter point toggle button now uses a popup menu instead...
2017-01-24 Robin Gareussuffix region gain to TAVitem name
2017-01-23 Paul Davisimplement copy-drag for MIDI notes.
2017-01-22 Paul Davismake undo/redo work for Regions > Edit > Close Gaps
2017-01-22 Hiroki InagakiUpdate Japanese translation
2017-01-21 Robin Gareusconsistent capitalization
2017-01-21 Robin Gareusardour runs fine in rr version 4.4.0, add scripts
2017-01-21 Robin Gareusparse modified-with for up to 5 snapshots.
2017-01-21 Robin GareusDon't inhertit "last modified" for snapshot
2017-01-21 Robin GareusTranslatable Metronome tooltip, formatting and typo...
2017-01-21 Daniel SheelerUpdate metronome tooltip on gain change
2017-01-21 Robin GareusShow last modified in recent-list
2017-01-20 Robin GareusAdd GUI part to immediately fan-out multi-out instrumen...
2017-01-20 Robin GareusGUI follow up for new-MIDI-track API change
2017-01-20 Robin Gareusupdate UI, new info API, display created_version in...
2017-01-20 Robin GareusElaborate valgrind options
2017-01-20 Robin GareusLeave some notes about memory-leaks
2017-01-20 Robin GareusBreathe at exit: allow event-loops to clean up
2017-01-20 Robin GareusPlug some mixer memory leaks
2017-01-20 Robin GareusFree some one time alloc of the UI (cleaner valgrind...
2017-01-20 Robin GareusRemove cruft
2017-01-19 Robin GareusFix metronome level preference display
2017-01-19 Robin GareusAllow to change metronome level via mouse-wheel
2017-01-19 Robin GareusUpdate monitor section controls when channelcount changes
2017-01-19 Robin GareusGUI: use new preroll-rec + trim mode
2017-01-19 Robin GareusRemove rec-with-preroll, prepare for rework
2017-01-19 Robin GareusRemove Editor API to calc preroll duration
2017-01-19 Ben LoftisAdd comment regarding themeable boxes
2017-01-19 Ben LoftisTweak some tooltip text.
2017-01-19 Ben LoftisAllow editor toolbar and background to be themeable.
2017-01-18 Paul Davisfix code for ArdourButton so that an existing translati...
2017-01-18 Robin GareusPromote the preroll_seconds config option to include...
2017-01-18 Robin Gareusprepare for musical-time preroll
2017-01-18 Ben Loftistweak table packing for more consistent spacing between...
2017-01-18 Ben LoftisShuffle the layout of new monitor section, so it is...
2017-01-18 Robin GareusAdd GUI action to record with preroll
2017-01-18 Robin GareusCleanup global monitor options:
2017-01-18 Robin Gareuspush sorted Stripable order back to PI (for control...
2017-01-17 Robin GareusAdd session option to enable count-in
2017-01-16 Robin GareusFix a -Wreorder
2017-01-16 Robin GareusPrepare generic spill ([mix]busses)
2017-01-16 Robin GareusConfigurable toolbar rec/punch & monitoring buttons
2017-01-16 Robin GareusAdd initial GUI support for global monitor states
next