summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-06-27slightly increase size of a Canvas::PolyItem, to avoid left-over pixels when ...Paul Davis
2014-06-27if CANVAS_DEBUG is defined, then the env variable CANVAS_HARLEQUIN_DEBUGGING ...Paul Davis
2014-06-27in Canvas::window_to_canvas(), if either x or y coordinate is less than zero,...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-26new API for TrackingText and similar itemsPaul Davis
2014-06-26add tracking_text.cc to canvas wscriptPaul 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-26new TrackingText canvas item, to resolve conceptual issues with the Editor::V...Paul 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-26bump take-name after every recordingRobin Gareus
2014-06-26option to use track-number and take-name as part of file-nameRobin Gareus