summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2011-04-28Fix external UIs (e.g. Calf git).David Robillard
2011-04-28Update for new Suil API.David Robillard
2011-04-26forward port a disgusting hack from 2.X that stops the timefx thread's exitin...Paul Davis
2011-04-25Fix subtraction of bar/beat/tick for verbose canvas cursor (#4011).Carl Hetherington
2011-04-24reverse debugging stuffPaul Davis
2011-04-24better temporary debugging for slv2/calf issuePaul Davis
2011-04-24more temporary debugging for slv2/calf issuePaul Davis
2011-04-24temporary debugging for slv2/calf issuePaul Davis
2011-04-23Re-fix compile failure with --no-nls (#3111).Carl Hetherington
2011-04-23Remove unnecessary refresh_location_display_s method. Speed up marker loadin...Carl Hetherington
2011-04-23Prevent the point selection straying -ve when control points are positioned c...Carl Hetherington
2011-04-23Remove duplicate connect_to_list() call.Carl Hetherington
2011-04-22Fix Python whitespace (follow PEP8 guidelines, reformatted by Python Reindent)David Robillard
2011-04-22fix default size and title of comment windowPaul Davis
2011-04-22fix up fwd/reverse stuff in semitone modePaul Davis
2011-04-22Use new Suil and SLV2 APIs for LV2 plugin UIs.David Robillard
2011-04-21fix height of shuttle control marker linePaul Davis
2011-04-21hopefully fix up shuttle operation in semitones modePaul Davis
2011-04-21Stop MIDI import generating zero-length regions. May fix #4000.Carl Hetherington
2011-04-20When drawing MIDI regions with grid snap enabled, make the region extent 1 fr...Carl Hetherington
2011-04-20Clean up duplicate snap-related code.Carl Hetherington
2011-04-20Prevent snap_frame_to_frame returning -ve offset from the region start (fixes...Carl Hetherington
2011-04-20several tweaks/fixes to the shuttle controlPaul Davis
2011-04-20reinstate MIDI binding for shuttle controllerPaul Davis
2011-04-20reinstate tooltip custom colors etcPaul Davis
2011-04-20factor out shuttle controller to its own class, new designPaul Davis
2011-04-20factor out shuttle controller to its own class, new designPaul Davis
2011-04-20show MIDI channel for notes with verbose canvas cursor (#3883)Paul Davis
2011-04-20Fix hang on session close that I introduced with the route group changes.Carl Hetherington
2011-04-19remove some debugging outputPaul Davis
2011-04-19remove some debugging outputPaul Davis
2011-04-19fixes to avoid dreadfull thread races and deletion crashes related to the plu...Paul Davis
2011-04-19Save route group reorderings in the session file. Link changes in the mixer ...Carl Hetherington
2011-04-19Remove delete menu item which does the same as cut (#3930).Carl Hetherington
2011-04-19Cleanup some more gint -> bools.Carl Hetherington
2011-04-19Remove duplicate call of compute_current_bbt_points which looks like a mis-me...Carl Hetherington
2011-04-19Add missing ellipsis on Edit menu item.Carl Hetherington
2011-04-19Fix the return type for the edit_controls_button_release signal handler. Mak...Carl Hetherington
2011-04-19Sort track selections before cut/copying their playlists, so that the list of...Carl Hetherington
2011-04-18Extend the y range of the simplerect redraw request in one case to prevent bi...Carl Hetherington
2011-04-18Fix radio action registration thinko of my doing. Fixes #3986.Carl Hetherington
2011-04-18Remove unused signal.Carl Hetherington
2011-04-17Fix further typo.Carl Hetherington
2011-04-17Extend range selections using the selected tracks, rather than all tracks.Carl Hetherington
2011-04-17Fix typo in bindings file.Carl Hetherington
2011-04-17Remove extend-range-to-{start,end}-of-region and replace with move-range-{sta...Carl Hetherington
2011-04-16Fix step editor note lengths and default to crotchet / mf in the dialogue (#3...Carl Hetherington
2011-04-16Remove some calls to process_updates() which I think prevent GTK coalescing r...Carl Hetherington
2011-04-16Fix crash on bouncing a range selection that includes a buss (#3962).Carl Hetherington
2011-04-16Put relief on all toolbar buttons for consistency (#3967).Carl Hetherington