summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.cc
AgeCommit message (Expand)Author
2014-04-29Fixed problem where importing invalid midi files caused crash.3.5.380Damien Zammit
2014-03-27Add internationalization support for my newly committed 'bundle_env_msvc.cc'John Emmas
2014-03-10tempo match midi auditioning - #5881Robin Gareus
2014-01-29Merge branch 'master' into cairocanvasPaul Davis
2014-01-27comment unused function argumentPaul Davis
2014-01-23fix merge conflict with masterPaul Davis
2014-01-22prepare GUI for auditioning midi filesRobin Gareus
2014-01-21sfdb's clock-states are not part of the session-state, use transient clockRobin Gareus
2014-01-19visibility macros and flush() added to SrcFileSource; merge with masterPaul Davis
2014-01-19audition: resampler use same quality as importRobin Gareus
2014-01-18towards a SRC source + resampling during auditionRobin Gareus
2014-01-17Merge branch 'master' into cairocanvasPaul Davis
2014-01-17add seeking to sfdb auditionerRobin Gareus
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2014-01-05update slider rendering & set style for fadersRobin Gareus
2013-10-14'gtk2_ardour' - Harmonize '__WIN32__', 'OS_WIN32' etc, etc. Use 'PLATFORM_WIN...John Emmas
2013-10-06Merge branch 'master' into windows+ccJohn Emmas
2013-10-04switch from MAXPATHLEN to PATH_MAX, and use <limits.h> not <sys/param.h> for ...Paul Davis
2013-08-24fix merge conflicts from masterPaul Davis
2013-08-08remove --no-freesound option. fixes #5640Robin Gareus
2013-07-31fix merge conflict from masterPaul Davis
2013-07-23fix #5609 (import with 1 track per channel mis-associates tracks + channels)Paul Davis
2013-07-15use g_unlink() rather than unlink() universally, requires <glib/gstdio.h> in ...Paul Davis
2013-07-13Assume no filesystem links on windowsPaul Davis
2013-06-21Further Freesound tweaks.Colin Fletcher
2013-06-08NOOP - use PBD's std::string to number functionsRobin Gareus
2013-03-31Make sure every imported file is copied to the session pathRoy Vegard Ovesen
2013-03-30fix up some confusion with filesources' _origin and _file_is_new members. if ...Paul Davis
2013-03-17Freesound fixes for #5853, and a few other small improvementsColin Fletcher
2013-03-01fix File-Import resampling quality.Robin Gareus
2013-01-21fix/revert/modify changes from 13617 that hide the gain + peak display from a...Paul Davis
2013-01-03yet another plural form fixRobin Gareus
2013-01-03plural form fixPaul Davis
2012-12-23remove stay-on-top behavior from import dialog, and set its WM classPaul Davis
2012-12-23some more tweaks for the import dialogPaul Davis
2012-12-23make import dialog non-modalPaul Davis
2012-12-21more freesound UI tweaks:Robin Gareus
2012-12-21freesound: tom's diner^Wprogress barRobin Gareus
2012-12-21freesound display licenseRobin Gareus
2012-12-21freesound import - various small tweaksRobin Gareus
2012-12-21freesound: break page-request loop if search result is empty.Robin Gareus
2012-11-13remove a bunch of cerr output and/or convert to use error<<Paul Davis
2012-10-23escape markup text that may contain non-legal characters (for GMarkup). this ...Paul Davis
2012-10-22change packing/design/sizing/labels at bottom of import dialog (should fix #5...Paul Davis
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry
2012-06-19Make sure we always copy Freesound imported files as well as MIDI ones (#4675).Carl Hetherington
2012-06-18Disallow import-without-copy for MIDI files (#4148).Carl Hetherington
2012-06-13Use preview filename rather than the first-alphabetically-sorted filename for...Carl Hetherington
2012-05-31Move delta-to-edit-point options to the main clock context menus (#4472).Carl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard