summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-08update callgrind script and add some doc.Robin Gareus
2014-07-07xfade rects should only pop-up in Object mode, when they are focusableBen Loftis
2014-07-07fix inconsistency in smart mode where it shows a trim cursor in the top half ...Ben Loftis
2014-07-07fix copy paste error in selectionBen Loftis
2014-07-07add signal generator modules to Dummy Backend.Robin Gareus
2014-07-07fix build after copy-n-paste/code change collisionPaul Davis
2014-07-07some code shuffling to make sure that cut mode always operates at the mouse l...Paul Davis
2014-07-07remove leftover cruft from link-region-and-track removalBen Loftis
2014-07-07remove all_group_active_button. if you want to operate on all tracks, choos...Ben Loftis
2014-07-07add icons for cut mouse mode button and cut cursor (both need improving)Paul Davis
2014-07-07use an EditorCursor when dragging in cut mode to indicate cut positionPaul Davis
2014-07-07add new variant of EditorCursor that creates an insensitive full-canvas-heigh...Paul Davis
2014-07-07fix potential crash if certain Canvas methods are used before its window is r...Paul Davis
2014-07-07Use Canvas::re_enter() after changing mouse mode so we get the right cursor n...Paul Davis
2014-07-07tentative use of "c" as test binding for scissors/cut mouse mode (will possib...Paul Davis
2014-07-07Add Canvas::re_enter() which picks the current item again based on mouse poin...Paul Davis
2014-07-07add functionality for cut toolPaul Davis
2014-07-07add basics of Cut mouse mode, no functionality yet. Icon images are still req...Paul Davis
2014-07-06update audio-export as used by video-export (disable soundcloud)Robin Gareus
2014-07-06optimize SystemExec::output_interposer()Robin Gareus
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-06add number-label at top of mixer-stripRobin Gareus
2014-07-06repair ardour-button "fixed color mode"Robin Gareus
2014-07-06show track color on mixer-stripRobin Gareus
2014-07-06now that track and region selections are mutually exclusive, you need a separ...Ben Loftis
2014-07-06remove cruft.Robin Gareus
2014-07-06Q and W jump between markers. this puts them right next to Tab which creates...Ben Loftis
2014-07-06change reasonable-synth to be sample accurate (note on/off)Robin Gareus
2014-07-05new approach to selections which will help rationalize Split and similar func...Ben Loftis
2014-07-05further rationalization of the editor. after a split, ardour was switching t...Ben Loftis
2014-07-05Left-align label for post-export hook script entry.Colin Fletcher
2014-07-05Make $PATH search in SystemExec actually workColin Fletcher
2014-07-05Report an error when post-export hook fails.Colin Fletcher
2014-07-05Make tap tempo use g_get_monotonic_time(), and fix minimum BPMColin Fletcher
2014-07-05Make 'Tap tempo' set the bpm to a running averageColin Fletcher
2014-07-05Add 'Tap tempo' button to 'Edit tempo' dialogueColin Fletcher
2014-07-05debug info to trace down "cannot rename temp session file" errorsRobin Gareus
2014-07-04purge states of Audio-backends that are N/ARobin Gareus
2014-07-04fix up various keybindings added/modified by Ben so that they work.Paul Davis
2014-07-04disable latency-compensation preparations for nowRobin Gareus
2014-07-04rename the action that cycles through edit modes, since there are more than twoPaul Davis
2014-07-04move location of menus file loading and call ActionManager::enable_accelerato...Paul Davis
2014-07-04add ActionManager::enable_accelerators(), which takes all known Actions and r...Paul Davis
2014-07-04remove all accelerator declarations from ardour.menus.in, since they are abou...Paul Davis
2014-07-03add new regions created by split to selection after operation is completePaul Davis
2014-07-03lots of keybinding changes. added a new action to allow removing markers at ...Ben Loftis
2014-07-03revert part of 0f1c7b1d7107 which broke lots of stuff based on region selectionPaul Davis
2014-07-03if a Range end is trimmed, in follow-edits mode, locate to the range end so i...Ben Loftis
2014-07-03fix the naming and behavior of always-play-range to match the button, which i...Ben Loftis