summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2011-12-07fix up some logic so that we don't replicate the session dir path twice in th...Paul Davis
2011-12-07add visible() method to Tearoff so we can check whether or not it is hiddenPaul Davis
2011-12-07remove visible "sound notes" button,add Config parameter to control this (whi...Paul Davis
2011-12-07move CairoWidget into gtkmm2ext, add CairoPacker, made the time info box use ...Paul Davis
2011-12-07switch to benjamin otte's implemention of fit_to_pixels() but leave uncomment...Paul Davis
2011-12-07send correct PropertyChange for RouteGroup::set_route_activePaul Davis
2011-12-07send PropertyChange for RouteGroup::set_editPaul Davis
2011-12-07send PropertyChange messages when changing RouteGroup propertiesPaul Davis
2011-12-06if color property is not yet set, don't renderPaul Davis
2011-12-06add a new simple cell renderer to be used to allow color display/editing in t...Paul Davis
2011-12-05when doing a pure copy of a region, which resets the position, reset the posi...Paul Davis
2011-12-04use the correct display for key acceleratorsPaul Davis
2011-12-04be consistent in the way we merge environment-set search paths and pre-define...Paul Davis
2011-12-04probably fix failure to find export formats in packagesPaul Davis
2011-12-04some more package debugging to help find out why export formats are not foundPaul Davis
2011-12-04some package debugging to help find out why export formats are not foundPaul Davis
2011-12-04Remove unused variables.Carl Hetherington
2011-12-02add PAINT_VERTA_GR and PAINT_BOX_GR to rgba macros (from Mike Dawes)Paul Davis
2011-12-02Make Carbon GUI support for AU's optional at compile time (from Robin)Paul Davis
2011-12-02use compiler-generated _LP64 macro to detect x86_64 rather than USE_X86_64_ASMPaul Davis
2011-12-02revert recent change to Evoral::Event, and use static_cast<> to get from Even...Paul Davis
2011-12-02build changes from robin gareus for OS X, changing AU support to be used appr...Paul Davis
2011-12-02catch up with is_silent changePaul Davis
2011-12-02rename a Buffer/BufferSet method to be a little clearer as to its intent (is_...Paul Davis
2011-12-02correct code for MIDIEvent::is_{spp,mtc_quarter}()Paul Davis
2011-12-02new configuration variable to control display of periodic MIDI messagesPaul Davis
2011-12-02probable fix for compile failures on OS X caused by unconditional inclusion o...Paul Davis
2011-12-02add 3 new is_foo() methods to MIDIEvent for testing for certain periodic MIDI...Paul Davis
2011-12-02make Evoral::Event be polymorphic by adding virtual to its destructor (why wa...Paul Davis
2011-12-02get that fix for accels in tooltips correct this timePaul Davis
2011-12-02fix message about markup elements by changing accel strings from <Mod> to Mod-Paul Davis
2011-12-01significantly reduce rounding error when doing framepos_t + BBT mathPaul Davis
2011-12-01stop spewing debug output from SMFSourcePaul Davis
2011-12-01fix a number of fundamental issues with Gtkmm2ext::Prompter, mostly centered ...Paul Davis
2011-12-01provide semantic ordering of simultaneous MIDI events; add operator== to Midi...Paul Davis
2011-11-30commit to the "new" tooltip API, use set_tooltip_markup() rather than set_too...Paul Davis
2011-11-30update CycleTimer to utilize NDEBUG and PBD::DEBUG so that we can leave them ...Paul Davis
2011-11-29Speculative fix for crash with untranslated messagesCarl Hetherington
2011-11-29temporarily revert change that might be causing an endless loop while MIDI mo...Paul Davis
2011-11-28extra include required for S_()Paul Davis
2011-11-28add _S() macro to i18n.h for libs/ardour and libs/gtkmm2extPaul Davis
2011-11-28Hopefully fix some i18n bugs (#3565).Carl Hetherington
2011-11-28remove get_rt() call from graph code, since JACK takes care of that for us an...Paul Davis
2011-11-24Add option to glue new regions to bars and beats (#4202).Carl Hetherington
2011-11-24Fix key bindings in tooltips for ArdourButton buttons.David Robillard
2011-11-24Save references to external files in LV2 state as symbolic links.David Robillard
2011-11-24If a tempo change is inserted some way through a bar, fix up the time signatu...Carl Hetherington
2011-11-23Fix some confusion over getting parameter details fromCarl Hetherington
2011-11-23Remove silly print.David Robillard
2011-11-23Missing file.Carl Hetherington