summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2014-07-06fix timecode > 2^31 samples calculation on 32bit systemsRobin Gareus
2014-07-06remove some cruft with previous commits. remove option link-region-and-track...Ben Loftis
2014-07-06remove cruft.Robin Gareus
2014-07-06change reasonable-synth to be sample accurate (note on/off)Robin Gareus
2014-07-05Make $PATH search in SystemExec actually workColin Fletcher
2014-07-05Report an error when post-export hook fails.Colin Fletcher
2014-07-05debug info to trace down "cannot rename temp session file" errorsRobin Gareus
2014-07-04disable latency-compensation preparations for nowRobin Gareus
2014-07-04add ActionManager::enable_accelerators(), which takes all known Actions and r...Paul Davis
2014-07-03fix the naming and behavior of always-play-range to match the button, which i...Ben Loftis
2014-07-03actually do something in WaveView::region_resized() which is called whenever ...Paul Davis
2014-07-02add a method to cancel a pending play_range. this is needed when we are modi...Ben Loftis
2014-07-02unique filenames across all searched foldersRobin Gareus
2014-07-01splice mode is undefined, undocumented, and buggy. ripple does most of what ...Ben Loftis
2014-07-01remove debug outputPaul Davis
2014-07-01add partial support for mute automation (playback does not work, data is not ...Paul Davis
2014-07-01Merge branch 'ripple-mode-cc' into cairocanvasColin Fletcher
2014-07-01merge with master.Paul Davis
2014-06-30remove cruftRobin Gareus
2014-06-30change default take-nameRobin Gareus
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-30Disallow empty names for Groups, automatically enumerate themRobin Gareus
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-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-29allow to load/save default session-propertiesRobin Gareus
2014-06-29Change some declarations from 'struct' to 'class' (and vice-versa)John Emmas
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-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-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-26new API for TrackingText and similar itemsPaul Davis
2014-06-26add tracking_text.cc to canvas wscriptPaul Davis
2014-06-26new TrackingText canvas item, to resolve conceptual issues with the Editor::V...Paul Davis
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
2014-06-26implement track numberingRobin Gareus
2014-06-26allow to set custom file name for each diststreamRobin Gareus