summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Collapse)Author
2014-09-13Fix spurious 'You cannot put a CD marker at this location' errorColin Fletcher
Fix the spurious error that occurs when loading a session where any marker (not necessarily a CD marker) is located at 0 on the timeline.
2014-09-13Be sure to initialise ExportFormatSpecification::_soundcloud_uploadColin Fletcher
Initialise _soundcloud_upload in all constructors of ExportFormatSpecification.
2014-09-13Add 2 new source files to our 'gtkmm2ext' project (MSVC)John Emmas
2014-09-13NOOP, remove trailing whitespaceRobin Gareus
2014-09-13waveform drawing details:Robin Gareus
* proper y-pixel alignment (+.5px offset) * outline: draw dots (not 1px lines) * shape: round towards peak (use signal, not top/bot) * honor 2px red selection border * work-around canvas rect +1 issue * always draw clipping line towards center * draw at most one clip-line at either side of 0. * exact 1px wide zero line * fix spread calculation for rectified view
2014-09-12add required visibility macros to Gtkmm2ext::CursorInfoPaul Davis
2014-09-12waveform: really draw 1px lines.Robin Gareus
2014-09-12update waveform drawing for zoomed-in, non-overlapping min/max peaksRobin Gareus
2014-09-11fix crash at session close/exit if a midi-control-surface is usedRobin Gareus
The "real" problem was that MidiControlUI is destroyed while there are still MIDIControllables around that still have a signal connection to a Controllable: controllable->Destroyed(..., MidiControlUI::instance()) If a Contrallable is deleted after the MidiControlUI event loop is gone, the Destroyed() signal can create odd situations...
2014-09-11API flush static cairo pattern cacheRobin Gareus
(should probably be cleaned regularly e.g. meterbridge resize)
2014-09-11provide compile-time-enabled/disabled debugging of connections being made to ↵Paul Davis
PBD::Signal via PBD::SignalBase::set_debug_connection()
2014-09-11make valgrind output a bit more readable.Robin Gareus
2014-09-11fix memory leak, changing semantics of PatchManager (needs x-check)Robin Gareus
2014-09-11fix a bunch of memory leaksRobin Gareus
2014-09-11properly retain LV2PluginInfoRobin Gareus
2014-09-10fix/improve/test hotspot file parsingPaul Davis
2014-09-10add copyright header commentsPaul Davis
2014-09-10move CursorInfo members into public accessPaul Davis
2014-09-10add new (mostly) static class to permit lookup of cursor image hotspotsPaul Davis
2014-09-10print "Scanning folders for bundled LV2s" only once.Robin Gareus
2014-09-10delete route-groups before flushing routes.Robin Gareus
2014-09-10disable Midi Audition Synth if it cannot be foundRobin Gareus
no repetitive messages.
2014-09-10better safe than sorry.Robin Gareus
2014-09-10fix d421602c24Robin Gareus
2014-09-10delete session XML object after loading and setting state.Robin Gareus
2014-09-10free LV2 world after initial scanRobin Gareus
2014-09-09plug a major mem hog.Robin Gareus
(default empty session is now ~140MB RSS, was 280MB) libXML memory was only free() at exit
2014-09-09fix scoomer scroll-wheel max valueRobin Gareus
2014-09-09Add 'libs/pbd/pbd/pthread_utils.h' to our pbd project (msvc)John Emmas
2014-09-09Implement the new pthread macros (for the Waves audio backend)John Emmas
2014-09-09Re-introduce our pthread macros (after fixing an earlier typo)John Emmas
these are so we can differentiate between 'libpthread' and 'libpthread-win32' (whose implementation is subtlely - though annoyingly! - different)
2014-09-09Revert "Add a couple of pthread helper macros"John Emmas
This reverts commit 8d0ec2403f3444e3a53d16b21f2f8557abd71b55.
2014-09-08don't start track-resize on scroomer clickRobin Gareus
2014-09-08ALSA|Dummy: ignore port unregistration when engine is stoppedRobin Gareus
When changing Engine parameters, ardour first stops the engine and only later when re-etablishing ports unregisters/re-registers them. ALSA: silently ignore port unregs and silently accept registrations Dummy: print a PBD::info message,
2014-09-07ALSA|Dummy Backend: do as jack does:Robin Gareus
when the backend is closed, unregister all ports.
2014-09-07fix midi audition port-connect warningRobin Gareus
2014-09-07add Session::record_location()Paul Davis
2014-09-07rename system and user config files with product-neutral namesPaul Davis
2014-09-07add Canvas::Ruler::set_metric() to allow ruler metrics to be changed dynamicallyPaul Davis
2014-09-07change Metric element of a Canvas::Ruler item into a pointer internallyPaul Davis
2014-09-06one less annoying compiler warning.Robin Gareus
2014-09-06get installdir for libardouralsautil correctPaul Davis
2014-09-06check for _port_handle == null throughout Port:: methodsPaul Davis
2014-09-06pass-though PixFader tweaks API for scroll eventsRobin Gareus
2014-09-04updated .po filesPaul Davis
2014-09-05add pixfader tweaks API:Robin Gareus
* change API to hide unity/default value line * allow to override vertical scroll [1] * allow changing button event forwarding [2] [1] override scrolling in track-headers [2] dbl-click is needed for BarControllers -> switch to SpinBtn but a plain Slider on a track-header should not forward these events to the TAV (they may trigger name-edit)
2014-09-03fix waf thinko in backends wscriptPaul Davis
2014-09-03revert pixfader to sane state (reverts parts of bb70d426)Robin Gareus
2014-09-03bring back old pixfader outline radius to demonstrate its issuesRobin Gareus
2014-09-03revert pixfader radius to defaultRobin Gareus