summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2014-09-17add IsSkip enum to enums.ccPaul Davis
2014-09-17add new Skip event to SessionEventsPaul Davis
2014-09-17Locations::clear_ranges() leaves punch/loop/session ranges intact if they existPaul Davis
2014-09-16add new type of location, with _flags & IsSkip being non-zeroPaul Davis
2014-09-16header file part of initial attempt to push certain kinds of Locations into L...Paul Davis
2014-09-16initial attempt to push certain kinds of Locations into LocateRoll events on ...Paul Davis
2014-09-16Locations should listen to location changed signals, and emit its own changed...Paul Davis
2014-09-16change Location "change" signals of various kinds to be staticPaul Davis
2014-09-16add a focus handling callback so that all button press events on CairoWidgets...Paul Davis
2014-09-15if a (file) source really cannot be found, differentiate between audio & MIDI.Paul Davis
2014-09-15fix up condition where a MIDI filesource is marked empty, not found, and its ...Paul Davis
2014-09-15FileSource should not generate its own error message when a file is missingPaul Davis
2014-09-15tentative fix for losing (empty) MIDI files. Incomplete because testing shows...Paul Davis
2014-09-15fix compiler warningPaul Davis
2014-09-13change dummy backend to default to _("Silence").Robin Gareus
2014-09-13fix CPI window handling:Robin Gareus
2014-09-13Return playhead to last start position when aborting captureColin Fletcher
2014-09-13Fix spurious 'You cannot put a CD marker at this location' errorColin Fletcher
2014-09-13Be sure to initialise ExportFormatSpecification::_soundcloud_uploadColin Fletcher
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
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
2014-09-11API flush static cairo pattern cacheRobin Gareus
2014-09-11provide compile-time-enabled/disabled debugging of connections being made to ...Paul Davis
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
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
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
2014-09-09Revert "Add a couple of pthread helper macros"John Emmas
2014-09-08don't start track-resize on scroomer clickRobin Gareus