aboutsummaryrefslogtreecommitdiff
path: root/desiredata
AgeCommit message (Expand)Author
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-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-25move asprintf,vasprintf out to kernel.c to avoid multiple defsN.N.
2009-04-25add (v)asprintf for win32 (sent by Patrice Colet)N.N.
2009-04-25compatibility with Tcl 8.5aN.N.
2009-04-25.N.N.
2009-04-25fix [any]N.N.
2009-04-25blahN.N.
2009-04-25add t_symbol.==(const char*); remove gcc 4.2 warning in binbuf_read,binbuf_re...N.N.
2009-04-25use vector<> in sys_parsercfileN.N.
2009-04-25.N.N.
2009-04-25remove gcc 4.2 warning in usagemessageN.N.
2009-04-24i don't remember what those changes were for, but that's how they are in my c...N.N.
2009-04-24remove pre8.5.tclN.N.
2009-04-24remove gcc 4.2 warning in oss_errornamesN.N.
2009-04-24remove gcc 4.2 warning in pd_pickle, pd_saveheadN.N.
2009-04-24remove gcc 4.2 warning in binbuf_write, binbuf_read, binbuf_read_via_canvas, ...N.N.
2009-04-24remove gcc 4.2 warnings in binbuf_text, binbuf_text_matju, binbuf_text_quoted...N.N.
2009-04-24remove gcc 4.2 warnings in inlet_tip, pd_vmess, MAKESYMN.N.
2009-04-24goes with recently removed warningsN.N.
2009-04-24remove gcc 4.2 warning in sys_sockerrorN.N.
2009-04-24remove gcc 4.2 warnings about pd_scanargs, pd_saveargsN.N.
2009-04-24fixed recent blunder about A_LIST and A_ATOMN.N.
2009-04-24remove gcc 4.2 warnings in sys_vgui, sys_guiN.N.
2009-04-24remove gcc 4.2 warnings in pd_printN.N.
2009-04-24remove gcc 4.2 warnings in binbuf_addvN.N.
2009-04-24added A_LIST for binbuf atoms... may rename it laterN.N.
2009-04-24uncommitted left over from last pd convention... (really)N.N.
2009-04-24forgot to pass argsN.N.
2009-04-24just a shortcutN.N.
2009-04-16fix scrollbar on osxN.N.
2009-04-15remove code conditional to Tcl/Tk 8.4N.N.
2009-04-15ça sert à rienN.N.
2009-04-15capitalise (while keeping the acute mark, in conformance to OQLF standards)N.N.
2009-04-15down is down and up is upN.N.
2008-06-17testN.N.
2008-04-03testN.N.
2008-02-20use "find" instead of "cp -r", in order to ignore ".svn" foldersN.N.
2008-02-19changed pseudo-targets to :: (GNU standard, afaik) and added "make test"N.N.
2008-02-19.N.N.