summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-24avoid const cast warningPaul Davis
2014-10-24add #include that had gone unnoticed beforePaul Davis
2014-10-24fix screwup in prev commit-diffRobin Gareus
2014-10-24add explicit construction (for MSVC) and some debug messagesRobin Gareus
2014-10-24fix jack transport return valueRobin Gareus
2014-10-24use x-macros to simplify weak-jack implementationRobin Gareus
2014-10-24fix libjack namesRobin Gareus
2014-10-23fix 64bit compile with old gccRobin Gareus
2014-10-23add new Gtk2mmext::EmScale class for measuring font-based sizingPaul Davis
2014-10-23skip unavailable backends early on.Robin Gareus
2014-10-23add 'available' interface to the AudioBackendInfoRobin Gareus
2014-10-23weak/runtime jack linking: load libjack dynamically at runtimeRobin Gareus
2014-10-23show meter-bridge context-menu on mouse-downRobin Gareus
2014-10-23Don't show meter-type menu for MIDI-only metersRobin Gareus
2014-10-23another round of compiler warning fixesRobin Gareus
2014-10-23avoid name conflict with Note (gtk2_ardour/note.h)Robin Gareus
2014-10-23small round of compiler warning fixesRobin Gareus
2014-10-23silence clang ‘unused include file/compiler flag’ warningsRobin Gareus
2014-10-22windows installer: add option to use zlib (a lot faster)Robin Gareus
2014-10-22fix jack/mingw compilationRobin Gareus
2014-10-22fix delivery of MMC events under split process cycle conditionsPaul Davis
2014-10-22require a timestamp on MIDI::MachineControl::send()Paul Davis
2014-10-22fix timestamps for immediate MIDI events to deal with split process cycle con...Paul Davis
2014-10-22error/debug output when dropping MIDI event due to timing now shows MIDI bytesPaul Davis
2014-10-22remove unused codePaul Davis
2014-10-22fix all 4 backends' failure to include the main "backend" thread when computi...Paul Davis
2014-10-22ignore negative value locates and MMC locate commandsPaul Davis
2014-10-22prevent negative playhead positions from entering code via serialized statePaul Davis
2014-10-22remove obsolete jack includes in libardourRobin Gareus
2014-10-22windows: allow loading session with absolute pathRobin Gareus
2014-10-22hide splash screen on WindowsRobin Gareus
2014-10-21revert to previous waf versionPaul Davis
2014-10-21remove "canvasvar_" from all functions related to obtaining values from ARDOU...Paul Davis
2014-10-21some keyboard layouts have KP_Separator instead of KP_DecimalBen Loftis
2014-10-21slightly closer to correct color for peak display button when not active.Paul Davis
2014-10-21set correct font for peak display buttonPaul Davis
2014-10-21add ::set_layout_font (const Pango::FontDescription&) to ArdourButtonPaul Davis
2014-10-21change the peak display widget from Gtkmm2ext::FocusEntry to ArdourButton, si...Paul Davis
2014-10-21migrate build & package scripts to where they belong.Robin Gareus
2014-10-21a few tweaks to zoom computations so that zoom-to-range works correctlyPaul Davis
2014-10-21remove mouse zoom mode; bind z to zoom-to-rangePaul Davis
2014-10-21fix note 15897 on #5589 - only use fader cursor for region gain line when in ...Paul Davis
2014-10-21add mouse mode enums to enums.cc (just for utility purposes)Paul Davis
2014-10-21Disallow midi-note duration changes beyond region boundariesRobin Gareus
2014-10-21fix midi-ghost region y-scaleRobin Gareus
2014-10-21fix track height resizing on OSX.Robin Gareus
2014-10-21fix region drag/drop from region listRobin Gareus
2014-10-21fix stuck key-grab/scrolling.Robin Gareus
2014-10-21Midi Region: pass unhandled scroll events to regionviewRobin Gareus
2014-10-20stopgap solution for VST plugins that call audioMasterWantMidi during effOpenRobin Gareus