summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2014-07-01left-align all pref/option labels for consistency.Robin Gareus
2014-06-30(hopefully) fix smart-mode breakage of xfade operationsPaul Davis
2014-06-30move draggable playhead to editor tab of preferencesPaul Davis
2014-06-30remove cruftRobin Gareus
2014-06-30new UI config var to allow playhead to be optionally draggable (default is: y...Paul Davis
2014-06-30make canvas drop sensitive to scroll eventsPaul Davis
2014-06-30context click over a trim handle is semantically equivalent to a context clic...Paul Davis
2014-06-30new region base colorPaul Davis
2014-06-30ensure that Editor::entered_track is reset during session deletion to avoid a...Paul Davis
2014-06-30fix bae86a2d - retain default valuesRobin Gareus
2014-06-30Disallow empty names for Groups, automatically enumerate themRobin Gareus
2014-06-30move Opaque and Mute into region Gain submenus (both main menu bar and contex...Paul Davis
2014-06-30protect use of iterators across routeUI selection when operations change the ...Paul Davis
2014-06-30change default timeline item gradient depth and waveform gradient depthPaul Davis
2014-06-30always take verbose cursor clock mode from primary clock (finally!)Paul Davis
2014-06-30new default color for inactive group tabPaul Davis
2014-06-30move contrasting_text_color() into ArdourCanvasPaul Davis
2014-06-30make verbose cursor respond dynamically to theme changesPaul Davis
2014-06-30make inactive group tab color be themeable and update it dynamicallyPaul Davis
2014-06-30remove canvas cursor debug outputPaul Davis
2014-06-30use Editor::effective_mouse_mode() inside Editor::button_selection(); clean u...Paul Davis
2014-06-29re-arrange tabs in Session > Properties dialog (Misc is last)Robin Gareus
2014-06-29add 'save defaults' option to properties dialogRobin Gareus
2014-06-29add a generic Option Editor Component for stateless widgetsRobin Gareus
2014-06-29suspend route redisplay for (rec-en, solo, mute and monitor) batch changesRobin Gareus
2014-06-28add RAII DisplaySuspenderRobin Gareus
2014-06-28use a hash-table to cache gui propertiesRobin Gareus
2014-06-28use state Session::StateProtectorRobin Gareus
2014-06-28fix meterbridge: load button image only once.Robin Gareus
2014-06-27replace old implementation of Editor::_ensure_time_axis_view_is_visible() wit...Paul Davis
2014-06-27add commentary on why PublicEditor::{_,}ensure_time_axis_view_is_visible() bo...Paul Davis
2014-06-27fix edges of selection rects in time axis views to lie correctly within bound...Paul Davis
2014-06-27make time axis view item name text be insensitive to eventsPaul Davis
2014-06-27make verbose canvas cursor color be set in its constructor rather than explic...Paul Davis
2014-06-26fix meterbridge height issues when config changesRobin Gareus
2014-06-26use new TrackingText for verbose cursorPaul Davis
2014-06-26removed no-longer-used Editor::track_canvas_motion()Paul Davis
2014-06-26remove unused i2w code from ControlPointPaul Davis
2014-06-26remove duplicate entriesPaul Davis
2014-06-26vertically expand recent-session listRobin Gareus
2014-06-26fix meter-strip session/route-ui eventsRobin Gareus
2014-06-26show track-number in GUIRobin Gareus
2014-06-26prepare UI style for track-number boxesRobin Gareus
2014-06-26prepare formatting track-number for mixer (and other places)Robin Gareus
2014-06-26session option GUI for track-number & take-nameRobin Gareus
2014-06-26fix "stop_recording_on_xrun" in prefs dialogRobin Gareus
2014-06-26accept text-entry-change w/o enter and add filter_text optionRobin Gareus
2014-06-25consolidate SignalOrderRouteSorterRobin Gareus
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-25namespace libardour utilsRobin Gareus