summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2014-06-25Remove parameters from PBD::find_files_matching_regexTim Mayberry
2014-06-25Change PBD::get_files_in_directory to return full paths in resultTim Mayberry
2014-06-25Add PBD::get_directory_contents to pbd/file_utils.hTim Mayberry
2014-06-25fix incorrect cut-n-paste across synergyPaul Davis
2014-06-25wscript fix for wavesaudio backend - use correct name for CoreM[iI][dD][iI] f...Paul Davis
2014-06-24last piece of scroll-wheel checkin, oopsBen Loftis
2014-06-24add scroll wheel handler to canvasBen Loftis
2014-06-24add ability to save current action sensitivities and restore them, and to dis...Paul Davis
2014-06-24fix f6aaa16 (boost shared pointer)Robin Gareus
2014-06-23return of the zero linePaul Davis
2014-06-23revert drawing of rectified waves back to previous approach since it (might b...Paul Davis
2014-06-23completely rethink waveform rendering (again)Paul Davis
2014-06-23fix logic error that meant one side of the waveform outline is not drawn; dra...Paul Davis
2014-06-23don't let enumerated device list strings go out of scope.Robin Gareus
2014-06-23statically allocate midi-optionsRobin Gareus
2014-06-22when exporting regions, use ::legalize_for_path() on the playlist name so tha...Paul Davis
2014-06-23en/disable internal send+returns with tracks en/disable.Robin Gareus
2014-06-22Do not allow to de/activate a track while the transport is rolling.Robin Gareus
2014-06-22ALSA-backend: dedicated Midi-Buffer n-periods (only use for HW output)Robin Gareus
2014-06-22more canvas refactoring.Paul Davis
2014-06-22add missing new files for canvas redesignPaul Davis
2014-06-22Merge branch 'canvasredesign' into cairocanvasPaul Davis
2014-06-22explicitly qualify cast to ArdourCanvas::Container so that it works.Paul Davis
2014-06-22Rename all 3 backends for the MSVC sln fileJohn Emmas
2014-06-22Rename dummy backend to match Tim's nameJohn Emmas
2014-06-22Rename jack backend to match Tim's nameJohn Emmas
2014-06-22Rename waves backend to match Tim's nameJohn Emmas
2014-06-21refactor Canvas so that all Items have children; add Container abstract base ...Paul Davis
2014-06-21virtual abstraction of Alsa Raw+SeqRobin Gareus
2014-06-21prepare ALSA sequencerRobin Gareus
2014-06-21alsa sequencer device/port listingRobin Gareus
2014-06-19no more stack smashing, renice debug messagesRobin Gareus
2014-06-19rework raw-midi drain strategy (workaround for sync devices)Robin Gareus
2014-06-19fix port-unregister (on failed latency measurement)Robin Gareus
2014-06-19Remove (no longer needed) sources from an MSVC projectJohn Emmas
2014-06-19Move the definition for 'strtok_r' (to avoid clashing with a different defini...John Emmas
2014-06-18if we're not going to notify parents of bbox changes while an item is hidden,...Paul Davis
2014-06-18Merge branch 'canvas_tweaks' of https://github.com/nmains/ardour into cairoca...Paul Davis
2014-06-18a whole slew of changes related to centralizing and rationalizing cursor mana...Paul Davis
2014-06-19Canvas tweaks.nick_m
2014-06-17Merge branch 'cache_fixes' of https://github.com/nmains/ardour into cairocanvasPaul Davis
2014-06-17a set of 3 fixes that cure Canvas::Text leaving dirty pixels when being dragg...Paul Davis
2014-06-17use a different approach for indicating expose rects (from robin gareus). #if...Paul Davis
2014-06-17prepare midi-latency measurement using sysex messagesRobin Gareus
2014-06-18Cache entries are now region colour aware.nick_m
2014-06-17Remove PathScanner class from libpbdTim Mayberry
2014-06-17Replace all use of PathScanner with equivalent functions from pbd/file_utils.hTim Mayberry
2014-06-17Remove unused header includesTim Mayberry
2014-06-17Add default arguments to match those in PathScanner::operator()Tim Mayberry
2014-06-17Move member functions from PathScanner to functions in pbd/file_utils.hTim Mayberry