tap-tempo: try to make it work properly from the very first click
[ardour.git] / gtk2_ardour /
2015-03-21 Colin Fletchertap-tempo: try to make it work properly from the very...
2015-03-09 Colin FletcherUse ev->time rather than g_get_monotonic_time() for...
2015-03-09 Colin FletcherMake editing of meter work at the current position
2015-03-09 Colin FletcherMake left-click on tempo/meter in main clock edit curre...
2015-03-09 Colin FletcherRemove useless parameters from MainClock constructor
2015-02-12 Colin FletcherAdd/edit tempo/meter change at right position with...
2015-02-12 Colin FletcherIgnore playhead when finding delta from edit position...
2015-02-12 Colin FletcherSeparate out creation of xrun markers from Editor:...
2015-02-12 Colin FletcherAdd tempo and meter editing functions to main clock...
2015-02-12 Colin FletcherA few whitespace fixes
2015-02-12 Robin Gareuswindows: deploy suil modules
2015-02-12 Paul Davisremove use of TimeRectangle
2015-02-12 Paul DavisWhen setting the duration of a TimeAxisViewItem, do...
2015-02-12 Paul DavisEditor::sample_to_pixel() always returns an integer...
2015-02-11 Ben Loftisuse magic strings instead of magic numbers (allow profi...
2015-02-11 Ben Loftisdesensitize redirect-menu Send and Control items when...
2015-02-11 Paul Davisproperly activating MIDI parsing for traced ports
2015-02-11 Paul Davisskip drawing the first pixel of waves in an audio regio...
2015-02-10 Ben Loftisfix previous commit
2015-02-10 Ben LoftisTrack Mode is too vague; rename to Record Mode
2015-02-10 Ben Loftisflip the priority of input and output buttons and menus
2015-02-10 Ben Loftisfixed collision with <SECONDARY>n binding
2015-02-09 Paul Davisfix last cherry-pick
2015-02-09 Paul Davisfix color and alpha of timestretch rect
2015-02-09 Paul DavisAfter dragging from multiple tracks to the dropzone...
2015-02-07 nick_mProperly deallocate memory when clearing selection_op_h...
2015-02-06 Ben Loftiswhen the user changes devices, notify the backend
2015-02-06 Paul Davisfixup cherry-picked changes from Waves Tracks, and...
2015-02-06 Paul Davisimplement RangeMarkerBarDrag::abort
2015-02-06 Paul Davisimplement MarkerDrag::abort()
2015-02-05 Paul Davisfix issue with region dragging while mouse pointer...
2015-02-05 Ben LoftisContentEdit drag on empty MIDI track should not create...
2015-02-05 nick_mClean up Session's _current_trans when aborting a drag.
2015-02-05 nick_mMake redo action insensitive after new command.
2015-02-04 Robin Gareusremove duplicate callback
2015-02-01 Ben LoftisRemove remaining LEVEL4 bindings
2015-02-01 Ben LoftisFix Session Export keybinding to call correct action...
2015-01-30 Ben Loftisfix cursor color for text entries
2015-01-30 Ben Loftisremove locate before loop, which was causing intermitte...
2015-01-30 Paul Davisuse Gtkmm2ext::possibly_translate_mod_to_make_legal_acc...
2015-01-30 Robin Gareusclarify sync-lock and disable it by default.
2015-01-29 Paul Davisdon't wipe out SHIFT from event state when processing...
2015-01-29 Ben Loftisin mixbus, treat the canvas rulers just like the canvas...
2015-01-29 Ben Loftisconsolidate using SECONDARY+number bindings for region...
2015-01-29 Ben Loftisswitch WINDOW bindings to use SECONDARY instead and...
2015-01-29 Paul Davisuse gtk_accel_groups_active() in preference to gtk_wind...
2015-01-28 Robin Gareusguess what?!
2015-01-28 Robin Gareusfix #6117 - fader prelight
2015-01-27 Robin Gareusfix printf format-security warning.
2015-01-26 Paul Davisignore context menu click events, notably during drag...
2015-01-26 Paul Davisremove unnecessary commented-out line.
2015-01-26 Robin Gareusamend e3da18fd
2015-01-26 Paul Davisrename ARDOUR_UI::idle_load() to ARDOUR_UI::load_from_a...
2015-01-25 Paul Davisfix incorrect logic when loading session via NextStep...
2015-01-25 Robin Gareusadd a simple status indicator to the Engine Dialog
2015-01-25 Robin Gareusfix latency measurement result display
2015-01-25 Robin Gareusmidi note paste undo fix.
2015-01-25 Paul Davisadd handler for, and connect to, Session::SaveSessionRe...
2015-01-25 Paul DavisAdd a new signal (not yet used) to initiate session...
2015-01-24 Robin Gareusfix copy/drag abort.
2015-01-24 Paul Davismake MouseCursors invalid cursor API be static; use...
2015-01-23 Paul Davisallow use of null pointer as a valid cursor (implies...
2015-01-23 Paul Davisfix indentation from prior commit
2015-01-23 GZharun[Summary] Fixed bug 45163: Trim range from right corner...
2015-01-23 Robin Gareusfix crash at exit if location-ui was used
2015-01-22 Ben Loftismove control app button adjacent to sample rate and...
2015-01-22 Ben Loftisremove channelcount selectors for mixbus
2015-01-21 Robin Gareusupdate selection clock
2015-01-21 Robin Gareusset Theme buttons on state reset
2015-01-21 Robin Gareusinitialize theme > gradient sliders.
2015-01-21 Robin Gareusapply Theme > “Show waveform clipping”
2015-01-19 nick_mFixes for when rubberbanding_snaps_to_grid config setti...
2015-01-19 Ben Loftisuse C locale, because POSIX locale is not supported...
2015-01-17 Robin Gareusconsistent display of period-size.
2015-01-17 Robin Gareusfix panner send-strip color
2015-01-17 Robin Gareusdisplay current buffer size - hopefully w/o breaking...
2015-01-17 Robin Gareusfix 20ea90a1 for winegcc
2015-01-17 Robin GareusEngine Dialog: fix various signal connections
2015-01-17 Robin Gareusengine dialog fix buffersize sensitivity
2015-01-17 Robin Gareusupdate engine dialog UI state
2015-01-17 nick_mFix some ignored region selection changes (probably...
2015-01-17 Robin Gareuswaf: fix concurrency issue with duplicate targets
2015-01-17 David RobillardRevert "Kludgey fix for invisible playhead when scrolled."
2015-01-17 David RobillardKludgey fix for invisible playhead when scrolled.
2015-01-17 Robin Gareusfix 05a612b
2015-01-17 David RobillardPut playhead on top of everything.
2015-01-16 David RobillardFix hidden notes at trimmed region start.
2015-01-16 nick_mFix note resize double undo bug.
2015-01-15 David RobillardFix setting command key bindings on OSX.
2015-01-14 Robin Gareusdon’t show “-all-“ group with currently does nothing.
2015-01-14 nick_mReduce selection loss when changing mouse modes.
2015-01-14 nick_mA test for less brutall deselection on mouse mode change.
2015-01-14 Ben Loftistoggling smart mode is just an option.
2015-01-14 David RobillardRemove drag code from automation region view.
2015-01-14 David RobillardFix automation range drag and implement for MIDI.
2015-01-13 Ben Loftiswhen the mouse tool changes, smart mode should have...
2015-01-13 nick_mDon't reuse _optimization_iterator - fixes crash on...
2015-01-13 nick_mFix missing selection undo for track header click and...
2015-01-13 David RobillardGive tempo dialog initial focus to BPM spinner.
2015-01-12 Robin Gareusshow title bar for big clock window
next