Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-27 | remove t_dropper | N.N. | |
svn path=/trunk/; revision=11179 | |||
2009-04-27 | remove [dropper] and add some code that does the same thing, that is, ↵ | N.N. | |
equally broken... svn path=/trunk/; revision=11178 | |||
2009-04-27 | goes with new configure.in (for win32) | N.N. | |
svn path=/trunk/; revision=11175 | |||
2009-04-27 | didn't report "no such table" anymore | N.N. | |
svn path=/trunk/; revision=11173 | |||
2009-04-27 | produce HAVE_ASPRINTF and HAVE_VASPRINTF if applicable | N.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-27 | class browser entries are sorted like they used to be | N.N. | |
svn path=/trunk/; revision=11169 | |||
2009-04-27 | on win32, compile sys_rcfile anyway | N.N. | |
svn path=/trunk/; revision=11168 | |||
2009-04-27 | remove warnings | N.N. | |
svn path=/trunk/; revision=11167 | |||
2009-04-27 | click -> clic | N.N. | |
svn path=/trunk/; revision=11166 | |||
2009-04-27 | open 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-27 | typos | N.N. | |
svn path=/trunk/; revision=11164 | |||
2009-04-27 | corrected strange mistake with GetProcAddress (from Patrice Colet) | N.N. | |
svn path=/trunk/; revision=11163 | |||
2009-04-26 | undo the previous change... was dumb | N.N. | |
svn path=/trunk/; revision=11160 | |||
2009-04-26 | for correct linkage of libpd.so ? maybe not | N.N. | |
svn path=/trunk/; revision=11159 | |||
2009-04-26 | for win32 (from Patrice Colet) | N.N. | |
svn path=/trunk/; revision=11158 | |||
2009-04-26 | for win32 (from Patrice Colet) | N.N. | |
svn path=/trunk/; revision=11157 | |||
2009-04-26 | no setuid/getuid on win32 ? | N.N. | |
svn path=/trunk/; revision=11156 | |||
2009-04-26 | use new/delete[] instead of malloc/free | N.N. | |
svn path=/trunk/; revision=11155 | |||
2009-04-26 | for win32 (from Patrice Colet) | N.N. | |
svn path=/trunk/; revision=11154 | |||
2009-04-26 | moved some asprintf stuff that really should go in the .c instead of .h | N.N. | |
svn path=/trunk/; revision=11153 | |||
2009-04-26 | refrain from using std::vector's data() for portability reasons (it's GNU-only) | N.N. | |
svn path=/trunk/; revision=11152 | |||
2009-04-25 | move asprintf,vasprintf out to kernel.c to avoid multiple defs | N.N. | |
svn path=/trunk/; revision=11145 | |||
2009-04-25 | add (v)asprintf for win32 (sent by Patrice Colet) | N.N. | |
svn path=/trunk/; revision=11144 | |||
2009-04-25 | compatibility with Tcl 8.5a | N.N. | |
svn path=/trunk/; revision=11142 | |||
2009-04-25 | . | N.N. | |
svn path=/trunk/; revision=11138 | |||
2009-04-25 | fix [any] | N.N. | |
svn path=/trunk/; revision=11137 | |||
2009-04-25 | blah | N.N. | |
svn path=/trunk/; revision=11136 | |||
2009-04-25 | add t_symbol.==(const char*); remove gcc 4.2 warning in ↵ | N.N. | |
binbuf_read,binbuf_read_via_path,binbuf_write svn path=/trunk/; revision=11135 | |||
2009-04-25 | use vector<> in sys_parsercfile | N.N. | |
svn path=/trunk/; revision=11134 | |||
2009-04-25 | . | N.N. | |
svn path=/trunk/; revision=11133 | |||
2009-04-25 | remove gcc 4.2 warning in usagemessage | N.N. | |
svn path=/trunk/; revision=11132 | |||
2009-04-24 | i don't remember what those changes were for, but that's how they are in my ↵ | N.N. | |
code for quite a while. svn path=/trunk/; revision=11131 | |||
2009-04-24 | remove pre8.5.tcl | N.N. | |
svn path=/trunk/; revision=11130 | |||
2009-04-24 | remove gcc 4.2 warning in oss_errornames | N.N. | |
svn path=/trunk/; revision=11129 | |||
2009-04-24 | remove gcc 4.2 warning in pd_pickle, pd_savehead | N.N. | |
svn path=/trunk/; revision=11128 | |||
2009-04-24 | remove gcc 4.2 warning in binbuf_write, binbuf_read, binbuf_read_via_canvas, ↵ | N.N. | |
binbuf_read_via_path svn path=/trunk/; revision=11127 | |||
2009-04-24 | remove gcc 4.2 warnings in binbuf_text, binbuf_text_matju, ↵ | N.N. | |
binbuf_text_quoted, binbuf_text_miller, pd_eval_text, pd_eval_text2, canvas_readerror, pd_vscanargs, pd_scanargs, pd_vsaveargs, pd_saveargs. svn path=/trunk/; revision=11126 | |||
2009-04-24 | remove gcc 4.2 warnings in inlet_tip, pd_vmess, MAKESYM | N.N. | |
svn path=/trunk/; revision=11125 | |||
2009-04-24 | goes with recently removed warnings | N.N. | |
svn path=/trunk/; revision=11124 | |||
2009-04-24 | remove gcc 4.2 warning in sys_sockerror | N.N. | |
svn path=/trunk/; revision=11123 | |||
2009-04-24 | remove gcc 4.2 warnings about pd_scanargs, pd_saveargs | N.N. | |
svn path=/trunk/; revision=11122 | |||
2009-04-24 | fixed recent blunder about A_LIST and A_ATOM | N.N. | |
svn path=/trunk/; revision=11121 | |||
2009-04-24 | remove gcc 4.2 warnings in sys_vgui, sys_gui | N.N. | |
svn path=/trunk/; revision=11120 | |||
2009-04-24 | remove gcc 4.2 warnings in pd_print | N.N. | |
svn path=/trunk/; revision=11119 | |||
2009-04-24 | remove gcc 4.2 warnings in binbuf_addv | N.N. | |
svn path=/trunk/; revision=11118 | |||
2009-04-24 | added A_LIST for binbuf atoms... may rename it later | N.N. | |
svn path=/trunk/; revision=11117 | |||
2009-04-24 | uncommitted left over from last pd convention... (really) | N.N. | |
svn path=/trunk/; revision=11115 | |||
2009-04-24 | forgot to pass args | N.N. | |
svn path=/trunk/; revision=11114 |