summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2014-11-10refactor MIDISceneChange color property addition by moving it into SceneChang...Paul Davis
2014-11-10when creating a new MIDI scene change, check existing scene changes for equal...Paul Davis
2014-11-10serialize/deserialize MIDISceneChange color; put out of bounds color into sta...Paul Davis
2014-11-10add color property to MIDISceneChangePaul Davis
2014-11-10add operator== to ARDOUR::MidiSceneChangePaul Davis
2014-11-10tweak canvas on_expose_event() handler to avoid unnecessary save/paint/restorePaul Davis
2014-11-10further work on new color manipulation codePaul Davis
2014-11-10fix signed/unsigned compiler warningRobin Gareus
2014-11-10improve random seed (for dummy generators)Robin Gareus
2014-11-10add required header for compilationPaul Davis
2014-11-10add background color property to Canvas::Canvas ; rearrange expose handling a...Paul Davis
2014-11-09Modifications needed to build ReasonableSynth with MSVCJohn Emmas
2014-11-08Add some newly introduced source files to our MSVC project (cairocanvas)John Emmas
2014-11-07Just rename problematic Variant::VOID type.David Robillard
2014-11-07use new canvas colors header as necessaryPaul Davis
2014-11-07move canvas colors code into its own file(s)Paul Davis
2014-11-07when drawing only part of a Canvas::Rectangle outline, we only need to do the...Paul Davis
2014-11-07VOID is a windows define (not MSVC specific)Robin Gareus
2014-11-07tentative fix for canvas background/image surfaceRobin Gareus
2014-11-07another hack for windows timers, DSP load calculationRobin Gareus
2014-11-06add API to extract color from ArdourCanvas::Text and tidy up member declarationsPaul Davis
2014-11-06changing the clamp_width of an ArdourCanvas::Text needs to potentially provok...Paul Davis
2014-11-06possible fix for DSP load calculation on windowsRobin Gareus
2014-11-06raising/lowering canvas items should trigger a redrawPaul Davis
2014-11-05correct the rendering of Rectangle outlines, and the computation of their bou...Paul Davis
2014-11-05add Rect::shrink(Distance) even though it arguably should be handled by Rect:...Paul Davis
2014-11-05add some more outline enums to ArdourCanvas::RectanglePaul Davis
2014-11-05allow derived classes to access Item::{scroll,position}_offset(), mostly for ...Paul Davis
2014-11-05catch up with waves/tracks version of MIDI scene changer codePaul Davis
2014-11-05alter implementation of ArdourCanvas::contrasting_text_color() to use gamma-a...Paul Davis
2014-11-05add ArdourCanvas::Fill::set_pattern() to allow any filled canvas item to be f...Paul Davis
2014-11-05fix insane design for Location::next_available_name() so that it has no effec...Paul Davis
2014-11-04Add some newly introduced header files to our MSVC project (libs/ardour)John Emmas
2014-11-04When building with MSVC undef type VOID if we're declaring an enum called VOIDJohn Emmas
2014-11-04When building with MSVC, guard a declaration of 'strdup()' which conflicts sl...John Emmas
2014-11-04When running an (MSVC built) VST scanner app, make sure we can utilise debugg...John Emmas
2014-11-03use ArdourCanvas::TimeRectangle for regions, notes, markersPaul Davis
2014-11-03add new TimeRectangle to ArdourCanvasPaul Davis
2014-11-03Use format string even for units we understand (print Hz units).David Robillard
2014-11-03Check whether frequency controls are audible or low and provide appropriate c...David Robillard
2014-11-03Fix parameter descriptors for one control leaking into another.David Robillard
2014-11-03Add menu to set frequency controls in beats, and half or double current value.David Robillard
2014-11-03Reduce coupling between Plugin and PluginInsert.David Robillard
2014-11-03Fix compilation with old LV2. Maybe.David Robillard
2014-11-02Show 3 decimal digits when printing values.David Robillard
2014-11-02add Gtkmm2ext::event_inside_widget_window()Paul Davis
2014-11-02Support pretty display of arbitrary plugin parameter units.David Robillard
2014-11-02Display gain and midiNote plugin parameters/properties nicely.David Robillard
2014-11-02Automation of LV2 plugin properties.David Robillard
2014-11-02Move ParameterDescriptor from Plugin to its own header.David Robillard