bug fixes for opening and closing guis dynamically and a couple of
added documentation
some improvements on logic to ignore resizing
fixed uninitialized variable
changed 'char' to 'int' for fgetc(), and restrict iterations to DEFMAXSIZE
adding resize flag to garray_read
fixes
check for symbol before passing filename argument
check for symbol before passing filename argument
reduced scope of variable 'c'
Merge branch 'feature/netobject-updates'
Merge branch 'fix/fft-size'
Merge branch 'dev/obj-multi-resize'
Oops, revert multi-resize - I can't get it to work.
Merge branch 'drawpolygon/xv-flag'
Merge branch 'pointer_equal'
Merge branch 'update/post-consistency'
Merge branch 'fix_iem_gop_again'
Merge branch 'memory-handling-improvements'
Merge branch 'export-obj_findsignalscalar'
comment added to help patch for inlet~ explaining why sending one a float
fixed edge-case bug in clon -- sometimes input signals were prematurely
signal inlets to take float messages (from inside the subpatch) to set scalar
when saving a patch inside clone, re-visualize the re-created patch. (This
update array control example
fixed atom_string to put backspashes before spaces in symbols and binbuf_text
tried again to fix the power-of-two accumulation in clone when an input is
Merge branch 'openpanel'
Merge branch 'sigmund-fix'
Merge branch 'value-send'
expr negative factorials return 0 (before resulted in an infinite loop)
add public API interface to get/change contents of [text define] object
binbuf_realizedolllsym not to \- escape spaces (or commas or semis) in the
change 'x' mades back to normal files
fixed error message handling in binbuf_write() which accessed stale memory
fomatting tweaks to sigmund~.c
Merge branch 'double-precision'
version number to 0.50-2
Merge branch 'deadkeys'
slightly better pathname escaping for pdcontrol browse message
version number to 0.50-1
Revert "hack to get "~" key to work on Portuguese/Spanish keyboards"
release notes for 0.50-1
hack to get "~" key to work on Portuguese/Spanish keyboards
Revert "improved text sorting: key selection, reverse sorting, and suppressing"
Merge /home/msp/msp/pd
Merge /home/msp/msp/pd
improved text sorting: key selection, reverse sorting, and suppressing
more work on slop~ doc
Use long long for PD_LONGINTTYPE on 64-bit Windows to match pointer size (longs are size 4 on 64-bit Windows rather than 8)
Merge branch 'netreceive_outlet_bugfix' of git://github.com/Spacechild1/pure-data into netreceive_outlet_bugfix
Alsa trouble workarounds - revisit this for version 0.49 . Should audio devices get automatally closed when they're piling up errors?
Merge x66:pd
Merge branch 'update/0.48-2'
changed 'float' seed message to noise~ to 'seed' to make it compatible
fix "example 3" in list help which misused list store object
Merge branch 'master' into feature/noise-seed
fix compiler warning
Merge branch 'patch-2' of git://github.com/porres/pure-data into porres-patch-2
fix incorrecty terminated arg type list for noise~
hack intro helpfile to avoid block/switch error message
fix compiler warnings for 64-bit windows compile
undo %p pointer to string conversion until we can do it consistently
set FFT static variables TLS and remove global lock (d_fft_fftsg.c)
Add VisualC++-specific definition of thread-local storage specifier
set outlet_eventno a TSL (PERTHREAD) variable to fix thread safety issue
dlopen failure considered an error, not a debuggig message
Add multi-instance support for the objects [key], [keyup] and [keyname].
Merge branch 'mingw-autotools-nolibdir'
set stackcount a TSL (PERTHREAD) variable to fix thread safety issue
Fix compiler error C2492 on MSVC
Change EXTERN_NOAPI to extern
Merge branch 'update/0.48-2'
fixed bug in which patch closed automatically when 'saved' from an open
fix non-portable pointer comversions in DSP routines
bad error check (filename == "localhost" --> host = "localhost")
take out MIDI debug messages
Merge branch 'fix_declarestdpath_libpd' of git://github.com/Ant1r/pure-data into Ant1r-fix_declarestdpath_libpd
fix comment style
expr to version 0.56
window title to reflect edit mode
Merge branch 'porres-patch-1'
version number to 0.48-1
Expr to version 0.56
took out exec bit on 2 help files
Merge branch 'porres-patch-1'
add three 'falls through' comments to x_vexp.c to suppress compiler
commented out lines adding list of supported languages to info.plist as this
update midi-help.pd and help-intro.pd
version number to 0.48-1test3 (sigh...)
Merge branch 'patch-1' of git://github.com/porres/pure-data into porres-patch-1
more updates
fix bug parsing incoming midi on multiple devices (parsers got
mac build script and release readme tweak
version number to 0.48-1test2
MIDI channel number reporting (as in third outlet of notein) fixed
Merge branch 'master' of github.com:pure-data/pure-data
tweak README file
version number to 0.48-1test1
mac build script tweak