Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-14 | fix warning getcwd | N.N. | |
svn path=/trunk/; revision=11337 | |||
2009-05-14 | remove HAVE_ALLOCA test, so that it's taken from config.h instead | N.N. | |
svn path=/trunk/; revision=11336 | |||
2009-05-14 | make gcc globally shut up about (v)asprintf return values, yet make the ↵ | N.N. | |
return values usable if we want to. svn path=/trunk/; revision=11335 | |||
2009-05-14 | ... | N.N. | |
svn path=/trunk/; revision=11334 | |||
2009-05-14 | fix gcc "unimplemented feature": vasprintf for mingw was being redef'd on ↵ | N.N. | |
linux because config.h wasn't included svn path=/trunk/; revision=11332 | |||
2009-05-14 | suggested parentheses | N.N. | |
svn path=/trunk/; revision=11331 | |||
2009-05-14 | fix warnings due to new gcc thinking asprintf() might not return >=0... | N.N. | |
svn path=/trunk/; revision=11330 | |||
2009-05-14 | some Windows stuff I started working on some weeks ago for Patko | N.N. | |
svn path=/trunk/; revision=11329 | |||
2009-05-14 | freshly generated from autoconf 2.63 | N.N. | |
svn path=/trunk/; revision=11328 | |||
2009-05-13 | i hope this fixes scrollbar in Console on OSX. meanwhile, def Canvas ↵ | N.N. | |
osx_scroll is a mystery (i don't recall how we fixed it) svn path=/trunk/; revision=11323 | |||
2009-05-13 | re-fix OSX scroll | N.N. | |
svn path=/trunk/; revision=11322 | |||
2009-05-13 | brasileiro | N.N. | |
svn path=/trunk/; revision=11321 | |||
2009-05-13 | make undo atomic; fix statusbar non-debug; add credits brasileiro; fix ↵ | N.N. | |
radiobutton (choicebox) redraw svn path=/trunk/; revision=11320 | |||
2009-05-13 | fix br | N.N. | |
svn path=/trunk/; revision=11319 | |||
2009-05-13 | renomeie o ficheiro para o Português do Brasil | N.N. | |
svn path=/trunk/; revision=11318 | |||
2009-05-11 | made it compile on my system: i was tired of getting compiler-errors from ↵ | IOhannes m zmölnig | |
the autobuild svn path=/trunk/; revision=11315 | |||
2009-04-29 | coquilles, fautes, anglicismes, etc | N.N. | |
svn path=/trunk/; revision=11201 | |||
2009-04-29 | rofl | N.N. | |
svn path=/trunk/; revision=11198 | |||
2009-04-29 | more support for mingw/win32 (from Patrice Colet) | N.N. | |
svn path=/trunk/; revision=11197 | |||
2009-04-28 | updated to use the newer framework for jack on Mac OS X | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11191 | |||
2009-04-27 | delete_selection atomically | N.N. | |
svn path=/trunk/; revision=11189 | |||
2009-04-27 | fix the order of the undo/redo for atomic operations (several operations in one) | N.N. | |
svn path=/trunk/; revision=11188 | |||
2009-04-27 | object_insert seems to work now | N.N. | |
svn path=/trunk/; revision=11187 | |||
2009-04-27 | simplified object creation inside of object_insert (self-delegation) | N.N. | |
svn path=/trunk/; revision=11186 | |||
2009-04-27 | add pd_anything as alias of pd_typedmess | N.N. | |
svn path=/trunk/; revision=11185 | |||
2009-04-27 | fix use of object_insert | N.N. | |
svn path=/trunk/; revision=11184 | |||
2009-04-27 | use ::current_window when opening various other dialogues (open/save/..., ↵ | N.N. | |
not just "message"). svn path=/trunk/; revision=11183 | |||
2009-04-27 | readded canvas method object_insert | N.N. | |
svn path=/trunk/; revision=11182 | |||
2009-04-27 | duh (fix previous commit about -stdout) | N.N. | |
svn path=/trunk/; revision=11181 | |||
2009-04-27 | added option -stdout (similar to -stderr) | N.N. | |
svn path=/trunk/; revision=11180 | |||
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 |