summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-08Add a small dummy command to a couple of MSVC build projectsJohn 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-07remove TimeAxisViewItem::RIGHT_EDGE_SHIFT; fix up x-coordinate for right edge...Paul Davis
2014-11-07simplify removal of outline from streamview base rectPaul Davis
2014-11-07simplify removal of outline from automation time axis base rectPaul Davis
2014-11-07fix up dimensions of ghostregion colored rectPaul Davis
2014-11-07when drawing only part of a Canvas::Rectangle outline, we only need to do the...Paul Davis
2014-11-07don't created vestigial frame canvas item for TimeAxisViewItem unless actuall...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-05add a selection frame to TimeAxisViewItem along with a slew of other height/p...Paul Davis
2014-11-05various positional fixes for TimeAxisView, including moving the separator lin...Paul Davis
2014-11-05streamview no longer outlines any part of its canvas rect (we leave that to t...Paul 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-05permit initial contents of a FloatingTextEntryPaul Davis
2014-11-04Add some newly introduced header files to our MSVC project (libs/ardour)John Emmas
2014-11-04Add some newly introduced source files to our MSVC project (gtk2_ardour)John Emmas
2014-11-04When building with MSVC undef type VOID if we're declaring an enum called VOIDJohn Emmas
2014-11-04Modify 'msvc32-fixup.pl' for building the VST scanner app resourcesJohn Emmas
2014-11-04When building with MSVC, guard a declaration of 'strdup()' which conflicts sl...John Emmas
2014-11-04Remove an unneeded icon when building the VST scanner app with MSVCJohn Emmas
2014-11-04When running an (MSVC built) VST scanner app, make sure we can utilise debugg...John Emmas
2014-11-04Add some new modules, needed for building the VST scanner app with MSVCJohn Emmas
2014-11-04(gtk2_ardour) Remove the reliance on libfst, which we no longer buildJohn Emmas
2014-11-03use ArdourCanvas::TimeRectangle for regions, notes, markersPaul Davis
2014-11-03add new TimeRectangle to ArdourCanvasPaul Davis
2014-11-03move start of a time axis view back to 0.0 on the x-axis, not 1.0Paul 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-03Note selector dialog for note controls.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