aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-05bug fixes for pd 0.42-5Miller Puckette
svn path=/trunk/; revision=11236
2009-05-05updated init.d script to comply with up-to-date LSB standards, according to ↵Hans-Christoph Steiner
bug #2777555 svn path=/trunk/; revision=11235
2009-05-03upgraded Mac OS X build machines to libquicktime 1.1.1Hans-Christoph Steiner
svn path=/trunk/; revision=11218
2009-05-01script to build the apt repo for apt.puredata.info/releasesHans-Christoph Steiner
svn path=/trunk/; revision=11217
2009-05-01removed xmms as suggestion since its ancient, plus qjackctl since I am not ↵Hans-Christoph Steiner
sure it is current svn path=/trunk/; revision=11216
2009-04-30a new attempt at handling socket exceptions so that the error can be loggedHans-Christoph Steiner
svn path=/trunk/; revision=11213
2009-04-30for now ignore socket errors, it probably makes more sense to do something ↵Hans-Christoph Steiner
if they happen, at least log them for example svn path=/trunk/; revision=11210
2009-04-30created find_pdexe() to support different directory layouts; made detection ↵Hans-Christoph Steiner
of end of patch more resilient svn path=/trunk/; revision=11209
2009-04-30- created quit_pd() function to allow for terminating Pd cleanlyHans-Christoph Steiner
- send to hans@eds.org for easier testing svn path=/trunk/; revision=11208
2009-04-30made PD_INSTALL_PATH settable from outside via envvariablesIOhannes m zmölnig
svn path=/trunk/; revision=11206
2009-04-29added code to upload the log to the autobuild site via rsyncHans-Christoph Steiner
svn path=/trunk/; revision=11203
2009-04-29made it launch pd for each help file, then quit PdHans-Christoph Steiner
svn path=/trunk/; revision=11202
2009-04-29coquilles, fautes, anglicismes, etcN.N.
svn path=/trunk/; revision=11201
2009-04-29basic emailing works nowHans-Christoph Steiner
svn path=/trunk/; revision=11200
2009-04-29complete rewrite of the script to load every help patch using Python, should ↵Hans-Christoph Steiner
be a lot more flexible and useful svn path=/trunk/; revision=11199
2009-04-29roflN.N.
svn path=/trunk/; revision=11198
2009-04-29more support for mingw/win32 (from Patrice Colet)N.N.
svn path=/trunk/; revision=11197
2009-04-29removed failed attempt of getting asio4all.com to launch after installer ↵Hans-Christoph Steiner
completes svn path=/trunk/; revision=11195
2009-04-28added a test for success to repvent logs from being mailed if it succeedsHans-Christoph Steiner
svn path=/trunk/; revision=11193
2009-04-28renamed inv*-help to inv_mul-help, since NTFS really doesn't like "*" in ↵IOhannes m zmölnig
filenames svn path=/trunk/; revision=11192
2009-04-28updated to use the newer framework for jack on Mac OS XHans-Christoph Steiner
svn path=/trunk/; revision=11191
2009-04-27first stab at a desiredata nightly buildHans-Christoph Steiner
svn path=/trunk/; revision=11190
2009-04-27delete_selection atomicallyN.N.
svn path=/trunk/; revision=11189
2009-04-27fix the order of the undo/redo for atomic operations (several operations in one)N.N.
svn path=/trunk/; revision=11188
2009-04-27object_insert seems to work nowN.N.
svn path=/trunk/; revision=11187
2009-04-27simplified object creation inside of object_insert (self-delegation)N.N.
svn path=/trunk/; revision=11186
2009-04-27add pd_anything as alias of pd_typedmessN.N.
svn path=/trunk/; revision=11185
2009-04-27fix use of object_insertN.N.
svn path=/trunk/; revision=11184
2009-04-27use ::current_window when opening various other dialogues (open/save/..., ↵N.N.
not just "message"). svn path=/trunk/; revision=11183
2009-04-27readded canvas method object_insertN.N.
svn path=/trunk/; revision=11182
2009-04-27duh (fix previous commit about -stdout)N.N.
svn path=/trunk/; revision=11181
2009-04-27added option -stdout (similar to -stderr)N.N.
svn path=/trunk/; revision=11180
2009-04-27remove t_dropperN.N.
svn path=/trunk/; revision=11179
2009-04-27remove [dropper] and add some code that does the same thing, that is, ↵N.N.
equally broken... svn path=/trunk/; revision=11178
2009-04-27goes with new configure.in (for win32)N.N.
svn path=/trunk/; revision=11175
2009-04-27didn't report "no such table" anymoreN.N.
svn path=/trunk/; revision=11173
2009-04-27produce HAVE_ASPRINTF and HAVE_VASPRINTF if applicableN.N.
svn path=/trunk/; revision=11172
2009-04-27(v)asprintf throws () to fit the C++ declarations of those functions.N.N.
svn path=/trunk/; revision=11171
2009-04-27#define in .c instead of .h (from Patrice Colet)N.N.
svn path=/trunk/; revision=11170
2009-04-27class browser entries are sorted like they used to beN.N.
svn path=/trunk/; revision=11169
2009-04-27on win32, compile sys_rcfile anywayN.N.
svn path=/trunk/; revision=11168
2009-04-27remove warningsN.N.
svn path=/trunk/; revision=11167
2009-04-27click -> clicN.N.
svn path=/trunk/; revision=11166
2009-04-27open modal dialogues subordinate to the last window focused on, rather than ↵N.N.
always the main window. this fixes a very long-standing annoyance that will probably persist in other branches of pd for a long time si la tendance se maintient. svn path=/trunk/; revision=11165
2009-04-27typosN.N.
svn path=/trunk/; revision=11164
2009-04-27corrected strange mistake with GetProcAddress (from Patrice Colet)N.N.
svn path=/trunk/; revision=11163
2009-04-26added new url files for delete upon uninstall; new attempt at getting the ↵Hans-Christoph Steiner
ASIO4all url to open at the end of the install svn path=/trunk/; revision=11162
2009-04-26undo the previous change... was dumbN.N.
svn path=/trunk/; revision=11160
2009-04-26for correct linkage of libpd.so ? maybe notN.N.
svn path=/trunk/; revision=11159
2009-04-26for win32 (from Patrice Colet)N.N.
svn path=/trunk/; revision=11158