summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-16Replace connection cerr dumping with DEBUG_TRACE.David Robillard
2011-03-15fix all manner of things relating to io connections, setting capture alignmen...Paul Davis
2011-03-15Fix weird whitespace.David Robillard
2011-03-15Fix undefined operations (according to gcc 4.5.2).David Robillard
2011-03-15Fix more broken whitespace.David Robillard
2011-03-14Fix broken indentation.David Robillard
2011-03-14Fix LV2 UI related memory errors with new SLV2.David Robillard
2011-03-14more fun and games with latency compensation, and so forth ... not done yetPaul Davis
2011-03-14reinstate code that prevents GUI control from talking to backend if session i...Paul Davis
2011-03-14add separate color for the border of a selected time axis view itemPaul Davis
2011-03-14Remove unnecessary (and wrong) check for movement, as the parent does it (fix...Carl Hetherington
2011-03-14Check movement threshold using the raw grab frame rather than the snapped one...Carl Hetherington
2011-03-14Fix assert failure when cycle_end is called by AudioEngine::set_session befor...Carl Hetherington
2011-03-14restore visibility of streamview rect lines that act as track separatorsPaul Davis
2011-03-14use a better contrasting color for selected region waveform fillPaul Davis
2011-03-13add a new alpha release notification page to startup assistantPaul Davis
2011-03-13Make build look for gnomecanvas headers in our copy rather than the system one.Carl Hetherington
2011-03-13add build stuff for export formats/presetsPaul Davis
2011-03-13change builtin export format/preset search path to correct value; remove line...Paul Davis
2011-03-13sort export formats & presets in alphabetical name orderPaul Davis
2011-03-13remove duplicate, less-usefully named duplicate export presetPaul Davis
2011-03-13pre-defined export presets and formats, part onePaul Davis
2011-03-12Properly create new presets, i.e. without duplicate id's on save-after-renameSakari Bergen
2011-03-12make XMLNode::add_property() correctly re-entrant and reduce the size of the ...Paul Davis
2011-03-12properly use and publish private/public port latency values for JACK latency APIPaul Davis
2011-03-12removed long-ifdef'ed-out codePaul Davis
2011-03-12a better fix fpr that wierd XMLProperty botchPaul Davis
2011-03-12use legalize_for_path() on filenames for export presets and formatsPaul Davis
2011-03-12use legalize_for_path() on filenames for export presets and formatsPaul Davis
2011-03-12move internal (note) edit mode binding to "e" to be more ergonomic (the old b...Paul Davis
2011-03-11Fix duplicate singular/plural plugin category menus.David Robillard
2011-03-11make "Flush Wastebasket" operate on the correct directory rather than a non-e...Paul Davis
2011-03-11sorta-kinda working latency compensation, latency reporting and capture align...Paul Davis
2011-03-10Restore Use PH button in locations UI (#3667).Carl Hetherington
2011-03-09Python 2/3 compatible blank line print.David Robillard
2011-03-09Small refactoring; fix stuck notes on the sequence LMB down, RMB down, LMB up...Carl Hetherington
2011-03-09move comment to a more appropriate locationPaul Davis
2011-03-09add new concept for managing alignment style (AlignChoice); switch to using w...Paul Davis
2011-03-09since some track context menu items depend on the selection, conditionally ad...Paul Davis
2011-03-08Fix compilation with old SLV2.David Robillard
2011-03-08Update for new SLV2 UI API.David Robillard
2011-03-08lots of stuff related to capture alignment. things appear to be working now, ...Paul Davis
2011-03-08reinstate context menu on stereo pannerPaul Davis
2011-03-08remove spurious debug linePaul Davis
2011-03-08reinstate (de)selection operations that should happen on mouse button releasePaul Davis
2011-03-08Allow out-of-time-order writes to nascent event list, sorting before merge. ...Carl Hetherington
2011-03-08when leaving internal edit mode, if the current mode is range ("draw") and it...Paul Davis
2011-03-08show internal edit mode status correctly on session loadPaul Davis
2011-03-07manage Route::_have_internal_generator more accurately and never flush proces...Paul Davis
2011-03-07missed removals that should have been in the port offset patchPaul Davis