aboutsummaryrefslogtreecommitdiff
path: root/plugin~.c
AgeCommit message (Collapse)Author
2012-02-20remove calls to assert() since it does not make sense to quit Pd if one of ↵HEADsvn2git-headexternals/plugin_Hans-Christoph Steiner
the tests fail. Instead call error() or pd_error() svn path=/trunk/externals/plugin~/; revision=16003
2010-06-09on successfull loading of a plugin, report back the nameIOhannes m zmölnig
svn path=/trunk/externals/plugin~/; revision=13629
2010-06-09fixed another crasher-bug with "listplugins"IOhannes m zmölnig
deleting the stray dlclose() for listplugins fixes a remaining bug; use SETFLOAT and friends rather than directly setting atoms; cleaned up the use of push/pop-locales removed some assert()s svn path=/trunk/externals/plugin~/; revision=13627
2010-06-07fixed crasher bugs, workaround issues with locales; minor beautificationsIOhannes m zmölnig
this should fix most crasher bugs with plugin~, when no (ladspa) plugin could be loaded; also: when the LANG is set to non-C (e.g. "de"), the text in all boxes would vanish; fixed this by pushing the LANG to C also: use verbose/error where appropriate; use A_SYMBOL rather than A_DEFSYM and then checking whether a symbol has been given TODO: use of locale.h should be made optional svn path=/trunk/externals/plugin~/; revision=13604
2009-03-21removed unused variablesHans-Christoph Steiner
svn path=/trunk/externals/plugin~/; revision=10884
2009-03-21checking in patch #1944415 to fix crash when the plugin doesn't loadHans-Christoph Steiner
svn path=/trunk/externals/plugin~/; revision=10883
2005-04-30adding 'active', fixing one of the segfaults...carmen rocco
svn path=/trunk/externals/plugin~/; revision=2860
2005-04-30enter the knifemancarmen rocco
svn path=/trunk/externals/plugin~/; revision=2859
2005-04-29yeahcarmen rocco
svn path=/trunk/externals/plugin~/; revision=2849
2003-01-23included patch from Jesse Chappell <jesse@essej.net>Guenter Geiger
svn path=/trunk/externals/plugin~/; revision=359
2002-11-19addedsvn2git-rootGuenter Geiger
svn path=/trunk/externals/plugin~/; revision=216