Age | Commit message (Expand) | Author |
2009-04-30 | - created quit_pd() function to allow for terminating Pd cleanly | Hans-Christoph Steiner |
2009-04-30 | made PD_INSTALL_PATH settable from outside via envvariables | IOhannes m zmölnig |
2009-04-29 | added code to upload the log to the autobuild site via rsync | Hans-Christoph Steiner |
2009-04-29 | made it launch pd for each help file, then quit Pd | Hans-Christoph Steiner |
2009-04-29 | coquilles, fautes, anglicismes, etc | N.N. |
2009-04-29 | basic emailing works now | Hans-Christoph Steiner |
2009-04-29 | complete rewrite of the script to load every help patch using Python, should ... | Hans-Christoph Steiner |
2009-04-29 | rofl | N.N. |
2009-04-29 | more support for mingw/win32 (from Patrice Colet) | N.N. |
2009-04-29 | removed failed attempt of getting asio4all.com to launch after installer comp... | Hans-Christoph Steiner |
2009-04-28 | added a test for success to repvent logs from being mailed if it succeeds | Hans-Christoph Steiner |
2009-04-28 | renamed inv*-help to inv_mul-help, since NTFS really doesn't like "*" in file... | IOhannes m zmölnig |
2009-04-28 | updated to use the newer framework for jack on Mac OS X | Hans-Christoph Steiner |
2009-04-27 | first stab at a desiredata nightly build | Hans-Christoph Steiner |
2009-04-27 | delete_selection atomically | N.N. |
2009-04-27 | fix the order of the undo/redo for atomic operations (several operations in one) | N.N. |
2009-04-27 | object_insert seems to work now | N.N. |
2009-04-27 | simplified object creation inside of object_insert (self-delegation) | N.N. |
2009-04-27 | add pd_anything as alias of pd_typedmess | N.N. |
2009-04-27 | fix use of object_insert | N.N. |
2009-04-27 | use ::current_window when opening various other dialogues (open/save/..., not... | N.N. |
2009-04-27 | readded canvas method object_insert | N.N. |
2009-04-27 | duh (fix previous commit about -stdout) | N.N. |
2009-04-27 | added option -stdout (similar to -stderr) | N.N. |
2009-04-27 | remove t_dropper | N.N. |
2009-04-27 | remove [dropper] and add some code that does the same thing, that is, equally... | N.N. |
2009-04-27 | goes with new configure.in (for win32) | N.N. |
2009-04-27 | didn't report "no such table" anymore | N.N. |
2009-04-27 | produce HAVE_ASPRINTF and HAVE_VASPRINTF if applicable | N.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-27 | class browser entries are sorted like they used to be | N.N. |
2009-04-27 | on win32, compile sys_rcfile anyway | N.N. |
2009-04-27 | remove warnings | N.N. |
2009-04-27 | click -> clic | N.N. |
2009-04-27 | open modal dialogues subordinate to the last window focused on, rather than a... | N.N. |
2009-04-27 | typos | N.N. |
2009-04-27 | corrected strange mistake with GetProcAddress (from Patrice Colet) | N.N. |
2009-04-26 | added new url files for delete upon uninstall; new attempt at getting the ASI... | Hans-Christoph Steiner |
2009-04-26 | undo the previous change... was dumb | N.N. |
2009-04-26 | for correct linkage of libpd.so ? maybe not | N.N. |
2009-04-26 | for win32 (from Patrice Colet) | N.N. |
2009-04-26 | for win32 (from Patrice Colet) | N.N. |
2009-04-26 | no setuid/getuid on win32 ? | N.N. |
2009-04-26 | use new/delete[] instead of malloc/free | N.N. |
2009-04-26 | for win32 (from Patrice Colet) | N.N. |
2009-04-26 | moved some asprintf stuff that really should go in the .c instead of .h | N.N. |
2009-04-26 | refrain from using std::vector's data() for portability reasons (it's GNU-only) | N.N. |
2009-04-25 | documented [select] issues with arguments of mixed type | Hans-Christoph Steiner |
2009-04-25 | removed all_about_data_structures because it didn't have any useful content | Hans-Christoph Steiner |