summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2015-02-09fix color and alpha of timestretch rectPaul Davis
2015-02-09After dragging from multiple tracks to the dropzone, create the right number ...Paul Davis
2015-02-07Properly deallocate memory when clearing selection_op_history andnick_m
2015-02-06when the user changes devices, notify the backendBen Loftis
2015-02-05fixup cherry-picked changes from Waves Tracks, and fix for ArdourPaul Davis
2015-02-05implement RangeMarkerBarDrag::abortPaul Davis
2015-02-05implement MarkerDrag::abort()Paul Davis
2015-02-05fix issue with region dragging while mouse pointer is in rulers/marker lanesPaul Davis
2015-02-05ContentEdit drag on empty MIDI track should not create new midi regionsBen Loftis
2015-02-05Clean up Session's _current_trans when aborting a drag.nick_m
2015-02-05Make redo action insensitive after new command.nick_m
2015-02-04remove duplicate callbackRobin Gareus
2015-02-01Remove remaining LEVEL4 bindingsBen Loftis
2015-02-01Fix Session Export keybinding to call correct action (ExportAudio).Ben Loftis
2015-01-30fix cursor color for text entriesBen Loftis
2015-01-30remove locate before loop, which was causing intermittent loop behaviorBen Loftis
2015-01-30use Gtkmm2ext::possibly_translate_mod_to_make_legal_accelerator() in all case...Paul Davis
2015-01-30clarify sync-lock and disable it by default.Robin Gareus
2015-01-29don't wipe out SHIFT from event state when processing keyboard events, as don...Paul Davis
2015-01-29in mixbus, treat the canvas rulers just like the canvas wrt mouse-wheel-zoomBen Loftis
2015-01-29consolidate using SECONDARY+number bindings for region properties, such as ga...Ben Loftis
2015-01-29switch WINDOW bindings to use SECONDARY instead and displace any bindings tha...Ben Loftis
2015-01-28use gtk_accel_groups_active() in preference to gtk_window_activate_key() sinc...Paul Davis
2015-01-28guess what?!Robin Gareus
2015-01-28fix #6117 - fader prelightRobin Gareus
2015-01-27fix printf format-security warning.Robin Gareus
2015-01-26ignore context menu click events, notably during drag but also for a couple o...Paul Davis
2015-01-26remove unnecessary commented-out line.Paul Davis
2015-01-26amend e3da18fdRobin Gareus
2015-01-26rename ARDOUR_UI::idle_load() to ARDOUR_UI::load_from_application_api() to co...Paul Davis
2015-01-25fix incorrect logic when loading session via NextStep document APIPaul Davis
2015-01-25add a simple status indicator to the Engine DialogRobin Gareus
2015-01-25fix latency measurement result displayRobin Gareus
2015-01-25midi note paste undo fix.Robin Gareus
2015-01-24add handler for, and connect to, Session::SaveSessionRequestedPaul Davis
2015-01-24Add a new signal (not yet used) to initiate session saves; alter signal name ...Paul Davis
2015-01-24fix copy/drag abort.Robin Gareus
2015-01-24make MouseCursors invalid cursor API be static; use to initialize default cur...Paul Davis
2015-01-23allow use of null pointer as a valid cursor (implies using cursor of parent w...Paul Davis
2015-01-23fix indentation from prior commitPaul Davis
2015-01-23[Summary] Fixed bug 45163: Trim range from right corner of timeline leads Tra...GZharun
2015-01-23fix crash at exit if location-ui was usedRobin Gareus
2015-01-22move control app button adjacent to sample rate and bufsize settingsBen Loftis
2015-01-22remove channelcount selectors for mixbusBen Loftis
2015-01-21update selection clockRobin Gareus
2015-01-21set Theme buttons on state resetRobin Gareus
2015-01-21initialize theme > gradient sliders.Robin Gareus
2015-01-21apply Theme > “Show waveform clipping”Robin Gareus
2015-01-20Fixes for when rubberbanding_snaps_to_grid config setting is off.nick_m
2015-01-19use C locale, because POSIX locale is not supported on windows, and operation...Ben Loftis