aboutsummaryrefslogtreecommitdiff
path: root/popup
AgeCommit message (Collapse)Author
2013-02-05compat with Pd>=0.43IOhannes m zmölnig
after the GUI rewrite, pd-gui uses 'pdsend' to send messages back to Pd, rather than 'pd' (as with Pd<=0.42) LATER: check about PdX svn path=/trunk/externals/bbogart/; revision=17025
2010-09-17merged relevant changes from Pd-extended 0.42Hans-Christoph Steiner
svn path=/trunk/externals/bbogart/; revision=14153
2010-04-13cast pointer to struct to long unsigned int to get rid of warningHans-Christoph Steiner
svn path=/trunk/externals/bbogart/; revision=13440
2010-04-13converted %p to %lx so it works on WindowsHans-Christoph Steiner
svn path=/trunk/externals/bbogart/; revision=13438
2010-04-13converted all %x to %lx following Pd itself in the hopes of getting this ↵Hans-Christoph Steiner
working on Windows svn path=/trunk/externals/bbogart/; revision=13437
2009-03-19protect the call to canvas_create_editor(glist), because in Pd<0.42 it was ↵IOhannes m zmölnig
canvas_create_editor(glist, doit) svn path=/trunk/externals/bbogart/; revision=10875
2009-03-19fixed crasher bug with 0.42:IOhannes m zmölnig
the problem is that popup_vis() is called with a glist that has no gl_editor IF the [popup] is in a gop. the fix is to check whether there is an editor, and if there is none, call "canvas_create_editor(glist)" svn path=/trunk/externals/bbogart/; revision=10874
2007-10-29Following this thread:Hans-Christoph Steiner
http://lists.puredata.info/pipermail/pd-dev/2007-10/009797.html I have changed the save functions so that they will save the name of the object that it was actually instantiated with. This allows objects with savefns to work properly with namespaces. This is a fix for this bug: http://sourceforge.net/tracker/index.php?&aid=1818219&group_id=55736&atid=478070 svn path=/trunk/externals/bbogart/; revision=8902
2005-06-07fixed a bug that crashed pd when deleting a popup-in-a-gop that with inlets ↵IOhannes m zmölnig
(of the popup) connected svn path=/trunk/externals/bbogart/; revision=3129
2005-06-07added "set"-messageIOhannes m zmölnig
svn path=/trunk/externals/bbogart/; revision=3128
2005-06-07added a "disable"-message to turn off graphical chosing (you can still ↵IOhannes m zmölnig
choose via float/symbol-messages) svn path=/trunk/externals/bbogart/; revision=3124
2005-06-06now we can select, change options/name with hidden [popup]s that were ↵IOhannes m zmölnig
already opened svn path=/trunk/externals/bbogart/; revision=3121
2005-06-06removed the constraint about not being able to loadbang the object with optionsIOhannes m zmölnig
svn path=/trunk/externals/bbogart/; revision=3120
2005-06-06- removed the MAX_OPTIONS; we can now have an "infinite" number of options ↵IOhannes m zmölnig
(without segfaulting !) - you can now specify less than 5 arguments: "popup [<w> <h> [<c> [<n> [<o1> ...]]]]" svn path=/trunk/externals/bbogart/; revision=3119
2005-01-17Fixed resetting name on shade/minimize/desktop switch.B. Bogart
svn path=/trunk/externals/bbogart/; revision=2514
2005-01-14Added popup-name bug to READMEB. Bogart
svn path=/trunk/externals/bbogart/; revision=2504
2005-01-14Added second inlet to choose popup value via symbol name rather than index ↵B. Bogart
value. svn path=/trunk/externals/bbogart/; revision=2503
2004-12-13Added "append" method, fixed bug with background colour, added proper args ↵B. Bogart
to README svn path=/trunk/externals/bbogart/; revision=2370
2004-11-07Added revision keywords to initial post messageB. Bogart
svn path=/trunk/externals/bbogart/; revision=2240
2004-11-05Fixed name-clash bug thanks to Guenter!B. Bogart
svn path=/trunk/externals/bbogart/; revision=2219
2004-10-17Fixed disapearing widget on minimzation bug (as per entry)B. Bogart
Added a height argument to specify widget height. Example patches changed. svn path=/trunk/externals/bbogart/; revision=2110
2004-10-16Found workaround for problem when minimizing windowsGuenter Geiger
svn path=/trunk/externals/bbogart/; revision=2108
2004-05-18renamed gop-test.pd to prevent conflicts when copied by ../build/doc/makefileHans-Christoph Steiner
svn path=/trunk/externals/bbogart/; revision=1747
2004-03-30added CVS-style include paths for pd srcHans-Christoph Steiner
svn path=/trunk/externals/bbogart/; revision=1511
2004-03-20Made minor documentation changes to popup. Added entry external.B. Bogart
svn path=/trunk/externals/bbogart/; revision=1459
2004-03-10The first argument is now pixel rather than character width, bounding-box is ↵B. Bogart
drawn correctly, and added a little documentation and GPL. svn path=/trunk/externals/bbogart/; revision=1406
2004-02-22fixed ?? GOP behaviourGuenter Geiger
svn path=/trunk/externals/bbogart/; revision=1338
2004-02-20First release of popup menu external. has some GOP + outlet issues.B. Bogart
svn path=/trunk/externals/bbogart/; revision=1322