aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-30made PD_INSTALL_PATH settable from outside via envvariablesIOhannes m zmölnig
2009-04-29added code to upload the log to the autobuild site via rsyncHans-Christoph Steiner
2009-04-29made it launch pd for each help file, then quit PdHans-Christoph Steiner
2009-04-29coquilles, fautes, anglicismes, etcN.N.
2009-04-29basic emailing works nowHans-Christoph Steiner
2009-04-29complete rewrite of the script to load every help patch using Python, should ...Hans-Christoph Steiner
2009-04-29roflN.N.
2009-04-29more support for mingw/win32 (from Patrice Colet)N.N.
2009-04-29removed failed attempt of getting asio4all.com to launch after installer comp...Hans-Christoph Steiner
2009-04-28added a test for success to repvent logs from being mailed if it succeedsHans-Christoph Steiner
2009-04-28renamed inv*-help to inv_mul-help, since NTFS really doesn't like "*" in file...IOhannes m zmölnig
2009-04-28updated to use the newer framework for jack on Mac OS XHans-Christoph Steiner
2009-04-27first stab at a desiredata nightly buildHans-Christoph Steiner
2009-04-27delete_selection atomicallyN.N.
2009-04-27fix the order of the undo/redo for atomic operations (several operations in one)N.N.
2009-04-27object_insert seems to work nowN.N.
2009-04-27simplified object creation inside of object_insert (self-delegation)N.N.
2009-04-27add pd_anything as alias of pd_typedmessN.N.
2009-04-27fix use of object_insertN.N.
2009-04-27use ::current_window when opening various other dialogues (open/save/..., not...N.N.
2009-04-27readded canvas method object_insertN.N.
2009-04-27duh (fix previous commit about -stdout)N.N.
2009-04-27added option -stdout (similar to -stderr)N.N.
2009-04-27remove t_dropperN.N.
2009-04-27remove [dropper] and add some code that does the same thing, that is, equally...N.N.
2009-04-27goes with new configure.in (for win32)N.N.
2009-04-27didn't report "no such table" anymoreN.N.
2009-04-27produce HAVE_ASPRINTF and HAVE_VASPRINTF if applicableN.N.
2009-04-27(v)asprintf throws () to fit the C++ declarations of those functions.N.N.
2009-04-27#define in .c instead of .h (from Patrice Colet)N.N.
2009-04-27class browser entries are sorted like they used to beN.N.
2009-04-27on win32, compile sys_rcfile anywayN.N.
2009-04-27remove warningsN.N.
2009-04-27click -> clicN.N.
2009-04-27open modal dialogues subordinate to the last window focused on, rather than a...N.N.
2009-04-27typosN.N.
2009-04-27corrected strange mistake with GetProcAddress (from Patrice Colet)N.N.
2009-04-26added new url files for delete upon uninstall; new attempt at getting the ASI...Hans-Christoph Steiner
2009-04-26undo the previous change... was dumbN.N.
2009-04-26for correct linkage of libpd.so ? maybe notN.N.
2009-04-26for win32 (from Patrice Colet)N.N.
2009-04-26for win32 (from Patrice Colet)N.N.
2009-04-26no setuid/getuid on win32 ?N.N.
2009-04-26use new/delete[] instead of malloc/freeN.N.
2009-04-26for win32 (from Patrice Colet)N.N.
2009-04-26moved some asprintf stuff that really should go in the .c instead of .hN.N.
2009-04-26refrain from using std::vector's data() for portability reasons (it's GNU-only)N.N.
2009-04-25documented [select] issues with arguments of mixed typeHans-Christoph Steiner
2009-04-25removed all_about_data_structures because it didn't have any useful contentHans-Christoph Steiner
2009-04-25move asprintf,vasprintf out to kernel.c to avoid multiple defsN.N.