summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-01merge with master.Paul Davis
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-30change default take-nameRobin Gareus
2014-06-30new UI config var to allow playhead to be optionally draggable (default is: y...Paul Davis
2014-06-30more extensive canvas debug message for canvas-enter-leave tracingPaul Davis
2014-06-30add event-insensitivity to the list of conditions that causes a container to ...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-30verbose cursor text is always outlinedPaul Davis
2014-06-30allow Canvas::Text to have outline drawn in a contrasting color (based on act...Paul 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-30invisible items/containers should not add their children to "items-at-point"Paul Davis
2014-06-30additional DEBUG_TRACE message for canvas current item selectionPaul Davis
2014-06-30clean up after monitoring-section on session closeRobin Gareus
2014-06-30fix issue with track-deletion when the monitoring section is used.Robin Gareus
2014-06-29update ARD - allow to release it as standalone tool.Robin Gareus
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-29allow to load/save default session-propertiesRobin Gareus
2014-06-29Change some declarations from 'struct' to 'class' (and vice-versa)John Emmas
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-28add Session::StateProtectorRobin Gareus
2014-06-28consolidate session_dirs: use Searchpath instead of custom codeRobin Gareus
2014-06-28fix meterbridge: load button image only once.Robin Gareus
2014-06-28search-path: filter out duplicatesRobin Gareus
2014-06-28Use 'GStatBuf' in preference to 'struct stat' (which isn't necessarily the sa...John Emmas
2014-06-28Add (newly introduced) sources to our MSVC projectsJohn Emmas
2014-06-28Remove (no longer needed) sources from our MSVC projectsJohn Emmas
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