summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2013-10-03'gtk2_ardour' - Use 'const_iterator' where appropriate, instead of 'iterator'John Emmas
2013-10-03'gtk2_ardour' - Try 'lrintf' instead of 'rintf' which isn't available in MSVCJohn Emmas
2013-10-03'gtk2_ardour' - 'std::isinf' + 'std::isnan' are not available in MSVC (at lea...John Emmas
2013-10-03'gtk2_ardour' - When building with MSVC, use 'std::min' + 'std::max' rather t...John Emmas
2013-10-03'gtk2_ardour' - Specify 'Glib::usleep' where needed (global ::usleep is not a...John Emmas
2013-10-03'gtk2_ardour' - Use 'floor / floorf' instead of 'trunc / truncf'John Emmas
2013-10-03'gtk2_ardour' - Use 'GStatBuf' instead of 'struct stat'John Emmas
2013-10-03'gtk2_ardour' - Use 'std::vector' to implement an array whose size is unknown...John Emmas
2013-10-03'gtk2_ardour' - Add namespaces + casting where necessary + general bits of 'c...John Emmas
2013-09-26Add a header file guard (to prevent multiple #inclusion)John Emmas
2013-09-26Deliberately specify 'Gtk::manage' where necessary (avoids creating ambiguiti...John Emmas
2013-09-26A further change which needs to be tested on the other compilersJohn Emmas
2013-09-26'gtk2_ardour (msvc)' - Some changes needed before anything at all will compileJohn Emmas
2013-09-21Merge remote-tracking branch 'remotes/origin/cairocanvas' into windowsJohn Emmas
2013-09-17Merge branch 'master' into cairocanvasPaul Davis
2013-09-17Merge branch 'master' into windowsPaul Davis
2013-09-17minor code changesPaul Davis
2013-09-17substantive changes to allow the audio/MIDI setup dialog to change settings a...Paul Davis
2013-09-17remove JACK related action definitions (audio/MIDI setup is where this happen...Paul Davis
2013-09-17change return type on {disconnect_from,reconnect_to}_engine() and make public...Paul Davis
2013-09-17remove JACK related menu items (audio/MIDI setup is where this happens now)Paul Davis
2013-09-17add basic display of existing MIDI ports to audio/MIDI setupPaul Davis
2013-09-16correctly restore zoom focus state after restart (from nick mainsbridge)Paul Davis
2013-09-16Merge branch 'master' into cairocanvasPaul Davis
2013-09-16fix conflicts and merge with masterPaul Davis
2013-09-16minor fixups for audio/MIDI setup spin buttons (now editable, as they should be)Paul Davis
2013-09-16check for an existing PublicEditor instance AFTER attempting to handle a key ...Paul Davis
2013-09-16end latency detection if AMS window closed while running detection (plus some...Paul Davis
2013-09-16various bits of polish for the latency tab of audio/midi setup dialogPaul Davis
2013-09-16update buffer size duration (msecs) while displaying saved audio/MIDI setup s...Paul Davis
2013-09-16commit some logic problems with the EngineDialog when change the driver/devic...Paul Davis
2013-09-14fix merge conflicts with masterPaul Davis
2013-09-13Merge branch 'master' into windowsPaul Davis
2013-09-12remove some debug output messagesPaul Davis
2013-09-12vtl: export selected rangeRobin Gareus
2013-09-12tweak narrow-mixer-strip meters: nettings vs the_CLA. Round 3.Robin Gareus
2013-09-12lots of changes to auto-start (and stop) the backend for latency measurements...Paul Davis
2013-09-12prevent key press in pre-main-window dialog(s) from crashing the program beca...Paul Davis
2013-09-12change names, add comment, improve return type to avoid extra call to get Eng...Paul Davis
2013-09-12incomplete merge of master into windows (requires upcoming changes to master ...Paul Davis
2013-09-11make use of measured latency values to set dialog controls, and use actual po...Paul Davis
2013-09-11remove unused members and code from EngineControl dialog (related to differen...Paul Davis
2013-09-10more tweaks to latency measurementPaul Davis
2013-09-10basic functionality for hardware latency measurementPaul Davis
2013-09-10many changes relating to session construction and audioengine interactionPaul Davis
2013-09-09move control app launching back into audio backend to allow ASIO/CoreAudio mo...Paul Davis
2013-09-09fix control app breakagePaul Davis
2013-09-09fix crash when unconditionally using null env var; tweak packing of control a...Paul Davis
2013-09-09launching control app is now responsibility of ardour GUI, not audio backend;...Paul Davis
2013-09-09initial work on adding access to h/w control apps when ardour starts JACKPaul Davis