Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-23 | fixed spelling of my name | IOhannes m zmölnig | |
svn path=/trunk/; revision=4476 | |||
2006-01-23 | fixed paths (../../zexy instead of ../zexy) | IOhannes m zmölnig | |
svn path=/trunk/; revision=4472 | |||
2006-01-23 | added zexy's [z~] and the new hexloader-externals | IOhannes m zmölnig | |
svn path=/trunk/; revision=4471 | |||
2006-01-23 | added new zexy objects | IOhannes m zmölnig | |
svn path=/trunk/; revision=4469 | |||
2006-01-23 | added the hexloader-files from zexy | IOhannes m zmölnig | |
removed "dot.c" as this is now called "0x2e.c" added fifop.c and lifop.c svn path=/trunk/; revision=4468 | |||
2006-01-23 | updated text on license in the readme to be more correct | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4465 | |||
2006-01-23 | added quick change to allow win env vars in path and loadlib settings. A ↵ | Hans-Christoph Steiner | |
more complete implementation is proposed in this feature reqest: http://sourceforge.net/tracker/index.php?func=detail&aid=1412443&group_id=55736&atid=478073 svn path=/trunk/; revision=4464 | |||
2006-01-22 | added patch for fixing the problem in menu_openhtml where it wouldn't open ↵ | Hans-Christoph Steiner | |
any files if there was a space in the file or path name. This is probably a hack, since it uses the Win32 'shortname'. It probably should use proper Tcl escaping, but this works for now. svn path=/trunk/; revision=4463 | |||
2006-01-17 | prepend was removed from src/ which broke conflict test, fixing to otherwise ↵ | carmen rocco | |
work again (still need to manually remove clip_perform from m_pd.h if youre running devel) svn path=/trunk/; revision=4446 | |||
2006-01-17 | smoothed out the install process for RC7. THe reg file deletes all old path ↵ | Hans-Christoph Steiner | |
and loadlib statements; the installer only shows one readme now svn path=/trunk/; revision=4444 | |||
2006-01-17 | made registry file clear out all old path and loadlib settings before ↵ | Hans-Christoph Steiner | |
installing the new ones. Otherwise, the previous cruft could cause problems. Yes, this might blow away settings, but it only affects loadlib and path, so the damage is limited. svn path=/trunk/; revision=4442 | |||
2006-01-17 | got and RC7 build, everything seems OK, but launching .htm files from the ↵ | Hans-Christoph Steiner | |
help browser doesn't work. arg. Documented the basic process of making the installer on the website svn path=/trunk/; revision=4441 | |||
2006-01-17 | made the LIB_TARGETS customizable based on platform since some libs don't ↵ | Hans-Christoph Steiner | |
compile on all platforms (yet), most notable hid, pdp, and pidip. ALso, excluded some troubleshome unauthorized objects svn path=/trunk/; revision=4440 | |||
2006-01-17 | I wrote script to automatically generate pd-settings files for Windows and ↵ | Hans-Christoph Steiner | |
Mac OS X. Currently it just generates a list of libs to load, but it could easily be extended to do more. Also, it needs the GNU/Linux settings, but I didn't add it yet because I don't know the format offhand. Also, it would be quite easy to add. svn path=/trunk/; revision=4439 | |||
2006-01-17 | - generated new default settings files for Mac OS X and Windows using ↵ | Hans-Christoph Steiner | |
scripts/generate-pd-settings-files.sh svn path=/trunk/; revision=4438 | |||
2006-01-17 | - OSC compiles only single objects, no lib | Hans-Christoph Steiner | |
- MACOSX_DEPLOYMENT_TARGET is set either manually or from packages/Makefile in a more proper way svn path=/trunk/; revision=4437 | |||
2006-01-16 | changed menu wording to be shorter and similar to Miller's | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4426 | |||
2006-01-16 | disambiguated this use of this script since it has a very generic name. Its ↵ | Hans-Christoph Steiner | |
a SysV startup script, so it belongs in init.d svn path=/trunk/; revision=4417 | |||
2006-01-16 | made the mailboxes download into a Pd subfolder | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4416 | |||
2006-01-16 | time to make the hopefully final RC7 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4415 | |||
2006-01-16 | fixed bug in library copy where it would copy over libs that had already ↵ | Hans-Christoph Steiner | |
been copied. Then the newly copied lib would have the only library paths in it rather than the adjusted ones. svn path=/trunk/; revision=4414 | |||
2006-01-16 | trying a more proper Makefile way to use environment variables, this should ↵ | Hans-Christoph Steiner | |
be inherited by Makefiles that are called from this one svn path=/trunk/; revision=4413 | |||
2006-01-16 | added some parts of the Gem build system, its not functional yet | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4412 | |||
2006-01-15 | spelled out comma and semi-colon to make things clear | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4409 | |||
2006-01-14 | moved sigpack files to externals/sigpack | IOhannes m zmölnig | |
svn path=/trunk/; revision=4402 | |||
2006-01-09 | checked in code from sIgpAck0.03.ZIP; cleaned up comment warnings and ↵ | Hans-Christoph Steiner | |
changed #ifdef NT to #ifdef _MSC_VER; removed sp. prefix and set up for namespaces svn path=/trunk/; revision=4381 | |||
2005-12-31 | Took a bunch of patches... more to come but these are the ones that might ↵ | Miller Puckette | |
break stuff so I'll sync here. svn path=/trunk/; revision=4336 | |||
2005-12-31 | re-synced with my own source tree... | Miller Puckette | |
svn path=/trunk/; revision=4321 | |||
2005-12-31 | another attempt to add new needed files | Miller Puckette | |
svn path=/trunk/; revision=4319 | |||
2005-12-31 | Deleted unused (?) files | Miller Puckette | |
svn path=/trunk/; revision=4318 | |||
2005-12-31 | Added about 64 files that I hadn't realized weren't in the CVS | Miller Puckette | |
repository. Threw in pd/portaudio/pa_win_wdmks for good measure, although I haven't tried compiling that in yet (no windoze machine handy today). svn path=/trunk/; revision=4316 | |||
2005-12-30 | fixed minor typo | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4313 | |||
2005-12-29 | ditched the help menu hack and finally wrote a help browser in Tk | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4309 | |||
2005-12-28 | created pdogg libdir and build targets | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4308 | |||
2005-12-28 | oops, a couple more fixes needed, plus a bit of clean up never hurts | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4305 | |||
2005-12-28 | fixed up hid and vocoder targets to work properly and not break other things... | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4304 | |||
2005-12-28 | super basic helpfile for samplerate~ | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4303 | |||
2005-12-27 | remove all IEM files with a $ in the filename before building package. They ↵ | Hans-Christoph Steiner | |
are too hard to escape (for now) svn path=/trunk/; revision=4301 | |||
2005-12-26 | added completion for -path, -helppath and -open | Frank Barknecht | |
svn path=/trunk/; revision=4299 | |||
2005-12-26 | forgot help, duh | Frank Barknecht | |
svn path=/trunk/; revision=4298 | |||
2005-12-26 | First version of bash_completion file added. | Frank Barknecht | |
svn path=/trunk/; revision=4297 | |||
2005-12-24 | wrote script to automate building all the libs on MinGW | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4291 | |||
2005-12-23 | fix dynamic linker problem, not using flat_namespace | Thomas Grill | |
svn path=/trunk/; revision=4290 | |||
2005-12-20 | fixed [hid] and OSC compilation | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4263 | |||
2005-12-20 | added in mingw_fixes patch which includes NT2_MSC_VER and lots of other ↵ | Hans-Christoph Steiner | |
stuff so that everything can compile using MinGW; reorged things to use the full name 'windows' rather than just 'win'. This matches 'darwin' and 'linux'; this is windows RC6 svn path=/trunk/; revision=4260 | |||
2005-12-19 | replaced objects with text so that the patch wouldn't crash | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4259 | |||
2005-12-19 | added OSCx to the build system for linux RC6 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4254 | |||
2005-12-19 | fixed minor bugs in RC6 and re-released | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4253 | |||
2005-12-18 | fixed typo in hid_install | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4252 | |||
2005-12-18 | fixed linux package bug that left out pd-gui; tweaked optimization setup | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4251 |