summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-20replace characters that would make an export filename illegal on any/all file...Paul Davis
2012-12-19make "OK" button in memory-limit dialog be the default widget so that return ...Paul Davis
2012-12-19keep velocity value visible in verbose cursor until we leave a note (fixes #5...Paul Davis
2012-12-19do NOT deselect markers when clearing object selection - markers are outside ...Paul Davis
2012-12-19no region trimming on the region itself when in range modePaul Davis
2012-12-19fix up mistaken (accidentally) automatic cast from framepos_t to double when ...Paul Davis
2012-12-19equivalent change for midi tracks as was done for audio in rev 13615, fixes M...Paul Davis
2012-12-19fix crash reported by colinf when editing via >1 click on an audioclock. this...Paul Davis
2012-12-19fix push-drags of automation data - previously we did not resync the model wi...Paul Davis
2012-12-19feedback for toggled MIDI controls now sends 0 or 127, not various in-between...Paul Davis
2012-12-19prevent MIDI tracks from ever being in MonitoringSilence state, allows use of...Paul Davis
2012-12-19prevent crash when saving learned MIDI binding that is now missing its contro...Paul Davis
2012-12-18change default font scaling to 80% which makes a newly installed ardour come ...Paul Davis
2012-12-18back off on a probably too-aggressive X11 version requirementPaul Davis
2012-12-18get that last fix rightPaul Davis
2012-12-18linux packaging needs to be able to find libltc in-treePaul Davis
2012-12-18fix up discovery of VAMP plugins after ./waf install, which fixes crashes whe...Paul Davis
2012-12-17remove use of a boost::fast_pool_allocator without a mutex for Evoral::Contro...Paul Davis
2012-12-16some explanatory text for CrossThreadPool, so that it is possible (maybe) to ...Paul Davis
2012-12-14keep region trim handle layered on top of crossfade areaBen Loftis
2012-12-14code cleanup; crossfade shape drawing is now more closely associated with the...Ben Loftis
2012-12-14mousing in a fade-out should fall through to the region, for now (this was a...Ben Loftis
2012-12-14slightly lighten top of rec-enable buttonsPaul Davis
2012-12-14fix a couple of issues with range selection, caused by clicked_selection pers...Paul Davis
2012-12-14merge robin gareus' libltc into ardour source tree for conveniencePaul Davis
2012-12-14remove group button visibility option from preferences dialog; tweak font sca...Paul Davis
2012-12-14slightly lighten dark green color at start of transport, mouse mode and solo ...Paul Davis
2012-12-13fix more range selection issuesPaul Davis
2012-12-13make sure we never use ID of zero for range selections, fixing a very minor g...Paul Davis
2012-12-13various fixes for "advanced" operations on range selections. ctrl-drags now a...Paul Davis
2012-12-13crossfade hack and slash. removed overlap checks, overlap mode, default leng...Ben Loftis
2012-12-13add cycle-zoom-focus and bind to "1" by defaultPaul Davis
2012-12-13end drags on regions before doing front trim, so that fades get visually upda...Paul Davis
2012-12-13improve button drawing when "implicit active uses solid color" tweak is on, a...Paul Davis
2012-12-13remove debug outputPaul Davis
2012-12-13reinstate the windows way for GUIIdle's but limit the scope of the connection...Paul Davis
2012-12-12Position playhead correctly on 'P' in editor summary pane, taking account of ...Colin Fletcher
2012-12-12because sometimes there are good reasons for not doing things the way a windo...Paul Davis
2012-12-12revert that GUIIdle signal till i track down a deadlockPaul Davis
2012-12-12sometimes, you just have to do what a windows programmer would do. add a glob...Paul Davis
2012-12-12muted regions should be totally ignored during playlist read()Ben Loftis
2012-12-12try to really get the add route dialog out of the way before we start a long ...Paul Davis
2012-12-12fix incorrect change that substituted (or tried to) BOLD_MONOSPACE in font specsPaul Davis
2012-12-12finalize fix for MIDI track monitoringPaul Davis
2012-12-12add a new Tweak to ArdourButton that makes ImplicitActive state use a solid c...Paul Davis
2012-12-12shrink height of plugin control faders (in-strip)Paul Davis
2012-12-12if we're not going to use pixfbuf (images) for faders, then lets not create a...Paul Davis
2012-12-11prevent an endless loop when answering "no" regarding opening an existing ses...Paul Davis
2012-12-11typo that led to incorrect tempo based ruler stuff ... thanks, valgrindPaul Davis
2012-12-11fix uninitialized variable causing error delivering various MIDI messages at ...Paul Davis