ardour.git
2014-11-02 David RobillardShow 3 decimal digits when printing values.
2014-11-02 David RobillardFix crash when showing UI for plugins with output contr...
2014-11-02 Paul Davisrepropagate button press event outside of FloatingTextE...
2014-11-02 Paul Davisuse modal grab and event_is_inside_widget_window()...
2014-11-02 Paul Davisslightly increased debugging output for -D accelerators
2014-11-02 Paul Davisadd Gtkmm2ext::event_inside_widget_window()
2014-11-02 David RobillardSupport pretty display of arbitrary plugin parameter...
2014-11-02 David RobillardDisplay gain and midiNote plugin parameters/properties...
2014-11-02 David RobillardAutomation of LV2 plugin properties.
2014-11-02 David RobillardMove ParameterDescriptor from Plugin to its own header.
2014-11-02 David RobillardDecouple ControlUI from port index.
2014-11-02 David RobillardDon't complain about properties with plugins that do...
2014-11-02 Robin Gareusproperly initialize variable (amend cffd18d2d84)
2014-11-01 Robin Gareusone off by one off - red-selection outline
2014-11-01 Robin GareusNOOP, just whitespace/indenting
2014-11-01 Robin Gareusimplement spin-button internal<>interface bridge
2014-11-01 Robin GareusSlider Controller API Change
2014-11-01 Robin Gareusretain selection on track-height change
2014-11-01 John EmmasAdd some newly introduced source files to our MSVC...
2014-11-01 John EmmasAdd a newly introduced header file to our MSVC project...
2014-11-01 Robin Gareusdon't print error when announcing property values for...
2014-11-01 Robin Gareusincrease fine grained control (Ctrl+Alt+[drag|scroll])
2014-11-01 Robin Gareusconvert interface <> internal values for all automation
2014-11-01 David RobillardFix compilation against older LV2.
2014-11-01 David RobillardMore generic RT-safe implementation of LV2 properties.
2014-11-01 David RobillardUse precise define names for LV2 version configure...
2014-11-01 David RobillardFix spelling error.
2014-11-01 David RobillardRemove unused variable.
2014-10-31 Robin Gareusfix Dummy DSP load on win32 & low-pass filter load
2014-10-31 Robin GareusLV2 patch amends:
2014-10-31 Paul Davisadd new floating text entry class (ported from Tracks)
2014-10-31 Paul Davismore changes for rectangle outlining
2014-10-31 Paul Daviscomment fix and expansion re: Canvas::Rectangle outline
2014-10-31 Robin Gareusplug memory leak
2014-10-31 Robin Gareusprototype [LV2]patch-change support for generic plugin...
2014-10-29 Robin Gareusfix "Session Setup" dialog obscures "File Open" dlg...
2014-10-29 John EmmasAdd support for USE_CAIRO_IMAGE_SURFACE when building...
2014-10-29 Robin Gareusfix typo in 58fec98a
2014-10-29 Robin Gareusredraw summary when theme preference changes & consolid...
2014-10-29 Robin GareusKind of Blue
2014-10-29 Robin Gareusfix vertical canvas scrolling
2014-10-29 Robin Gareusfix summary display (offset on-canvas rulers)
2014-10-29 Robin Gareusfix summary re-size
2014-10-29 Paul Davisugly hacks to make the peak display widget not act...
2014-10-29 Paul DavisRevert "change the peak display widget from Gtkmm2ext...
2014-10-28 Robin Gareusdon't show x-fade menu when right-clicking on frame...
2014-10-28 Robin Gareusadd win IRC channel
2014-10-28 Robin Gareusturn pixfader into a cairowidget
2014-10-28 Robin Gareusallow to use cairo-image/software surface for canvas...
2014-10-28 Robin Gareusremove unused old API
2014-10-27 Robin Gareusfix potential crash at session close (when port-matrix...
2014-10-26 Robin Gareusfile binary compat is for windows in general (not msvc)
2014-10-26 Robin Gareusupdate GPL (formatting and update FSF address)
2014-10-25 Robin Gareusfix gcc/C++11
2014-10-25 Robin Gareuscombine short periodic timeout functions for windows.
2014-10-25 Robin Gareusskip meter re-draw when no pixels are changed.
2014-10-25 Robin Gareusproper solution for variable-args jack_client_open()
2014-10-24 John Emmas Add some newly introduced source files to our MSVC...
2014-10-24 John Emmas Add some newly introduced source files to our MSVC...
2014-10-24 John EmmasSome minor bits of casting to keep MSVC happy when...
2014-10-24 Paul Davisport changes to ARDOUR::Location and ARDOUR::Locations...
2014-10-24 Paul Davisavoid const cast warning
2014-10-24 Paul Davisadd #include that had gone unnoticed before
2014-10-24 Robin Gareusfix screwup in prev commit-diff
2014-10-24 Robin Gareusadd explicit construction (for MSVC) and some debug...
2014-10-24 Robin Gareusfix jack transport return value
2014-10-24 Robin Gareususe x-macros to simplify weak-jack implementation
2014-10-24 Robin Gareusfix libjack names
2014-10-23 Robin Gareusfix 64bit compile with old gcc
2014-10-23 Paul Davisadd new Gtk2mmext::EmScale class for measuring font...
2014-10-23 Robin Gareusskip unavailable backends early on.
2014-10-23 Robin Gareusadd 'available' interface to the AudioBackendInfo
2014-10-23 Robin Gareusweak/runtime jack linking: load libjack dynamically...
2014-10-23 Robin Gareusshow meter-bridge context-menu on mouse-down
2014-10-23 Robin GareusDon't show meter-type menu for MIDI-only meters
2014-10-23 Robin Gareusanother round of compiler warning fixes
2014-10-23 Robin Gareusavoid name conflict with Note (gtk2_ardour/note.h)
2014-10-23 Robin Gareussmall round of compiler warning fixes
2014-10-23 Robin Gareussilence clang ‘unused include file/compiler flag’ warnings
2014-10-22 Robin Gareuswindows installer: add option to use zlib (a lot faster)
2014-10-22 Robin Gareusfix jack/mingw compilation
2014-10-22 Paul Davisfix delivery of MMC events under split process cycle...
2014-10-22 Paul Davisrequire a timestamp on MIDI::MachineControl::send()
2014-10-22 Paul Davisfix timestamps for immediate MIDI events to deal with...
2014-10-22 Paul Daviserror/debug output when dropping MIDI event due to...
2014-10-22 Paul Davisremove unused code
2014-10-22 Paul Davisfix all 4 backends' failure to include the main "backen...
2014-10-22 Paul Davisignore negative value locates and MMC locate commands
2014-10-22 Paul Davisprevent negative playhead positions from entering code...
2014-10-22 Robin Gareusremove obsolete jack includes in libardour
2014-10-22 Robin Gareuswindows: allow loading session with absolute path
2014-10-22 Robin Gareushide splash screen on Windows
2014-10-22 Paul Davisrevert to previous waf version
2014-10-22 Paul Davisremove "canvasvar_" from all functions related to obtai...
2014-10-21 Ben Loftissome keyboard layouts have KP_Separator instead of...
2014-10-21 Paul Davisslightly closer to correct color for peak display butto...
2014-10-21 Paul Davisset correct font for peak display button
2014-10-21 Paul Davisadd ::set_layout_font (const Pango::FontDescription...
2014-10-21 Paul Davischange the peak display widget from Gtkmm2ext::FocusEnt...
2014-10-21 Robin Gareusmigrate build & package scripts to where they belong.
next