fix mistaken "do not roll" conclusion in TransportFSM::compute_should_roll()
[ardour.git] / gtk2_ardour /
2020-01-18 Robin GareusRemember implicit InlineControl visibility
2020-01-18 Paul Davisrename DoTheRightThing to RollIfAppropriate
2020-01-18 Paul DavisSession::request_locate() takes a tri-valued second...
2020-01-17 Robin GareusFix another stuck splash screen
2020-01-15 Ben LoftisChange default preferences as discussed on IRC today
2020-01-15 Robin GareusReplace some Gtk:MessageDialog with Ardour's variant
2020-01-15 Paul Davisadd styling specifics for TreeViews so that checkboxes...
2020-01-14 Paul Davisfix 03c4335c1e20311 to use the correct test for zero...
2020-01-14 Ben LoftisFix thinkos in cubasish theme
2020-01-14 Ben LoftisRecover caineville theme
2020-01-14 Ben LoftisRecover clear_gray theme
2020-01-14 Paul Davisremove debug output
2020-01-14 Paul Davisprevent everything except the name column from changing...
2020-01-14 Paul Davisstore some/most of the TreeViewColumn pointers for...
2020-01-13 Robin GareusNO-OP: whitespace
2020-01-13 Ben LoftisRecover Unastudia theme.
2020-01-13 Ben LoftisRecover cubasish theme
2020-01-13 Ben LoftisRecover Blueberry Milk theme
2020-01-13 Ben LoftisSort palette colors by name only
2020-01-13 Ben LoftisAdd more clues to port themes to new paradigm
2020-01-13 Ben LoftisFix more default theme colors
2020-01-13 Ben LoftisTweak the tooltip for PDC button
2020-01-13 Robin GareusDrop references held by any GUI Lua script after execution
2020-01-13 Robin GareusFix re-packing of toolbar meter
2020-01-13 Ben LoftisProcessor list should use the same bg color as other...
2020-01-13 Ben LoftisAdd missing theme elements, and fix some thinkos
2020-01-13 Ben LoftisApply some missing widget names
2020-01-12 Robin GareusFix preference pane to access for external-sync
2020-01-12 Robin GareusFix external timecode GUI display
2020-01-11 Paul Davisfix drawing of zero-length notes
2020-01-11 Paul Davisuse Note::end_time() == numeric_limits<Beats>::max...
2020-01-11 Carl HetheringtonScale the port matrix with the GUI/font-scaling setting.
2020-01-10 Robin GareusClarify insert-time option
2020-01-10 Robin GareusStop engine for new session creation
2020-01-10 Robin GareusSpecial case JACK, sample-rate cannot be changed for...
2020-01-09 Robin GareusAllow to configure sample-rate of new sessions
2020-01-09 Robin GareusRemove unused variable
2020-01-08 Paul Davisprevent MIDI note starts being drawn earlier than their...
2020-01-08 Robin GareusMini-timeline, use explicit cairo-group to consolidate...
2020-01-07 Robin GareusFix samples_as_time_string formatting
2020-01-07 Robin GareusAmend 8a5cbb8: fix variable-names and comments
2020-01-06 Nikolaus GullottaReenable the correct sort column and type when redispla...
2020-01-06 Robin GareusAdd Lua bindings for UIConfiguration variables
2020-01-05 Robin GareusAllow public access to the editor-mixer-strip
2020-01-04 Robin GareusPixel-pushing: editor-meter size and alignment
2020-01-02 Robin GareusUnconditionally save instant.xml on session-close
2020-01-01 Robin GareusFix crash when X11 is not available for VST UIs
2020-01-01 Robin GareusBump (C) year: the year of Ardour
2019-12-30 Paul Davisrestore early-return from fixup_bundle_environment...
2019-12-30 Robin GareusFix formatting samplecnt_t (aka int64_t aka long long...
2019-12-30 Paul Davismove Transport Masters prefs tab under Transport, with...
2019-12-27 Robin GareusNO-OP: whitespace
2019-12-27 Robin GareusConsolidate mini-timeline rendering
2019-12-27 Robin GareusPreferences/Config changes for image-surface settings
2019-12-26 Robin GareusVkeybd: force release notes on panic
2019-12-25 Robin GareusUse weak-ptr for source added/removed signals (2/2)
2019-12-25 Robin GareusVkeybd: improve velocity dropdown usability
2019-12-24 Robin GareusVkeybd: use ArdourWidgets for all GUI elements
2019-12-23 Paul Davisuse new method in MidiPatchManager to use MIDNAM data...
2019-12-19 Robin GareusVkeybd: numeric only spinboxes for octave and velocity
2019-12-19 Robin GareusVkeybd simplification
2019-12-19 Robin GareusVkeybd: re-layout, prepare config & patch pane removal
2019-12-19 Robin GareusVkeybd: add a mod-wheel
2019-12-18 Robin GareusRemove VST plugin discovery option from first-start...
2019-12-17 Robin GareusFix DSP load sorting with inactive plugins
2019-12-17 Robin GareusVKeybd: exponential pitch-wheel/bend interpolation
2019-12-17 Robin GareusIndicate current Disk-I/O setting
2019-12-16 Nikolaus GullottaAdd additional roll check in transport_record
2019-12-16 Robin GareusVkeybd: fix octave up/down direction, speed up pitch...
2019-12-16 Robin GareusVkeybd: grab all key-events and use timer instead of...
2019-12-16 Robin GareusVkeybd: Experiment with key-repeat for pitch-bend
2019-12-15 Robin GareusVKeybd: Pass on primary (Ctrl/Cmd) shortcuts
2019-12-15 Robin GareusVKeybd: add Up/Down as alternative Pitch-bend shortcuts
2019-12-15 Robin GareusVkeybd: Add tooltip to pitchbend control
2019-12-15 Robin GareusVKeybd: Pitchebend sprung mode and keyboard-shortcuts
2019-12-14 Robin GareusRemove unused API (no more unconditional splash pop...
2019-12-14 Robin GareusFirst batch of MessageDialog replacements
2019-12-14 Robin GareusAdd a MessageDialog wrapper that handles the splash...
2019-12-14 Paul DavisEnable Menu > Quit to work again after startup on macOS
2019-12-14 Paul Daviscleanup and recomment StartupFSM::load_from_application...
2019-12-14 Paul Davisremove unnecessary calls to Application::ready
2019-12-14 Paul Davismove i/o redirect for macOS bundle before no_app_nap...
2019-12-14 Paul Davisemit Application::ready() at a suitable time during...
2019-12-14 Paul Davisadd safety tests inside ShuttleControl to deal with...
2019-12-14 Paul Davisremove use of os_log() API from macOS
2019-12-14 Robin GareusUse InlineControl Port Property
2019-12-14 Robin GareusMake BusSendLevel 1st class citizen (2/2)
2019-12-14 Robin GareusDSPLoad report: allow to sort plugins by load
2019-12-14 Robin GareusIncrease contrast of Plugin DSP load report bar colors
2019-12-13 Robin GareusAmend 561cf86919d commit (toolbar sensitivity)
2019-12-13 Paul Davisallow setting debug flags via an environment variable...
2019-12-13 Paul Davisfix up stderr and stdout on macOS to write to log files...
2019-12-13 Robin GareusFix session sensitivity of some toolbar controls
2019-12-13 Robin GareusVKeybd: shrink height when hiding config pane
2019-12-12 Robin GareusVkeybd: default to single-row QWERTY binding
2019-12-12 Robin GareusNO-OP: some const correctness
2019-12-12 Robin GareusVKeybd: fix MacOS key-bindings
2019-12-12 Paul Davisfix startup FSM handling when pre-release dialog is...
2019-12-12 Paul Davisfix ASL logging/stdout+stderr when running from termina...
2019-12-12 Robin GareusAllow to bind initial Lua action via left-click
next