fix compilation with --no-nls
[ardour.git] / libs /
2014-11-15 David RobillardFix MIDI region keyboard editing (add key handling...
2014-11-15 David RobillardFix crash when copying MIDI regions with midi-copy...
2014-11-15 David RobillardFix out of order event errors on save with overlapping...
2014-11-14 Jeremy CarterMerge remote-tracking branch 'upstream/master'
2014-11-14 Robin Gareusadd abort() to non-reached code
2014-11-14 David RobillardFix crashes on various MIDI editing operations.
2014-11-13 Robin Gareusyet another copy/paste typo :(
2014-11-13 Robin Gareusfix typo in b9fc616538
2014-11-13 Robin Gareusauto-initialize weak-jack
2014-11-13 Robin Gareusprepare for JACK meta-data API
2014-11-13 Robin Gareusmake new jack thread API functions optional
2014-11-13 Robin Gareusadd symbol debug information to weak-jack
2014-11-13 Robin Gareusinstall all additional binaries in $libdir
2014-11-13 Robin Gareusfix define
2014-11-13 John EmmasDon't iterate in 'ARDOUR::Route::get_control()' unless...
2014-11-13 John EmmasMake sure we can't execute 'ARDOUR::Route::meter()...
2014-11-13 Robin Gareusyet another build fix
2014-11-12 Robin Gareusadd popup message and error log for AU crash reports
2014-11-12 Robin GareusPrepare AU-discovery crashlog.
2014-11-12 Robin Gareusfailsafe AU scanning part one:
2014-11-11 Paul Davisrefactor MIDISceneChange color property addition by...
2014-11-11 Paul Daviswhen creating a new MIDI scene change, check existing...
2014-11-11 Paul Davisserialize/deserialize MIDISceneChange color; put out...
2014-11-11 Paul Davisadd color property to MIDISceneChange
2014-11-11 Paul Davisadd operator== to ARDOUR::MidiSceneChange
2014-11-11 Paul Davistweak canvas on_expose_event() handler to avoid unneces...
2014-11-11 Paul Davisfurther work on new color manipulation code
2014-11-10 Robin Gareusfix signed/unsigned compiler warning
2014-11-10 Robin Gareusimprove random seed (for dummy generators)
2014-11-10 Paul Davisadd required header for compilation
2014-11-10 Paul Davisadd background color property to Canvas::Canvas ; rearr...
2014-11-09 John EmmasModifications needed to build ReasonableSynth with...
2014-11-08 John EmmasAdd some newly introduced source files to our MSVC...
2014-11-07 David RobillardJust rename problematic Variant::VOID type.
2014-11-07 Paul Davisuse new canvas colors header as necessary
2014-11-07 Paul Davismove canvas colors code into its own file(s)
2014-11-07 Paul Daviswhen drawing only part of a Canvas::Rectangle outline...
2014-11-07 Robin GareusVOID is a windows define (not MSVC specific)
2014-11-07 Robin Gareustentative fix for canvas background/image surface
2014-11-07 Robin Gareusanother hack for windows timers, DSP load calculation
2014-11-07 Paul Davisadd API to extract color from ArdourCanvas::Text and...
2014-11-07 Paul Davischanging the clamp_width of an ArdourCanvas::Text needs...
2014-11-06 Robin Gareuspossible fix for DSP load calculation on windows
2014-11-06 Paul Davisraising/lowering canvas items should trigger a redraw
2014-11-06 Paul Daviscorrect the rendering of Rectangle outlines, and the...
2014-11-06 Paul Davisadd Rect::shrink(Distance) even though it arguably...
2014-11-06 Paul Davisadd some more outline enums to ArdourCanvas::Rectangle
2014-11-06 Paul Davisallow derived classes to access Item::{scroll,position...
2014-11-06 Paul Daviscatch up with waves/tracks version of MIDI scene change...
2014-11-05 Paul Davisalter implementation of ArdourCanvas::contrasting_text_...
2014-11-05 Paul Davisadd ArdourCanvas::Fill::set_pattern() to allow any...
2014-11-05 Paul Davisfix insane design for Location::next_available_name...
2014-11-04 John EmmasAdd some newly introduced header files to our MSVC...
2014-11-04 John EmmasWhen building with MSVC undef type VOID if we're declar...
2014-11-04 John EmmasWhen building with MSVC, guard a declaration of 'strdup...
2014-11-04 John EmmasWhen running an (MSVC built) VST scanner app, make...
2014-11-04 Paul Davisuse ArdourCanvas::TimeRectangle for regions, notes...
2014-11-04 Paul Davisadd new TimeRectangle to ArdourCanvas
2014-11-04 David RobillardUse format string even for units we understand (print...
2014-11-03 David RobillardCheck whether frequency controls are audible or low...
2014-11-03 David RobillardFix parameter descriptors for one control leaking into...
2014-11-03 David RobillardAdd menu to set frequency controls in beats, and half...
2014-11-03 David RobillardReduce coupling between Plugin and PluginInsert.
2014-11-03 David RobillardFix compilation with old LV2. Maybe.
2014-11-02 David RobillardShow 3 decimal digits when printing values.
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 Robin Gareusproperly initialize variable (amend cffd18d2d84)
2014-11-01 Robin Gareusimplement spin-button internal<>interface bridge
2014-11-01 Robin GareusSlider Controller API Change
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 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-10-31 Robin Gareusfix Dummy DSP load on win32 & low-pass filter load
2014-10-31 Robin GareusLV2 patch amends:
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 Gareusprototype [LV2]patch-change support for generic plugin...
2014-10-29 John EmmasAdd support for USE_CAIRO_IMAGE_SURFACE when building...
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-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...
next