mirror of
https://github.com/processing/processing4.git
synced 2026-01-26 09:51:09 +01:00
11258 lines
516 KiB
Plaintext
11258 lines
516 KiB
Plaintext
1271 (4.0a2)
|
||
X break buildMenu() into populateMenu() method to delay Debugger init
|
||
X https://github.com/processing/processing4/issues/73
|
||
X macOS build broken
|
||
X https://github.com/processing/processing4/issues/83
|
||
X bump JDK to 11.0.8
|
||
X Make macOS notarization part of the build process
|
||
X https://github.com/processing/processing4/issues/24
|
||
X NullPointerException in ContributionManager.updateFlagged() on startup
|
||
X check for directory existence and read/write access on startup
|
||
X https://github.com/processing/processing/issues/6034
|
||
|
||
sam
|
||
X Resolve rewrite of pixelDensity to settings in preproc
|
||
X https://github.com/processing/processing4/pull/60
|
||
X https://github.com/processing/processing4/issues/58
|
||
X Resolve PDF renderer parse issue in preproc
|
||
X https://github.com/processing/processing4/pull/68
|
||
X https://github.com/processing/processing4/issues/66
|
||
X Bump JOGL 2.4 to the new release candidate (20200307)
|
||
X https://github.com/processing/processing4/pull/85
|
||
X Remove debugging printout from Open Recent
|
||
X https://github.com/processing/processing4/issues/78
|
||
X https://github.com/processing/processing4/pull/79
|
||
X Fix broken tests
|
||
X https://github.com/processing/processing4/issues/92
|
||
X https://github.com/processing/processing4/pull/93
|
||
X Refactor out preproc.issue
|
||
X https://github.com/processing/processing4/pull/96
|
||
X Debug button in the toolbar is currently broken
|
||
X https://github.com/processing/processing4/issues/94
|
||
X https://github.com/processing/processing4/pull/95
|
||
X Fix WARNING: Illegal reflective access by processing.opengl.PSurfaceJOGL” on getContextCapabilities()
|
||
X https://github.com/processing/processing4/issues/50
|
||
X https://github.com/processing/processing4/pull/76
|
||
X Migrate JSSC to sampottinger/jssc
|
||
X https://github.com/processing/processing4/issues/71
|
||
X https://github.com/processing/processing4/pull/75
|
||
X Rewrite size call for all renderers
|
||
X https://github.com/processing/processing4/issues/90
|
||
X https://github.com/processing/processing4/pull/91
|
||
X Switch to JFileChooser on Mac with VAqua
|
||
X https://github.com/processing/processing4/pull/88
|
||
X cut/copy/paste while saving a sketch on OS X goes to the editor, not the save dialog
|
||
X https://github.com/processing/processing4/issues/77
|
||
X implement the basics of dark mode for the Mac
|
||
X https://github.com/processing/processing4/issues/89
|
||
X Color as return type is broken
|
||
X https://github.com/processing/processing4/issues/104
|
||
X https://github.com/processing/processing4/pull/105
|
||
X Automated (jenkins) build broken because ant 1.10.7 download no longer available
|
||
X https://github.com/processing/processing4/issues/106
|
||
X https://github.com/processing/processing4/pull/107
|
||
X Processing IDE interface too small on high-res Windows displays
|
||
X https://github.com/processing/processing4/issues/102
|
||
X Ensure not trying to use Toolkit zoom before ready
|
||
X https://github.com/processing/processing4/pull/103
|
||
X Zoom dialog fonts based on user scale setting
|
||
X https://github.com/processing/processing4/issues/111
|
||
X https://github.com/processing/processing4/pull/125
|
||
|
||
|
||
1270 (4.0a1)
|
||
X remove jdk.hash from build.xml
|
||
X need to make sure the downloader isn't relying on it
|
||
X add Sketch.equals() to use main file path
|
||
X update the welcome screen and links
|
||
X link to a wiki page for 4.x
|
||
X create wiki page for changes in 4.x
|
||
X streamlining the jdk downloader
|
||
X https://github.com/processing/processing4/issues/47
|
||
X remove JOGL from the repo, switch it to auto-download
|
||
X add "ant clean-jogl" target for removing those binaries
|
||
X replace revisions.txt with changes.md
|
||
|
||
cross-ported from 3.5.4
|
||
X use ctrl-page up/down for tabs on Windows
|
||
X https://github.com/processing/processing/issues/5794
|
||
X fix potential highlighting issue that wasn't selecting portions of text
|
||
X update AppBundler to use newer SDK, recompile
|
||
X edit build.xml files and appbundler to preserve more attributes
|
||
X don't remove entries from Recent menu on Save As
|
||
X https://github.com/processing/processing/issues/5902
|
||
X when a conflicting library (bad link w/ core) is found, need to report it
|
||
o altho prolly only when it's actually different (md5hash it?)
|
||
o this seems to be causing a lot of trouble with recent releases
|
||
o (opengl changes and whatnot)
|
||
X jar files like the bad aiexport plugin will cause serious problems
|
||
X https://github.com/processing/processing/issues/95
|
||
X need to ignore processing.core classes showing up in other jar files
|
||
X tougher than it looks, because it all depends on what java wants to use
|
||
X i.e. even if not specified, the stuff will be in the classpath
|
||
o need to make classpath code be less promiscuous
|
||
o the order of adding libraries to classpath should be opposite
|
||
o the important local libraries should be first in cp, user contrib later
|
||
X selecting a sketch in the Sketch menu no longer opens its window
|
||
X https://github.com/processing/processing/issues/5882
|
||
|
||
contrib manager 3.5.4
|
||
X contrib listing names should not be case sensitive
|
||
X libs in all caps appeared above those in lowercase
|
||
X ignore library subfolders
|
||
X don't unzip __MACOSX files with contribs
|
||
X don't do library subfolders
|
||
X show error when .properties file is missing from contribs
|
||
X clean up a lot of bad temp file handling in the contrib manager
|
||
X https://github.com/processing/processing/issues/5845
|
||
X https://github.com/processing/processing/issues/5960
|
||
X NPE in installPreviouslyFailed() on startup
|
||
X https://github.com/processing/processing/issues/5482
|
||
X https://github.com/processing/processing/issues/5916
|
||
|
||
contribs 3.5.4
|
||
X tweak mode not working
|
||
X https://github.com/processing/processing/issues/5805
|
||
X https://github.com/processing/processing/pull/5909
|
||
X updtes to Ukrainian translation
|
||
X https://github.com/processing/processing/pull/5944
|
||
|
||
after the JDK 11 update
|
||
X use a new pref for the sketchbook folder location for 4.x
|
||
X finish porting ThinkDifferent to use Desktop APIs
|
||
X http://openjdk.java.net/jeps/272
|
||
X also roll it into MacPlatform, since less platform-specific code needed
|
||
|
||
major updates for JDK 11 et al
|
||
X https://github.com/processing/processing4/pull/1
|
||
X go through the comment w/ the various bugs that can be closed
|
||
X https://github.com/processing/processing/issues/5750
|
||
X https://github.com/processing/processing/pull/5753
|
||
X https://github.com/processing/processing/issues/4415
|
||
X update grammar for ANTLR
|
||
X https://github.com/processing/processing/issues/3054
|
||
X incorporate new preproc
|
||
o https://github.com/fjenett/processing-preprocessor-antlr4
|
||
X https://github.com/processing/processing/issues/3055
|
||
X support for Travis CI
|
||
X https://github.com/processing/processing/issues/2747
|
||
X Making the ThinkDifferent classes be JDK version-independent
|
||
X https://github.com/processing/processing/pull/5747
|
||
X Parsing of nested generics
|
||
X https://github.com/processing/processing/issues/4514
|
||
X clean up naming for build/macosx/jdk-0u1.tgz and build/macosx/jdk-11.0.1+13/
|
||
|
||
contribs
|
||
X rename-variable menu allows Java identifiers
|
||
X https://github.com/processing/processing/issues/5828
|
||
X https://github.com/processing/processing/pull/5906
|
||
X Replace C/C++ style array declarations with Java style array declarations
|
||
X https://github.com/processing/processing4/pull/49
|
||
|
||
sampottinger
|
||
X Fix JDK naming and cleanup in ant build
|
||
X https://github.com/processing/processing4/pull/12
|
||
X https://github.com/processing/processing4/issues/6
|
||
X Migrate to JNA 5 compatible Native.load
|
||
X https://github.com/processing/processing4/issues/7
|
||
X https://github.com/processing/processing4/pull/15
|
||
X console font spacing is off
|
||
X https://github.com/processing/processing4/issues/19
|
||
X https://github.com/processing/processing4/pull/20
|
||
X implement 'import static'
|
||
X https://github.com/processing/processing4/pull/18
|
||
X https://github.com/processing/processing/issues/5577
|
||
X problems with windows ui scaling
|
||
X https://github.com/processing/processing4/issues/21
|
||
X https://github.com/processing/processing4/pull/30
|
||
X introduces regression that makes things uglier
|
||
X Fix display density detection and use GraphicsConfiguration
|
||
X https://github.com/processing/processing4/issues/32
|
||
X https://github.com/processing/processing4/issues/35
|
||
X https://github.com/processing/processing4/pull/34
|
||
X removes "WARNING: Illegal reflective access by processing.app.ui.Toolkit to field sun.awt.CGraphicsDevice.scale" warning on startup
|
||
X Replace mac specific fullscreen option for setResizable
|
||
X https://github.com/processing/processing4/issues/36
|
||
X Moved tests to separate target, and defaults to dist
|
||
X https://github.com/processing/processing4/pull/38
|
||
X https://github.com/processing/processing4/issues/8
|
||
X update to Java 11.0.5 from 11.0.2
|
||
X https://github.com/processing/processing4/pull/40
|
||
X https://github.com/processing/processing4/issues/39
|
||
|
||
cleaning
|
||
X Issue with https and downloading the binaries, +Checksums?
|
||
X https://github.com/processing/processing-docs/issues/766
|
||
X was just an issue with https vs http
|
||
|
||
|
||
0269 (3.5.3)
|
||
X added reference for circle(), square(), push(), pop()
|
||
X has the reference.zip file been fixed? (yep)
|
||
X redo key command for Windows screwed up
|
||
X https://github.com/processing/processing/issues/5773
|
||
X fix an editor problem with plain text (css, etc) files
|
||
X https://github.com/processing/processing/issues/5628
|
||
X default to using Desktop methods for URLs and files when available on Linux
|
||
X also cover a few weird cases that were failing silently
|
||
X The package "META" does not exist when .class files found in META-INF folder
|
||
X https://github.com/processing/processing/issues/5778
|
||
|
||
contrib
|
||
X update translation of "sketch" for Russian speakers
|
||
X https://github.com/processing/processing/pull/5673
|
||
|
||
cleaning
|
||
o modify line number color when no lines extend that far?
|
||
o https://github.com/processing/processing/pull/4560
|
||
o when opening new editor window, open on the same display as current
|
||
o https://github.com/processing/processing/issues/4526
|
||
X closing as dupe of the other issue
|
||
|
||
|
||
0268 (3.5.2)
|
||
X shortcuts not working on Windows/Linux (using meta)
|
||
X https://github.com/processing/processing/issues/5763
|
||
X update https://github.com/processing/processing/wiki/Localization#shortcuts-and-key-bindings
|
||
|
||
|
||
0267 (3.5.1)
|
||
X size() command not working properly
|
||
X https://github.com/processing/processing/issues/5759
|
||
|
||
|
||
0266 (3.5)
|
||
X update to Java 8u192
|
||
o processing-java doesn't handle sketch exceptions by quitting the sketch
|
||
X https://github.com/processing/processing/issues/5375
|
||
X this is by design/follows PDE behavior
|
||
X fix the link to the FAQ in the menu
|
||
X https://github.com/processing/processing/issues/5729
|
||
X update to Java 8u202
|
||
X "Sketch disappeared" infinite pop up dialogs
|
||
X https://github.com/processing/processing/pull/4808
|
||
X https://github.com/processing/processing/issues/4805
|
||
X text("test", 10, 10); is still slow with lots of fonts
|
||
X https://bugs.openjdk.java.net/browse/JDK-8179209
|
||
X added a note to the Known Issues section in the Changes wiki
|
||
X update the about screen to 2019
|
||
o report of a library or tool (probably includes 2.x? 1.x?) breaking things
|
||
o NoSuchFieldError: useNativeSelect
|
||
X https://github.com/processing/processing/issues/4821
|
||
X closed, no response
|
||
X problems with non-US keyboards and some shortcuts
|
||
X https://github.com/processing/processing/issues/2199
|
||
X https://github.com/processing/processing/wiki/Localization#shortcuts-and-key-bindings
|
||
o Determine new keyboard shortcut for Step Out
|
||
X https://github.com/processing/processing/issues/3538
|
||
X all set based on #2199
|
||
X settings() present and pixelDensity() is in setup(), nothing set/no error
|
||
X https://github.com/processing/processing/issues/4703
|
||
|
||
cleaning
|
||
X Could not initialize class com.sun.jna.Native on startup (Windows)
|
||
X https://github.com/processing/processing/issues/4929
|
||
X closed earlier; fixed as best we could
|
||
X sharing usage metrics about libraries
|
||
X https://github.com/processing/processing/issues/4708
|
||
X Determine shortcut for Export vs Use Selection for Find
|
||
X https://github.com/processing/processing/issues/2985
|
||
o swap font smoothing for tab size?
|
||
o implement simple table for prefs?
|
||
X still requires restart of the software, so problematic
|
||
X need docs for translations
|
||
X https://github.com/processing/processing/issues/4018
|
||
X setting a bad font/size in preferences.txt causes a crash on startup
|
||
X https://github.com/processing/processing/issues/4085
|
||
o https://github.com/processing/processing/pull/4087
|
||
X can't reproduce with current code
|
||
|
||
contrib
|
||
X Updated russian translation, now can choose russian in preferences
|
||
X https://github.com/processing/processing/pull/5619
|
||
X Turkish translation updates
|
||
X https://github.com/processing/processing/pull/5636
|
||
X Examples dialog causes high CPU load
|
||
X https://github.com/processing/processing/issues/5246
|
||
X https://github.com/processing/processing/pull/5654
|
||
X console hiding button
|
||
X https://github.com/processing/processing/pull/5115
|
||
X NullPointerException in Contribution Manager when installing
|
||
X https://github.com/processing/processing/issues/5524
|
||
X https://github.com/processing/processing/pull/5742
|
||
X Improvements to appdata.xml for Linux
|
||
X https://github.com/processing/processing/pull/5604
|
||
|
||
jakub
|
||
X Fix sketch exception getting hidden by warning
|
||
X https://github.com/processing/processing/pull/5486
|
||
X https://github.com/processing/processing/issues/5412
|
||
X EventQueue problems with "could not find sketch size" message
|
||
X https://github.com/processing/processing/issues/4893
|
||
X https://github.com/processing/processing/pull/5708
|
||
X https://github.com/processing/processing/issues/5030 (duplicate)
|
||
X size(0, 0) just freezes instead of showing an error
|
||
X https://github.com/processing/processing/issues/5233 (duplicate)
|
||
|
||
|
||
0265 (3.4)
|
||
X make it possible to override theme.txt with a file in the sketchbook folder
|
||
X https://github.com/processing/processing/issues/5445
|
||
X https://github.com/processing/processing/wiki/Dark-Theme-for-PDE
|
||
X add 2018 to p5 launch screen
|
||
X also update the bmp version
|
||
X redesign the Rename window to be less ugly
|
||
X Close the Rename window when ESC pressed
|
||
X https://github.com/processing/processing/issues/5391
|
||
X Set default operation for Rename window
|
||
X https://github.com/processing/processing/issues/5400
|
||
X add select/copy to the status bar
|
||
X https://github.com/processing/processing/issues/5271
|
||
o possible fix (just copies on click)
|
||
o https://github.com/processing/processing/pull/5345
|
||
X in the docs: modify 'search.format=' in preferences.txt
|
||
X refactoring inside the completion code
|
||
X https://github.com/processing/processing/commit/7e3661e9f7a6df1569c8bebc683e7742f50caa25
|
||
X https://github.com/processing/processing/commit/20c6f86c0d600806c991962eb208548ac45e9e2a
|
||
X https://github.com/processing/processing/commit/8dda8a4d02bc9a1d15e81fee3e6c183e4076a40e
|
||
X https://github.com/processing/processing/commit/ff7dc4d5094ccf1cc35189c9412adda93153b436
|
||
X add pyde as a supported extension
|
||
X https://github.com/jdf/processing.py/issues/284
|
||
o update to launch4j 3.11?
|
||
o http://launch4j.sourceforge.net/changelog.html
|
||
X update to Java 8u172
|
||
X show alternate error message on windows when JNA breaks or core.jar is missing
|
||
X https://github.com/processing/processing/issues/5537
|
||
X https://github.com/processing/processing/issues/4929
|
||
X https://github.com/processing/processing/issues/5442
|
||
X https://www.microsoft.com/en-us/wdsi/filesubmission
|
||
X update to Java 8u181
|
||
X https://github.com/processing/processing/pull/5586
|
||
X Contributed libraries/examples/etc that redirect to https are failing download
|
||
X https://github.com/processing/processing/issues/5554
|
||
|
||
welcome
|
||
o just remove the welcome dialog; but what should the default behavior be?
|
||
o or should it only show up for people who have used <=2 but not 3?
|
||
X click "show this welcome" text to check/uncheck the box
|
||
X https://github.com/processing/processing/issues/3912
|
||
X submit the form (as if 'get started' clicked) when closing the window
|
||
X whether hitting ESC or the close box on the window
|
||
X https://github.com/processing/processing/issues/3911
|
||
o Welcome dialog rewritten in Swing
|
||
X https://github.com/processing/processing/pull/5210
|
||
|
||
gohai
|
||
X additional I/O improvements
|
||
X https://github.com/processing/processing/pull/5581
|
||
X rpi regressions in 3.3.7.1
|
||
X https://github.com/processing/processing/issues/5582
|
||
X OpenGL ES: Fix GLSL version number for 1.00
|
||
X https://github.com/processing/processing/pull/5583
|
||
X Add ADS1X15 Analog-to-Digital converter example
|
||
X https://github.com/processing/processing/pull/5590
|
||
|
||
gohai (from 3.3.7.1 special release)
|
||
X IO: pinMode() can now set pull-up and pull-down resistors on Raspbian
|
||
X thanks to @xranby for 64-bit help
|
||
X several new examples
|
||
X https://github.com/processing/processing/pull/5566
|
||
X IO: New example sketch showing how to use a MPR121 capacitive touch sensor
|
||
X fun tutorial by @msurguy forthcoming
|
||
X IO: New example sketch showing how to use a BME280 environmental sensor
|
||
X contributed by @OlivierLD
|
||
X IO: New example sketch showing how to use a TSL2561 light sensor
|
||
X contributed by @OlivierLD
|
||
X IO: New example sketch showing how to use a PCA9685 Servo & PWM controller
|
||
X contributed by @OlivierLD
|
||
X IO: pinMode() got faster
|
||
X https://github.com/processing/processing/pull/5557
|
||
X IO: I2C now supports talking to slower devices, such as Arduino boards
|
||
X https://github.com/processing/processing/pull/5567
|
||
X Support for ARM Mali graphics was added to P2D/P3D
|
||
X thanks to seongwook from the forums for his help during bringup
|
||
X https://github.com/processing/processing/pull/5485
|
||
X P3D now supports up to 4 lights on Pi using their OpenGL driver
|
||
X Serial library now supports Raspbian's port naming (such as "/dev/serial0")
|
||
X Enable exporting of Windows applications on ARM
|
||
X https://github.com/processing/processing/pull/5488
|
||
X https://github.com/processing/processing/issues/5287
|
||
X clarify SimpleInput example
|
||
X https://github.com/processing/processing/pull/5558
|
||
|
||
jakub
|
||
X Make sure editor is updated after reloading changes
|
||
X https://github.com/processing/processing/pull/5487
|
||
X https://github.com/processing/processing/issues/5466
|
||
|
||
contrib
|
||
X updates to Japanese translation
|
||
X https://github.com/processing/processing/pull/5263
|
||
X added Russian translation
|
||
X https://github.com/processing/processing/pull/5451
|
||
X make "loadXML(String)" handle "file not found"
|
||
X https://github.com/processing/processing/pull/5144
|
||
X Update java.lang.UnsupportedClassVersionError message
|
||
X https://github.com/processing/processing/pull/5459
|
||
|
||
|
||
0264 (3.3.7)
|
||
X downloading the jre broken again
|
||
X https://github.com/processing/processing/issues/5284
|
||
X the old 144 link must have been removed
|
||
X NullPointerException in ContributionManager.deleteFlagged()
|
||
X https://github.com/processing/processing/issues/5342
|
||
X move to Java 8u162
|
||
X menu bars broken in High Sierra
|
||
X https://github.com/processing/processing/issues/5272
|
||
X no more responses, had to close
|
||
X include newlines at end of files (i.e. when saving .pde files)
|
||
X https://github.com/processing/processing/issues/5327
|
||
X explanation: https://stackoverflow.com/a/729795
|
||
X http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206
|
||
X Rename dialog is unusable on high density screen
|
||
X https://github.com/processing/processing/issues/5368
|
||
X windows defender blocks processing 3.3.6
|
||
X https://github.com/processing/processing/issues/5329
|
||
X this should be fixed, simply by a new release
|
||
|
||
jakub
|
||
X Fix scrub comments for empty block comment /**/
|
||
X https://github.com/processing/processing/pull/5265
|
||
X https://github.com/processing/processing/issues/5219
|
||
X Fix error checker crash when className contains [ or ]
|
||
X https://github.com/processing/processing/pull/5304
|
||
X major fixes for the net library
|
||
X https://github.com/processing/processing/pull/5378
|
||
X https://github.com/processing/processing/issues/4419
|
||
X https://github.com/processing/processing/issues/5360
|
||
X https://github.com/processing/processing/issues/3970
|
||
X https://github.com/processing/processing/pull/5389
|
||
X Output java files in UTF-8 and force compiler to use UTF-8
|
||
X https://github.com/processing/processing/pull/5436
|
||
X PdePreprocessor change is breaking current source
|
||
X https://github.com/processing/processing/issues/5413
|
||
|
||
contrib
|
||
X detect errors from curved quotation marks
|
||
X https://github.com/processing/processing/issues/5133
|
||
X https://github.com/processing/processing/pull/5152
|
||
X Refactor to use a few Java 8 features
|
||
X https://github.com/processing/processing/pull/5134
|
||
X Remove "Pipe Organ" from exec javadoc
|
||
X https://github.com/processing/processing/pull/5282
|
||
X typo in Italian translation
|
||
X https://github.com/processing/processing/issues/5365
|
||
|
||
|
||
0263 (3.3.6)
|
||
X update to Java 8u144
|
||
X fix issue with call to remove value instead of key in mode contrib hash
|
||
X this was only in the code used by the command line mode loader
|
||
o data folder not exporting on macOS?
|
||
o https://github.com/processing/processing/issues/5207
|
||
X confirmed working with LoadDisplayImage example
|
||
|
||
contrib
|
||
X add Italian translation
|
||
X https://github.com/processing/processing/pull/5169
|
||
X Wrong tab for missing brace
|
||
X https://github.com/processing/processing/pull/5180
|
||
X https://github.com/processing/processing/issues/5165
|
||
X typo in German translation
|
||
X https://github.com/processing/processing/pull/5195
|
||
X https://github.com/processing/processing/issues/5187
|
||
X movie maker a little broken
|
||
X https://github.com/processing/processing/issues/5168
|
||
X https://github.com/processing/processing/pull/5230
|
||
X Add more build products to linux/.gitignore
|
||
X https://github.com/processing/processing/pull/5229
|
||
X add issue template to the repo
|
||
X https://github.com/processing/processing/issues/5239
|
||
X https://github.com/processing/processing/pull/5245
|
||
|
||
jakub
|
||
X Fix comment/uncomment adding slashes at wrong indent
|
||
X https://github.com/processing/processing/issues/5171
|
||
X https://github.com/processing/processing/pull/5185
|
||
X Add JavaFX runtime to error checker class path
|
||
X https://github.com/processing/processing/pull/5186
|
||
|
||
|
||
0262 (3.3.5)
|
||
X use native Linux file choosers by default
|
||
X https://github.com/processing/processing/issues/5122
|
||
X Console window losing text
|
||
X https://github.com/processing/processing/issues/5110
|
||
X Linux 64-bit issues
|
||
X https://github.com/processing/processing/issues/5111
|
||
|
||
contrib
|
||
X display=-1 regression ("could not parse" message)
|
||
X https://github.com/processing/processing/issues/5118
|
||
X https://github.com/processing/processing/pull/5141
|
||
|
||
|
||
0261 (3.3.4)
|
||
X redo console handling to not use Timer, fixing freeze-up problems
|
||
o https://github.com/processing/processing/pull/4935
|
||
X https://github.com/processing/processing/issues/4825
|
||
X clean up error message for sketchbook location
|
||
X https://github.com/processing/processing/issues/4942
|
||
X Application Exports report as "Damaged" on macOS Sierra
|
||
X https://github.com/processing/processing/issues/4705
|
||
X could provide script to un-quarrantine
|
||
X xattr -d -r com.apple.quarantine
|
||
X https://github.com/steakknife/unsign
|
||
X https://developer.apple.com/library/content/technotes/tn2318
|
||
X 'run sketches on display' message shows up on clean install
|
||
X should ant run launch the .app so that launchsvcs stuff works properly?
|
||
X double-clicking a .pde file won't open the app correctly
|
||
X add 'ant app' target, at least for macOS
|
||
X add null check to sketch loading
|
||
X discovered during https://github.com/processing/processing/issues/4980
|
||
|
||
gohai
|
||
X IO library updates
|
||
X https://github.com/processing/processing/pull/5044
|
||
X Consider $SUDO_USER on Linux for locating the sketchbook folder
|
||
X https://github.com/processing/processing/pull/5055
|
||
o https://github.com/processing/processing/pull/5054
|
||
|
||
jakub
|
||
X more updates to the change detector
|
||
X https://github.com/processing/processing/pull/5075
|
||
|
||
contrib
|
||
X Make the change detector not reload the sketch
|
||
X https://github.com/processing/processing/issues/4713
|
||
X https://github.com/processing/processing/pull/5021
|
||
X https://github.com/processing/processing/pull/4849
|
||
X Warn user to use L when creating a number constant that won't fit into an int
|
||
X https://github.com/processing/processing/issues/4878
|
||
X https://github.com/processing/processing/pull/5077
|
||
X add install/uninstall scripts for Linux and correct mime types for IDE
|
||
X https://github.com/processing/processing/pull/5106
|
||
|
||
|
||
0260 (3.3.3)
|
||
X no changes to the PDE for 3.3.3
|
||
|
||
|
||
0259 (3.3.2)
|
||
X no changes to the PDE in this release
|
||
|
||
|
||
0258 (3.3.1)
|
||
X fix the JRE downloader
|
||
X https://gist.github.com/P7h/9741922
|
||
X http://stackoverflow.com/q/10268583
|
||
X move to 8u131
|
||
X add another warning for a bad NVIDIA driver
|
||
X https://github.com/processing/processing/issues/4997
|
||
X Gap between tab headers and text area at 125% and 150% scaling on Windows
|
||
X https://github.com/processing/processing/issues/4902
|
||
X Math.ceil() helps
|
||
X Small tooltip text on high-dpi screens
|
||
X https://github.com/processing/processing/issues/4914
|
||
X make the Error Table extend white to the bottom
|
||
X was making a gray box on Windows, probably Linux too
|
||
X some line heights are wrong on hidpi
|
||
X usage window
|
||
X examples window
|
||
X sketchbook window
|
||
X https://github.com/processing/processing/issues/4936
|
||
X https://github.com/processing/processing/issues/5007
|
||
X get rid of error message when exporting sketches with the video library
|
||
X https://github.com/processing/processing/issues/4971
|
||
X use dialog font for processing.sans if using a non- or quirky Roman language
|
||
X make this a parameter of the language translation
|
||
|
||
jakub
|
||
X Fix preprocessing of code with double backslash in string or char literal
|
||
X https://github.com/processing/processing/issues/4903
|
||
X https://github.com/processing/processing/pull/4907
|
||
X Ugly button images at 125% and 150% scaling on Windows
|
||
X https://github.com/processing/processing/issues/4901
|
||
X https://github.com/processing/processing/pull/4906
|
||
X Fix breakpoints in inner classes
|
||
X https://github.com/processing/processing/pull/5008
|
||
X https://github.com/processing/processing/issues/2946
|
||
X Fix preproc skipping one char after a block comment
|
||
X https://github.com/processing/processing/issues/4995
|
||
X https://github.com/processing/processing/pull/4999
|
||
X Synchronize input event processing
|
||
X https://github.com/processing/processing/pull/4998
|
||
X Scrub comments: skip the second chracter in the escape sequence
|
||
X https://github.com/processing/processing/pull/5019
|
||
X https://github.com/processing/processing/issues/5016
|
||
|
||
gohai
|
||
X Add support for 64-bit ARM boards
|
||
X https://github.com/processing/processing/pull/5002
|
||
X Hardware I/O updates for ARM
|
||
X https://github.com/processing/processing/pull/4931
|
||
|
||
contrib
|
||
X Added Arabic translation
|
||
X https://github.com/processing/processing/pull/4970
|
||
X add Jump to Declaration
|
||
X https://github.com/processing/processing/pull/4707
|
||
X https://github.com/processing/processing/issues/4668
|
||
|
||
awaiting confirmation (fixed in 3.3)
|
||
X visual artifacts on Windows 10 when using menus
|
||
X https://github.com/processing/processing/issues/4700
|
||
X Broken characters in the Welcome Page and the Contribution Manager
|
||
X https://github.com/processing/processing/issues/4747
|
||
X looks like a failure to load the Source Sans font
|
||
X what happens if font loading fails?
|
||
X are there conflicts between version in lib and OS?
|
||
o are we still installing fonts into ext?
|
||
o fixed by rolling back to 8u92, broken since 8u102 in 3.1.2
|
||
X NVIDIA driver problems (and means to check)
|
||
X https://github.com/processing/processing/issues/4853
|
||
X blank window on startup where the "Welcome" screen should be
|
||
X this may be fixed (removed invokeLater() on startup), unconfirmed
|
||
X https://github.com/processing/processing/issues/3933
|
||
X Olivia hasn't seen it, closing
|
||
X amazing blurry editor window
|
||
X https://github.com/processing/processing/issues/4892
|
||
|
||
|
||
0257 (3.3)
|
||
X check for already-exported folders before trying to remove them
|
||
X was spewing 'file not found' errors into the console
|
||
X PDE and sketches are 2x smaller on high-res Windows machines
|
||
X https://github.com/processing/processing/issues/2411
|
||
o System.setProperty("sun.java2d.dpiaware", "false");
|
||
X though that seems broken in Java 8: http://superuser.com/a/1007783
|
||
X until we fix it..
|
||
o call this from JNA? https://msdn.microsoft.com/en-us/library/windows/desktop/dn302122(v=vs.85).aspx
|
||
o or modify the manifest/app? https://msdn.microsoft.com/en-us/library/windows/desktop/dn469266%28v=vs.85%29.aspx
|
||
o hidpi scaling via font changes?
|
||
o http://stackoverflow.com/a/34152675
|
||
X hi-dpi support on Linux
|
||
X https://github.com/processing/processing/issues/4183
|
||
|
||
cleaning
|
||
X Contribution Manager does not show all libraries until filter cleared
|
||
X https://github.com/processing/processing/issues/4840
|
||
X fixed in 3.2.4
|
||
|
||
unconfirmed
|
||
X visual artifacts on Windows 10 when using menus
|
||
X https://github.com/processing/processing/issues/4700
|
||
X Broken characters in the Welcome Page and the Contribution Manager
|
||
_ https://github.com/processing/processing/issues/4747
|
||
X looks like a failure to load the Source Sans font
|
||
X what happens if font loading fails?
|
||
X are there conflicts between version in lib and OS?
|
||
o are we still installing fonts into ext?
|
||
o fixed by rolling back to 8u92, broken since 8u102 in 3.1.2
|
||
X NVIDIA driver problems (and means to check)
|
||
_ https://github.com/processing/processing/issues/4853
|
||
X blank window on startup where the "Welcome" screen should be
|
||
X this may be fixed (removed invokeLater() on startup), unconfirmed
|
||
X https://github.com/processing/processing/issues/3933
|
||
|
||
|
||
0256 (3.2.4)
|
||
X only require reference.zip (and internet connection) when building dist
|
||
X set text style properly for Contribution Manager error message
|
||
X Detect changes to 'hosts' file in case users modify/remove localhost
|
||
X https://github.com/processing/processing/issues/4738
|
||
X No sketch window opens after hitting Run if hosts file changed
|
||
X https://github.com/processing/processing/issues/1868
|
||
X https://github.com/processing/processing/issues/3123
|
||
X https://github.com/processing/processing/issues/4735
|
||
X move the DEBUG flag into an external file or preferences.txt
|
||
X will help us with debugging w/ others as well
|
||
X change to debug.txt; too confusing with the folder thing
|
||
X replace java.util.logging code with built-in logging
|
||
X split gui and non-gui portions of console for earlier startup
|
||
X split EditorConsole into gui and non-gui code?
|
||
X otherwise System.err/out not going to a file unless we have GUI
|
||
X also can't debug before the GUI shows up
|
||
o gracefully recover from proxy problems
|
||
X https://github.com/processing/processing/issues/1601
|
||
X JRE download fails during ant build
|
||
X https://github.com/processing/processing/issues/4823
|
||
X changed headerType to console (make sure changed back)
|
||
X Spaces not handled correctly in when installing "processing-java" on macOS
|
||
X https://github.com/processing/processing/issues/4779
|
||
|
||
contrib
|
||
X Added the remove filter feature
|
||
X https://github.com/processing/processing/pull/3890
|
||
X ctrl-J (for debugger) is inserting newline
|
||
X https://github.com/processing/processing/issues/3830
|
||
X Replace keyChar with keyCode to prevent new line error when debugging
|
||
X https://github.com/processing/processing/pull/4806
|
||
X https://github.com/processing/processing/issues/4804
|
||
|
||
jakub
|
||
X println(int(byte(245))) throwing error
|
||
X https://github.com/processing/processing/issues/4652
|
||
X https://github.com/processing/processing/pull/4744
|
||
X 'web colors' next to each other fail to parse in certain situations
|
||
X https://github.com/processing/processing/issues/4752
|
||
X https://github.com/processing/processing/pull/4753
|
||
X Pasting code from editor to empty editor produces Exception
|
||
X https://github.com/processing/processing/issues/4522
|
||
X https://github.com/processing/processing/pull/4761
|
||
X possible infinite loop on modified externally
|
||
X https://github.com/processing/processing/issues/3965
|
||
X https://github.com/processing/processing/pull/4762
|
||
X Report missing brace in correct tab, suppress other errors until fixed
|
||
X https://github.com/processing/processing/pull/4777
|
||
X https://github.com/processing/processing/issues/4702
|
||
X Improvements to sketch launching and stopping
|
||
X https://github.com/processing/processing/pull/4848
|
||
X several Contribution Manager fixes
|
||
X https://github.com/processing/processing/pull/4844
|
||
X Add missing equals() and hashCode() to Contribution
|
||
X https://github.com/processing/processing/pull/4843
|
||
X Contribution Manager does not show all libraries until filter cleared
|
||
X https://github.com/processing/processing/pull/4843
|
||
X https://github.com/processing/processing/issues/4840
|
||
X Mode, requiring update, appears in Updates tab but not in Modes tab
|
||
X https://github.com/processing/processing/issues/4822
|
||
X also fixed w/ https://github.com/processing/processing/pull/4843
|
||
X Syntax highlighting issues (fixed with #4761)
|
||
X https://github.com/processing/processing/issues/4286
|
||
X sketchbook window doesn't update when sketches are added, renamed, etc
|
||
X https://github.com/processing/processing/issues/2944
|
||
X https://github.com/processing/processing/pull/4842
|
||
|
||
cleaning
|
||
X clean up 'ant doc' target to remove warnings
|
||
X https://github.com/processing/processing/issues/1492
|
||
X fixed in 3.1.1
|
||
X Horizontal scrollbar does not scroll textarea all the way
|
||
X https://github.com/processing/processing/issues/3591
|
||
X mostly fixed in 3.0b7, opting to wait for RSyntaxArea or whatever
|
||
X possible PR for updating sketchbook stuff
|
||
o https://github.com/processing/processing/pull/3081
|
||
X should be covered by other fixes
|
||
X longer PR about sketchbook stuff, but closed
|
||
X https://github.com/processing/processing/pull/3178
|
||
X closed back in April 2015, issue was all over the place
|
||
X fix encodings, line endings, and mime types in the repo
|
||
X https://github.com/processing/processing/issues/2955
|
||
X fixed 2015-11 https://github.com/processing/processing/pull/2977
|
||
X need to handle the 2.x to 3.x sketchbook transition
|
||
X prefs are the same file, but sketchbook location pref is different
|
||
o performance
|
||
o video stinks.. java2d stinks.. macs stink
|
||
o note in the 'drawing in 2d' section of faq
|
||
o fastest machine possible
|
||
o turn off hyperthreading in the bios
|
||
o nice gfx card only helps opengl
|
||
o dual processor not particularly useful, unless you make more threads
|
||
o but making more threads is often more work than is useful
|
||
X too out of date
|
||
X why adding .0001 to a float doesn't work
|
||
X and how they're imprecise in general (use nf)
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Syntax;action=display;num=1130877990
|
||
X long since added to the FAQ
|
||
X infinite "file changed" popups
|
||
X https://github.com/processing/processing/issues/3965
|
||
o https://github.com/processing/processing/pull/4037
|
||
X https://github.com/processing/processing/pull/4037
|
||
|
||
|
||
0255 (3.2.3)
|
||
X ensure that update.id is set before checking for contrib updates
|
||
X if prettyVersion is blank (or null?), just use version (Firmata)
|
||
X clicking "Update" button in contrib manager shows non-retina version of icon
|
||
X https://github.com/processing/processing/issues/4715
|
||
o problem is because AquaButtonUI is calling getImage() (not getIcon())
|
||
o can be debugging from inside the getIconX() code in Toolkit
|
||
X just needed to use setPressedIcon(), setDisabledIcon()
|
||
X also found some other issues around the icon handling
|
||
X fix the library reporting scripts on the server
|
||
X missing version number putting 'null' in the ui
|
||
X https://github.com/processing/processing-docs/issues/478
|
||
X https://github.com/processing/processing/issues/4696
|
||
X https://github.com/processing/processing/pull/4712
|
||
o replace appbundler with the Java 8 packager
|
||
o appbundler is no longer being developed by Oracle, switch to "packager"
|
||
X https://github.com/processing/processing/issues/3071
|
||
X major clean-ups to the Contribution Manager code
|
||
X warn user to restart browser when it hangs on macOS
|
||
X https://github.com/fathominfo/processing-p5js-mode/issues/4
|
||
|
||
contribs
|
||
X Up-to-date status disappears after filter is removed
|
||
X https://github.com/processing/processing/issues/4084
|
||
X Updates tab blank after adding, removing, updating a contribution
|
||
X https://github.com/processing/processing/issues/4082
|
||
X https://github.com/processing/processing/issues/4704
|
||
X Fixes the removal of redundant contribution and update related issues
|
||
X https://github.com/processing/processing/pull/4086
|
||
|
||
|
||
0254 (3.2.2)
|
||
X Find in reference for size() opens StringList.size()
|
||
X https://github.com/processing/processing/issues/4224
|
||
X though that's still imperfect:
|
||
X https://github.com/processing/processing/issues/4655
|
||
X limit rollovers on EditorStatus to the text portion
|
||
X clicking the status area when it has a url is problematic
|
||
X because it's also the vertical separator
|
||
X at least change it to only cover the text?
|
||
X add a rollover so people know what it's doing?
|
||
X switch to 8u112 for building
|
||
X switch down to 8u111 because of different build numbers
|
||
X https://github.com/processing/processing/commit/8a3a183f327a5ee680e1932dd9f123491f75a8b9
|
||
X more font tweaks to make mono fonts work properly after #4639
|
||
X update the Linux notes based on where we land on this
|
||
X https://github.com/processing/processing/wiki/Supported-Platforms#linux
|
||
X "Could not open the url" when clicking on the error message
|
||
X https://github.com/processing/processing/issues/4695
|
||
X fix extensions handling in CFBundleDocument code from appbundler
|
||
X https://github.com/processing/processing/issues/4615
|
||
X update launch4j to 3.9
|
||
X https://sourceforge.net/projects/launch4j/files/launch4j-3/3.9/
|
||
X exported application doesn't work with latest jre
|
||
X https://github.com/processing/processing/issues/4682
|
||
X string comparison fix
|
||
X https://github.com/processing/processing/issues/4670
|
||
|
||
gohai
|
||
X Simplify font situation to make it possible to use vanilla JRE trees
|
||
X https://github.com/processing/processing/pull/4639
|
||
X Trivial updates for ARM
|
||
X https://github.com/processing/processing/pull/4640
|
||
X Remove all the extra hoops for loading fonts
|
||
X https://github.com/processing/processing/pull/4641
|
||
|
||
contrib
|
||
X Chinese translation updates
|
||
X https://github.com/processing/processing/pull/4661
|
||
X Spanish translation updates
|
||
X https://github.com/processing/processing/pull/4697
|
||
X Spanish "open sketch folder" fix
|
||
X https://github.com/processing/processing/pull/4710
|
||
X Contribution Manager showing 'null' for PeasyCam version
|
||
X https://github.com/processing/processing/pull/4712
|
||
X https://github.com/processing/processing/issues/4696
|
||
|
||
|
||
0253 (3.2.1)
|
||
X "Could not replace preferences.old" error message
|
||
X https://github.com/processing/processing/issues/4626
|
||
X Version 3.2 won't run from paths with spaces on Windows
|
||
X https://github.com/processing/processing/issues/4623
|
||
X might be ext.dirs trouble with spaces in path names?
|
||
X or the backwards slashes?
|
||
X fixes for Python Mode crashing on startup
|
||
X disable ext.dirs on Linux export and set jna.nosys as well
|
||
X Java not included properly with 32-bit Linux export
|
||
X JavaInputHandler not registering
|
||
|
||
|
||
0252 (3.2)
|
||
X Processing .jar files in CLASSPATH can cause startup crash
|
||
X https://github.com/processing/processing/issues/4128
|
||
X Remove java.ext.dirs on startup to avoid conflicts and startup errors
|
||
X https://github.com/processing/processing/issues/4608
|
||
X https://github.com/processing/processing/issues/4470
|
||
X https://github.com/processing/processing/issues/4566
|
||
X https://github.com/processing/processing/issues/4492
|
||
X https://github.com/processing/processing/issues/4128
|
||
X https://github.com/processing/processing/issues/4503
|
||
X test ext.dirs working on Linux (use js example)
|
||
X test ext.dirs on exported app on Linux
|
||
X test ext.dirs working on Windows (use js example)
|
||
X modify ext.dirs for exported apps on Windows
|
||
X see if CLASSPATH can be set to screw up p5
|
||
X works fine on OS X, couldn't reproduce on Linux
|
||
X rewrite Util.listFiles() because it wasn't working properly
|
||
X add 2016 to about-1x and about-2x
|
||
o saying "no" to save changes is the same as "cancel" on windows?
|
||
X can't reproduce
|
||
X add printStackTrace() method that can be overridden
|
||
X https://github.com/processing/processing/issues/222
|
||
X write preferences.txt using a temporary file
|
||
X also save the previous version as preferences.old
|
||
X https://github.com/processing/processing/issues/4614
|
||
|
||
mode work
|
||
X add template support for Modes
|
||
X Move general PDE code out of JavaMode and into general base classes
|
||
X https://github.com/processing/processing/issues/4606
|
||
X change PdeInputHandler constructor
|
||
X check whether this breaks other Modes before releasing
|
||
X added extra constructor to keep things working
|
||
X change PdeKeywords to PdeTokenMarker
|
||
X doesn't seem to cause any breakage, but will keep an eye out
|
||
X added getSketchbookTemplatesFolder() to Base
|
||
o move template subst code to Util
|
||
X add Mode.requireExampleCompatibility()
|
||
X in Mode: TokenMarker getTokenMarker(SketchCode code)
|
||
X passes through to no args version if not overridden
|
||
X note this in revisions.txt
|
||
X implement templates
|
||
X write short docs
|
||
X https://github.com/processing/processing/wiki/Templates
|
||
X https://github.com/processing/processing/issues/4306
|
||
X https://github.com/processing/processing/issues/4352
|
||
|
||
contrib
|
||
X use HTML to print
|
||
X https://github.com/processing/processing/pull/4369
|
||
X https://github.com/processing/processing/issues/213
|
||
X https://github.com/processing/processing/issues/50
|
||
|
||
input method work from Tsuyoshi Fukuda (tyfkda)
|
||
X Simplify conditional branch
|
||
X https://github.com/processing/processing/pull/4589
|
||
X Enable input method support by default on Japanese/Korean/Chinese systems
|
||
X https://github.com/processing/processing/pull/4598
|
||
X Set sketch as modified when any character committed using input method
|
||
X https://github.com/processing/processing/pull/4599
|
||
X Insert characters by InputMethod at one time
|
||
X https://github.com/processing/processing/pull/4594
|
||
X Insert string when it is committed
|
||
X https://github.com/processing/processing/pull/4602
|
||
X Set text color for InputMethod
|
||
X https://github.com/processing/processing/pull/4593
|
||
|
||
jakub
|
||
X NullPointerException in SketchCode.getDocumentText()
|
||
X https://github.com/processing/processing/issues/4555
|
||
o https://github.com/processing/processing/pull/4547
|
||
X https://github.com/processing/processing/pull/4596
|
||
X Error checker now adds 'public' to all default access methods
|
||
X https://github.com/processing/processing/pull/4597
|
||
X https://github.com/processing/processing/issues/4583
|
||
|
||
earlier
|
||
X display "1" is not correct in 2.1.2
|
||
X https://github.com/processing/processing/issues/2502
|
||
o cut/copy/paste while saving a sketch on goes to the editor, not save dialog
|
||
o https://github.com/processing/processing/issues/1035
|
||
o problem with focus traversal and native windows on OS X
|
||
o using JFileChooser fixes the problem (but is ugly)
|
||
X can't find this one anymore
|
||
|
||
|
||
0251 (3.1.2)
|
||
X update to Java 8u102 build 14
|
||
|
||
gohai
|
||
X IO: Fix drawing for SPIAnalogDigital examples
|
||
X https://github.com/processing/processing/pull/4480
|
||
X Update JVM warning text on Linux
|
||
X https://github.com/processing/processing/pull/4512
|
||
X undo the 8u91 workaround, add Mesa warning for ARM
|
||
X https://github.com/processing/processing/pull/4508
|
||
X IO: We want motors, they said (implements SoftwareServo)
|
||
X https://github.com/processing/processing/pull/4546
|
||
X Add a temporary workaround for the CHIP to deal with cursor problems
|
||
X https://github.com/processing/processing/pull/4554
|
||
X Fix the Downloader so that builds work again
|
||
X https://github.com/processing/processing/issues/4496
|
||
X https://github.com/processing/processing/pull/4511
|
||
|
||
jakub
|
||
X Return of the error check toggle
|
||
X https://github.com/processing/processing/pull/4491
|
||
X https://github.com/processing/processing/issues/4485
|
||
X problems when running PDE from network locations
|
||
X lots of reports about a failure to launch on Windows
|
||
X seems related to running from network drives
|
||
X https://github.com/processing/processing/issues/4417
|
||
X https://github.com/processing/processing/pull/4582
|
||
X https://github.com/processing/processing/issues/4476
|
||
|
||
contrib
|
||
X updates to Japanese translation
|
||
X https://github.com/processing/processing/pull/4564
|
||
X Make preferences button wider for Japanese
|
||
X https://github.com/processing/processing/pull/4558
|
||
X Show warning message if Mode cannot be changed
|
||
X https://github.com/processing/processing/pull/4559
|
||
|
||
fixed in 3.1.1
|
||
X debugger deadlocks when choosing "Step Into" on println()
|
||
X https://github.com/processing/processing/issues/3923
|
||
X Suggestions switch scope to first import
|
||
X https://github.com/processing/processing/issues/4016
|
||
X loadImage() immediately after saveFrame() foiled by async default
|
||
X https://github.com/processing/processing/issues/4218
|
||
X the hint() mostly works, but gross to use a hint frequently
|
||
|
||
|
||
0250 (3.1.1)
|
||
X Out of date Modes will hang Processing 3 on startup or when changing Modes
|
||
X Prevent bad Mode from taking down the environment
|
||
X https://github.com/processing/processing/issues/4467
|
||
X fix up "ant clean" task
|
||
X remove work folder on linux and windows
|
||
X remove macosx dist zips
|
||
|
||
contribs
|
||
X Undo is a little "jerky" in insert mode
|
||
X https://github.com/processing/processing/issues/4302
|
||
X https://github.com/processing/processing/pull/4310
|
||
X "Replace" and "Replace All" do not undo in a single step
|
||
X https://github.com/processing/processing/issues/4303
|
||
X https://github.com/processing/processing/pull/4310
|
||
X Comment/uncomment removes indenting
|
||
X https://github.com/processing/processing/issues/4249
|
||
X https://github.com/processing/processing/pull/4313
|
||
X remove poorly implemented "rectangular selection" support from the editor
|
||
X https://github.com/processing/processing/pull/4462
|
||
X https://github.com/processing/processing/pull/4326
|
||
X https://github.com/processing/processing/issues/4250
|
||
X Fix error messages from Javadocs
|
||
X https://github.com/processing/processing/pull/4191
|
||
X https://github.com/processing/processing/issues/1492
|
||
X Loader is not visible when opening the Updates tab
|
||
X https://github.com/processing/processing/issues/4088
|
||
X https://github.com/processing/processing/pull/4089
|
||
|
||
jakub
|
||
X Make Comment/Uncomment trigger on numpad slash
|
||
X https://github.com/processing/processing/pull/4457
|
||
X Hex values throwing errors in 3.1
|
||
X https://github.com/processing/processing/issues/4458
|
||
X https://github.com/processing/processing/pull/4460
|
||
X Fix up cmd-click/ctrl-click behavior, add preference to disable it
|
||
X https://github.com/processing/processing/issues/4466
|
||
X https://github.com/processing/processing/pull/4472
|
||
X Make undo/redo mark all affected tabs as modified
|
||
X https://github.com/processing/processing/pull/4479
|
||
|
||
gohai
|
||
X Prevent InvocationTargetException when running processing-java
|
||
X https://github.com/processing/processing/pull/4453
|
||
X https://github.com/processing/processing/issues/4452
|
||
X Switch back to JRE 8u77 on ARM to fix GL video library performance
|
||
X https://github.com/processing/processing/pull/4454
|
||
|
||
earlier
|
||
X complex text input issues (may be fixed with PR)
|
||
X https://github.com/processing/processing/issues/3860
|
||
X https://github.com/processing/processing/issues/3475
|
||
o fixed in 3.0.2
|
||
X contrib: Allow Movie Maker to cope with bad files
|
||
X https://github.com/processing/processing/issues/2727
|
||
X https://github.com/processing/processing/pull/3635
|
||
o fixed prior to 3.0?
|
||
|
||
|
||
0249 (3.1)
|
||
o arrow keys aren't working in the examples window
|
||
X was working fine with most recent build.. weird
|
||
X spend a lot of time trying to get non-8bit charsets on Windows
|
||
o https://github.com/processing/processing/issues/3543
|
||
|
||
contribs
|
||
X Grab bag of smaller, mainly ARM-related updates
|
||
X https://github.com/processing/processing/pull/4300
|
||
X IDE code disappearing due to a concurrency bug
|
||
X https://github.com/processing/processing/issues/4322
|
||
X https://github.com/processing/processing/pull/4325
|
||
X Fix non-ARM Linux deb build process
|
||
X https://github.com/processing/processing/issues/4308
|
||
X https://github.com/processing/processing/pull/4309
|
||
X Empty sketchbook message when sketchbook is empty
|
||
X https://github.com/processing/processing/pull/4311
|
||
X processing-java output as UTF-8 makes Windows unhappy
|
||
X https://github.com/processing/processing/issues/1633
|
||
X https://github.com/processing/processing/pull/4350
|
||
X Add support for symlinks to exported applications in linux
|
||
X https://github.com/processing/processing/issues/4318
|
||
X https://github.com/processing/processing/pull/4319
|
||
X Added Ukrainian localization
|
||
X https://github.com/processing/processing/pull/4343
|
||
X Non-western language hint text for toolbar buttons not correctly displayed
|
||
X https://github.com/processing/processing/issues/2886
|
||
X load fallback font for CJK (Chinese, Japanese and Korean)
|
||
X https://github.com/processing/processing/pull/4348
|
||
X Added readBytes(max) to net library
|
||
X https://github.com/processing/processing/pull/4320
|
||
X Added readBytes(max) to serial library
|
||
X https://github.com/processing/processing/pull/4321
|
||
X Improve error message "The nested type cannot hide an enclosing type"
|
||
X https://github.com/processing/processing/issues/4228
|
||
X https://github.com/processing/processing/pull/4337
|
||
X https://github.com/processing/processing/pull/4451
|
||
X Multi-line comments ending in '**/' cause ArrayIndexOutOfBoundsException
|
||
X https://github.com/processing/processing/issues/4397
|
||
X https://github.com/processing/processing/pull/4402
|
||
|
||
jakub
|
||
X Update app to Java 8
|
||
X https://github.com/processing/processing/pull/4383
|
||
X more Java 8 updates
|
||
X https://github.com/processing/processing/pull/4388
|
||
X update minimum JRE version for Windows
|
||
X https://github.com/processing/processing/pull/4389
|
||
X update JDT to 4.5.2
|
||
X https://github.com/processing/processing/pull/4387
|
||
X JavaMode cleanup
|
||
X https://github.com/processing/processing/pull/4390
|
||
X tabs aren't working properly (several bugs?)
|
||
X https://github.com/processing/processing/issues/3975
|
||
X https://github.com/processing/processing/pull/4410
|
||
X file paths not decoding properly
|
||
X https://github.com/processing/processing/issues/4417
|
||
X https://github.com/processing/processing/pull/4426
|
||
X double check that this is working on OS X
|
||
X check whether it fixes the Windows startup problem
|
||
X Java Mode refactoring
|
||
X https://github.com/processing/processing/pull/4440
|
||
X jump to variable declaration miss
|
||
X https://github.com/processing/processing/issues/4287
|
||
X Numbers in scientific notation not recognized as floats in 3.0
|
||
X https://github.com/processing/processing/issues/4190
|
||
X Adding .java files to sketch causes the Error Checker to weird out
|
||
X https://github.com/processing/processing/issues/4368
|
||
X "Show usage..." does not locate keywords on correct line
|
||
X https://github.com/processing/processing/issues/3988
|
||
X PPS: threading enhancement
|
||
X https://github.com/processing/processing/pull/4442
|
||
X Move PDEX listeners from JavaEditor to PDEX
|
||
X https://github.com/processing/processing/pull/4446
|
||
X https://github.com/processing/processing/pull/4447
|
||
X handleCtrlClick misbehaving
|
||
X https://github.com/processing/processing/issues/4281
|
||
X Fix listeners not firing on first preprocessing run
|
||
X https://github.com/processing/processing/pull/4450
|
||
X Remove some unnecessary calls from rename
|
||
X https://github.com/processing/processing/pull/4449
|
||
|
||
gottfried
|
||
X Add automatic mipmap support to GLES2
|
||
X https://github.com/processing/processing/pull/4416
|
||
X Add a few IO library examples
|
||
X https://github.com/processing/processing/pull/4384
|
||
X Be more verbose with drawExceptions with cause null
|
||
X https://github.com/processing/processing/pull/4432
|
||
X Ignore memory options when exporting for ARM
|
||
X https://github.com/processing/processing/pull/4406
|
||
X update JNA to 4.2.0
|
||
X https://github.com/processing/processing/pull/4443
|
||
X Add two Raspberry Pi related fixes to JOGL
|
||
X https://github.com/processing/processing/pull/4379
|
||
X https://github.com/sgothel/jogl/pull/96
|
||
X https://github.com/sgothel/jogl/pull/97
|
||
|
||
|
||
0248 (3.0.2)
|
||
X move to Java 8u74, also fixes JavaFX issue
|
||
X actually require OS X 10.8.5 (was set to 10.7)
|
||
X the Wiki said 10.8.3 required for 3.0, but has since been updated
|
||
|
||
contribs
|
||
X add "full screen" option to the Editor on OS X
|
||
X https://github.com/processing/processing/issues/3993
|
||
X https://github.com/processing/processing/pull/4078
|
||
X add install script for site for ARM
|
||
X https://github.com/processing/processing/pull/4110
|
||
X search/replace shouldn't include the string being replaced
|
||
X https://github.com/processing/processing/issues/4270
|
||
X https://github.com/processing/processing/pull/4271
|
||
X 'Background Color when Presenting' not visible on Preferences window
|
||
X https://github.com/processing/processing/issues/4272
|
||
X https://github.com/processing/processing/pull/4278
|
||
X Fix minor autoformatter bugs (enums not working)
|
||
X https://github.com/processing/processing/issues/4185
|
||
X https://github.com/processing/processing/pull/4200
|
||
X Update Source Code Pro and Source Sans Pro fonts to the latest versions
|
||
X https://github.com/processing/processing/pull/4150
|
||
X https://github.com/processing/processing/issues/3836
|
||
X Minor fixes for Java Mode
|
||
X https://github.com/processing/processing/pull/4114
|
||
X Add i18n support for the PopUp menu
|
||
X https://github.com/processing/processing/pull/4060
|
||
X Add Turkish to the list of languages
|
||
X https://github.com/processing/processing/pull/4073
|
||
X Make the error message for stack overflows clearer
|
||
X https://github.com/processing/processing/pull/4152
|
||
X get rid of dt_socket message, making command line run a little better
|
||
X https://github.com/processing/processing/issues/4098
|
||
X https://github.com/processing/processing/pull/4103
|
||
X message when reference is find out on nothing selected
|
||
X https://github.com/processing/processing/pull/4296
|
||
X better handling of quotes in command line args
|
||
X https://github.com/processing/processing/pull/4145
|
||
X https://github.com/processing/processing/issues/3996
|
||
X https://github.com/processing/processing/issues/4119
|
||
X fix crashing bugs when user's name has non-ASCII characters
|
||
X https://github.com/processing/processing/pull/4204
|
||
X ARM updates to include GPIO numbers and images of wiring diagrams
|
||
X https://github.com/processing/processing/pull/4297
|
||
X https://github.com/processing/processing/pull/4298
|
||
X Icon instead of an "X" for the "could not connect" message
|
||
X https://github.com/processing/processing/issues/3706
|
||
X https://github.com/processing/processing/pull/4096
|
||
X https://github.com/processing/processing/pull/4055
|
||
X Several fixes for Chinese/Japanese/Korean InputMethod support
|
||
X https://github.com/processing/processing/pull/4293
|
||
X https://github.com/processing/processing/issues/2968
|
||
X https://github.com/processing/processing/issues/3475
|
||
X https://github.com/processing/processing/issues/3860
|
||
X Add download indicator to the Contribution Manager
|
||
X https://github.com/processing/processing/pull/4154
|
||
X https://github.com/processing/processing/issues/4105
|
||
|
||
jakub
|
||
X Workaround for JRE bug freezing the PDE during code completion
|
||
X https://github.com/processing/processing/pull/4079
|
||
X Debugger fixes
|
||
X prevent NPE because ui was not updated on AWT
|
||
X https://github.com/processing/processing/pull/4117
|
||
X fix NPE when stepping into static method
|
||
X https://github.com/processing/processing/issues/3590
|
||
X step button works correctly when SHIFT or ALT is pressed
|
||
X https://github.com/processing/processing/issues/4116
|
||
X More editor fixes
|
||
X https://github.com/processing/processing/pull/4113
|
||
X Tooltip over variable decl has wrong style and content
|
||
X https://github.com/processing/processing/issues/3940
|
||
X May have fixed? NullPointerException in initiateToolTip()
|
||
X https://github.com/processing/processing/issues/3286
|
||
X "String index out of range" error with bracket handling in the editor
|
||
X https://github.com/processing/processing/issues/1940
|
||
|
||
|
||
0247 (3.0.1)
|
||
X NullPointerException in ContributionManager.deleteTemp()
|
||
X https://github.com/processing/processing/issues/4026
|
||
|
||
contribs
|
||
X Tweak Mode sometimes freezes while running, require a force quit
|
||
X https://github.com/processing/processing/issues/3928
|
||
X https://github.com/processing/processing/pull/4014
|
||
X Tweak Mode: Some numbers ignored in second tab
|
||
X https://github.com/processing/processing/issues/4017
|
||
X https://github.com/processing/processing/pull/4023
|
||
X Update Japanese translation
|
||
X https://github.com/processing/processing/pull/3956
|
||
X https://github.com/processing/processing/pull/3971
|
||
X processing-java stealing focus even with --build flag
|
||
X https://github.com/processing/processing/issues/3996
|
||
X https://github.com/processing/processing/pull/3998
|
||
X updates for serial
|
||
X https://github.com/processing/processing/pull/4015
|
||
|
||
jakub
|
||
X Include Example packs into update count
|
||
X https://github.com/processing/processing/pull/3932
|
||
X Editor objects are staying in memory
|
||
X https://github.com/processing/processing/issues/3930
|
||
X https://github.com/processing/processing/pull/3934
|
||
X https://github.com/processing/processing/issues/3929
|
||
X Library path for Error Checker and Suggestions
|
||
X https://github.com/processing/processing/pull/3989
|
||
X https://github.com/processing/processing/issues/3924
|
||
X A serious error occurred while trying to create a new editor window
|
||
X https://github.com/processing/processing/issues/3974
|
||
X https://github.com/processing/processing/pull/4001
|
||
X Export - fix java not being embedded on 64bit
|
||
X https://github.com/processing/processing/pull/4005
|
||
X Add error checker document listeners to all tabs
|
||
X https://github.com/processing/processing/pull/4009
|
||
X Fix memory leak in Recent
|
||
X https://github.com/processing/processing/pull/4044
|
||
X Error checker update (also enables switch on String objects)
|
||
X https://github.com/processing/processing/issues/4034
|
||
X https://github.com/processing/processing/pull/4042
|
||
X Fix occasional exception while editing text
|
||
X https://github.com/processing/processing/pull/4043
|
||
X Prevent preprocessor from crashing when setup() has no body
|
||
X https://github.com/processing/processing/pull/4045
|
||
|
||
arm/pi
|
||
X Medium-sized I/O updates
|
||
X https://github.com/processing/processing/pull/3997
|
||
X add i/o library for rpi
|
||
X https://github.com/processing/processing/pull/3985
|
||
o make sure naming, etc is all correct
|
||
|
||
|
||
0246 the holy land (3.0)
|
||
X "Saving" messages never clear on "Save As"
|
||
X https://github.com/processing/processing/issues/3861
|
||
X error checker/suggestions fixes
|
||
X https://github.com/processing/processing/pull/3871
|
||
X https://github.com/processing/processing/pull/3879
|
||
X contributions filter is ignored after clicking Install
|
||
X https://github.com/processing/processing/issues/3826
|
||
X https://github.com/processing/processing/pull/3872
|
||
X https://github.com/processing/processing/pull/3883
|
||
X Exception in thread "Contribution List Downloader"
|
||
X https://github.com/processing/processing/issues/3882
|
||
X https://github.com/processing/processing/pull/3884
|
||
X Hide useless error in error checker
|
||
X https://github.com/processing/processing/pull/3887
|
||
X grab bag of CM work from Jakub
|
||
X https://github.com/processing/processing/issues/3895
|
||
X https://github.com/processing/processing/pull/3897
|
||
X Clean up delete dir function
|
||
X https://github.com/processing/processing/pull/3910
|
||
X don't follow symlinks when deleting directories
|
||
X https://github.com/processing/processing/pull/3916
|
||
X show number of updates available in the footer
|
||
X https://github.com/processing/processing/issues/3518
|
||
X https://github.com/processing/processing/pull/3896
|
||
X https://github.com/processing/processing/pull/3901
|
||
o total number of updates available is not correct? (may be fixed)
|
||
o ArrayIndexOutOfBoundsException freak out when clicking the header line
|
||
o think this was on name, with libraries, but not sure
|
||
X should be fixed with the updates from Jakub
|
||
X error checker updates for toggle and listeners
|
||
X https://github.com/processing/processing/pull/3915
|
||
X file file counting in the change detector
|
||
X https://github.com/processing/processing/pull/3917
|
||
X https://github.com/processing/processing/issues/3898
|
||
X https://github.com/processing/processing/issues/3387
|
||
X Windows suggests "Documents" as a new location for the 3.0 sketchbook
|
||
X maybe prevent users from accepting that?
|
||
X https://github.com/processing/processing/issues/3920
|
||
|
||
gui
|
||
X distinguish errors and warnings
|
||
X https://github.com/processing/processing/issues/3406
|
||
X make breakpoints more prominent
|
||
X https://github.com/processing/processing/issues/3307 (comp is set)
|
||
X clean up statusMessage() inside JavaEditor
|
||
o do we want to bring back the delays?
|
||
X implement side gradient on the editor
|
||
X if fewer lines in sketch than can be shown in window, show ticks adjacent
|
||
X error/warning location is awkward when no scroll bar is in use
|
||
X when only one screen-full, show ticks at exact location
|
||
X simpler/less confusing to not show at all?
|
||
X MarkerColumn.recalculateMarkerPositions()
|
||
X https://github.com/processing/processing/pull/3903
|
||
X Update status error/warning when changing the line
|
||
X https://github.com/processing/processing/pull/3907
|
||
X Update status error/warning when changing the line
|
||
X when moving away from an error/warning line, de-select it below
|
||
X selecting a warning should also show the warning in the status area
|
||
X https://github.com/processing/processing/pull/3907
|
||
X clicking an error or warning should give the focus back to the editor
|
||
X https://github.com/processing/processing/pull/3905
|
||
X replace startup/about screen (1x and 2x versions)
|
||
X change 'alpha' to correct name
|
||
X also change the revision in the "about processing" dialog
|
||
X https://github.com/processing/processing/issues/3665
|
||
X implement splash screen on OS X
|
||
X http://www.randelshofer.ch/oop/javasplash/javasplash.html
|
||
X also implement special retina version
|
||
X Fix placement and visual design when showing error on hover
|
||
X https://github.com/processing/processing/issues/3173
|
||
X implement custom tooltip for error/warning hover
|
||
X applies to both MarkerColumn and JavaTextAreaPainter
|
||
X make gutter of console match error list
|
||
X https://github.com/processing/processing/issues/3904
|
||
o bring back the # of updates on the update tab
|
||
o use this instead of the 'icon' stuff?
|
||
o or in addition, since only the 'updates' tab has it
|
||
X https://github.com/processing/processing/issues/3855
|
||
X for updates available, have it be clickable to open the manager
|
||
X fix the design of the completions window
|
||
X remove extra border around the outside
|
||
X change font
|
||
X add 2x version of the icons
|
||
X change selection highlight color
|
||
o put some margin around it
|
||
X https://github.com/processing/processing/issues/3906
|
||
X completion panel
|
||
X what should the background color be?
|
||
X test fg/bg color on other operating systems
|
||
J fix icon sizes/design
|
||
X set a better minimum size for the number of updates available
|
||
|
||
earlier/cleaning
|
||
X list with contrib types separated is really wonky
|
||
o do we keep the list?
|
||
o does it even work for different contrib types?
|
||
X cleaned this up in the last release
|
||
X remove the dated releases from download.processing.org
|
||
X new Android release (EditorButton constructor changed)
|
||
o JavaEditor has several null colors, remove color support
|
||
o once the design is complete and we for sure do not need color
|
||
X remove deprecated methods
|
||
X do the right thing on passing around List vs ArrayList and others
|
||
o wonder if "Save As" is causing the problems with auto-reload
|
||
X found and fixed
|
||
X look at the sound library https://github.com/wirsing/ProcessingSound
|
||
o sound is not yet supported on Windows
|
||
X implement the new gui
|
||
|
||
|
||
0245 (3.0b7)
|
||
X add jar files from 'code' folder to the library path
|
||
X Code editor wrongly detects errors for libraries in code folder
|
||
X https://github.com/processing/processing/issues/3732
|
||
o dim out the Run button if there are compile errors detected
|
||
o the AST checker has better error message handling for those cases
|
||
o and hitting Run replaces the useful error with something weird
|
||
X https://github.com/processing/processing/issues/3408
|
||
X not great because the error checker runs more slowly than your typing
|
||
X SVG not highlighting as a keyword
|
||
X https://github.com/processing/processing/issues/3752
|
||
X implement 2x versions of icons
|
||
X https://github.com/processing/processing/issues/3478
|
||
X foundation icon in list
|
||
X foundation icon below next to description when lib selected
|
||
X icons on the install/update/remove buttons
|
||
X search eyeglass icon
|
||
X available/installed/incompatible icons
|
||
o change Tool API because it's not one Editor per Tool anymore?
|
||
X or just change the documentation?
|
||
X updated the FAQ and tool template
|
||
X change the Tool API after all, since none of the tools have been updated
|
||
X https://github.com/processing/processing/wiki/Tool-Basics
|
||
X items still show up in "Recent" if they no longer exist (on startup)
|
||
X checked code and this seems to be fine / can't reproduce
|
||
X show hover text when the mouse is over the 'debug' button
|
||
X update EditorButton rollover label when pressing shift or alt
|
||
X welcome screen shows coffee cup icon on Windows
|
||
o Hitting enter on code completion completes and then creates a new line
|
||
X https://github.com/processing/processing/issues/3741
|
||
X ctrl-space first inserts space, then deletes it, with completion
|
||
X https://github.com/processing/processing/issues/3847
|
||
o finish the gui
|
||
X https://github.com/processing/processing/issues/3072
|
||
X closing in favor of specific issues
|
||
X fix the bold in the welcome window to not use fake bold
|
||
|
||
sketch modified
|
||
X sketch modified externally with FAT32 volumes on OS X
|
||
X https://github.com/processing/processing/issues/3387
|
||
X might have this fixed with the larger time window
|
||
X need to check if "save as" thing is causing trouble
|
||
X "Your sketch has been modified externally" with encrypted OS X volumes
|
||
X https://github.com/processing/processing/issues/3650
|
||
o add this to the preferences?
|
||
o use watcher service after all?
|
||
o https://docs.oracle.com/javase/tutorial/essential/io/notification.html
|
||
|
||
jna problems
|
||
X UnsatisfiedLinkError on startup "Access is denied" on Windows 10
|
||
X https://github.com/processing/processing/issues/3800
|
||
X administrator, but using Microsoft account to log in
|
||
X JNA errors on startup when run from an account w/ non-ASCII characters
|
||
X https://github.com/processing/processing/issues/3624
|
||
X set jna.tmpdir (or java.io.tmpdir) to another location
|
||
X https://github.com/twall/jna/issues/124
|
||
X https://github.com/twall/jna/issues/238
|
||
X Sun says they won't fix: user locale and system locale probably different:
|
||
X https://bugs.openjdk.java.net/browse/JDK-8017274
|
||
X https://bugs.openjdk.java.net/browse/JDK-4958170
|
||
X https://github.com/twall/jna/blob/master/test/com/sun/jna/JNALoadTest.java
|
||
X http://happygiraffe.net/blog/2009/09/24/java-platform-encoding/
|
||
X fix: get sun.jnu.encoding and make sure the user name is supported in it?
|
||
X and if not, put up a warning for the user?
|
||
X http://www.oracle.com/us/technologies/java/locale-140624.html
|
||
|
||
manager
|
||
X CM: Clicking item in Libraries list throws exception
|
||
X https://github.com/processing/processing/issues/3667
|
||
X CM: Libraries missing descriptions and PFoundation credit
|
||
X https://github.com/processing/processing/issues/3688
|
||
X use real version of bold font, rather than the fake version
|
||
X remove the "v" from the version numbers in the updates tab
|
||
X fix bold version used in the description below, when an item is selected
|
||
X manager needs a frame title
|
||
X remove tooltip that repeats the contents of the tab labels
|
||
X add extra space to the right of the buttons to line up w/ the scrollbar
|
||
X CM: Button formatting
|
||
X https://github.com/processing/processing/issues/3643
|
||
o Contributions Manager UI design
|
||
X https://github.com/processing/processing/issues/3482
|
||
X closing in favor of separate issues
|
||
X updates tab has ugly horizontal line at top
|
||
X CM selected tabs are too tall
|
||
X https://github.com/processing/processing/issues/3598
|
||
X why the aqua background when opening the window?
|
||
X get rid of gross italic subheads on the Updates page
|
||
X "update all" is too far too the right
|
||
X other buttons were out of whack as well
|
||
X remove focus blue from the scrollable list
|
||
X don't focus the window on the search box on opening
|
||
X status/name/author table header is alternating color
|
||
X area above scroll bar looks like more scroll bar
|
||
X table header is the wrong font
|
||
|
||
watcher
|
||
X prevent re-prompting users when they say "no" to "sketch modified" message
|
||
X add more preferences for editor.watcher
|
||
X cleaning up the logic in the watcher
|
||
|
||
akarshit
|
||
X prevent "updating" to a still-incompatible version of a contrib
|
||
X https://github.com/processing/processing/issues/3801
|
||
X https://github.com/processing/processing/pull/3805
|
||
X Tools are getting redundantly added when installing new tool
|
||
X https://github.com/processing/processing/issues/3818
|
||
X https://github.com/processing/processing/pull/3820
|
||
X after clicking 'install' it's still possible to click it again
|
||
X https://github.com/processing/processing/issues/3806
|
||
X https://github.com/processing/processing/pull/3817
|
||
X CM list should be sortable by status and author name
|
||
X https://github.com/processing/processing/issues/3608
|
||
X "update all" button appears to do nothing in library manager
|
||
X https://github.com/processing/processing/issues/3837
|
||
X https://github.com/processing/processing/pull/3842
|
||
|
||
jakub
|
||
X Make preprocessor scope-aware
|
||
X https://github.com/processing/processing/issues/3799
|
||
X https://github.com/processing/processing/pull/3810
|
||
X massive auto-complete/error checker fixes
|
||
X https://github.com/processing/processing/issues/3812
|
||
X https://github.com/processing/processing/pull/3845
|
||
X https://github.com/processing/processing/pull/3856
|
||
X Red error underline is sometimes at wrong location
|
||
X https://github.com/processing/processing/issues/3759
|
||
X https://github.com/processing/processing/pull/3848
|
||
X using "new color()" instead of "color()" results in "color type detected"
|
||
X happens when user does 'new color' instead of 'color'
|
||
X https://github.com/processing/processing/issues/3739
|
||
X https://github.com/processing/processing/pull/3850
|
||
|
||
|
||
0244 (3.0b6)
|
||
o 3.0b4 demos fail to create PDF files
|
||
o https://github.com/processing/processing/issues/3708
|
||
X problem was that the example was creating files inside Processing.app
|
||
X Casey reports that exported app still asks to download Java
|
||
X could this be a JOGL bug (linking against the app stub?)
|
||
X ran otool -L on the binaries and saw nothing
|
||
X deal with ConcurrentModificationException in Editor
|
||
X "Error repainting line range" and ConcurrentModificationException
|
||
X https://github.com/processing/processing/issues/3726
|
||
X repairs to prevent memory leak in EditorConsole
|
||
o Claim that an exported application does not copy data directory
|
||
X https://github.com/processing/processing/issues/3777
|
||
X copying just fine
|
||
X remove old versions of processing-java when installing on OS X
|
||
X https://github.com/processing/processing/issues/3786
|
||
X confusion when // tweak is used
|
||
X https://github.com/processing/processing/issues/3742
|
||
X change to /// tweak instead
|
||
X don't allow breakpoints to be set on blank lines
|
||
X https://github.com/processing/processing/issues/3765
|
||
|
||
jakub
|
||
X Error/warning location visualisation not updating when editor resizes
|
||
X https://github.com/processing/processing/issues/3619
|
||
X https://github.com/processing/processing/pull/3778
|
||
X "unexpected token" on anonymous instance of parameterized Comparator
|
||
X https://github.com/processing/processing/issues/533
|
||
X https://github.com/processing/processing/pull/3780
|
||
|
||
contribs
|
||
X Code auto-complete not working when Box2D library imported
|
||
X https://github.com/processing/processing/issues/3720
|
||
|
||
gsoc
|
||
X CM: Category dropdown alignment
|
||
X https://github.com/processing/processing/issues/3644
|
||
X https://github.com/processing/processing/pull/3666
|
||
X https://github.com/processing/processing/pull/3669
|
||
X finalize CM tab order
|
||
X https://github.com/processing/processing/issues/3613
|
||
X https://github.com/processing/processing/pull/3714
|
||
|
||
fixed in b5, but unconfirmed at press time
|
||
X CM - Focus is shifted out of the filter field when something is searched
|
||
X https://github.com/processing/processing/issues/3682
|
||
X https://github.com/processing/processing/pull/3701
|
||
X CM - info panel text color
|
||
X https://github.com/processing/processing/issues/3642
|
||
X https://github.com/processing/processing/pull/3695
|
||
X https://github.com/processing/processing/pull/3696
|
||
X CM - Filter field display
|
||
X https://github.com/processing/processing/issues/3689
|
||
X https://github.com/processing/processing/pull/3698
|
||
X Update buttom enabled when updates are present and background is set
|
||
X https://github.com/processing/processing/issues/3614
|
||
X https://github.com/processing/processing/pull/3694
|
||
X Fix info panel text color and alignment in CM
|
||
X https://github.com/processing/processing/issues/3642
|
||
X https://github.com/processing/processing/pull/3684
|
||
X Ready to add contributed example packages?
|
||
X https://github.com/processing/processing/issues/2953
|
||
|
||
earlier
|
||
X EXC_BAD_ACCESS inside AppleIntelHD5000GraphicsGLDriver when starting 3.0a8+
|
||
X https://github.com/processing/processing/issues/3359
|
||
X Hard crash on startup inside strlen call when using 3.0a8+ on OS X
|
||
X https://github.com/processing/processing/issues/3360
|
||
|
||
|
||
0243 (3.0b5)
|
||
X processing-java isn't working in OS X 10.11 El Capitan
|
||
X https://github.com/processing/processing/issues/3497
|
||
o probably have to add the script/Processing.app location to user's path
|
||
X line selected for errors is off by one or two
|
||
X https://github.com/processing/processing/issues/3654
|
||
X PDE window leaks undisposed Timer objects even when closed
|
||
X https://github.com/processing/processing/issues/3655
|
||
X prompt to install Xcode coming up on Export to Application
|
||
X http://stackoverflow.com/questions/15371925/how-to-check-if-command-line-tools-is-installed
|
||
X "xcode-select -p" returns 0 if they exist (and the dir) or 2 if they don't
|
||
X no special case added for 10.8, but it's on the way out
|
||
X move processing.mode.java.pdex.XQErrorTable to processing.ui.ErrorTable
|
||
X need to make the list abstract, also "scroll to line" feature
|
||
X fix red in sidebar, the squiggly line beneath code
|
||
X live error checking complains about F instead of f after floats
|
||
X https://github.com/processing/processing/issues/3707
|
||
X NoClassDefError with CLibrary and getenv when switching to Android Mode
|
||
X https://github.com/processing/processing/issues/3704
|
||
|
||
contribs
|
||
X Undo does not move to the correct location in the editor window
|
||
X https://github.com/processing/processing/issues/707
|
||
X https://github.com/processing/processing/pull/3660
|
||
X Undo sometimes causes the editor to go blank
|
||
X https://github.com/processing/processing/issues/3003
|
||
X https://github.com/processing/processing/pull/3693
|
||
X https://github.com/processing/processing/pull/3702
|
||
X Miscellaneous language improvements
|
||
X https://github.com/processing/processing/pull/3700
|
||
|
||
gsoc
|
||
X Foundation libraries disapear from CM after restart
|
||
X https://github.com/processing/processing/issues/3659
|
||
X https://github.com/processing/processing/pull/3663
|
||
X CM scrolls to bottom of window after updating the list
|
||
o https://github.com/processing/processing/issues/3248
|
||
o https://github.com/processing/processing/pull/3328
|
||
X no longer issue in the new release
|
||
X CM blue bar missing
|
||
X https://github.com/processing/processing/issues/3599
|
||
X https://github.com/processing/processing/pull/3636
|
||
X CM column widths change with selection
|
||
X https://github.com/processing/processing/issues/3609
|
||
X https://github.com/processing/processing/pull/3675
|
||
X remove category dropdown from CM except when viewing libraries
|
||
X https://github.com/processing/processing/issues/3668
|
||
X https://github.com/processing/processing/pull/3676
|
||
X Right-clicking popup menu closes instead of shifting its location
|
||
X https://github.com/processing/processing/issues/3649
|
||
X Use 1x or 2x icons in the CM
|
||
X https://github.com/processing/processing/pull/3681
|
||
X Shifted the text right a little bit
|
||
X https://github.com/processing/processing/pull/3696
|
||
X No underline and no blue color
|
||
X https://github.com/processing/processing/pull/3695
|
||
X Make auto-format into a compund edit
|
||
X https://github.com/processing/processing/pull/3693
|
||
X Focus is shifted out of the filter field after CM search
|
||
X https://github.com/processing/processing/issues/3682
|
||
X https://github.com/processing/processing/pull/3701
|
||
|
||
earlier/cleaning
|
||
X modify build to insert these after antlr run:
|
||
X @SuppressWarnings({"unused", "cast"})
|
||
X or get the updated ANTLR, which likely would support it
|
||
o scrollable stack trace
|
||
o http://www.javalobby.org/java/forums/t19012.html
|
||
X disable the Export button if no platforms selected on Export to Application
|
||
|
||
cleaning/libraries
|
||
o different name for 'lib' folder because of libraries folder?
|
||
o avoid some confusion for when describing the libraries folder to users
|
||
X could have library developers update compatability note
|
||
X so they would need to test library and say "compatible with 0110"
|
||
X before it would automatically update or show as an update
|
||
o need an "install library" option to deal with urls..
|
||
X need better platform designation setup for libs
|
||
X library installation should use the sketchbook folder, not the p5 folder
|
||
o actually enforce this, give users a warning about other libs
|
||
o versioning info
|
||
o http://java.sun.com/j2se/1.5.0/docs/guide/extensions/versioning.html
|
||
X changing the sketchbook folder will make libraries show up
|
||
o but it won't reload the library mapping table
|
||
o set DYLD_LIBRARY_PATH to include .dylib and other framework stuff
|
||
o java.library.path will only handle .jnilib stuff
|
||
|
||
|
||
0242 (3.0b4)
|
||
X Fix NullPointerException with some sketches that have no size() command
|
||
X https://github.com/processing/processing/issues/3585
|
||
X Invalid OS X code signature
|
||
X https://github.com/processing/processing/issues/3575
|
||
X canceling "create folder, move sketch, and continue?" will cause crash
|
||
X throws an NPE and then forces a quit
|
||
X https://github.com/processing/processing/issues/3586
|
||
X also showError() there shouldn't die if other Java windows open
|
||
X move Platform into its own class, also Messages and others
|
||
X https://github.com/processing/processing/issues/2765
|
||
X Pass command line arguments to sketches
|
||
X https://github.com/processing/processing/issues/2552
|
||
X 'handleTweak' variable implemented strangely
|
||
X ctrl+r not restarting sketch when debug is enabled
|
||
X hitting Run while a sketch is running should restart the sketch
|
||
X https://github.com/processing/processing/issues/3623
|
||
X should Platform be a static instance?
|
||
X lots of platform stuff in base, but might be better handled elsewhere
|
||
|
||
jakub
|
||
X Parsing generic fails when package is specified (also problem with Map.Entry)
|
||
X https://github.com/processing/processing/issues/918
|
||
X https://github.com/processing/processing/pull/3638
|
||
|
||
api changes
|
||
X Make fields and functions in PdeKeywords protected
|
||
X https://github.com/processing/processing/issues/2383
|
||
X Added "EditorException", which is thrown when loading bad sketches
|
||
X createEditor() now throws this when something goes wrong
|
||
X rather than handleOpenInternal() returning false (and being ignored)
|
||
X Several platform-oriented features have moved to Platform
|
||
X i.e. Platform.isWindows(), Platform.openURL(), Platform.getJavaPath()
|
||
X Base.showXxxx() and Base.log() have moved to Messages.showXxxx()
|
||
|
||
gsoc
|
||
X Second round of arm patches (v5)
|
||
X https://github.com/processing/processing/pull/3583
|
||
X Third bunch of arm patches
|
||
X https://github.com/processing/processing/pull/3622
|
||
X Contribution Manager GUI updates
|
||
X https://github.com/processing/processing/pull/3596
|
||
X Sorting by author name inplemented
|
||
X https://github.com/processing/processing/pull/3615
|
||
X CM needs minimum window size enforced
|
||
X https://github.com/processing/processing/issues/3600
|
||
X https://github.com/processing/processing/pull/3607
|
||
X Deactivate install button when incompatible
|
||
X https://github.com/processing/processing/issues/3603
|
||
X https://github.com/processing/processing/pull/3611
|
||
X CM "Updates" badge appears even when there are no updates
|
||
X https://github.com/processing/processing/issues/3597
|
||
X https://github.com/processing/processing/pull/3625
|
||
X Ignore accented characters when filtering in the CM
|
||
X https://github.com/processing/processing/issues/3627
|
||
X https://github.com/processing/processing/pull/3633
|
||
X CM: Enable arrow keys for navigating list
|
||
X https://github.com/processing/processing/issues/3610
|
||
X https://github.com/processing/processing/pull/3631
|
||
X CM filter input glitchy
|
||
X https://github.com/processing/processing/issues/3612
|
||
X https://github.com/processing/processing/pull/3630
|
||
X Set font correctly in Contribution Manager dialog
|
||
X https://github.com/processing/processing/issues/3601
|
||
X https://github.com/processing/processing/pull/3626
|
||
X Add method to JavaMode for search path
|
||
X https://github.com/processing/processing/pull/3648
|
||
|
||
earlier
|
||
X closing the color selector makes things freeze (only Linux and Windows?)
|
||
X https://github.com/processing/processing/issues/2381
|
||
X Comment/Uncomment should ignore leading whitespace
|
||
X https://github.com/processing/processing/issues/1961
|
||
X Export unsaved sketch > agree to save prompt > export doesn't finish
|
||
X https://github.com/processing/processing/issues/2724
|
||
X Add disconnectEvent() to Server
|
||
X https://github.com/processing/processing/issues/2133
|
||
X False positive for mixing active/static mode in Tweak Mode 3.0 alpha 5
|
||
X https://github.com/processing/processing/issues/3140
|
||
X Determine shortcut for Export vs Use Selection for Find
|
||
X https://github.com/processing/processing/issues/2985
|
||
X PDE erroneously detects changes in non-sketch files
|
||
X https://github.com/processing/processing/issues/2759
|
||
|
||
more cleaning
|
||
X make sure "PDF Export" is showing for the library name
|
||
X we've lost arrow keys to expand items in the examples window
|
||
X sketchbook window too?
|
||
X 'ant clean' not removing old versions created by dist
|
||
o add span screens pref (near the display pref)
|
||
o add checkbox for spans to export dialog
|
||
X use fullScreen(SPAN) instead
|
||
o default display set to a second, then gets confused when monitor doesn't exist
|
||
o is this not resetting the preference?
|
||
X https://github.com/processing/processing/issues/1457
|
||
o add last revision used / max revision used settings?
|
||
o move the language stuff to the settings folder
|
||
o that way people can modify and test w/o recompiling
|
||
X https://github.com/processing/processing/issues/2938
|
||
o how was this resolved? just implemented overrides?
|
||
X instead, working from the sketchbook folder
|
||
X write docs about it
|
||
|
||
|
||
0241 (3.0b3)
|
||
X don't show breakpoints when debugger is off
|
||
X https://github.com/processing/processing/issues/3093
|
||
X no setting breakpoints when debugger is off
|
||
X https://github.com/processing/processing/issues/3306
|
||
X 'examples' shows as a folder in the sketchbook window
|
||
X Foundation library examples should appear under "Core" or "Foundation"
|
||
X https://github.com/processing/processing/issues/3524
|
||
X Use ctrl-pageup/down on Linux for prev/next tab
|
||
X https://github.com/processing/processing/issues/3416
|
||
X Library names not showing up correctly ("pdf" instead of "PDF Export")
|
||
X https://github.com/processing/processing/issues/3574
|
||
X Contributed examples not using the 'name' field from their properties file
|
||
X seen in Dan's contrib examples
|
||
X Include name of sketch when asking user "Save sketch before closing?"
|
||
X do i18n changes for OS X and other platforms
|
||
X https://github.com/processing/processing/issues/3418
|
||
X name for contributed examples
|
||
X https://github.com/processing/processing/issues/3573
|
||
o Invalid code signature on OS X
|
||
X https://github.com/processing/processing/issues/3575
|
||
X cannot reproduce
|
||
|
||
gsoc
|
||
X Breakpoints don't 'jump' after hitting Enter on blank line
|
||
X https://github.com/processing/processing/issues/3552
|
||
X https://github.com/processing/processing/pull/3571
|
||
|
||
cleaning/earlier
|
||
X move to launch4j 3.7 http://launch4j.sourceforge.net/
|
||
X actually upgraded to 3.8
|
||
X make examples pull/build automatic during dist
|
||
X dialog box icon is fuzzy on OS X retina machines
|
||
X https://github.com/processing/processing/issues/2117
|
||
o solution might be our own dialog boxes
|
||
X ctrl/ctrl-shift-n sometimes stops working
|
||
X https://github.com/processing/processing/issues/188
|
||
X believed to be fixed in the last few months
|
||
|
||
|
||
0240 (3.0b2)
|
||
X make download-jdk-macosx target work properly
|
||
X remove "pair is" debug messages
|
||
X add library fails with "Could not write to temporary directory"
|
||
X create sketchbook subfolders on startup
|
||
X https://github.com/processing/processing/issues/3548
|
||
X Cannot find "processing.core" library. Line 12 in tab sketch_150704a
|
||
X also happens with "import to com.jogamp.opengl.GL2"
|
||
X https://github.com/processing/processing/issues/3547
|
||
X clean up the advanced opengl wiki page
|
||
X Initialize the Find dialog with the current selection
|
||
X https://github.com/processing/processing/issues/3457
|
||
X Links in error bar are not selectable nor clickable
|
||
X https://github.com/processing/processing/issues/3471
|
||
X Show contributed examples in the Examples window
|
||
X https://github.com/processing/processing/issues/3420
|
||
|
||
export
|
||
X save export settings to preferences
|
||
X disable Export button when no platforms selected
|
||
X prevent Export with examples and untitled/unsaved sketches
|
||
X if no platforms selected in export, will still say "done exporting!"
|
||
X maybe if none selected, should default select the current platform
|
||
X why are none selected in the first place? not getting saved?
|
||
|
||
contribs
|
||
X code runs in Run but not in Tweak
|
||
X https://github.com/processing/processing/issues/3562
|
||
X https://github.com/processing/processing/pull/3563
|
||
|
||
cleaning/earlier
|
||
X CM ongoing notes and questions
|
||
X https://github.com/processing/processing/issues/3440
|
||
X Contribution Manager design is really rough
|
||
X https://github.com/processing/processing/issues/3464
|
||
o library.properties and tool.properties should reflect supported modes
|
||
o http://code.google.com/p/processing/issues/detail?id=1050
|
||
X marked as WONTFIX in 2012
|
||
X re/move things from Google Code downloads
|
||
X https://code.google.com/p/support/wiki/DownloadsFAQ
|
||
o mismatched square brackets generate bizarre and/or misleading error messages
|
||
X http://code.google.com/p/processing/issues/detail?id=355
|
||
X marked as WONTFIX in 2011
|
||
o using a keyword as a variable name gives unhelpful error message
|
||
o http://code.google.com/p/processing/issues/detail?id=54
|
||
o https://github.com/processing/processing/issues/93
|
||
o https://github.com/processing/processing/issues/2779
|
||
X sketches should only write to the console of their editor window
|
||
X http://code.google.com/p/processing/issues/detail?id=114
|
||
X https://github.com/processing/processing/issues/153
|
||
X verify (and document) public access members of PApplet
|
||
X http://code.google.com/p/processing/issues/detail?id=83
|
||
X remove PdeKeyListener, roll it into the Java InputHandler for JEditTextArea
|
||
X move Java-specific InputHandler to its own subclass
|
||
X key command for prev/next tab works, but not menu
|
||
X menu options are actually disabled because of inconsistency
|
||
X http://code.google.com/p/processing/issues/detail?id=140
|
||
X https://github.com/processing/processing/issues/179
|
||
X make standard editor input prompt available to other tools/modes
|
||
X http://code.google.com/p/processing/issues/detail?id=746
|
||
X https://github.com/processing/processing/issues/785
|
||
o "Standard Examples" dialog box off screen if Processing IDE maximised
|
||
o http://code.google.com/p/processing/issues/detail?id=928
|
||
X https://github.com/processing/processing/issues/966
|
||
X excessive CPU usage of PDE after using library manager
|
||
X confirmed to still be a problem with b5/6
|
||
X https://github.com/processing/processing/issues/1074
|
||
o need a proper means to handle command keys for tools (?)
|
||
X http://code.google.com/p/processing/issues/detail?id=44
|
||
X https://github.com/processing/processing/issues/83
|
||
o handle native code for tools menu (?)
|
||
o http://code.google.com/p/processing/issues/detail?id=109
|
||
X https://github.com/processing/processing/issues/148
|
||
X Horizontal two finger scroll doesn't work in OS X
|
||
X also applies to horizontal scrolling on the mouse
|
||
X http://code.google.com/p/processing/issues/detail?id=141
|
||
X https://github.com/processing/processing/issues/180
|
||
X window menu
|
||
X http://code.google.com/p/processing/issues/detail?id=545
|
||
X https://github.com/processing/processing/issues/584
|
||
o restoring sketches
|
||
o save window positions on quit, and restore them (w/ a preference?)
|
||
o new windows use same mode and dimensions as topmost window
|
||
o saved window position problematic with multiple monitors
|
||
o http://code.google.com/p/processing/issues/detail?id=27
|
||
X Closing the last window doesn't cause PDE to save it's position/contents/etc
|
||
X http://code.google.com/p/processing/issues/detail?id=103
|
||
X https://github.com/processing/processing/issues/142
|
||
X not remembering window size/placement preferences
|
||
X http://code.google.com/p/processing/issues/detail?id=103
|
||
X https://github.com/processing/processing/issues/142
|
||
o saved window positions.. if displays has changed, becomes a problem
|
||
o record the display that it was on?
|
||
o GraphicsDevice gd = frame.getGraphicsConfiguration().getDevice();
|
||
o make sure the application is within the bounds of the current display?
|
||
o (from 0, 0 to width, height)
|
||
o messy since some displays have negative coords
|
||
X http://code.google.com/p/processing/issues/detail?id=27
|
||
o Resurrect the Eclipse plug-in project
|
||
X http://code.google.com/p/processing/issues/detail?id=1031
|
||
X https://github.com/processing/processing/issues/1069
|
||
|
||
|
||
0239 (3.0b1)
|
||
X Welcome screen completely broken/looking for debug files
|
||
X https://github.com/processing/processing/issues/3474
|
||
X Add message that says it's safe to ignore the tools.jar warning
|
||
X add new lower console/errors icons
|
||
X dist needs to do a git pull on processing-docs
|
||
X StringIndexOutOfBoundsException while preprocessing
|
||
X https://github.com/processing/processing/issues/3531
|
||
X Run/Stop/Debug buttons do not fire if the mouse moves during the click
|
||
X https://github.com/processing/processing/issues/3529
|
||
X 2.x Modes, Tools, and Libraries will need to be updated for 3.x
|
||
X https://github.com/processing/processing/issues/3080
|
||
X wrote basic documentation
|
||
o write text for non-sketchbook version of welcome screen
|
||
X try to get images working in welcome screen
|
||
X https://github.com/processing/processing/blob/master/build/shared/lib/welcome/sketchbook.html#L60
|
||
X https://github.com/processing/processing/issues/3494
|
||
X update to launch4j 3.8
|
||
X inquire about updated document icon
|
||
X fix frame title for web frame (welcome window title disappeared)
|
||
X fix the red for the console/error stuff and the status bar
|
||
X write notes about changes with Toolkit and Util, and packages
|
||
|
||
fixed earlier
|
||
X font fixes for Georgia in the examples
|
||
X contribs listed multiple times
|
||
X because they're listed multiple times in contribs.txt
|
||
X https://github.com/processing/processing/issues/3353
|
||
|
||
contribs
|
||
X Fix contribution compatibility check
|
||
X https://github.com/processing/processing/pull/3479
|
||
X Update Spanish translation
|
||
X https://github.com/processing/processing/pull/3480
|
||
X Fix bug with tab sorting when adding new tabs
|
||
X https://github.com/processing/processing/pull/3540
|
||
X https://github.com/processing/processing/issues/3099
|
||
|
||
jakub
|
||
X Do not filter Ctrl+Alt+? out as menu mnemonics
|
||
X https://github.com/processing/processing/issues/3536
|
||
X https://github.com/processing/processing/pull/3537
|
||
X Fix delete tab shortcut in toolbar popup
|
||
X https://github.com/processing/processing/pull/3535
|
||
X Deleted tab still present in tab menu
|
||
X https://github.com/processing/processing/issues/3534
|
||
X https://github.com/processing/processing/pull/3542
|
||
X https://github.com/processing/processing/pull/3541
|
||
|
||
gsoc
|
||
X CM updates dialog box doesn't open CM
|
||
X https://github.com/processing/processing/issues/3481
|
||
X https://github.com/processing/processing/pull/3489
|
||
X include mode imports when rewriting .properties file
|
||
X https://github.com/processing/processing/pull/3499
|
||
X https://github.com/processing/processing/issues/3492
|
||
X Assortment of patches from my arm-3.0 branch
|
||
X https://github.com/processing/processing/pull/3522
|
||
X Adding ellipses only when text is long
|
||
X https://github.com/processing/processing/pull/3470
|
||
|
||
|
||
0238 (3.0a11)
|
||
X Re-enable the display menu in Preferences after display added
|
||
X Previously, the checkbox menu stayed disabled (though it updated the list)
|
||
X sketch.isReadOnly returns false for examples coming from multiple modes
|
||
o http://code.google.com/p/processing/issues/detail?id=734
|
||
X https://github.com/processing/processing/issues/773
|
||
X Drag and Drop & "Add File" broken for .pde files in 3.0a10
|
||
X https://github.com/processing/processing/issues/3383
|
||
X Show "not compatible" error message in the manager
|
||
X https://github.com/processing/processing/issues/3386
|
||
X Add more code for handling low-level errors on startup
|
||
X update the "Supported Platforms" wiki page with current status
|
||
X error message caused by curly bracket in a println string
|
||
X ((?<![\\])['"])((?:.(?!(?<![\\])\1))*.?)\1 to match quoted strings
|
||
X https://github.com/processing/processing/issues/3394
|
||
X Tweak mode broken (re: new settings() function)
|
||
X https://github.com/processing/processing/issues/3435
|
||
X looks like 'class' def from tweak needs to go below setup
|
||
X change "PythonMode contains an incompatible Mode" message
|
||
X to "PythonMode is not compatible with Processing 3"
|
||
X another "incompatible tool" case
|
||
X java.lang.AbstractMethodError
|
||
X at processing.app.contrib.ToolContribution.init(ToolContribution.java:134)
|
||
X unfortunately happens at a level where we can only println about it
|
||
o processing-java command line mode not working on Mac
|
||
o https://github.com/processing/processing/issues/3409
|
||
X add build.xml prompt for OS X developers to download the JDK update
|
||
X break out a gui package (get class count down in .app)
|
||
X move utility functions out of Base and into Util
|
||
|
||
welcome
|
||
X add "welcome" or "what's new" window to explain features in 3
|
||
X https://github.com/processing/processing/issues/3358
|
||
X a summary of what's new, plus a link to GitHub wiki page with details
|
||
X a warning that some Processing 2 sketches may not be compatible
|
||
X a checkbox for "show this welcome each time" (default to checked)
|
||
X a button to dismiss the welcome screen (e.g., "get started")
|
||
X 2.x vs 3.x sketchbook battle (part of the welcome screen item)
|
||
X if a v2 sketchbook already exists, show a prompt to choose either creating a new Processing 3 sketch folder or use the existing v2 one, plus a link to GitHub wiki page with details
|
||
|
||
manager
|
||
X changed compatibleModesList to modes in examples.properties
|
||
X changed authorList to authors to keep in line w/ the others
|
||
X changed category to categories
|
||
X send list of installed Libraries, Modes, Tools, and Examples on update
|
||
X https://github.com/processing/processing/issues/3365
|
||
X disable contrib manager updates when "check for updates" is turned off
|
||
X update the FAQ to cover the changes
|
||
|
||
contribs
|
||
X Use correct localized strings in JavaEditor.java
|
||
X https://github.com/processing/processing/pull/3376
|
||
X dim edit menus as appropriate during selection/no selection/etc
|
||
o http://code.google.com/p/processing/issues/detail?id=14
|
||
X https://github.com/processing/processing/issues/53
|
||
X https://github.com/processing/processing/pull/3419
|
||
X Internationalize MovieMaker.java
|
||
X https://github.com/processing/processing/pull/3424
|
||
X Auto-completion does not seem to be working
|
||
X https://github.com/processing/processing/issues/3111
|
||
X Re-enable export to application with command line
|
||
X https://github.com/processing/processing/pull/3451
|
||
X https://github.com/processing/processing/issues/2760
|
||
X change undefined constructor error message for clarity
|
||
X https://github.com/processing/processing/issues/3434
|
||
|
||
gsoc
|
||
X Mode problems window wasn't doing line breaks
|
||
X https://github.com/processing/processing/issues/3369
|
||
X https://github.com/processing/processing/pull/3370
|
||
X Add missing internationalization in app/Sketch.java
|
||
X https://github.com/processing/processing/pull/3392
|
||
X Examples window shows contributed examples
|
||
X https://github.com/processing/processing/pull/3421
|
||
X https://github.com/processing/processing/pull/3421
|
||
X reworking the Contribution Manager according to Scott's redesign
|
||
X https://github.com/processing/processing/pull/3423
|
||
X finish adding 'examples' contribs
|
||
X https://github.com/processing/processing/issues/2953
|
||
o don't return here, allow contrib types to fail:
|
||
o https://github.com/processing/processing/blob/master/app/src/processing/app/contrib/ContributionListing.java#L509
|
||
X StatusPanel created for Contribution Manager
|
||
X https://github.com/processing/processing/pull/3432
|
||
X Error during installation of any contribution
|
||
X https://github.com/processing/processing/issues/3429
|
||
X https://github.com/processing/processing/pull/3438
|
||
X CM with updated statusPanel and error popup
|
||
X https://github.com/processing/processing/pull/3452
|
||
X allow modes to import other modes
|
||
X https://github.com/processing/processing/pull/3444
|
||
X CM list converted into table
|
||
X https://github.com/processing/processing/pull/3454
|
||
X more CM updates to fix #3465
|
||
X https://github.com/processing/processing/pull/3465
|
||
X https://github.com/processing/processing/pull/3468
|
||
X Added ellipses, improved error Panel, fixed a previous NPE bug
|
||
X make modes load their parent class
|
||
X https://github.com/processing/processing/issues/3443
|
||
|
||
cleaning/earlier
|
||
o libraries in java tabs (separate .java files) are reported missing
|
||
o need to scan the .java files for imports that need to be included
|
||
o http://code.google.com/p/processing/issues/detail?id=459
|
||
X https://github.com/processing/processing/issues/498
|
||
X should be able to build p5 without a JDK install, just a JRE
|
||
X https://github.com/processing/processing/issues/1840
|
||
X need to have ecj.jar accessible to ant, then modify build.xml to use this:
|
||
X <property name="build.compiler"
|
||
X value="org.eclipse.jdt.core.JDTCompilerAdapter"/>
|
||
X http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2Ftasks%2Ftask-ant_javac_adapter.htm
|
||
|
||
|
||
0237 (3.0a10)
|
||
X debug message showing up when dragging and dropping files
|
||
X add new app and export icons (downloaded)
|
||
X add versions for OS X (build process?)
|
||
X add support for the 1024 file
|
||
X Windows versions of the icons
|
||
X https://msdn.microsoft.com/en-us/library/dn742485.aspx
|
||
X merged list of sizes: 16, 24, 32, 48, 64, 256
|
||
X Linux version of updated icon
|
||
X handled with the .desktop file, nothing has changed for the file location
|
||
X add larger icons to core folder
|
||
X update export icons in java/application (export.icns and export.ico)
|
||
X remove no longer used 'pdex' directory
|
||
X rolled back to 3.0a5 version of appbundler due to crash on startup
|
||
X https://github.com/processing/processing/issues/3359
|
||
X https://github.com/processing/processing/issues/3360
|
||
X this re-introduces two bugs (serial export and scrolling)
|
||
X and any other changes later than 16 November 2015:
|
||
X https://github.com/processing/processing/commits/master/build/macosx/appbundler.jar
|
||
X https://github.com/processing/processing/commits/master/build/macosx/appbundler/native/main.m
|
||
fixed earlier
|
||
X Can't set Breakpoint from the Breakpoint bar at the side
|
||
X https://github.com/processing/processing/issues/2835
|
||
X Old version number shown in Mode Manager dialog
|
||
X https://github.com/processing/processing/issues/2843
|
||
o Update Windows icons for multiple sizes, implement them in the PDE
|
||
o http://code.google.com/p/processing/issues/detail?id=632
|
||
X closed during the 2.x cycle
|
||
X try to clean up the Recent menu with the home icon
|
||
_ make sure it doesn't break on Windows
|
||
|
||
contribs
|
||
X several Greek translation updates
|
||
X https://github.com/processing/processing/issues/3329
|
||
X https://github.com/processing/processing/pull/3330
|
||
X https://github.com/processing/processing/pull/3340
|
||
X https://github.com/processing/processing/pull/3354
|
||
X add i18n for Archiver and missing text
|
||
X https://github.com/processing/processing/pull/3349
|
||
X Fix case-related bugs in Toolkit.setMenuMnemonics()
|
||
X https://github.com/processing/processing/pull/3366
|
||
|
||
gsoc
|
||
X contrib manager scroll bar only shows up when needed
|
||
X https://github.com/processing/processing/pull/3343
|
||
X Progress bar added to Contrib Manager
|
||
X https://github.com/processing/processing/issues/3160
|
||
X https://github.com/processing/processing/pull/3319
|
||
|
||
|
||
0236 (3.0a9)
|
||
X show screen dimensions in the Preferences window for display selector
|
||
|
||
gui/pdex/debugger
|
||
X implement the bottom half of the editor window
|
||
X editor window draws in stages (at least on OS X) on first view
|
||
X the console/bottom area stays white until an additional repaint?
|
||
X fixed these issues and replaced with footer
|
||
X remove EditorLineStatus (we have line numbers)
|
||
X automatically show the variables window when debugging, hide when not
|
||
X ctrl-y shortcut duplicated
|
||
X https://github.com/processing/processing/issues/3298
|
||
X remove "Experimental Mode: Yikes!" messages
|
||
o NullPointerException in initiateToolTip()
|
||
X https://github.com/processing/processing/issues/3286
|
||
X can no longer reproduce
|
||
X get rid of the debugger 'pane', just have that be the old window
|
||
o show debug window when running, hide when stopped
|
||
o can we animate the show/hide for the debug box?
|
||
X large window places the debugger window offscreen
|
||
X https://github.com/processing/processing/issues/3091
|
||
X almost all of the debugger menu needs to disappear
|
||
X https://github.com/processing/processing/issues/3267
|
||
X everything below toggle breakpoint, plus show/hide inspector
|
||
X debugger button should show/hide toolbar buttons for step/continue
|
||
X name of toggle debug and variable inspector
|
||
X Enable Debugger (with or without a checkbox)
|
||
X "show inspector" "hide inspector" "variable inspector" (with a check)
|
||
o need unavailable/deactivate state for debug toolbar items
|
||
o or hide the tray when not debugging? Debug just a menu checkbox?
|
||
o fix hasJavaTabs() function
|
||
o almost always used as a negative, or tied to a 'return' from fxn
|
||
o name isn't tied to its function, but the symptom
|
||
X update hasJavaTabs on editor header rebuild
|
||
X remove focus border from the Variables window
|
||
X need active state for the butterfly
|
||
X click a line number to toggle breakpoint
|
||
X was in there before, but required double-click
|
||
|
||
in alpha 8 (but not confirmed in time)
|
||
X "step" not working properly
|
||
X https://github.com/processing/processing/issues/3266
|
||
X Cmd-click behavior on function/variable is firing when cmd-click not pressed
|
||
X https://github.com/processing/processing/issues/3242
|
||
|
||
|
||
0235 (3.0a8)
|
||
X Unable to install "processing-java"
|
||
X https://github.com/processing/processing/issues/3224
|
||
X also update the Windows and Linux versions
|
||
X color selector in Tweak Mode is broken (uses getComponent())
|
||
X replace ColorSelector with JComponent version
|
||
X https://github.com/processing/processing/issues/3209
|
||
X sketchbook window is completely empty w/ no sketches
|
||
X requires restart of p5 before it updates
|
||
X https://github.com/processing/processing/issues/3214
|
||
X Replace & Find was reading "Find & Replace"
|
||
X https://github.com/processing/processing/issues/3247
|
||
X "one file added to sketch" message when two files added
|
||
X turned out to be really messy ProgressFrame code
|
||
X write Wiki page on how to run "headless"
|
||
X old version from user Batuff:
|
||
X sudo apt-get install xvfb
|
||
X Xvfb :2 -screen 0 1024x768x24 &
|
||
X export DISPLAY=localhost:2.0
|
||
X ./<myExportedProcessingApplication>
|
||
X https://github.com/processing/processing/wiki/Running-without-a-Display
|
||
X write up code guidelines for project
|
||
X make proper Eclipse style prefs to reinforce
|
||
X https://github.com/processing/processing/wiki/Style-Guidelines
|
||
X change preproc to write settings() method instead of sketchXxxx()
|
||
|
||
cleaning
|
||
X better text editor / live debugging (integrate Eclipse JDT)
|
||
X line numbers
|
||
X it's too difficult for students to debug their code
|
||
X can the jdt be hooked in somewhat easily?
|
||
X Replace current editor with more advanced version
|
||
X http://code.google.com/p/processing/issues/detail?id=1032
|
||
o code coloring is imperfect because it's not based on a parser
|
||
X rename location is awkward, do it on the tab?
|
||
X date inconsistencies
|
||
o https://github.com/processing/processing/issues/1777
|
||
|
||
debugger/pdex
|
||
X Change "method" to "function" in a few error messages
|
||
X https://github.com/processing/processing/issues/3225
|
||
X ErrorMessageSimplifier should use the language subst stuff
|
||
o also, shouldn't that be one text() method with different args?
|
||
X in PDE.properties, unnecessary special syntax is used for replacements
|
||
X methoddef, varname, classname, namefield, typeA, typeB
|
||
X Debugger "String is null" error when hitting breakpoint
|
||
X https://github.com/processing/processing/issues/3265
|
||
X Error message for incorrect function arguments is wonky
|
||
X https://github.com/processing/processing/issues/3268
|
||
X String concatenation mistakes produce odd error messages
|
||
X https://github.com/processing/processing/issues/3253
|
||
X Debugger "String is null" error when hitting breakpoint
|
||
X https://github.com/processing/processing/issues/3265
|
||
X hopefully fixed, but what's happening here?
|
||
|
||
contribs
|
||
X Window size not passing into Tweak Mode
|
||
X https://github.com/processing/processing/issues/3208
|
||
X https://github.com/processing/processing/pull/3227
|
||
X keep tab menu at the right-hand side
|
||
X https://github.com/processing/processing/pull/3236
|
||
|
||
sketch reloading
|
||
X "Your sketch has been modified externally..." appears erroneously
|
||
X https://github.com/processing/processing/issues/3222
|
||
o add a preference for this while it's being debugged?
|
||
X Prevent breakpoints from causing a reload prompt
|
||
X https://github.com/processing/processing/pull/3263
|
||
X Added buffer to file detection time
|
||
X https://github.com/processing/processing/pull/3262
|
||
|
||
akarshit
|
||
X preferences window fixes for Linux
|
||
X https://github.com/processing/processing/pull/3232
|
||
X https://github.com/processing/processing/issues/3231
|
||
X Clear error message in Contribution Manager after retrying
|
||
X https://github.com/processing/processing/pull/3240
|
||
X https://github.com/processing/processing/issues/3239
|
||
X Use system proxy by default
|
||
X https://github.com/processing/processing/issues/1476
|
||
X https://github.com/processing/processing/pull/3251
|
||
X add SOCKS proxy support to the PDE
|
||
X https://github.com/processing/processing/issues/2643
|
||
X https://github.com/processing/processing/pull/3260
|
||
X the current code that gets/sets the pref is in Preferences
|
||
X instead of current implementation, can we auto-detect proxy settings?
|
||
X old issue: https://github.com/processing/processing/issues/1476
|
||
X http://docs.oracle.com/javase/7/docs/technotes/guides/net/proxies.html
|
||
X http://docs.oracle.com/javase/1.5.0/docs/guide/net/proxies.html
|
||
X http://stackoverflow.com/questions/4933677/detecting-windows-ie-proxy-setting-using-java
|
||
X http://www.java2s.com/Code/Java/Network-Protocol/DetectProxySettingsforInternetConnection.htm
|
||
|
||
|
||
0234 (3.0a7)
|
||
X fix bug causing Preferences window exception
|
||
X https://github.com/processing/processing/issues/3215
|
||
X install/remove buttons not working in the managers
|
||
X https://github.com/processing/processing/issues/3172
|
||
X Preferences window elements not sized correctly in 3.0a6
|
||
X https://github.com/processing/processing/issues/3212
|
||
X https://github.com/processing/processing/pull/3217
|
||
X https://github.com/processing/processing/pull/3220
|
||
X call setEditable() later after the layout
|
||
X Fixed Find/Replace layout regressions in 3.0a6
|
||
X https://github.com/processing/processing/issues/3213
|
||
X https://github.com/processing/processing/pull/3216
|
||
|
||
|
||
0233 (3.0a6)
|
||
X post a note about the "help" stuff
|
||
X https://github.com/processing/processing/labels/help
|
||
X Deal with ctrl-alt-n regression
|
||
X https://github.com/processing/processing/issues/2979
|
||
X don't add a ^M to files when writing
|
||
X https://github.com/processing/processing/issues/3014
|
||
X add more bulletproofing to the save process
|
||
X https://github.com/processing/processing/issues/2923
|
||
X serious text improvements (at least on retina)
|
||
X Menu mnemonics (alt-f, etc) getting typed into the editor
|
||
X https://github.com/processing/processing/issues/3057
|
||
X Opening and closing preferences window prompts user to save unmodified sketch
|
||
X https://github.com/processing/processing/issues/3074
|
||
X Pressing PgDn in a code without scrollbar gives Exception
|
||
X https://github.com/processing/processing/issues/2990
|
||
X internal fixes and cleanups to TweakMode
|
||
X https://github.com/processing/processing/issues/2799
|
||
X implement line numbers in the editor
|
||
X 5px between line number (right-aligned) and the right edge of the gutter
|
||
X ie textAlign(RIGHT) / text(lineNum, LEFT_GUTTER - 5, y)
|
||
X https://github.com/processing/processing/issues/3128
|
||
X run button w/ debugger shouldn't require "continue" before actually starting
|
||
X https://github.com/processing/processing/issues/3096
|
||
X remove code that's moving the sketch path arg later
|
||
X https://github.com/processing/processing/commit/0a14835e6f5f4766b022e73a8fe562318636727c
|
||
X the .macosx, .linux, etc prefs should be stripped
|
||
X only use them on first load, and merge into preferences.txt
|
||
X auto-insert after antlr @SuppressWarnings({ "unused", "unchecked", "cast" })
|
||
X Preferences window sizing problems
|
||
X window contents are cropped off
|
||
X "Your sketch has been modified externally" appear without reason
|
||
X fix file change detection on OS X
|
||
X https://github.com/processing/processing/issues/2852
|
||
X is debug turned on? lots of "export.txt" complaints
|
||
X remove export.txt complaints when loading libraries
|
||
X was because of the readSettings() change
|
||
|
||
integration of pdex/debug
|
||
o make the tabs have a default minimum size
|
||
o multiple sizes as they get smaller (web browser style)
|
||
X merge experimental into the main Java mode
|
||
X thereby removing Java 2.0 mode from the next release
|
||
X otherwise redoing the design for 2 modes
|
||
X changed JLS4 to JLS8 (but make sure it doesn't introduce anything too weird)
|
||
X change build scripts, get things running
|
||
X rename TextArea and TextAreaPainter to JavaTextArea
|
||
X DebugEditor.createTextArea() is copy & pasted from JavaEditor
|
||
X this whole setup is really gross at the moment
|
||
X finish Ant task to download JRE and JDK from Oracle
|
||
X remove public 'ta' object in DebugEditor, also dmode
|
||
X hasJavaTabs() cleanup
|
||
X how does it relate to compilationCheckEnabled?
|
||
X removed, seems to be duplicate/used the same way
|
||
|
||
jre download/install
|
||
X make sure the file downloads correctly before renaming
|
||
X https://github.com/processing/processing/issues/2960
|
||
X update build scripts for Windows and Linux to use JRE downloader Ant Task
|
||
X https://github.com/processing/processing/issues/3059
|
||
|
||
update components
|
||
X moving to Java 8 because Java 7 will be discontinued
|
||
X http://www.oracle.com/technetwork/java/javase/eol-135779.html
|
||
X requires Vista SP2 (ok, just say 7), and OS X 10.8.3, Ubuntu 12.04
|
||
X requires 10.10 to build appbundler (for the Xcode SDK)
|
||
X requires ECJ update (using 4.4.1)
|
||
X http://download.eclipse.org/eclipse/downloads/drops4/R-4.4.1-201409250400/
|
||
X update to launch4j 3.6
|
||
X http://sourceforge.net/projects/launch4j/files/launch4j-3/3.6/
|
||
o update ld and windres: https://github.com/processing/processing/tree/master/java/application/launch4j/bin
|
||
o also xstream.jar https://github.com/processing/processing/tree/master/java/application/launch4j/lib
|
||
|
||
earlier
|
||
X any problems with new code signing crap?
|
||
X issues raised around the symlink (just replace with a copy of the binary?)
|
||
X fixed the short-term problem, filed an issue for the rest
|
||
X https://developer.apple.com/library/prerelease/mac/technotes/tn2206/_index.html#//apple_ref/doc/uid/DTS40007919-CH1-TNTAG205
|
||
X Move import suggestion to errors console
|
||
X https://github.com/processing/processing/issues/2947
|
||
X server.stop produces an error: java.net.SocketException: socket closed
|
||
X https://github.com/processing/processing/issues/74
|
||
X https://github.com/processing/processing/pull/2474
|
||
X NPE when calling Client.ip() after the connection has been closed
|
||
X https://github.com/processing/processing/issues/2576
|
||
X https://github.com/processing/processing/pull/2922
|
||
|
||
joel
|
||
X Add reference for installed tools and libraries to the Help menu
|
||
X https://github.com/processing/processing/issues/943
|
||
X https://github.com/processing/processing/pull/2804
|
||
X examples.properties file missing prevents startup
|
||
X https://github.com/processing/processing/issues/3037
|
||
X https://github.com/processing/processing/pull/3047
|
||
X several new French translations
|
||
X https://github.com/processing/processing/pull/3061
|
||
X contributions.txt now gets deleted and recreated instead of overwritten
|
||
X https://github.com/processing/processing/pull/3073
|
||
X https://github.com/processing/processing/issues/2994
|
||
X Contrib Manager does not stop parsing contribs.txt if an error exists
|
||
X https://github.com/processing/processing/pull/3132
|
||
X offer to install libraries imported libraries that are not available
|
||
X https://github.com/processing/processing/pull/3155
|
||
X https://github.com/processing/processing/issues/2566
|
||
X make fatal errors terminate the pde
|
||
X https://github.com/processing/processing/issues/3068
|
||
X https://github.com/processing/processing/pull/3069
|
||
X Java 8 method replace() used, removed
|
||
X https://github.com/processing/processing/issues/3168
|
||
X https://github.com/processing/processing/pull/3169
|
||
X Closing a few unclosed BufferedReaders and InputStreams
|
||
X https://github.com/processing/processing/pull/2961
|
||
|
||
manindra
|
||
X Fix for "Probably a ++ should go here" messages
|
||
X https://github.com/processing/processing/issues/2956
|
||
X Missing opening curly bracket error
|
||
X https://github.com/processing/processing/issues/3104
|
||
X missing parenthesis error message
|
||
X https://github.com/processing/processing/issues/3103
|
||
|
||
akarshit
|
||
X rewrite preferences window to use proper layout
|
||
X https://github.com/processing/processing/issues/67
|
||
X https://github.com/processing/processing/issues/2708
|
||
X https://github.com/processing/processing/issues/2986
|
||
X Find/Replace dialog uses GroupLayout
|
||
X https://github.com/processing/processing/pull/3190
|
||
X https://github.com/processing/processing/pull/3131
|
||
X issues with cut/copy shortcuts not working
|
||
X https://github.com/processing/processing/pull/3138
|
||
X https://github.com/processing/processing/issues/3136
|
||
X https://github.com/processing/processing/issues/3107
|
||
X IllegalArgumentException when clicking between editor windows
|
||
X https://github.com/processing/processing/issues/2530
|
||
X https://github.com/processing/processing/pull/3101
|
||
X Newline after a very long line moves the visible area right
|
||
X https://github.com/processing/processing/issues/3148
|
||
X https://github.com/processing/processing/pull/3196
|
||
|
||
pulls
|
||
X splash screen for Linux
|
||
X https://github.com/processing/processing/pull/3005
|
||
X add mnemonics for menus (alt-f to open 'file')
|
||
X http://code.google.com/p/processing/issues/detail?id=12
|
||
X https://github.com/processing/processing/issues/51
|
||
X https://github.com/processing/processing/pull/2382
|
||
X getCaretLocation() bug in syntax.im package
|
||
X https://github.com/processing/processing/issues/2934
|
||
X finish up debian package support (see the processing.mess folder)
|
||
X http://code.google.com/p/processing/issues/detail?id=75
|
||
X these bits need to be checked to ensure that they work on other distros
|
||
X https://github.com/processing/processing/issues/114
|
||
X https://github.com/processing/processing/pull/2972
|
||
X https://github.com/processing/processing/issues/2973
|
||
X https://github.com/processing/processing/pull/2974
|
||
X Replace ColorChooser PApplets with custom Swing components
|
||
X https://github.com/processing/processing/pull/2975
|
||
X fix encodings, line endings, and mime types in the repo
|
||
X https://github.com/processing/processing/issues/2955
|
||
X https://github.com/processing/processing/pull/2978
|
||
X https://github.com/processing/processing/pull/2977
|
||
X add control for dependencies (i.e. svg needs xml), needed for export
|
||
X http://code.google.com/p/processing/issues/detail?id=70
|
||
X https://github.com/processing/processing/issues/109
|
||
X https://github.com/processing/processing/pull/3010
|
||
X lots of Auto Format fixes
|
||
X https://github.com/processing/processing/pull/3002
|
||
X https://github.com/processing/processing/issues/2540
|
||
X https://github.com/processing/processing/issues/1041
|
||
X update name of sketch in the "Recent" menu
|
||
X https://github.com/processing/processing/issues/2984
|
||
X https://github.com/processing/processing/pull/3046
|
||
X File change detection rewrite
|
||
X https://github.com/processing/processing/pull/3048
|
||
X another file change detection rewrite
|
||
X https://github.com/processing/processing/pull/3070
|
||
X broken Windows build due to launch4j .jar not updated
|
||
X https://github.com/processing/processing/issues/3062
|
||
X https://github.com/processing/processing/pull/3066
|
||
X exported Linux sketches must be run from the sketch folder
|
||
X https://github.com/processing/processing/issues/1046
|
||
X https://github.com/processing/processing/pull/3083
|
||
X processing.net.Server only cleans up internal Clients when trying to write
|
||
X https://github.com/processing/processing/issues/3089
|
||
X https://github.com/processing/processing/pull/3097
|
||
X Display download percentage when fetching contrib info
|
||
X https://github.com/processing/processing/pull/3161
|
||
X Recreating Client instance will cause an out-of-memory error
|
||
X https://github.com/processing/processing/issues/1400
|
||
X https://github.com/processing/processing/pull/3088
|
||
X Greek translation and new fonts
|
||
X https://github.com/processing/processing/pull/3025
|
||
X Show tooltip when hovering over errors
|
||
X https://github.com/processing/processing/pull/3119
|
||
X Fix multi-touch horizontal scrolling on OS X
|
||
X https://github.com/processing/processing/pull/3170
|
||
X https://github.com/processing/processing/issues/180
|
||
X Refactor examples manager window
|
||
X https://github.com/processing/processing/issues/3133
|
||
X https://github.com/processing/processing/pull/3177
|
||
X Fix ColorChooser cursor
|
||
X https://github.com/processing/processing/pull/3186
|
||
X Improve Spanish localization
|
||
X https://github.com/processing/processing/pull/3185
|
||
X internationalization of editor error messages and greek translations
|
||
X https://github.com/processing/processing/pull/3189
|
||
X improve internationalization and localization in greek
|
||
X https://github.com/processing/processing/pull/3197
|
||
|
||
|
||
0232 pde (3.0a5)
|
||
X remove debug message printed to the console when the ctrl key is down in PDE X
|
||
X size(640,360 , P3D) doesn't work properly
|
||
X https://github.com/processing/processing/issues/2924
|
||
X https://github.com/processing/processing/pull/2925
|
||
X remove sound library, have it installed separately like video
|
||
X Fix the shortcut keybindings in editor tab popup menu
|
||
X https://github.com/processing/processing/issues/179
|
||
X https://github.com/processing/processing/pull/2821
|
||
X answer deb questions
|
||
X https://github.com/processing/processing/issues/114
|
||
X change how languages are loaded
|
||
X add local override (needs documentation)
|
||
X figure out copyDir() problems before pull
|
||
o moving window to a new location is broken due to the pull
|
||
X update to use new 7u72 version of JRE (and JDK) stuff
|
||
X `return` keyword not treated as such when followed by a bracket
|
||
X https://github.com/processing/processing/issues/2099
|
||
X https://github.com/processing/processing/pull/2958
|
||
X ToolTipManager error fix from Manindra
|
||
X https://github.com/processing/processing/issues/2926
|
||
X Change code completion preferences a bit
|
||
|
||
pulls
|
||
X Cmd + H runs sketch instead of hiding the PDE (OS X)
|
||
X https://github.com/processing/processing/issues/2881
|
||
X Migrate to unsynchronized data structures
|
||
X https://github.com/processing/processing/pull/2863
|
||
X improve contrib manager localization
|
||
X https://github.com/processing/processing/pull/2870
|
||
X Fix typo in spanish translation
|
||
X https://github.com/processing/processing/pull/2906
|
||
X Update ECJ, use 1.7 as source and target Java version
|
||
X https://github.com/processing/processing/pull/2907
|
||
X Fix infinite recursion in sound library
|
||
X https://github.com/processing/processing/pull/2897
|
||
X Add missing generic type parameters
|
||
X https://github.com/processing/processing/pull/2899
|
||
X Remove unused Base.builtOnce instance variable
|
||
X https://github.com/processing/processing/pull/2864
|
||
X miscellaneous fixes
|
||
X https://github.com/processing/processing/pull/2865
|
||
X moved the language stuff to the settings folder
|
||
X https://github.com/processing/processing/pull/2941
|
||
X Some minor UpdateChecker refactorings
|
||
X https://github.com/processing/processing/pull/2830
|
||
X Minor improvements to the Contribution Manager's updates check
|
||
X https://github.com/processing/processing/pull/2861
|
||
X make Cut and Copy in the edit menu active only if some text is selected
|
||
X https://github.com/processing/processing/pull/2834
|
||
X Fix renaming from RGB to Rgb.java and others
|
||
X https://github.com/processing/processing/pull/2825
|
||
X sketches should only write to the console of their editor window
|
||
X https://github.com/processing/processing/issues/153
|
||
X https://github.com/processing/processing/issues/2858
|
||
X https://github.com/processing/processing/pull/2827
|
||
X extend translations and update German language
|
||
X https://github.com/processing/processing/pull/2949
|
||
|
||
pulls (net)
|
||
X NullPointerException message when Server writes to a disconnected client
|
||
X https://github.com/processing/processing/issues/2577
|
||
X https://github.com/processing/processing/pull/2578
|
||
X Implement the active() method for Serial and Server
|
||
X https://github.com/processing/processing/issues/2364
|
||
X https://github.com/processing/processing/pull/2588
|
||
|
||
|
||
0231 pde (3.0a4)
|
||
X add new download redirect for contribs.txt
|
||
X https://github.com/processing/processing/issues/2850
|
||
X contribs for 3.0 need to come from a different location
|
||
X https://github.com/processing/processing/issues/2849
|
||
X add the separate contribs.txt link on download.processing.org
|
||
X fix inside ContributionListing.java
|
||
X change default mode handling to use experimental as the default
|
||
X remove isDefaultMode(), since it was doing the wrong thing
|
||
X make a new preference setting for the default mode
|
||
X this will set folks to the PDE X mode, and prevent conflicts w/ 2.0
|
||
X change last.sketch.mode to mode.last
|
||
X fix OS X default File menu to be the same order as the other File menu
|
||
X TGAs from saveFrame() create transparent/black movies with Movie Maker
|
||
X https://github.com/processing/processing/issues/2851
|
||
X fix export problem on Windows with PDE X
|
||
X https://github.com/processing/processing/issues/2806
|
||
X turn off code completion by default (and reset the preference)
|
||
|
||
pulls
|
||
X Optimize creation of boxed primitives
|
||
X https://github.com/processing/processing/pull/2826
|
||
X Add static modifier to inner classes that don't access parent
|
||
X https://github.com/processing/processing/pull/2839
|
||
X Fix localization in OS X (requires writing property files)
|
||
X https://github.com/processing/processing/pull/2844
|
||
X black font outline appears with large VLW font and OpenGL renderer
|
||
X https://github.com/processing/processing/issues/2845
|
||
X https://github.com/processing/processing/pull/2856
|
||
X updates to Spanish translation
|
||
X https://github.com/processing/processing/pull/2857
|
||
|
||
cleaning
|
||
X single line of code with no semicolon dies with "unexpected token: null"
|
||
X http://code.google.com/p/processing/issues/detail?id=1312
|
||
X https://github.com/processing/processing/issues/1350
|
||
X closed by Dan post-3.0a3
|
||
X move sketchbook into its own window
|
||
X move recent into the sketchbook menu
|
||
X try installing 10.7.3 on Mac Mini and check whether things run
|
||
X make sure it's only running on 64-bit machines?
|
||
|
||
gsoc
|
||
X remove dependency on oscp5 library for tweak mode
|
||
X https://github.com/processing/processing/issues/2730
|
||
X https://github.com/processing/processing/pull/2808
|
||
X https://github.com/processing/processing/pull/2855
|
||
X A few fixes for Contributions Manager
|
||
X https://github.com/processing/processing/issues/2798
|
||
X https://github.com/processing/processing/issues/2831
|
||
|
||
|
||
0230 pde (3.0a3)
|
||
X remove toolbar buttons except for start/stop
|
||
X rename sketchbook tree name, re-order menu, add language hooks
|
||
X split Preferences and PreferencesFrame
|
||
X https://github.com/processing/processing/issues/68
|
||
X http://code.google.com/p/processing/issues/detail?id=29
|
||
X https://github.com/processing/processing/pull/2716
|
||
X shouldn't write sketch.properties unless it's a non-default mode
|
||
X https://github.com/processing/processing/issues/2531
|
||
|
||
gsoc
|
||
X fixes for mode/tool installation
|
||
X https://github.com/processing/processing/pull/2705
|
||
X fix mode updating to work properly
|
||
X https://github.com/processing/processing/issues/2579
|
||
X contrib manager temp folders not always deleting
|
||
X https://github.com/processing/processing/issues/2606
|
||
X problem when removing a mode
|
||
X https://github.com/processing/processing/issues/2507
|
||
X autocompletion dialog box sticking
|
||
X https://github.com/processing/processing/issues/2741
|
||
X Line warning indicators next to scrollbar break after moving around text
|
||
X https://github.com/processing/processing/issues/2655
|
||
X Code completion generates wrong code
|
||
X https://github.com/processing/processing/issues/2753
|
||
X Code completion: Hide overloaded methods unless inside parentheses
|
||
X https://github.com/processing/processing/issues/2755
|
||
X Close auto-completion suggestion box when deleting/backspacing code
|
||
X https://github.com/processing/processing/issues/2757
|
||
X error checking too aggressive in the current alpha
|
||
X https://github.com/processing/processing/issues/2677
|
||
X if 'void' left out before loop or setup, cryptic message about
|
||
X 'constructor loop must be named Temporary_23498_2343'
|
||
X add a better handler for this specific thing?
|
||
X http://code.google.com/p/processing/issues/detail?id=8
|
||
X https://github.com/processing/processing/issues/47
|
||
X Improve how the Contributions Manager handles no internet connection
|
||
X https://github.com/processing/processing/pull/2800
|
||
X Added examples-package as a new contribution type
|
||
X https://github.com/processing/processing/pull/2795
|
||
X https://github.com/processing/processing/issues/2444
|
||
X https://github.com/processing/processing/issues/2582
|
||
X Contributions Managers now show specific titles
|
||
X https://github.com/processing/processing/pull/2777
|
||
X Add rank (starred / recommended) to contributions manager items
|
||
X https://github.com/processing/processing/issues/2580
|
||
o Improve detection and handling of missing semicolons
|
||
o http://code.google.com/p/processing/issues/detail?id=136
|
||
X should be fixed with PDE X (closed by Dan
|
||
X https://github.com/processing/processing/issues/175
|
||
X missing brackets, unmatched brackets
|
||
X examples added to the bug report
|
||
X http://code.google.com/p/processing/issues/detail?id=6
|
||
X closed by Shiffman, working better now
|
||
X https://github.com/processing/processing/issues/45
|
||
X 64-bit versions of sound available on Windows and Linux
|
||
|
||
pulls
|
||
X Add polling to detect file system changes
|
||
X https://github.com/processing/processing/issues/1939
|
||
X https://github.com/processing/processing/pull/2628
|
||
X huge i18n patch
|
||
X https://github.com/processing/processing/issues/632
|
||
X https://github.com/processing/processing/pull/2084
|
||
X http://code.google.com/p/processing/issues/detail?id=593
|
||
X need to make sure the .properties files are read properly as UTF-8
|
||
X Indent breaks when hitting enter before spaces
|
||
X https://github.com/processing/processing/issues/2004
|
||
X https://github.com/processing/processing/pull/2690
|
||
X Localize status messages and contributions panel
|
||
X https://github.com/processing/processing/pull/2696
|
||
X prevent adding files to read-only sketches
|
||
X https://github.com/processing/processing/issues/2459
|
||
X https://github.com/processing/processing/pull/2697
|
||
X Added some helper methods to Language
|
||
X https://github.com/processing/processing/pull/2704
|
||
X More i18n updates
|
||
X https://github.com/processing/processing/pull/2725
|
||
X Add thread names for easier debugging and profiling
|
||
X https://github.com/processing/processing/pull/2729
|
||
X Add missing translations for OS X menu
|
||
X https://github.com/processing/processing/pull/2726
|
||
X fix firstLine when modifying lines above it
|
||
X https://github.com/processing/processing/issues/2654
|
||
X https://github.com/processing/processing/pull/2674
|
||
X Style completion panel when using Nimbus LAF
|
||
X https://github.com/processing/processing/pull/2718
|
||
X enums not supported properly
|
||
X https://github.com/processing/processing/issues/1390
|
||
X http://code.google.com/p/processing/issues/detail?id=1352
|
||
X https://github.com/processing/processing/pull/2774
|
||
X combining char/int/etc casts in one statement causes preproc trouble
|
||
X https://github.com/processing/processing/issues/1936
|
||
X https://github.com/processing/processing/pull/2772
|
||
X Update contributions.* strings to contrib
|
||
X https://github.com/processing/processing/pull/2770
|
||
X Style completion panel on windows
|
||
X https://github.com/processing/processing/pull/2762
|
||
X Update Spanish language strings
|
||
X https://github.com/processing/processing/pull/2769
|
||
X make --output optional in the command line version
|
||
X https://github.com/processing/processing/pull/1866
|
||
X https://github.com/processing/processing/issues/1855
|
||
X https://github.com/processing/processing/issues/1816
|
||
X Fix unneeded scroll bar display in code completion suggestion box
|
||
X https://github.com/processing/processing/pull/2763
|
||
X PDE erroneously detects changes in non-sketch files
|
||
X https://github.com/processing/processing/pull/2794
|
||
X https://github.com/processing/processing/issues/2759
|
||
X Catch MissingResourceException when language key is missing
|
||
X https://github.com/processing/processing/pull/2780
|
||
X Replace Thread with invokeLater in PreferencesFrame
|
||
X https://github.com/processing/processing/pull/2811
|
||
X Initialize the ColorSelector tool on demand
|
||
X https://github.com/processing/processing/pull/2823
|
||
|
||
languages
|
||
X Japanese https://github.com/processing/processing/pull/2688
|
||
X Spanish https://github.com/processing/processing/pull/2691
|
||
X Dutch https://github.com/processing/processing/pull/2694
|
||
X French https://github.com/processing/processing/pull/2695
|
||
X Portugese https://github.com/processing/processing/pull/2701
|
||
X Korean https://github.com/processing/processing/commit/7b60e2ded9ca81f6a5a08a818aaf84ee4bb029e3
|
||
X Turkish https://github.com/processing/processing/pull/2740
|
||
X Chinese https://github.com/processing/processing/pull/2748
|
||
|
||
earlier
|
||
X repo cleanup
|
||
X remove non-web stuff from web
|
||
X remove non-android stuff from android
|
||
X remove web and android from the main repo
|
||
X separate prefs and sketch state info?
|
||
X this would mean prefs being rewritten far less
|
||
|
||
|
||
0229 pde (3.0a2)
|
||
X fix "No such file or directory" error when exporting an application on OSX
|
||
X this also resulted in the application not being signed at all
|
||
X https://github.com/processing/processing/issues/2614
|
||
X this is a fairly major issue...
|
||
X possible to open a sketch multiple times
|
||
X by double-clicking one of its files instead of the main pde file
|
||
X user opens non-main pde of already open sketch, it'll open again
|
||
X https://github.com/processing/processing/issues/2506
|
||
X remove the prefs for 32/64-bit from Preferences
|
||
X also remove the extra OS X cruft inside Runner.java
|
||
X OS X export button not disabled on other platforms
|
||
X https://github.com/processing/processing/issues/2642
|
||
o try new syntax package
|
||
X exclude 'fonts' folder from build (since it's going into the JRE)
|
||
X was storing our fonts in both ./lib/fonts and jre/lib/fonts
|
||
X now gets the jre folder and loads from there
|
||
X make ant fail when trying to delete JRE files that don't exist
|
||
X some aren't being removed properly
|
||
X fix the build scripts to include the examples
|
||
X https://github.com/processing/processing/issues/2652
|
||
X all examples are out of "processing/java" and are now in "processing-docs/content/". The Book examples have been removed entirely from our repositories.
|
||
o "Platform is ${platform}" message during 'ant clean'
|
||
o on OS X, but not Windows (haven't checked Linux)
|
||
X this was in pdex/build.xml
|
||
X remove welcome message from the sound library
|
||
X URL opening problem fixed by use of getCanonicalPath() on Windows
|
||
X https://github.com/processing/processing/issues/2656
|
||
X add a new pref for the 3.0 sketchbook location
|
||
X if Server constructor fails, throw an exception
|
||
X https://github.com/processing/processing/issues/2604
|
||
o check on why 2x core.jar inside the Java folder
|
||
o maybe OS X Java can't look in subfolders? (just auto-adds things)
|
||
o https://github.com/processing/processing/issues/2344
|
||
X one is used by the PDE, the other is used as a library
|
||
X get 'modified' indicator working on document windows again
|
||
X https://github.com/processing/processing/issues/2194
|
||
X remove default menu bar hack when 7u60 arrives
|
||
X http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8022667
|
||
X when renaming a tab, include the previous name to be edited
|
||
X changing the mode on an untitled, unmodified sketch removes untitled status
|
||
|
||
gsoc
|
||
X clear status messages in the Contribution Manager
|
||
X https://github.com/processing/processing/pull/2667
|
||
X https://github.com/processing/processing/issues/2599
|
||
X may need a progress bar for "save as"
|
||
X or just the file copy function in general
|
||
X since it may take a long time (i.e. 1000s of screen grabs)
|
||
X http://code.google.com/p/processing/issues/detail?id=31
|
||
X https://github.com/processing/processing/issues/70
|
||
X https://github.com/processing/processing/pull/2370
|
||
X NullPointerException in addBreakpointComments() when saving sketch
|
||
X https://github.com/processing/processing/issues/2675
|
||
X run button seems to stay highlighted permanently
|
||
X https://github.com/processing/processing/issues/2676
|
||
X new tab/rename dialog box
|
||
X https://github.com/processing/processing/issues/2431
|
||
X fix issue where the browser wasn't opening the reference properly
|
||
X https://github.com/processing/processing/pull/2657
|
||
|
||
pulls
|
||
X insert tabs properly when prefs set for tabs mode
|
||
X https://github.com/processing/processing/pull/2607
|
||
X improve look of Nimbus LAF
|
||
X https://github.com/processing/processing/pull/2671
|
||
|
||
earlier
|
||
X maxHeapSize typo in the build scripts
|
||
X https://github.com/processing/processing/issues/2603
|
||
X remove minim
|
||
X add the new sound library to the build process
|
||
X for() loop with nothing inside parens crashes Auto Format
|
||
X https://github.com/processing/processing/issues/2141
|
||
o double-clicking a .pde file doesn't open properly on OS X
|
||
o https://github.com/processing/processing/issues/2639
|
||
X moving p5 examples to the web repo
|
||
X move examples into web repo
|
||
o OS X not opening a sketch at all on pde double-click? (though opening the app)
|
||
X Chinese text is overlapped in Processing 2.1 editor
|
||
X https://github.com/processing/processing/issues/2173
|
||
o type cut off in dialog boxes on OS X retina machines
|
||
o https://github.com/processing/processing/issues/2116
|
||
o add spaces to the end of the text?
|
||
X seems to have fixed itself in newer Java releases
|
||
X implement Windows menu in the PDE
|
||
X https://github.com/processing/processing/issues/584
|
||
X Auto Format: Switch block cases not indented
|
||
X https://github.com/processing/processing/issues/1042
|
||
|
||
|
||
0228 pde (3.0a1)
|
||
X increase heap size to 256m (-Xmx256) per Manindra request
|
||
X use a ButtonGroup so that the current Mode cannot be de-selected
|
||
X https://github.com/processing/processing/issues/2545
|
||
|
||
earlier
|
||
X cpu usage when nothing happening (unmarked duplicate)
|
||
X https://github.com/processing/processing/issues/1074
|
||
|
||
gsoc
|
||
X Line coloring incorrect for filtered contribution listings
|
||
X https://github.com/processing/processing/issues/2583
|
||
X https://github.com/processing/processing/pull/2598
|
||
X Added Present's background color as an option to the Preferences window
|
||
X https://github.com/processing/processing/pull/2568
|
||
X check for updates with contribs
|
||
X https://github.com/processing/processing/pull/2636
|
||
X shows update manager on startup
|
||
X contrib properties files ignored in favor of contributions.txt from p5.org
|
||
X https://github.com/processing/processing/issues/2572
|
||
X tweak mode integrated
|
||
X https://github.com/processing/processing/pull/2624
|
||
X wrong mode selected if sketch is modified (checkbox changes)
|
||
X https://github.com/processing/processing/issues/2615
|
||
X https://github.com/processing/processing/issues/2586
|
||
X Add date and time stamps to the Contribution Manager
|
||
X https://github.com/processing/processing/pull/2651
|
||
|
||
pulls
|
||
X Implementation of a list of open sketches in the Sketch menu
|
||
X https://github.com/processing/processing/pull/2551
|
||
X color selector for the pref (not reading it properly)
|
||
X https://github.com/processing/processing/pull/2568
|
||
X lighting issues with non-planar triangle strips or quad strips
|
||
X https://github.com/processing/processing/issues/2014
|
||
X https://github.com/processing/processing/issues/2018
|
||
X https://github.com/processing/processing/pull/2644
|
||
X set application name on Linux
|
||
X https://github.com/processing/processing/issues/2534
|
||
X https://github.com/processing/processing/pull/2584
|
||
X serial not working on export
|
||
X https://github.com/processing/processing/issues/2559
|
||
X build error on Windows
|
||
X https://github.com/processing/processing/issues/2603
|
||
X https://github.com/processing/processing/pull/2610
|
||
|
||
|
||
0227 pde (2.2.1)
|
||
X use mouseReleased() instead of mousePressed() in color selector
|
||
X otherwise it registers the release as a click in the color window
|
||
X https://github.com/processing/processing/issues/2514
|
||
X missing 'version' in contrib causes NPE
|
||
X https://github.com/processing/processing/issues/2517
|
||
X bring back setIcon(Frame) for PDE X and others
|
||
X https://github.com/processing/processing-experimental/issues/64
|
||
X how was PDE X able to crash 2.2?
|
||
X add additional code to rework how this is handled
|
||
X Auto Format patch mess
|
||
X https://github.com/processing/processing/pull/2271
|
||
X why is the JDK path showing up as a ._ feller in OS X?
|
||
X https://github.com/processing/processing/issues/2520
|
||
X "Archive Sketch" Tool doesn't force a .zip file extension
|
||
X https://github.com/processing/processing/issues/2526
|
||
|
||
python
|
||
J modifications for captureEvent and Python
|
||
J https://github.com/processing/processing/pull/2527
|
||
J Permit implementing movieEvent without having to link to Movie at build time
|
||
J https://github.com/processing/processing/pull/2528
|
||
J implement serial events without having to link to Serial at build time
|
||
J https://github.com/processing/processing/pull/2529
|
||
|
||
|
||
0226 pde (2.2)
|
||
X sketches only starting once, or half-starting and hanging
|
||
X https://github.com/processing/processing/issues/2402
|
||
X https://github.com/processing/processing/pull/2455
|
||
X reopen current sketch in new mode editor if file extension is compatible
|
||
X https://github.com/processing/processing/pull/2457
|
||
X https://github.com/processing/processing/issues/2456
|
||
X crash in the 'recent' menu on startup
|
||
X https://github.com/processing/processing/issues/2463
|
||
X sketchbook location is set to an actual sketch (huh?)
|
||
X sketch sometimes simply does not launch
|
||
X https://github.com/processing/processing/issues/2402
|
||
X https://github.com/processing/processing/pull/2455
|
||
X helpful fix contributed by David Fokkema
|
||
X remove the google code uploader
|
||
X JNA conflicts can be avoided with "-Djna.nosys=true"
|
||
X https://github.com/processing/processing/issues/2239
|
||
X fix for Windows launchers
|
||
X fix for Windows export
|
||
X fix for Windows export 64-bit
|
||
X fix for Windows command line
|
||
X fix for Linux launcher
|
||
X fix for Linux export
|
||
X fix for Linux command line
|
||
X fix for OS X launcher
|
||
X fix for OS X export
|
||
X fix for OS X command line
|
||
X import static causes exception (with fix)
|
||
X https://github.com/processing/processing/issues/8
|
||
o https://github.com/processing/processing/pull/2273
|
||
X improve handling of tool loading
|
||
X QuickReference tool was able to bring down the environment
|
||
X https://github.com/processing/processing/issues/2229
|
||
X save the previous open dialog so that we return to the directory
|
||
X https://github.com/processing/processing/pull/2366
|
||
X "if-else" block formatting doesn't follow Processing conventions
|
||
X https://github.com/processing/processing/issues/364
|
||
X https://github.com/processing/processing/pull/2477
|
||
X tab characters not recognized/drawn in the editor (2.1)
|
||
X https://github.com/processing/processing/issues/2180
|
||
X https://github.com/processing/processing/issues/2183
|
||
o udp library has tabs in the text
|
||
X decision to be made on nextTabStop() inside TextAreaPainter
|
||
X Chinese text is overlapped in Processing 2.1 editor
|
||
X https://github.com/processing/processing/issues/2173
|
||
X https://github.com/processing/processing/pull/2318
|
||
X https://github.com/processing/processing/pull/2323
|
||
o maybe user prefs should only cover things that've changed?
|
||
o how to balance colors/etc being stored elsewhere
|
||
o ton of work to maintain this...
|
||
X yeah, no
|
||
X remove video for macosx32 from the repo permanently
|
||
o fix for various net issues
|
||
o https://github.com/processing/processing/pull/2475
|
||
X incorporates other unrelated code, had to close
|
||
|
||
earlier (2.1.2)
|
||
X added get/set methods for status lines (Manindra)
|
||
X https://github.com/processing/processing/issues/2430
|
||
X https://github.com/processing/processing/pull/2433
|
||
X allow non-pde file extensions (JDF)
|
||
X https://github.com/processing/processing/issues/2420
|
||
|
||
export
|
||
X exported apps on Windows 64 not working?
|
||
X https://github.com/processing/processing/issues/2468
|
||
X just needed to add the local path for Java
|
||
X when exporting with local Java embedded, use that version
|
||
X https://github.com/processing/processing/issues/2349
|
||
X (we can do this now since we're actually doing the embedding)
|
||
o export application folder location (for Manindra)
|
||
X https://github.com/processing/processing/issues/2399
|
||
X incorporate new launch4j 3.4
|
||
X http://sourceforge.net/projects/launch4j/files/launch4j-3/3.4/
|
||
X change Windows export to use launch4j instead of the launcher.cpp file
|
||
X actually call ant from inside p5?
|
||
X re-implement an icon for exported applications on Windows
|
||
X make sure that Windows export uses the local Java
|
||
X double-checked with a clean XP install
|
||
X make sure Windows export includes library DLLs
|
||
X remove build/windows/export from repo
|
||
o make sure launch4j export isn't printing to console unless trouble
|
||
X OS X is doing this, though Windows is pushing some stuff through
|
||
X bring back multi-platform export?
|
||
X embed Java only works for the current platform
|
||
o OS X applications can only be exported from OS X
|
||
X actually it's just the embedding, which is a problem on any platform
|
||
X add all sorts of language to the export dialog
|
||
X make available the background colors for present mode, stop button color
|
||
X isolate color chooser into a simpler/smaller class outside tools
|
||
X then can also use from inside processing applications as well
|
||
X http://code.google.com/p/processing/issues/detail?id=30
|
||
X https://github.com/processing/processing/issues/69
|
||
X exported apps reporting as "damaged" on OS X
|
||
X https://github.com/processing/processing/issues/2095
|
||
X implement a call to codesign, and a message box re: installing Xcode
|
||
X use launch4j for export and p5 app itself
|
||
X perhaps even calling it through an ant task
|
||
X windows exported exe problems (pcho)
|
||
o updated launch4j 3.1 beta
|
||
o http://sourceforge.net/projects/launch4j/files/launch4j-3/
|
||
X exe instead of bat to make exported apps run in 64-bit
|
||
X http://code.google.com/p/processing/issues/detail?id=885
|
||
X https://github.com/processing/processing/issues/923
|
||
|
||
|
||
0225 pde (2.1.2)
|
||
X Fix exception caused by Runner when it can't find location
|
||
X https://github.com/processing/processing/issues/2346
|
||
X https://github.com/processing/processing/pull/2359
|
||
G Serial: Update to latest upstream (fixes potential port handle leak)
|
||
G https://github.com/processing/processing/pull/2361
|
||
J add affordance for mode developers to run from Eclipse
|
||
J https://github.com/processing/processing/pull/2422
|
||
J non-pde extensions for modes cause a crash
|
||
J https://github.com/processing/processing/issues/2419
|
||
J some hardcoding for .pde still exists
|
||
J https://github.com/processing/processing/issues/2420
|
||
X the PDE uses 15% of CPU while just sitting idle (thx to David Fokkema)
|
||
X https://github.com/processing/processing/issues/1561
|
||
X https://github.com/processing/processing/pull/2451
|
||
X Update code signing for Processing.app for Mavericks changes
|
||
X https://github.com/processing/processing/issues/2453
|
||
o use --deep for codesign to work? (nope)
|
||
o http://furbo.org/2013/10/17/code-signing-and-mavericks/
|
||
o http://brockerhoff.net/RB/AppCheckerLite/
|
||
J permit modes to specify alternate extension (.py for .pyde stuff)
|
||
J https://github.com/processing/processing/pull/2452
|
||
X sketchPath() returns user.home in exported apps on OSX
|
||
X https://github.com/processing/processing/issues/2181
|
||
|
||
|
||
0224 pde (2.1.1)
|
||
M fix infinite loop in Find/Replace
|
||
M https://github.com/processing/processing/issues/2082
|
||
X updated to Minim 2.2
|
||
X https://github.com/processing/processing/pull/2250
|
||
X minor change to bracket handling
|
||
X https://github.com/processing/processing/pull/2313
|
||
X app is called procesing.app.Base
|
||
X https://github.com/processing/processing/issues/2217
|
||
X noJavaArg set to --export
|
||
X https://github.com/processing/processing/issues/2182
|
||
X export not working on Windows
|
||
X https://github.com/processing/processing/issues/2219
|
||
X right-click on selection is a problem on Windows
|
||
X https://github.com/processing/processing/issues/2210
|
||
G Add Contents/Java to java.library.path for loadLibrary to find .jnilib files
|
||
X jnilib not loading on OS X because Contents/Java needs to be added to path
|
||
X https://github.com/processing/processing/pull/2269
|
||
|
||
serial
|
||
G readStringUntil() missing from new serial library
|
||
G https://github.com/processing/processing/issues/2174
|
||
G updates to serial library
|
||
G https://github.com/processing/processing/pull/2265
|
||
G serial running slowly
|
||
G https://github.com/processing/processing/issues/2249
|
||
G https://github.com/processing/processing/issues/2214
|
||
G Only read a single character at a time to emulate RXTX behavior
|
||
G https://github.com/processing/processing/pull/2240
|
||
G Add basic tests for throughput and latency
|
||
G https://github.com/processing/processing/pull/2225
|
||
G Add a debug() method to Serial
|
||
G https://github.com/processing/processing/pull/2237
|
||
G Switch the examples over to printArray()
|
||
G https://github.com/processing/processing/pull/2226
|
||
G Handle the UnsatisfiedLinkError when loading the native library fails
|
||
G https://github.com/processing/processing/pull/2266
|
||
|
||
fixed in 2.1
|
||
X init() not called on tools until later
|
||
X https://github.com/processing/processing/issues/1859
|
||
X Finish changes so the PDE can use an unmodified JRE
|
||
X https://github.com/processing/processing/issues/1840
|
||
|
||
|
||
0223 pde (2.1)
|
||
X reset font smoothing for everyone to its default by changing the pref
|
||
X To reset everyone's default, replaced editor.antialias with editor.smooth
|
||
X for 2.1. Fonts are unusably gross on OS X (and Linux) w/o smoothing and
|
||
X the Oracle JVM, and many longtime users have anti-aliasing turned off.
|
||
X https://github.com/processing/processing/issues/2164
|
||
X https://github.com/processing/processing/issues/2160
|
||
X Add option to not embed the Java runtime (saves space, but breakage)
|
||
X return code needs to be 1 instead of 0 w/ Commander
|
||
X https://github.com/processing/processing/issues/1798#issuecomment-26711847
|
||
X additional font tweaks due to decreased legibility with Oracle Java
|
||
X type looks a little feeble on OS X with non-retina machines
|
||
X https://github.com/processing/processing/issues/2135
|
||
X should we increase the size of the mode dropdown?
|
||
X processing-java broken in 2.1 beta 1 on OS X
|
||
X https://github.com/processing/processing/issues/2159
|
||
X need to use the embedded Java, different classpath, etc
|
||
X also might be time to put something in to check the version
|
||
|
||
|
||
0222 pde (2.1b1)
|
||
X MovieMaker needs to be compiling as 1.6
|
||
X deal with null/missing folders for Tools and Modes
|
||
X https://github.com/processing/processing/issues/2068
|
||
o bad JS mode causing crash on startup
|
||
X https://github.com/processing/processing/issues/2088
|
||
X looks like issue that was covered in 2.0.3 changes
|
||
X non-compliant libraries cause crash on "Add Library"
|
||
X https://github.com/processing/processing/issues/2026
|
||
X Open new PDE maximized when current PDE is maximized
|
||
X https://github.com/processing/processing/issues/1984
|
||
X https://github.com/processing/processing/pull/2037
|
||
X incorporate the new serial library
|
||
X https://github.com/processing/processing/pull/2093
|
||
X cmd-left is bringing up the text area popup
|
||
X https://github.com/processing/processing/issues/2103
|
||
X still having right-click issues (re-opened)
|
||
X https://github.com/processing/processing/issues/2103
|
||
X bad tool brings down the environment
|
||
X http://code.google.com/p/processing/issues/detail?id=798
|
||
X https://github.com/processing/processing/issues/836
|
||
|
||
cleaning
|
||
o the first time someone hides a tab, put up a msg explaining what it does
|
||
o "don't warn me about this anymore"
|
||
X removed this feature a while back
|
||
o document the move of the auto format menu
|
||
o in the book(s)? in the reference?
|
||
o jer: opengl2 tutorial
|
||
o jer: android tutorial
|
||
o probably later: examples into categories based on difficulty
|
||
o add ratings/difficult level to examples online and in the pde
|
||
o go through examples, figure out how to do many on the site w/ js instead
|
||
X import p5 reference into the javadoc
|
||
o freeze after splash screen on OS X (looks like core.jar in the path)
|
||
X https://github.com/processing/processing/issues/1872
|
||
X can't really fix this
|
||
|
||
fonts/prefs
|
||
X update with bold version of Source Code Pro
|
||
X http://www.google.com/fonts#UsePlace:use/Collection:Source+Code+Pro
|
||
X instead of semibold, which wouldn't correctly connect to the other fonts
|
||
X does editor line status work?
|
||
X not sure what this one was, but added anti-aliasing to the status
|
||
X Editor.applyPreferences() -> painter.setFont() removed
|
||
X need to instead update defaults, then run from there
|
||
X then call repaint() on the text area? or invalidate()? or the painter?
|
||
X make sure font family change is working
|
||
X make sure fonts can actually update size/etc in prefs
|
||
X slightly gray background
|
||
X bgcolor wasn't getting set (since fgcolor was set elsewhere)
|
||
X spacing problem with large sizes (on retina?)
|
||
X not just retina, was problem with non-mono text from Java
|
||
X control text size in console
|
||
o why aren't prefs from theme.txt showing up in preferences.txt? hrm
|
||
o or rather, why can't they be overridden?
|
||
X because theme.txt data is a different animal / that's part of the point
|
||
X should fonts at least be in prefs.txt?
|
||
X http://code.google.com/p/processing/issues/detail?id=226
|
||
X https://github.com/processing/processing/issues/265
|
||
X console font in EditorConsole
|
||
X Font font = Preferences.getFont("console.font");
|
||
o fix console font on Windows and Linux with 7u40
|
||
X couldn't reproduce, but shouldn't be a problem with the rewrite
|
||
X the message area text also looks ugly.. can we fix?
|
||
X add pref to select PDE font (so that CJKV languages work better)
|
||
X https://github.com/processing/processing/issues/2078
|
||
X should we embed the PDE font into the JRE?
|
||
X this would allow it to show up in the menus, etc
|
||
X type in the status area is gross on retina displays and 7u40
|
||
X no longer require restart of Processing when changing the font
|
||
|
||
serial
|
||
X closing several bugs because no longer relevant
|
||
X need 64-bit version of RXTX library
|
||
X http://code.google.com/p/processing/issues/detail?id=1237
|
||
X https://github.com/processing/processing/issues/1275
|
||
X serial still causing problems on OS X
|
||
X http://code.google.com/p/processing/issues/detail?id=52
|
||
X had already been closed
|
||
X serial ports missing from list (OS X)
|
||
X http://code.google.com/p/processing/issues/detail?id=52
|
||
X also was marked fixed...
|
||
X Serial.write problem with Bluetooth SPP virtual serial port
|
||
X http://code.google.com/p/processing/issues/detail?id=318
|
||
X was marked duplicate of #52
|
||
X Serial silently fails when invalid port entered as string
|
||
o https://github.com/processing/processing/issues/2114
|
||
X Serial Issue for RPi (and others)
|
||
o https://github.com/processing/processing/issues/2066
|
||
X RXTX-2.1-7 doesn't list ports created in /dev with VirtualSerialPortApp
|
||
o https://github.com/processing/processing/issues/1460
|
||
X Bluetooth serial problems on Windows when connecting to Arduino device
|
||
o https://github.com/processing/processing/issues/1374
|
||
|
||
movie maker
|
||
o moviemaker video sizes / usability
|
||
o http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Exhibition;action=display;num=1211318862
|
||
X add gamma, better image options, etc to MovieMaker
|
||
X TGA files cause Movie Maker to not work properly
|
||
X https://github.com/processing/processing/issues/1933
|
||
o move Movie Maker out to its own separate tool package (with separate build)
|
||
X http://code.google.com/p/processing/issues/detail?id=837
|
||
X https://github.com/processing/processing/issues/875
|
||
X basically done in more recent releases
|
||
X fix file selection dialog with MovieMaker
|
||
X copied from PApplet, but not importing PApplet
|
||
|
||
build
|
||
X remove video library for other platforms in download
|
||
X update apple.jar file with new version
|
||
X https://developer.apple.com/legacy/library/samplecode/AppleJavaExtensions/Introduction/Intro.html
|
||
X remove Mangler from tools/Mangler
|
||
o update tools/howto.txt to just point at the correct online location
|
||
X just remove the howto file
|
||
X appbundler fixes/changes
|
||
X the "Classes" folder is included
|
||
X appears to be line 138 of main.m
|
||
o maybe this is a holdover from OS X Java? don't know.
|
||
X icon location uses path, even when embedded
|
||
X add indents to the Info.plist output file
|
||
X inside writeInfoPlist from AppBundlerTask.java
|
||
o use Contents/Resources/Java instead of Contents/Java?
|
||
o this is in main.m. why the change?
|
||
X doesn't make any difference, just use Contents/Java
|
||
X any missing args from our app (copyrights/versions?)
|
||
X add MinimumSystemVersion for 10.7.3
|
||
X https://developer.apple.com/library/ios/documentation/general/Reference/InfoPlistKeyReference/Articles/LaunchServicesKeys.html#//apple_ref/doc/uid/20001431-113253
|
||
X copy GenericDocumentIcon.icns for placeholder icon
|
||
X from /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/
|
||
X the javadoc includes java.io.* and java.lang.* prefixes.. why?
|
||
X re-run and and check in
|
||
X upload javadoc updates
|
||
X need to require JDK 7u40 to be installed on OS X
|
||
X remove JAVA_HOME requirement from build.xml
|
||
X what's needed on OS X? just the JDK 7u40?
|
||
X remove Java FX from OS X build
|
||
X remove Java FX during Linux builds
|
||
X remove Java FX during Windows builds
|
||
X remove javafx from the embed
|
||
X more about optional files:
|
||
X http://www.oracle.com/technetwork/java/javase/jdk-7-readme-429198.html
|
||
|
||
build instructions and other doc
|
||
X update the build instructions page
|
||
X http://code.google.com/p/processing/wiki/BuildInstructions
|
||
X update github instructions
|
||
X https://github.com/processing/processing/issues/1629
|
||
X https://github.com/processing/processing/wiki/Build-Instructions
|
||
X only JRE needed at this point
|
||
X switched over to Java 7
|
||
o "unable to locate tools.jar" (Windows) can be ignored
|
||
X JAVA_HOME warnings from Ant can also be ignored
|
||
X updates for macosx instructions
|
||
X JDK 7u45 is needed (or whatever version currently in the build)
|
||
X to build appbundler, you'll need Xcode
|
||
X and the command line tools Preferences > Downloads > Command Line Tools
|
||
X appbundler will have an NPE if the osx binary isn't built
|
||
X also need to have 10.8 version of the SDK (old Xcode won't work)
|
||
o add notes to build instructions re: building core with eclipse
|
||
X changing JRE might be a problem for fonts on Linux
|
||
X where the JRE is often replaced
|
||
X and where the font is needed most
|
||
X make note of this on the platforms page
|
||
X also make note re: only JRE needed (instead of JDK)
|
||
X http://wiki.processing.org/index.php?title=Supported_Platforms&action=edit§ion=4
|
||
X now Info.plist.tmpl instead of template.plist
|
||
X can be embedded in a sketch
|
||
X name change due to major modifications
|
||
|
||
7u40 macosx
|
||
X make OS X launch from its local JRE
|
||
X also need to have a central menubar
|
||
X add the offscreen window hack
|
||
X otherwise mode change causes "do you want to quit?" on OS X
|
||
X remove 32- and 64-bit preference from Preferences on OS X
|
||
o try the bundle on Mac Mini running 10.6
|
||
X we become full 64-bit on OS X
|
||
X meaning that the macosx32 video library goes away
|
||
X and the preference for launching in 32- or 64-bit mode
|
||
X package Java 7u40 version of the app
|
||
X docs.oracle.com/javase/7/docs/technotes/guides/jweb/packagingAppsForMac.html
|
||
X http://www.intransitione.com/blog/take-java-to-app-store/
|
||
X retina support http://bugs.sun.com/view_bug.do?bug_id=8009754
|
||
X useful retina digging/findings for Oracle Java
|
||
X http://bulenkov.com/2013/06/23/retina-support-in-oracle-jdk-1-7/
|
||
X 7u40 target release is "late August"
|
||
X http://openjdk.java.net/projects/jdk7u/releases/7u40.html
|
||
X Contents/Java/Classes folder is added to java.class.path
|
||
X so the folder must exist otherwise the ECJ compiler will crash
|
||
X once fixed, remove notes from JavaBuild.java
|
||
X "Are you sure you want to quit?" when switching modes on Oracle JVM
|
||
X default menu bar is still broken
|
||
X http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8007267
|
||
X add appbundler.jar, otherwise folks have to include Xcode
|
||
|
||
export
|
||
X change app stub in OS X exported application
|
||
X make note re: app export being slower, and resulting app much larger
|
||
X change how export is handled
|
||
X remove ability to export cross-platform apps
|
||
X add ability to embed the current JRE
|
||
X only going to embed always... consider option to disable it later
|
||
o the case for the embedded JRE
|
||
o https://github.com/processing/processing/issues/2104
|
||
X major edits to http://wiki.processing.org/w/Export_Info_and_Tips
|
||
|
||
|
||
0221 pde (2.0.3)
|
||
X add double quotes to readlink call, fixes issue w/ paths and spaces
|
||
X https://github.com/processing/processing/pull/2027
|
||
X fix submitted by hamoid
|
||
|
||
|
||
0220 pde (2.0.2)
|
||
X fix "less less" typo
|
||
X https://github.com/processing/processing/issues/1928
|
||
X slash breaks syntax highlighting (with spaces)
|
||
X https://github.com/processing/processing/issues/1681
|
||
X Fix from Github user hamzaissa
|
||
X selectInput() in exported OS X sketch treats .app package as a folder
|
||
X https://github.com/processing/processing/issues/1959
|
||
X waiting on retina support for JDK 7
|
||
o b86 supposed to have some support (not available yet)
|
||
o http://jdk8.java.net/download.html
|
||
X code with a NUL character causes an error
|
||
X https://github.com/processing/processing/issues/1973
|
||
X also remove NUL characters when loading a file
|
||
X Add "Processing Foundation" to the Help menu
|
||
X https://github.com/processing/processing/issues/1908
|
||
X Update JNA from 3.2.4 to 3.5.2
|
||
X https://maven.java.net/content/repositories/releases/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar
|
||
X https://maven.java.net/content/repositories/releases/net/java/dev/jna/platform/3.5.2/platform-3.5.2.jar
|
||
X problem with associating .pde files
|
||
X https://github.com/processing/processing/issues/286
|
||
X http://code.google.com/p/processing/issues/detail?id=247
|
||
o In regedit: Navigate to Computer\HKEY_CLASSES_ROOT\Applications and find your .exe name. Navigate under its name to shell>open>command. In the Default change its location to the actual location of the executable, hit okay and then try and reassociate the file type as you normally would.
|
||
X UnsatisfiedLinkError causes huge message...
|
||
X error report cleanups haven't been fixed yet
|
||
X reported by Dan
|
||
X this should be better now
|
||
X add exception wrapper for startup
|
||
X Add methods to move files to Trash/Recycle Bin where available
|
||
X allow delete of files in unsaved sketches
|
||
X https://github.com/processing/processing/issues/1942
|
||
X https://github.com/processing/processing/pull/1945
|
||
X proxy server requirement causes problems
|
||
X contrib manager, update checks are broken
|
||
X https://github.com/processing/processing/issues/1476
|
||
X might be able to fix this with something in preferences.txt?
|
||
X http://docs.oracle.com/javase/6/docs/technotes/guides/net/proxies.html
|
||
o Update Java version in the download to be the latest Java 6
|
||
o https://github.com/processing/processing/issues/1841
|
||
X try to use appbundler to create a version that includes a JRE (JDK)
|
||
X http://java.net/downloads/appbundler/appbundler.html
|
||
X docs.oracle.com/javase/7/docs/technotes/guides/jweb/packagingAppsForMac.html
|
||
X http://www.intransitione.com/blog/take-java-to-app-store/
|
||
X hobbling along, should be ready soon
|
||
|
||
cleaning/earlier
|
||
X common error messages
|
||
X with a proper list, we can add links when throwing an error in the PDE
|
||
X Dan started this on the Wiki
|
||
o build is currently broken for fresh checkout due to changes to file layout
|
||
o something that gets fixed by 'make clean'
|
||
o also test on windows and linux
|
||
o add a check to make sure that people aren't running from the dmg
|
||
o doesn't actually cause any problems, so don't bother?
|
||
o code to hide menubar.. just include JNA and call from there?
|
||
NSMenu.setMenubarVisible(false);
|
||
Then we used Cocoa via JNI:
|
||
if([NSMenu menuBarVisible]){
|
||
[NSMenu setMenuBarVisible:NO];
|
||
}
|
||
You can't do that from the AWT event thread. You need to do a -performSelectorOnMainThread to do that on the AppKit event thread.
|
||
Please see <http://developer.apple.com/mac/library/technotes/tn2005/tn2147.html> for more information, particularly the section about "Calling AppKit from AWT/Swing".
|
||
|
||
manager
|
||
X change location of the manager download
|
||
X check to see if manager items from the download can be updated
|
||
X oops, probably not, because they're part of the distribution
|
||
X and folks won't be able to write to those directories
|
||
X changed manager to go to download.processing.org/latest.txt
|
||
X and uses a redirect from there (hopeully that's followed?)
|
||
X libraries need to support multiple categories
|
||
X https://github.com/processing/processing/issues/1970
|
||
X restrict library categories to the ones in the document
|
||
X if it's not correct, shows up as 'other'
|
||
X catch Error (not just Exception) objects during load
|
||
X handles UnsupportedClassVersionError and others
|
||
X argh.. the 'old' folder is really poorly done
|
||
X attempt to install multiple will cause havoc (fail because 'old' exists)
|
||
o remove flagging for deletion
|
||
o half-installed mode causes a lot of trouble
|
||
o maybe it's reading from tmp folders?
|
||
o https://github.com/processing/processing/issues/1875
|
||
X can't fix, no response
|
||
X remove "Compilations" category for libraries
|
||
X modes shouldn't have categories?
|
||
X was counting "Unknown" as a category
|
||
X modes and tools require restart (per ContributionType class)
|
||
X but no message is provided anywhere?
|
||
X mode install requires restart *and* still doesn't show as installed
|
||
X even though it gets added to the modes menu properly after the restart
|
||
X https://github.com/processing/processing/issues/1782
|
||
X Update example list when library is installed
|
||
X https://github.com/processing/processing/issues/1909
|
||
X https://github.com/processing/processing/pull/1925
|
||
X Contributed modes should show up in mode menu after installation
|
||
X waiting for fixed CoffeeScript mode to test this one
|
||
X https://github.com/processing/processing/issues/1504
|
||
X http://code.google.com/p/processing/issues/detail?id=1466
|
||
X modes require restart, that's now properly shown as a message
|
||
|
||
|
||
0219 pde (2.0.1)
|
||
X modes, tools, libraries not copying/moving properly on Windows
|
||
X https://github.com/processing/processing/issues/1781
|
||
X undo seems to not be going to the right location (now with example)
|
||
X https://github.com/processing/processing/issues/707
|
||
X http://code.google.com/p/processing/issues/detail?id=668
|
||
X fixes from Josh Giesbrecht
|
||
X line ending problem with args.txt for Windows when exporting from others
|
||
X (exporting from OS X to Windows)
|
||
X https://github.com/processing/processing/issues/1890
|
||
X add option to remove the background image at the top of the window
|
||
|
||
|
||
0218 pde (2.0)
|
||
X Example window has the Java application icon
|
||
X https://github.com/processing/processing/issues/1800
|
||
X in some cases, pde.jar was not getting built
|
||
X https://github.com/processing/processing/issues/1792
|
||
X ignore modes folder in sketchbook listing
|
||
X https://github.com/processing/processing/issues/1832
|
||
X processing-java return code is wrong (on Linux)
|
||
X was always returning success from Commander, also from the script
|
||
X https://github.com/processing/processing/issues/1798
|
||
X OS X command line didn't have all the correct .jar files
|
||
X https://github.com/processing/processing/issues/1787
|
||
|
||
cleaning
|
||
X most of theme probably moves back into lib
|
||
o editor.bgcolor probably moves out of the theme.txt file for the mode
|
||
o or should it be a user preference thing
|
||
o for that matter, need to decide on how much modes can customize themselves
|
||
X make decision about where coloring is stored
|
||
o needs to be reset for this release, maybe others
|
||
|
||
cleaning/libraries
|
||
o proper libraries warning dialog
|
||
o check if libraries folder does not exist
|
||
o check to see if other libraries are installed
|
||
X warn user about moving libraries and restarting
|
||
X add "pretty menu name" to the export.txt file
|
||
o move export.txt to xml?
|
||
X nah, it's only flat information
|
||
X tools -> get library
|
||
X library url: [ http://blahblah.org/something ]
|
||
X this would grab something.version, and something.zip
|
||
X maybe something.xml that would include a bunch of background
|
||
X tools -> update libraries
|
||
X this would check the something.version to see if it's newer
|
||
o document how to add libraries: put in sketchbook (not libraries folder)
|
||
o library/download.url and library/home.url
|
||
o if there's a reference subfolder, add that to the help menu
|
||
o and enable it for "find in reference"
|
||
X nice idea but too error-prone
|
||
o java.extension.dirs has the library/extn stuff
|
||
o can probably set this blank
|
||
o example from jsyn
|
||
JSyn Installer build 011
|
||
java.vm.version = 1.5.0_07-87
|
||
java.library.path = .:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
|
||
java.ext.dirs = /Library/Java/Extensions:/System/Library/Java/Extensions:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/ext
|
||
Installing Native library JSynV142
|
||
Copy: http://www.softsynth.com/jsyn/plugins/archives/libJSynV142.jnilib
|
||
to: /Users/fry/Library/Java/Extensions/libJSynV142.jnilib
|
||
Native component JSynV142 downloaded successfully.
|
||
Installing JAR file JSynClasses.jar
|
||
Copy: http://www.softsynth.com/jsyn/plugins/archives/JSynClasses.jar
|
||
to: /Users/fry/Library/Java/Extensions/JSynClasses.jar
|
||
JAR file JSynClasses.jar downloaded successfully.
|
||
Note: you must restart your browser before running any JSyn Applets!
|
||
Installation completed.
|
||
o how to catch these?
|
||
o Exception in thread "Animation Thread" java.lang.NoClassDefFoundError: Could not initialize class javax.media.opengl.GLProfile
|
||
o Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: no gluegen-rt in java.library.path
|
||
o cannot really.. part of the launcher
|
||
|
||
|
||
0217 pde (2.0b9)
|
||
X fix MovieMaker, it was completely broken
|
||
X https://github.com/processing/processing/issues/1669
|
||
X create missing parent directories when unpacking zip files
|
||
X fixes library problems with hemesh
|
||
F move JavaScript mode out to its own repo
|
||
X incorporate JDI changes from Manindra
|
||
X fix autoformat to indent like the p5 book/examples
|
||
X http://code.google.com/p/processing/issues/detail?id=325
|
||
X https://github.com/processing/processing/issues/364
|
||
X fix NPE problem with retina checking on Java 7
|
||
o deleting tools folder while running causes exception when changing modes
|
||
o https://github.com/processing/processing/issues/1707
|
||
X won't bother fixing this one
|
||
X remove netscape.javascript stuff
|
||
o move arduino out to its own library (already done, just not on site)
|
||
o crash when selecting "Show Sketch Folder" with Windows 7
|
||
o might be a java.awt.Desktop problem
|
||
X http://code.google.com/p/processing/issues/detail?id=1473
|
||
X marked cantfix back in December
|
||
X change error message for libraries (especially serial) for 32- vs 64-bit
|
||
X "To use this library, switch to 32-bit mode in Preferences." (OS X)
|
||
X "To use this library, you must use the 32-bit version of Processing."
|
||
X rebuild Runner to use SocketAttach
|
||
X deals with spaces in path problem, but also opens a port
|
||
X remove "Listening for transport dt_socket at address: 8727" message
|
||
X reference for normal() uses '50' as z value.. use something normalized
|
||
X how does new JDI affect Experimental? duplicate libs? loader issues?
|
||
X seems to be working fine
|
||
X move Android mode out to its own repo
|
||
X fix line endings in revisions.txt for windows
|
||
X was modifying the wrong file (the source dir, not the work dir)
|
||
X change line endings on Windows to only be replaced during dist
|
||
X otherwise marks revisions.txt as changed
|
||
X processing-java dialog window huge
|
||
X https://github.com/processing/processing/issues/1748
|
||
X library with bad version number in version causes stack trace to print
|
||
X added println warning message about it
|
||
X update mode images again from Casey
|
||
o also send pull request for Florian
|
||
|
||
manager
|
||
X "New version available" mesage is showing html tags around it
|
||
X https://github.com/processing/processing/issues/1684
|
||
X shift color of installed items when selected
|
||
X was ugly gray over selection color
|
||
X fix layout of the update button
|
||
X get update text to align vertically
|
||
X "Update" not working in the library manager
|
||
X https://github.com/processing/processing/issues/1701
|
||
|
||
|
||
0216 pde (2.0b8)
|
||
X remove extra separator at the top of the Help menu on Windows and Linux
|
||
X MovieMaker tool will not start on Windows 8
|
||
X make a little less fragile by not launching as separate process
|
||
X http://code.google.com/p/processing/issues/detail?id=1447
|
||
X clean up the code and interface for the Movie Maker tool
|
||
X http://code.google.com/p/processing/issues/detail?id=836
|
||
X on Windows, the Help menu seems to start with a separator
|
||
X add 6u37 as the Java runtime
|
||
o TextAreaDefaults - is editable in use?
|
||
X add java.io.File to default imports
|
||
X http://code.google.com/p/processing/issues/detail?id=1453
|
||
X update the JavaDoc for the latest release
|
||
X implement from build.xml as well
|
||
X make sure javadoc builds and uploads properly
|
||
X error checker broken in experimental mode (fix from Manindra)
|
||
X http://code.google.com/p/processing/issues/detail?id=1449
|
||
X Color coding for if/else in Processing IDE doesn't match
|
||
X http://code.google.com/p/processing/issues/detail?id=1457
|
||
X add ESC and cmd/ctrl-W to the Examples window
|
||
X move token/syntax coloring out of theme.txt and back into preferences
|
||
X what order should 'recent' menu use?
|
||
X most recent is at the top
|
||
X check on new JDK and how it works on OS X
|
||
X http://jdk7.java.net/macportpreview/
|
||
X add retina support to Info.plist
|
||
X <key>NSHighResolutionCapable</key>
|
||
X <string>true</string>
|
||
X add basics of retina support to the toolbar and header
|
||
X getDefaultToolkit().getDesktopProperty("apple.awt.contentScaleFactor");
|
||
X paper over ArrayIndexOutOfBoundsException in JEditTextArea.xToOffset()
|
||
X Fix IllegalStateException on Windows/Linux in Save prompt
|
||
X happened when hitting ESC or otherwise closing the window
|
||
X "Find in Reference" largely broken in 2.0b7
|
||
C http://code.google.com/p/processing/issues/detail?id=1456
|
||
X discern variable vs function with Find in Reference
|
||
X if no selection, attempt to expand the selection for Find in Reference
|
||
X add cmd-shift-O to "Open Examples" on OS X with no window open
|
||
X go through vida examples to make sure extra imports are not being used
|
||
o do command line to run through all examples?
|
||
X remove Quaqua
|
||
X http://code.google.com/p/processing/issues/detail?id=1509
|
||
X remove separate launch of QT movie creator
|
||
X Don't open Changes page on the Wiki from command line
|
||
X http://code.google.com/p/processing/issues/detail?id=1520
|
||
X prevent inertia scrolling on OS X from making editor jumpy
|
||
X Suggest possible import statements for common Java classes
|
||
X http://code.google.com/p/processing/issues/detail?id=1550
|
||
X for others like collections and Date, show warning and option to add?
|
||
X along with warning that it's not supported
|
||
X processing-java throws java.lang.ArrayIndexOutOfBoundsException: -1
|
||
X http://code.google.com/p/processing/issues/detail?id=1548
|
||
X Library manager leaves temporary folders in sketchbook folder
|
||
X http://code.google.com/p/processing/issues/detail?id=1527
|
||
X "Auto format" should not scroll current line to first line
|
||
X http://code.google.com/p/processing/issues/detail?id=1533
|
||
X add to build instructions for OS X:
|
||
X ant won't work w/ Java 1.7 until you set JAVA_HOME
|
||
X export JAVA_HOME=`/usr/libexec/java_home`
|
||
X fix "Bounds out of range" when outdenting a block of text
|
||
X Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Bounds out of range: 5374,5376 [5375]
|
||
X at processing.app.syntax.JEditTextArea.select(JEditTextArea.java:1214)
|
||
X at processing.app.Editor.handleIndentOutdent(Editor.java:1819)
|
||
X play button (and others) no longer highlighting
|
||
X http://code.google.com/p/processing/issues/detail?id=688
|
||
X run button not properly unhighlighting
|
||
X patch from John Li (jli@circularly.org)
|
||
X readlink error when running processing-java
|
||
X patch from richard@crash.net.nz
|
||
X http://code.google.com/p/processing/issues/detail?id=1578
|
||
o add Iterator as an import?
|
||
X nope, added warning message instead
|
||
X disable single-click expand on OS X for the examples
|
||
|
||
manindra
|
||
M bug that was causing the Debugger to point to wrong break point line numbers
|
||
M 'Debug' button does not re-run the project when it is already running.
|
||
M http://code.google.com/p/processing/issues/detail?id=1504
|
||
M Problems with Find & Replace getting stuck in a loop
|
||
M or replacing with odd text
|
||
M https://github.com/processing/processing/issues/1643
|
||
M https://github.com/processing/processing/pull/1652
|
||
|
||
earlier
|
||
X include debug mode as 'experimental'?
|
||
X DebugMode throwing exception about breakpoints when trying to save
|
||
X what to call it? change java2 folder name?
|
||
X check into apple.awt.graphics.UseQuartz again
|
||
X both for p5.app and for the exported app
|
||
X also need to look at the main to see what it's doing
|
||
X removed in 2.0b7, because it has bugs and is no longer compatible
|
||
<key>Properties</key>
|
||
<dict>
|
||
<key>apple.awt.graphics.UseQuartz</key>
|
||
<string>true</string>
|
||
</dict>
|
||
o also can have case of opening two of same sketch at once
|
||
o if sketch was open, then restart by dragging the .pde to p5.app
|
||
|
||
tool manager
|
||
X from Casey
|
||
X list in the PDE would be updated automatically by querying a web service
|
||
X list on the website would be generated using the same web service
|
||
X All I would need to do is update web/contrib_generate/sources.conf
|
||
X and the rest would happen automatically.
|
||
X general cleanup of the visuals/layout
|
||
X extra files still being left around during install
|
||
X Add Mode is also reporting that it's a library that contains multiple
|
||
X fixed the 'library' part, and its legitimately bad
|
||
X Add Tool is having problems
|
||
X https://github.com/processing/processing/issues/1607
|
||
X http://code.google.com/p/processing/issues/detail?id=1569
|
||
X make already installed libraries distinguishable in the list
|
||
X https://github.com/processing/processing/issues/1250
|
||
X http://code.google.com/p/processing/issues/detail?id=1212
|
||
X work on the design of the list entries themselves
|
||
X add "Installed" indicator? or show the Remove button?
|
||
X using "Add Library" requires restart of Processing before lib recognized
|
||
X https://github.com/processing/processing/issues/1425
|
||
X http://code.google.com/p/processing/issues/detail?id=1387
|
||
|
||
|
||
0215 pde (2.0b7)
|
||
X "expecting EOF, found 'import'" on previously working sketch
|
||
X http://code.google.com/p/processing/issues/detail?id=1376
|
||
X changing default imports to only cover those we have in the reference
|
||
X also on the Android side as well
|
||
X new set: java.io.*,java.util.*
|
||
X removed: java.applet.*,java.awt.Dimension,java.awt.Frame,java.awt.event.MouseEvent,java.awt.event.KeyEvent,java.awt.event.FocusEvent,java.awt.Image,
|
||
X mode detection isn't properly ignoring code inside comments
|
||
X http://code.google.com/p/processing/issues/detail?id=1404
|
||
X added debug mode as 'experimental' heading into 2.0
|
||
o "java.lang.ArrayIndexOutOfBoundsException: 10" shows "10" as error message
|
||
X remove java.awt.* imports from sketches
|
||
X consider hard-coding these
|
||
o the pref can be for additions?
|
||
import java.util.HashMap;
|
||
import java.util.ArrayList;
|
||
import java.io.BufferedReader;
|
||
import java.io.PrintWriter;
|
||
import java.io.InputStream;
|
||
import java.io.OutputStream;
|
||
import java.io.IOException;
|
||
X error lines from Commander should be 1-indexed not 0-indexed
|
||
X http://code.google.com/p/processing/issues/detail?id=1392
|
||
X Sketch that exported to Linux doesn't get the command line arguments
|
||
X http://code.google.com/p/processing/issues/detail?id=1359
|
||
X "electricScroll" feature causing weird jumps when double-clicking
|
||
X http://code.google.com/p/processing/issues/detail?id=1055
|
||
X crash during library download was causing empty library list
|
||
X http://code.google.com/p/processing/issues/detail?id=1093
|
||
X clientEvent() called even w/o data from server (with fix)
|
||
X http://code.google.com/p/processing/issues/detail?id=189
|
||
X check on adding ip() method
|
||
X http://code.google.com/p/processing/issues/detail?id=1228
|
||
X Modify “Copy as HTML” to add second HTML data type when writing the clipboard
|
||
X http://code.google.com/p/processing/issues/detail?id=1065
|
||
X fix contributed by Ostap Andrusiv
|
||
X change default for shift-backspace to just be backspace
|
||
X use editor.keys.shift_backspace_is_delete=true to bring it back
|
||
X standard "Emacs" keybindings not implemented on OS X
|
||
X http://code.google.com/p/processing/issues/detail?id=1354
|
||
X http://guides.macrumors.com/Keyboard_shortcuts§ion=10#Text_Shortcuts
|
||
X fix the debug stuff before shipping this out
|
||
X just remove for the release
|
||
X Reas added notes about command line support to the Wiki
|
||
X http://wiki.processing.org/w/Command_Line
|
||
X mousePressed() coloring now different from mousePressed
|
||
X i.e. mousePressed() is red but mouseMoved() is brown
|
||
X http://code.google.com/p/processing/issues/detail?id=41
|
||
X Token.KEYWORD / KEYWORD1/2 / LITERAL1/2/3
|
||
X casey requests
|
||
X change keyword coloring so that KEYWORD2 and KEYWORD3 are for functions
|
||
X change syntax highlighting so it differentiates keyPressed and keyPressed()
|
||
X syntax highlight with parens also helps "String line" vs "line()"
|
||
X although nothing in here to prevent "String line" from coloring
|
||
X try to make KEYWORD4 and KEYWORD5 work
|
||
X change output from processing-java to be UTF-8 encoded
|
||
X http://code.google.com/p/processing/issues/detail?id=1418
|
||
X Lauch programs in 32-bit mode / 64-bit mode ignored
|
||
X http://code.google.com/p/processing/issues/detail?id=1426
|
||
X double textMode() error message with P3D:
|
||
X textMode(SCREEN) has been removed from Processing 2.0.
|
||
X textMode(256) is not supported by this renderer.
|
||
X errors that cannot be placed (i.e. missing brace)
|
||
X this makes things to jump to the last tab
|
||
X also happens with stray characters sometimes...
|
||
X casey: accidentally typing a letter at the top of the tab
|
||
X throws you onto the end of the last tab... exactly the worst location
|
||
o if the error cannot be placed, just don't change tabs/placement at all
|
||
X prevent errors on first line of a new tab from highlighting on previous tab
|
||
X crashes in PdePreprocessor.scrubComments(PdePreprocessor.java:321)
|
||
X String t = "*/*";
|
||
X http://code.google.com/p/processing/issues/detail?id=1435
|
||
o add to build.xml
|
||
o insert "@SuppressWarnings({"unused", "cast"})" into
|
||
o JavaLexer, JavaRecognizer, PdeLexer, PdeRecognizer
|
||
o from processing/mode/java/preproc/
|
||
X add Eclipse setting to ignore warnings
|
||
|
||
earlier
|
||
X The sketch name can't begin with '_' (underscore)
|
||
X http://code.google.com/p/processing/issues/detail?id=859
|
||
|
||
|
||
0214 pde (2.0b6)
|
||
X Input Method support (for Japanese et al.) has been disabled
|
||
X implement as an option inside Preferences
|
||
X http://code.google.com/p/processing/issues/detail?id=526
|
||
X remove preferences that refer to applets
|
||
X remove applet folder from the Java stuff
|
||
X remove old 'cmd' folder from the Java build directory
|
||
X Import statements are executed within multiline comments
|
||
X http://code.google.com/p/processing/issues/detail?id=911
|
||
X write preferences file sorted
|
||
X Major change to how lib folder is found, hopefully handles cmd line better
|
||
o caretBlinks always true.. just remove the pref?
|
||
o blockCaret always false.. remove it?
|
||
X report from someone about blinking caret
|
||
X http://code.google.com/p/processing/issues/detail?id=1136
|
||
X added caret options
|
||
X editor.caret.blink = true
|
||
X editor.caret.block = false
|
||
X see if commander is still headless
|
||
X check to see if sketchbook is getting picked up for cmd line
|
||
X don't use --request on OS X 10.6, it's not available
|
||
X processing-java ClassNotFoundException: BatchCompiler (Linux)
|
||
X http://code.google.com/p/processing/issues/detail?id=1334
|
||
X 2.0 beta editor does not respond properly if External Editor was enabled
|
||
X http://code.google.com/p/processing/issues/detail?id=1355
|
||
|
||
|
||
0213 pde (2.0b5)
|
||
X Console disappears with increased editor font size
|
||
X http://code.google.com/p/processing/issues/detail?id=1275
|
||
X Change how modes are set up so that XQMode can work properly
|
||
X Change back to ecj.jar, and remove jdt-core.jar references
|
||
X Put ecj.jar in the 'mode' folder for Java so that it's isolated
|
||
X (Kinda gross having it in 'lib' before)
|
||
o better implementation of jar handling using OSGi?
|
||
o http://eclipse.org/equinox/
|
||
o http://eclipse.org/equinox/documents/quickstart-framework.php
|
||
X Libraries not installed through IDE don't appear correctly
|
||
X http://code.google.com/p/processing/issues/detail?id=1331
|
||
X implement multiple sizes of icons for PDE and core
|
||
X http://code.google.com/p/processing/issues/detail?id=632
|
||
X (stubbing things in for artwork update later)
|
||
|
||
|
||
0212 pde (2.0b4)
|
||
M implement find & replace over multiple tabs
|
||
M http://code.google.com/p/processing/issues/detail?id=25
|
||
M added to the projects list
|
||
X change all build.xml files to use Java 6 as both source and target
|
||
X (avoids Java 7 warnings during build)
|
||
A calling jump() resets movie speed
|
||
A http://code.google.com/p/processing/issues/detail?id=1303
|
||
X problems running on OS X with recent updates
|
||
X seems that 1.7 is now the default, and no 32-bit option is available (!@#$)
|
||
X but the 32-bit JVM for 1.6 seems to still be installed
|
||
X sketch renaming regeression due to underscore handling
|
||
X http://code.google.com/p/processing/issues/detail?id=1310
|
||
X library manager using renameTo() (can't cross FS)
|
||
X http://code.google.com/p/processing/issues/detail?id=1295
|
||
X 2.0b3 needs existing sketchbook folder on Linux
|
||
X http://code.google.com/p/processing/issues/detail?id=1286
|
||
o change mode handling so that XQMode works properly
|
||
X decided to just replace ecj with jdt-core
|
||
o move ecj.jar into the java mode folders
|
||
X replace ecj.jar in the .exe, plist, sh, and the rest
|
||
X replaced ecj.jar with org.eclipse.jdt.core_3.7.1.v_B76_R37x.jar
|
||
X rationale
|
||
X built-in modes don't bother with their own 'mode' folder and don't
|
||
X currently use their own classloader. this could be changed, but as
|
||
X it turns out, things like XQMode already *depend* on JavaMode, so
|
||
X that would mean putting the .jar file for ecj into each of the modes
|
||
X that subclass it. not a good solution, but no good solution for
|
||
X library deps either. punting on that for now, and instead just deal
|
||
X with this specific (more esoteric) low-level case w/ a workaround
|
||
X very slow startup on OS X (library manager et al?)
|
||
X if not, move to OS X dist list
|
||
|
||
command line
|
||
X implement command line installer for Mac OS X
|
||
X add processing-java.exe for Windows
|
||
X add processing-java script for Linux
|
||
X file bug for android implementation
|
||
X modify comments on project site to say android, js, etc
|
||
X processing.app.Commander headless still requiring X11
|
||
X problem is static calls to PApplet
|
||
X http://code.google.com/p/processing/issues/detail?id=220
|
||
X set -Djava.awt.headless=true
|
||
X use as a way to remove the non-GUI-specifc code from PApplet
|
||
X so that the builds can run headless
|
||
X could move to java6 and better internal javac support (drop ecj)
|
||
o decided to use Java 6, so check on Javac usefulness
|
||
X change command line to just be part of regular (separate) distros
|
||
X there's so much platform code in there, it's not worth the extra work
|
||
X also include update check for logging
|
||
X command line support is currently broken
|
||
X http://code.google.com/p/processing/issues/detail?id=142
|
||
o some fixes can be found in the bug report
|
||
o need to deal with setting path to sketchbook/examples
|
||
o also deal with the script not being in the right folder
|
||
X lots of other fixes to deal with moving away from weird prefs split
|
||
X kill external editor (for all its quirks) in favor of command line
|
||
o use external editor needs to enable/disable across all windows
|
||
o http://code.google.com/p/processing/issues/detail?id=515
|
||
C Casey says yes kill ext editor and finish command line
|
||
X make note for docs to remove mentions of external editor
|
||
|
||
|
||
0211 pde (2.0b3)
|
||
X make file selectable from the OS X menubar
|
||
X http://code.google.com/p/processing/issues/detail?id=1215
|
||
X make Mode menu into a radio button, so it cannot be de-selected
|
||
X http://code.google.com/p/processing/issues/detail?id=1227
|
||
X no response with registerMethod keyEvent when key pressed or released
|
||
X http://code.google.com/p/processing/issues/detail?id=1225
|
||
o running at size(7000, 4000) followed by size(100, 100)
|
||
X http://code.google.com/p/processing/issues/detail?id=1213
|
||
X won't fix, too hairy and messy
|
||
X clean up handling of untitled sketches
|
||
X was formerly a bare variable in Editor, but affected Sketch
|
||
X changing the default display does not reset editor location
|
||
X so the change appears to have no effect
|
||
X http://code.google.com/p/processing/issues/detail?id=1162
|
||
X cleaning up preferences a bit
|
||
X to use Base, not Editor
|
||
X to apply to all open editors, not just the first
|
||
X "Processing is damaged and should be put in the trash" for 2.0b2
|
||
X http://code.google.com/p/processing/issues/detail?id=1226
|
||
|
||
|
||
0210 pde (2.0b2)
|
||
X no changes
|
||
|
||
|
||
0209 pde (2.0b1)
|
||
X require Mac OS X 10.6.8 as the minimum
|
||
X replace/find need to dim out the buttons
|
||
X i.e. hitting 'replace' multiple times causes weirdness
|
||
X and replace/replace+find buttons shouldn't be active until after a find
|
||
X http://code.google.com/p/processing/issues/detail?id=1056
|
||
X change "Standard" to "Java" mode
|
||
X Any double-click inside Examples window opening the last selection on Windows
|
||
X http://code.google.com/p/processing/issues/detail?id=1201
|
||
X example browser state
|
||
X http://code.google.com/p/processing/issues/detail?id=827
|
||
|
||
|
||
0208 pde (2.0a9)
|
||
X Help menu broken when Processing has spaces in its path name in 2.0a8
|
||
X http://code.google.com/p/processing/issues/detail?id=1164
|
||
|
||
|
||
0207 pde (2.0a8)
|
||
X wordtreemap_sotu gives weird preproc error: wrong line, can't parse extends
|
||
X problem was 'extends' after 'implements'
|
||
X "Open" dialog on Linux wasn't showing directories
|
||
X http://code.google.com/p/processing/issues/detail?id=1151
|
||
X switch Platform to just use java.awt.Desktop classes
|
||
X for Java 1.6, replace com.apple.eio.FileManager.openURL(url);
|
||
X with java.awt.Desktop.browse() and java.awt.Desktop.open()
|
||
X causes a deprecation warning whenever building on osx
|
||
o instead of "show sketch folder" method, use:
|
||
The com.apple.eio.FileManager now has two new desktop interaction methods, revealInFinder(File) and moveToTrash(File). You can use revealInFinder() to open a Finder window in the parent directory of of a file and select it. You can use moveToTrash() to move a file to the most appropriate Trash directory for the volume that contains that file.
|
||
X added 64-bit RXTX for Mac OS X
|
||
X http://blog.iharder.net/2009/08/18/rxtx-java-6-and-librxtxserial-jnilib-on-intel-mac-os-x/
|
||
X bufferUntil() with values above 127 do not work properly
|
||
X http://code.google.com/p/processing/issues/detail?id=1079
|
||
X add warning message about using serial on OS X
|
||
X check on other serial issues, this may fix them
|
||
X http://code.google.com/p/processing/issues/detail?id=944
|
||
X http://code.google.com/p/processing/issues/detail?id=937
|
||
X double-click immediately closes example folder (Windows? Linux)
|
||
X http://code.google.com/p/processing/issues/detail?id=1150
|
||
X work on making GSOC stuff work better with unpatched editor
|
||
X currently using createTextArea() hack inside Editor
|
||
o make better version of the windows launcher for debugging
|
||
X add code for setting the L&F from the prefs file for linux
|
||
o strange window flicker when first opened
|
||
X not seen since rolling back canvas changes
|
||
X added 'all tabs' checkbox, but it's dimmed out
|
||
X don't expand the folders in the examples window
|
||
X cmd-shift-o for opening examples
|
||
X add recent menu to the toolbar
|
||
X add 'empty sketchbook' indicator when the sketchbook menus are empty
|
||
X deleting open sketch (with only one window) attempts to quit
|
||
X (and still deletes, but doesn't close, even if quitting is canceled)
|
||
X affects Windows and Linux
|
||
o shift-tab with no selection should go back two spaces
|
||
|
||
cleaning
|
||
o switching into present mode in info.plist
|
||
o <key>LSUIPresentationMode</key>
|
||
o <integer>4</integer>
|
||
o errors with serial and libraries
|
||
Exception in thread "Thread-2" java.lang.NoClassDefFoundError:
|
||
processing/core/PApplet
|
||
at processing.serial.Serial.<init>(Serial.java:156)
|
||
generally, that error means that something is missing from the
|
||
CLASSPATH. the NoClassDefError gives erroneous feedback about *what*
|
||
class is actually missing, as of java 1.3+ (yay!)
|
||
so perhaps conflicting versions of a library in the sketchbook (solve
|
||
this by setting to an empty sketchbook temporarily) or files might be
|
||
installed in the CLASSPATH variable or something conflicting in
|
||
/System/Library/Extensions.
|
||
F add processing.js export tool from florian
|
||
F http://github.com/fjenett/processingjstool/
|
||
F http://github.com/fjenett/processingjstool/zipball/v0.0.6
|
||
X the word from Apple on Info.plist setup
|
||
X DO NOT USE "JVMArchs". It is deprecated, and manually overrides the natural architecture launching and ordering that LaunchServices does, including accommodating the 32-bit checkbox in the Get Info window.
|
||
o closing this bug, because we'll be replacing the current video library with another sometime later this year. as such, i won't be doing any more bug fixes on the current video library. in the meantime, we recommend using gsvideo, opencv, or one of the other video libraries that are available.
|
||
o setting files executable on export:
|
||
o http://java.sun.com/javase/6/docs/api/java/io/File.html#setExecutable(boolean,%20boolean)
|
||
o specifically add "eclipse" to integration description
|
||
o link books and sample chapters from the "getting started" portion of the faq
|
||
o if export fails (compile error) need to un-highlight the export button
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=39
|
||
o [LaunchRunner Error] processing.app.Base.main(String[]) threw an exception
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=821
|
||
o http://code.google.com/p/processing/issues/detail?id=102
|
||
X not seen for a long time, closed
|
||
o dragging title bar while sketch running causes strange selection behavior
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=504
|
||
X closed as no longer causing a problem
|
||
o "page setup" sucks in java
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=435
|
||
X marked later.. but not really gonna get into it
|
||
o fonts smaller than 10 cause problems in the editor
|
||
o generally causes trouble on osx
|
||
o on windows and linux, changing the size throws things off
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=51
|
||
X ppl weren't restarting the editor
|
||
o implement emacs keybindings (list is at the bug report)
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=401
|
||
X decided not to
|
||
o error messages run off the edge and go invisible
|
||
X http://code.google.com/p/processing/issues/detail?id=18
|
||
X merging into 1032
|
||
o move all prompts to modal dialog showError/Message/Warning/Prompt
|
||
o nicely design dialog boxes to go with visual of p5
|
||
o maybe something that shows stack trace?
|
||
o with an 'email this' button? (include source code too?)
|
||
o also need a "prompt" dialog for asking filenames, etc
|
||
o implement and remove PdeEditorStatus stuff
|
||
X http://code.google.com/p/processing/issues/detail?id=20
|
||
X decided nobody cared
|
||
o errors during export don't show up properly (no red status bar)
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=194
|
||
X could not reproduce
|
||
X prefs window not visible on windows taskbar
|
||
X http://code.google.com/p/processing/issues/detail?id=63
|
||
X long since fixed, apparently
|
||
X add ability to set the display where present mode makes things start
|
||
X code is already in, need to add window and test with multi-monitor setup
|
||
X some code already written in PresentMode.java
|
||
o option in preferences to set the jvm used to run? (osx only?)
|
||
o this would take care of nasty macosx 1.4 vs 1.5 issues
|
||
o /System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Commands/java
|
||
o /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Commands/java
|
||
o /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Commands/java
|
||
o canonical path for
|
||
o /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK
|
||
o will return 1.5.0 (or maybe 1.6 for others?)
|
||
X nope, just using a local JRE/JDK from now on
|
||
o need to decide how to handle "stop" button in present mode
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=63
|
||
o when running externally, people need to write their own stop function
|
||
o just get export to application working so this can be supported
|
||
o for now, they're stuck w/ running in the env and getting the ugliness
|
||
X quitting from present mode doesn't kill run button
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=80
|
||
X fixed earlier (verified in 1.0.9)
|
||
o slow save/new because of large sketchbook
|
||
o this is a total cluster, the rebuild is being called incessantly
|
||
o startup is very slow on g4
|
||
o show progress bar while rebuilding sketch menu?
|
||
o http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1162801212
|
||
o http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1141126582
|
||
o even more of a problem becase set modified set true all the time
|
||
o in 0125, only rebuilding on rename or save as, but still a problem
|
||
o don't re-scan all jar files whenever rebuilding sketch menu (cache)
|
||
X http://code.google.com/p/processing/issues/detail?id=72
|
||
X doesn't seem to be a problem on modern machines
|
||
X in rebuild sketch menu - disable subfolders working as libraries
|
||
X if a sketch, don't allow subfolders
|
||
o or maybe just that libraries must be in the root?
|
||
o nah, cuz that would mean can't make subfolder called "libraries"
|
||
X no longer possible since separate libraries folder is in use
|
||
X is the 'hide' option for code dumb? i've never used it
|
||
X should it just hide the code, not actually remove it?
|
||
X yes, removed a long time ago
|
||
X do we finish the tabs thing for 1.0? yes
|
||
X could probably be done in a reasonable simple way.. ala eclipse
|
||
X show additional tabs in the dropdown list? show all?
|
||
X also done a long time ago
|
||
o robert's tunnel example, why does tunnel not show up as leftmost tab?
|
||
o "save as" shouldn't always show save as dialog
|
||
o unless that's the current mode that's being used
|
||
o http://processing.org/bugs/show_bug.cgi?id=83
|
||
X resolved wontfix
|
||
o handle renaming with case changes (currently ignores case change)
|
||
o see notes/bitching in Sketch.nameCode()
|
||
X http://code.google.com/p/processing/issues/detail?id=32
|
||
X http://code.google.com/p/processing/issues/detail?id=958
|
||
X decided not to: simple workaround available
|
||
o setting sketchbook to a folder on a network mounted drive
|
||
o does this work? test on both on mac and pc..
|
||
o or if not, should recommend people against it
|
||
o (i.e. folders disappearing if net has trouble)
|
||
X http://code.google.com/p/processing/issues/detail?id=33
|
||
X decided wontfix, nobody has ever followed up
|
||
o need method for showing prefs for the tools (?)
|
||
o i.e. add pref to handle date vs. increment on archive sketch
|
||
X http://code.google.com/p/processing/issues/detail?id=108
|
||
X tools that need prefs will show their own GUI anyway
|
||
X pasting into color picker doesn't update the color values
|
||
X http://code.google.com/p/processing/issues/detail?id=68
|
||
X can't reproduce, so closed
|
||
X check on 64-bit RXTX libraries in the Arduino downloads
|
||
o syslog issues on macosx
|
||
X http://code.google.com/p/processing/issues/detail?id=154
|
||
X can't fix
|
||
o port buffering not working properly
|
||
o may just be a problem with thread starvation
|
||
o bufferUntil() fires an event but continues to fill up the buffer
|
||
o bug report includes patch from mellis
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=96
|
||
X fixed in 0140
|
||
o add prompt() method to Serial (simple dialog box that pops up)
|
||
o Add Mark and Space parity to the Serial library
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=1087
|
||
X opted not to a long while ago
|
||
o process still visible in Sysinternals Process Explorer after quit
|
||
X http://code.google.com/p/processing/issues/detail?id=259
|
||
X closed after no follow-up
|
||
o setup() and draw() are not bold on osx (10.4)
|
||
o likely osx refuses to do monaco bold
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1047
|
||
X closed a long while ago
|
||
o track down error in PdeCompiler for message parsing
|
||
o was missing the error about a package being gone
|
||
o can comment out /System/Library/ as a test
|
||
X way too old to know this one
|
||
o Editor stops receiving keyboard input after running a program (8.10)
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1161
|
||
X had been closed as invalid
|
||
o if someone has monaco disabled in font book, the app won't start
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=562
|
||
X Monaco can no longer be disabled
|
||
X modes have their own methods for digging through sketch & libraries folders
|
||
o therefore it need only check the sketch.txt file to see if it's ok
|
||
o (between android and java)
|
||
o but more importantly, if it's something totally different (.py) then
|
||
o that'll be ok, and work fine
|
||
o need another extension for the p5 py stuff
|
||
X seems that we're set on this?
|
||
o android mode will make no attempt to figure out which of your sketches are relevant... however you can add the sketch.txt file (sketch.properties?) to the directory if you want to be specific about it.
|
||
o idea of examples, libraries, reference built into the base system
|
||
o look through web/java_generate to see how the doc stuff works
|
||
o work through andres' pshape changes to smooth things out
|
||
o post videos online of the android work
|
||
X not properly revving the version numbers in releases in the .app file
|
||
X figure out a better way to do this automatically during build
|
||
o right-click on opengl.jar and select native lib location from the third prefs
|
||
o might be possible to do easier opengl setup for eclipse
|
||
X no longer needed with new OpenGL
|
||
o don't allow processing to run on snow leopard with 1.5
|
||
o test .java files on desktop version
|
||
o remove any reference to 'Editor' from Sketch.java
|
||
o or is that excessive, since Document is in there, etc
|
||
o Build does the heavy lifting anyway...
|
||
o the code[] array in Sketch is super hokey... switch to an arraylist
|
||
o and add compare method to SketchCode so that it can be sorted by name
|
||
o can't rename a .pde file as a .java file
|
||
X seems to have been fixed earlier? probably this one:
|
||
o http://code.google.com/p/processing/issues/detail?id=776
|
||
|
||
|
||
0206 pde (2.0a7)
|
||
X suppress "invalid context 0x0" and "invalid drawable" at the console level
|
||
X launch moviemaker as separate Java process (to disable Quaqua)
|
||
o or selectively disable parts to see which is causing the trouble
|
||
o http://www.randelshofer.ch/quaqua/guide/tailoring.html
|
||
X display device preference tweaking
|
||
X update to 6u33 (OS X latest)
|
||
X modify build scripts to handle 32- and 64-bit versions of Linux
|
||
X errors when running 32-bit Java on Linux 64
|
||
X http://code.google.com/p/processing/issues/detail?id=955
|
||
X replace launch4j with the standard version
|
||
X this should take care of most of the launching quirks
|
||
X http://code.google.com/p/processing/issues/detail?id=943
|
||
X launch4j problem
|
||
o no crash when double-clicking a sketch and loading it (?)
|
||
X http://code.google.com/p/processing/issues/detail?id=176
|
||
X also move back to using non-custom for 2.0 when we can drop QT support
|
||
X lots of fighting with Windows registry and launch4j to figure out launcher
|
||
o grab tools.jar from reg keys?
|
||
o don't mess with reg keys until the app is loaded
|
||
o NPE causes trouble sometimes
|
||
o move initRequirements check for JVM to Runner
|
||
X remove the shift designation for new and open to open in same editor or not
|
||
X code is just getting too messy
|
||
X Opening sketch via editor window open-menu ignores mode
|
||
X http://code.google.com/p/processing/issues/detail?id=1034
|
||
X add 64-bit Linux version to the next download
|
||
X revisions.txt should have Windows line endings
|
||
X change in SVN to be platform specific
|
||
X didn't actually do it
|
||
o examples button on toolbar? open / recent / sketchbook?
|
||
X switch to using a warning dialog when bits aren't available
|
||
X http://code.google.com/p/processing/issues/detail?id=884
|
||
X suppress XInitThreads message on Linux with JOGL
|
||
X Linux file chooser is gross (presumably Windows too)
|
||
X http://code.google.com/p/processing/issues/detail?id=1014
|
||
X make note that Android tools do not run on 64-bit Linux
|
||
X causes "file not found" errors
|
||
X switch to a non-modified version of launch4j
|
||
X figured out how to do Intel build for OS X
|
||
X Linux sketchbook selector wasn't working properly at all
|
||
X just default to a folder named 'sketchbook' in the home dir
|
||
X too confusing otherwise
|
||
X disallow underscore at beginning of sketch name
|
||
X http://code.google.com/p/processing/issues/detail?id=1047
|
||
X fix problem with sanitized names potentially overwriting existing sketches (!)
|
||
o do some testing for windows 7 on 64-bit
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1424
|
||
X add general outline of 1.5 and 2.0 releases to the faq
|
||
X video is on its way out, no good/simple solution for fixing now
|
||
X andreas' library will do good things eventually
|
||
o "create font" is slow, implement a progress indicator
|
||
X http://code.google.com/p/processing/issues/detail?id=230
|
||
X wontfix.. moving away from bitmap fonts
|
||
X switch back to yymmdd naming for sketches as the default
|
||
X add Mountain Lion support
|
||
X http://code.google.com/p/processing/issues/detail?id=1134
|
||
|
||
open/base/recent
|
||
X recent sketches
|
||
X http://code.google.com/p/processing/issues/detail?id=188
|
||
X add EditorState class, device-aware placement
|
||
o not properly handling other odd cases
|
||
X don't pollute the recent menu with un-saved sketches
|
||
X toFront() not working from recent menu
|
||
X get rid of restore sketch feature
|
||
o remove pref for restoring sketches
|
||
X implement recent sketches menu
|
||
X add "recent files" list to open menu?
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=1335
|
||
o don't re-open new window on top of another
|
||
X changing how this is handled
|
||
X detect mode and library example folders for recent menu
|
||
o with the same sketch open, a handleOpen() might open a second on top of it
|
||
X should be fixed up
|
||
|
||
applets
|
||
o tool to run in appletviewer? sun.applet.Main is appletviewer
|
||
X require Java 6 (and with that, OS X 10.5 plus Core 2 Intel Mac)?
|
||
o though we need a 64-bit browser before applets will run...
|
||
o http://www.ornl.gov/~t6p/Main/Utilities.html
|
||
o courseware
|
||
o export sketch as applet when uploading
|
||
o save sketch zip files
|
||
o have a means to load them from "teacher" version of p5
|
||
o figure out how to use the
|
||
o items from the 'code' folder not included with applet export
|
||
o add tool to "Add custom html to sketch"
|
||
o that copies applet.html,
|
||
o opens sketch folder,
|
||
o and gives info about what to do next (how to edit)
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=143
|
||
|
||
cleaning/earlier
|
||
o PApplet.this doesn't work
|
||
o doesn't work in javac either--needs to be ClassName.this
|
||
o sketchname.this also doesn't work, because Temporary_NNNN used for name
|
||
o but since it's another tab/class, will run externally
|
||
o so should make the external version use the actual sketch name not temp
|
||
o can't use PApplet.this, doesn't seem to like that
|
||
o instead, must pass variable to inner class
|
||
X should be working (for a while) now because no longer using a temp name
|
||
o quicktime likes to crash (not just on windows)
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=791
|
||
o strange insets for PApplet on certain window managers
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=1187
|
||
X http://code.google.com/p/processing/issues/detail?id=161
|
||
X cannot fix
|
||
o computationally intensive stuff runs really slow inside p5
|
||
o http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1116872745
|
||
o some reports of it not quitting properly, but not confirmed
|
||
X problem with startup on vista 64
|
||
X try this with windows 7 64-bit (install on laptop?)
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1246
|
||
X System.getProperty("sun.arch.data.model").equals("32").
|
||
o add to troubleshooting:
|
||
X remove/rename the preferences file
|
||
o change sketchbook folder to a new location and restart
|
||
o need to only load p5 libs from the p5 directory
|
||
o update the text on the bugzilla page
|
||
o NPE when double-clicking PDE on Mac OS X
|
||
o is thread sync the problem? rebuild menus being called 2x?
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=1251
|
||
o http://code.google.com/p/processing/issues/detail?id=177
|
||
X not seen for a while, closed
|
||
o multiple entries in file menu
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=1260
|
||
X should be fixed, not seen
|
||
o "src/processing/xxxx/Xxxxxxxx.java uses unchecked or unsafe operations."
|
||
X http://code.google.com/p/processing/issues/detail?id=101
|
||
o use pack200/unpack200 to make p5 download smaller
|
||
X http://code.google.com/p/processing/issues/detail?id=95
|
||
X decided not to--no good way to do cross-platform version
|
||
o problem with keyboard shortcuts when building from source
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=1231
|
||
X either fixed or never confirmed
|
||
o make source link on p5 site go direct to the source
|
||
o or at least explain how to navigate
|
||
o post releases on sourceforge so that international mirrors are better?
|
||
X nope, Google should be taking care of this
|
||
o start creating source tarball for each release?
|
||
o roll over the discourse board for 1.0?
|
||
o board stuff
|
||
o only allow moderators to delete posts
|
||
o set "no smileys" as the default (better for posting code)
|
||
X add stuff about the history into the people section
|
||
X descended from dbn, but not dbn, etc..
|
||
o remove the 'search' item from yabb.cgi
|
||
o add note to linux troubleshooting re: key input
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=1161
|
||
X marked wontfix
|
||
o add a command to launch an external editor
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=141
|
||
X getting rid of external editor
|
||
o clipboard implementation example
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=167
|
||
o include a note that 'applet' folder will get emptied/rewritten
|
||
o or rename the old applet folder to something else? (too messy)
|
||
X http://code.google.com/p/processing/issues/detail?id=21
|
||
X added preference in more recent release
|
||
X after deleting a tab code still get's preprocessed, pde file is not forgotten
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1092
|
||
X fixed in 1.0.8 (!)
|
||
X export and export to application fail with umlauts in folder name
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=252
|
||
X fixed in 0140, but no confirmation
|
||
o stop button needs to update itself and work properly
|
||
o also editor buttons to light up and clear properly
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=396
|
||
o need someone to go out and test all scenarios of this
|
||
X this particular version was fixed (though broken again later)
|
||
o video library threading problems with other libraries
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=882
|
||
o using Capture.list() before size() sometimes works
|
||
o also placing OpenGL inside the extensions directory
|
||
X closing because was specific to QTJava
|
||
o serial.available() broken with video
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=829
|
||
X old video library, so closed
|
||
o sometimes not launching
|
||
o this seems to be a threading problem, like an NPE on load/open
|
||
o probaby related to the other load/save sync errors
|
||
X need something more specific than this
|
||
X can't run opengl in 64-bit
|
||
X http://code.google.com/p/processing/issues/detail?id=255
|
||
o PDE locks up during setup() (since no window shown)
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=687
|
||
o maybe better to do an example of running code on another thread
|
||
o when it's done as a script
|
||
X http://code.google.com/p/processing/issues/detail?id=86
|
||
X fixed as good as possible
|
||
X remove jvm from cvs
|
||
X use wget to grab it if it doesn't exist
|
||
o and include an md5hash to see if the file is correct
|
||
X not necessary -- ant takes care of it
|
||
o notes about getting best results from text in each renderer
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=466
|
||
X http://code.google.com/p/processing/issues/detail?id=64
|
||
X marked wontfix
|
||
o Debugger highlights wrong line, and sometimes the wrong file
|
||
o http://code.google.com/p/processing/issues/detail?id=412
|
||
X no test case, closed
|
||
o add support for multiple errors from the compiler
|
||
o actual error may be 4th of 5
|
||
o maybe a dropdown list thing, with the first just shown?
|
||
X http://code.google.com/p/processing/issues/detail?id=19
|
||
X marked cantfix
|
||
o using a processing keyword as a variable name gives unhelpful error message
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=213
|
||
X fixed issue specific to handleDisplay
|
||
o not enough args for triangle (or args in general)
|
||
o throws out bizarre message
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=17
|
||
X fixed up later
|
||
X expecting RPAREN messages are ugly
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=15
|
||
o unchecking 'use external editor' sketch should not set modified
|
||
o dangerous if a version that hasn't been re-loaded has possibility
|
||
o to overwrite. i.e. make a change and save in external editor,
|
||
o don't actually
|
||
o comments shown as code / code shown as comments
|
||
o http://code.google.com/p/processing/issues/detail?id=164
|
||
X merged into new editor issue
|
||
o program sometimes goes gray because it thinks everything is in a comment
|
||
o http://code.google.com/p/processing/issues/detail?id=564
|
||
X merged into new editor issue
|
||
o failed export still copies random files
|
||
o Failed compile on Export or Export to Application
|
||
o still creates folder and leaves mess behind
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1050
|
||
X opted not to fix (rationale in the report)
|
||
o javadoc comment in a static mode app doesn't get moved to the top
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=924
|
||
X http://code.google.com/p/processing/issues/detail?id=115
|
||
o make export put a timestamp in the html code (hidden or visible)
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=66
|
||
X http://code.google.com/p/processing/issues/detail?id=22
|
||
X when holding down shift, show the alternate behavior for EditorHeader
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=37
|
||
o implement new version of history
|
||
o make history folder, and a zip (not gz) file for each entry
|
||
o history causing trouble - super slow with a huge sketch
|
||
o could instead be gzipped and appended to history.dat
|
||
o along with another file that is actually a table of offsets
|
||
o no need to make the thing a gzip stream
|
||
o checkbox on menu for 'record history' ?
|
||
o history converter option?
|
||
o only first 20 entries visible?
|
||
o shortcut to walk through history, ala photoshop (ctrl-alt-z)
|
||
o zlib file becoming corrupt (not flushed after close?)
|
||
o make hooks to history api so others can write tools around it
|
||
X http://code.google.com/p/processing/issues/detail?id=26
|
||
|
||
video/nixed
|
||
o if read() hasn't been called, can cause an error with java2d
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=1041
|
||
o threading problems with video
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=868
|
||
o audio stops working after two seconds
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=277
|
||
o add more information about multiple camera inputs
|
||
o add info about "access" errors being quicktime errors
|
||
o documented in faq, add something to the lib "camera not installed"
|
||
o quicktime.std.stdQTException(QTjava:6.1.3gl),-9405=couldntgetrequiredcomponent,qtversion:7108000 at quicktime.std.stdQTExceptionchekcerror
|
||
o need to add resize method to capture object
|
||
o http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Syntax;action=display;num=1150227643
|
||
o figure out what's up with the qt error handler
|
||
o is this what's preventing the errors from being caught properly?
|
||
o shutting these off for 0116 so hopefully the messages improve
|
||
o (could this be a mac issue with errors not making it through?)
|
||
o need to prevent multiple QTSession open or close
|
||
o static method shared across the lib, or some such
|
||
o reading movie is really really slow (2-3 fps)
|
||
o possible improvement from qtjava list added
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=40
|
||
o tearing and incomplete updates on capture?
|
||
o putting read() inside draw() seems to eliminate this?
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=114
|
||
o when drawing large video, the two triangles for the rect are out of sync
|
||
o only shows up in P3D
|
||
o pause and frameRate aren't working
|
||
o framerate does set the frequency which movieEvent will be called,
|
||
o but it is not setting the "available" field corrrectly.
|
||
o in fact, speed() should be used to set the rate, not frameRate
|
||
o sketch .zip file in casey's email message
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=370
|
||
o wrong device name for video capture will cause a crash
|
||
o couldn't get req'd component also happens when the capture isn't ready
|
||
o may also mean that no camera is plugged in
|
||
o also, don't mention winvdig on the mac
|
||
o include a separate video class to handle just playback
|
||
o video playback can be much faster if not messing with pixels
|
||
o could instead use texsubimage in opengl, etc
|
||
o only supports tint() (to set alpha or color) and drawing? just drawing?
|
||
o stop button won't kill a video sketch (bug 150 example does this)
|
||
X although ESC seems to work? (not sure, didn't test)
|
||
o or audio won't stop even after hitting stop
|
||
o when an exception comes through during cameraEvent, not printed
|
||
o need to show an actual stack trace (InvocationTargetEx)
|
||
o because otherwise it's impossible to debug this stuff
|
||
o video library not working on export to web
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=1421
|
||
o Movie needs the crop() functions ala Capture
|
||
|
||
bugzilla (ouch)
|
||
o add bug voting to the bugs db before 1.0 release?
|
||
o remove LATER, REMIND, WORKSFORME as categories; add VERIFY
|
||
o set default reported bug priority to 4 or 5
|
||
o * disable changes to a bug (except by admin) after closed *
|
||
o fix "reply" garbage added
|
||
o fix "back to bug# 778"
|
||
o remove patch designation
|
||
o make severity a radio button (people aren't using it)
|
||
o change to just ( ) Problem ( ) Feature Request (remove 'severity')
|
||
o remove 'platform' dropdown
|
||
o specify some versions? also add back a "target version" for fix?
|
||
o explanation of P1 through P5
|
||
o goes to bugs page
|
||
o longer description of "i found a bug"
|
||
o what was the unfinished bullet item?
|
||
o also something i forgot to add to the opengl faq stuff
|
||
o move the bugs section of the troubleshooting page to dev.processing.org/bugs
|
||
o search for ALL in the bugs db turns up:
|
||
http://dev.processing.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED
|
||
http://dev.processing.org/bugs/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED
|
||
o http://dev.processing.org/bugs/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&query_format=advanced&order=bugs.priority,bugs.priority%2Cbugs.resolution%2Cbugs.bug_id&query_based_on=
|
||
o add note to bugs db asking to please use archive sketch and attach
|
||
o make a web page that describes how to use the bugs db
|
||
o don't change the bug subject/summary text
|
||
o don't mess with priorities (i will)
|
||
o need to change what people can edit in the bug report
|
||
o do something about the bug summary field to not make it editable
|
||
o maybe just move it away from its current location?
|
||
o call it "bug title" instead of "summary"?
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=253
|
||
o layout problems with attachments page
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=254
|
||
o layout problems with logout page
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=255
|
||
o bug duplicate text field doesn't retain focus
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=256
|
||
o finish putting all the bugs into bugzilla
|
||
o add a notation to the bugs site re: reading the faq and searching first
|
||
X move p5 site bug reporting to bugzilla
|
||
o do the same for suggestions
|
||
o and detail the suggestions policy on the dev site: diy
|
||
o post a page explaining the bug reporting system
|
||
o arrays (frequent questions)
|
||
o using arraylist (avoid vector)
|
||
o cannot use generics
|
||
o using mod to avoid shifting an array
|
||
o append is slow, arraycopy is fast
|
||
o whether arraycopy works to copy array to itself
|
||
o using expand and arrays to move quickly
|
||
|
||
|
||
0205 pde (2.0a6)
|
||
X fix up some of the error messages inside Compiler
|
||
X when internal tools crash, don't add them to the menu
|
||
X (prevents the PDE from locking up on startup)
|
||
X renaming .pde to .java (or vice versa) complains
|
||
X http://code.google.com/p/processing/issues/detail?id=776
|
||
X regression from: http://processing.org/bugs/bugzilla/543.html
|
||
X handleFindReference in Editor.java should be public for alternative modes (?)
|
||
X http://code.google.com/p/processing/issues/detail?id=713
|
||
X seems to have been fixed earlier
|
||
X Base.listFiles does not list recursively if extension is given
|
||
X this is for fjen/js.. fix already contributed:
|
||
X http://code.google.com/p/processing/issues/detail?id=718
|
||
X ByteUnderflowException thrown and Font not reported
|
||
X http://code.google.com/p/processing/issues/detail?id=442
|
||
X convert tabs to spaces when pasting text
|
||
X http://code.google.com/p/processing/issues/detail?id=69
|
||
o Added some basic Emacs cursor navigator keybindings
|
||
o just implement these as a preference
|
||
o http://code.google.com/p/processing/issues/detail?id=555
|
||
o method of including/excluding data files in the JAR
|
||
o or at least a boolean for the whole folder?
|
||
X files moved outside the jar for exporting to application
|
||
X decide whether to do same as Android preproc on parsing size/renderer/etc
|
||
X not gonna enforce it for now
|
||
o should open() not return a Process object? (exec() instead?)
|
||
o pro: can write out error messages (or output)
|
||
o con: loses cross platform ability
|
||
o but: open() is platform specific anyway, ppl can use exec()
|
||
X deciding no, open() would talk to the launcher, not the app
|
||
X size(640, 480, P3D ); -> doesn't pick up as a P3D sketch
|
||
X too many warnings re: use of size() command
|
||
X fjen complaint about size(), update with links to new docs:
|
||
X http://code.google.com/p/processing/issues/detail?id=1071
|
||
|
||
fixed earlier
|
||
X Export reports "Could not copy source file" (even though it works)
|
||
X http://code.google.com/p/processing/issues/detail?id=638
|
||
X Preferences window not visible on taskbar
|
||
X http://code.google.com/p/processing/issues/detail?id=63
|
||
X paste value into color picker tool does not update box-slider
|
||
X http://code.google.com/p/processing/issues/detail?id=68
|
||
X don't see this one having a problem on OS X 10.7
|
||
X Unable to access Javascript examples
|
||
X http://code.google.com/p/processing/issues/detail?id=909
|
||
X appears to have been freak thing in the build process
|
||
X finished work (earlier) to make gsvideo behave properly
|
||
o "setenv DYLD_LIBRARY_PATH /Library/GStreamer/"
|
||
o "setenv setenv GST_PLUGIN_PATH /Library/GStreamer/lib/gstreamer-0.10"
|
||
were added to the file "/etc/launchd.conf" by the installer. This is needed for GStreamer to work properly.
|
||
X Closing sketch file closes applet
|
||
X http://code.google.com/p/processing/issues/detail?id=606
|
||
X Marked closed around 1.5?
|
||
X incorporate gsvideo library from Andres
|
||
o fast java2d video?
|
||
o saving files... save("...svg") or saveSVG("...")
|
||
o lots of other things in the google code issues list
|
||
|
||
displays
|
||
X ability to select monitor via preferences panel
|
||
X this applies to any applet that's run externally currently (verify)
|
||
X make it also work with anything that's run inside of p5 itself
|
||
X this means changing the frame creation code inside Runner
|
||
X check current present code with multiple monitors
|
||
X --bgcolor shouldn't be in main() unless 'present' is turned on
|
||
o actually it should, it controls the window color
|
||
X nah, take it out. why the complexity...
|
||
X if no window color set, then don't apply it
|
||
o also add option for FSEM or not
|
||
X nope, FSEM too buggy and error-prone
|
||
|
||
o find in reference issues
|
||
o if() and for() don't work, they look for for_.html instead of for.html
|
||
o XMLElement is not linked for find in ref
|
||
o the ? operator is not in find in ref (no ref page either?)
|
||
o update keywords generator script on the site
|
||
o perhaps move this closer to the dev process?
|
||
o move reference folder around so that it matches site organization
|
||
o otherwise several links break on the main faq page
|
||
o discuss i18n issues and proper system (?)
|
||
o look through 404 issues on the site
|
||
o TRIANGLE_STRIP not highlighted for "find in reference"
|
||
o nor is it listed on the reference page
|
||
o so students can't find the ref for it
|
||
o needs to link TRIANGLE_STRIP to the beginShape() reference
|
||
|
||
|
||
0204 pde (2.0a5)
|
||
X Doc comments not being properly terminated in export of applet
|
||
X http://code.google.com/p/processing/issues/detail?id=877
|
||
X and fixed again for non-greedy regex
|
||
X make note of when library is not available (serial) with error msg
|
||
X i.e. if running in 64-bit mode on OS X, can't do serial
|
||
X update to Java 6u29 for Linux and Windows (OS X now updated)
|
||
X don't show library conflict warning until someone tries to build
|
||
X with code that actually calls on one of those packages
|
||
X too many people seem to think this is an error
|
||
X work on code to quit if multiple instances are running
|
||
X need to bring the other instance to front
|
||
X and/or open a new window
|
||
X fix bug with 'base' not getting set in the Mac OS X platform class
|
||
X Syntax highlighting not case sensitive in 1.5 through 2.0+
|
||
X http://code.google.com/p/processing/issues/detail?id=913
|
||
X Fix problem with application export on Linux
|
||
X http://code.google.com/p/processing/issues/detail?id=945
|
||
X "import processing.xml" throws a missing library error
|
||
X P3D as the renderer doesn't need import opengl
|
||
X but exporting applet/app needs to recognize that P3D is OpenGL
|
||
|
||
javascript
|
||
F JavaScript mode export folder name
|
||
F http://code.google.com/p/processing/issues/detail?id=848
|
||
F Intermittent hangs of PDE when launching JavaScript Server
|
||
F http://code.google.com/p/processing/issues/detail?id=936
|
||
|
||
fixed in 2.0a3
|
||
X Commenting via menu or shortcut does not set sketch to "need save"
|
||
X http://code.google.com/p/processing/issues/detail?id=860
|
||
|
||
fixed in 2.0a4
|
||
X is there a better way to handle the data folder for apps?
|
||
X rather than adding it to the main zip file?
|
||
X otherwise ppl are copying really large files into a jar...
|
||
|
||
fixed earlier
|
||
A need to get GLGraphics examples out of the video examples
|
||
A Examples > Video > GLGraphics
|
||
X write quicktime uncompressed (w/o qtjava)
|
||
X wrapped into the new moviemaker tool
|
||
X www.randelshofer.ch/blog/2010/10/writing-quicktime-movies-in-pure-java
|
||
X library imports failing for libs that define the same packages in 1.5.1
|
||
X http://code.google.com/p/processing/issues/detail?id=725
|
||
X Closing applet window in Processing 1.5 causes serial crash
|
||
X http://code.google.com/p/processing/issues/detail?id=635
|
||
|
||
|
||
0203 pde (2.0a4)
|
||
X changing between 32- and 64- bit mode on OS X wasn't reloading library paths
|
||
|
||
|
||
0202 pde (2.0a3)
|
||
X fix problem with serial not loading on macosx
|
||
X fix problem with popup menus on the toolbar disappearing immediately (osx)
|
||
X http://code.google.com/p/processing/issues/detail?id=846
|
||
X http://code.google.com/p/processing/issues/detail?id=887
|
||
X Incorrect tab/line shown for preprocessor errors when more than 2 tabs
|
||
X http://code.google.com/p/processing/issues/detail?id=873
|
||
X Commenting via menu or shortcut does not set sketch to "need save"
|
||
X http://code.google.com/p/processing/issues/detail?id=766
|
||
|
||
earlier
|
||
X IDE Export Application button exports applet
|
||
X http://code.google.com/p/processing/issues/detail?id=863
|
||
|
||
|
||
0201 pde (2.0a2)
|
||
X implement movie maker tool
|
||
X http://code.google.com/p/processing/issues/detail?id=836
|
||
X add movie maker tool to the build scripts
|
||
X swap order of applet/application in the file menu
|
||
X update Quaqua to 7.4.2
|
||
X make application the default instead of applet
|
||
X subfolders of windows32 & friends aren't being included (gsvideo problem)
|
||
X on Windows, move the exported DLLs et al inside 'lib'
|
||
X requires change to export/launcher.cpp to include the exe dir
|
||
X change Linux script to handle the 'lib' dir as part of the lib path
|
||
X changed Mac OS X launchers to use Java 1.6
|
||
+ Java 1.6 required for the PDE and for exported applications
|
||
X write .bat file for windows64 application exports
|
||
_ document that this is temporary / file a bug
|
||
X gstreamer has a million DLLs, so it's gross to have them in the main fldr
|
||
o how would launch4j deal with this?
|
||
X print a message in a console when trying to export a lib for unsupported arch
|
||
X add a preferences option for whether to run in 32 or 64-bit
|
||
X gsvideo sometimes needs to run as 64 instead of 32
|
||
X notes about bit depth
|
||
X If no bits specified (libs are all universal, or no native libs)
|
||
X then exportBits will be 0, and can be controlled via "Get Info".
|
||
X Otherwise, need to specify the bits as a VM option.
|
||
|
||
|
||
0200 pde
|
||
X update to java 6u26
|
||
X re-upload with new version to include javac
|
||
X HTML escapes for < and > not working properly
|
||
X http://code.google.com/p/processing/issues/detail?id=771
|
||
X code to quit if multiple instances are running from peter
|
||
X another problem with missing shearX/Y() in JAVA2D
|
||
X http://code.google.com/p/processing/issues/detail?id=784
|
||
|
||
|
||
0199 pde
|
||
X remove error messages for UpdateCheck w/o internet connection
|
||
X 'u' breaks sketches in 0198
|
||
o http://code.google.com/p/processing/issues/detail?id=752
|
||
X additional fixes to handling bad character constants in PdePreprocessor
|
||
|
||
|
||
0198 pde
|
||
X incorporate RXTXcomm.jar and others from Dave
|
||
X Serial.list() cannot find /dev/ttyACM0
|
||
X http://code.google.com/p/processing/issues/detail?id=634
|
||
X incorporate gsvideo and opengl2 as the default libraries for video and opengl
|
||
X Launch script for Linux fails to open a sketches with relative paths
|
||
X http://code.google.com/p/processing/issues/detail?id=707
|
||
X Badly formed character constant exception
|
||
X http://code.google.com/p/processing/issues/detail?id=714
|
||
o people not knowing how to use Java w/ OpenGL renderer
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=1259
|
||
o add deployJava.js to local sketch folder (causes internet requirement)
|
||
X http://code.google.com/p/processing/issues/detail?id=650
|
||
X http://www.java.com/js/deployJava.js
|
||
X bad idea, since it adds 17k to every download
|
||
X make examples window respond to ESC
|
||
X and double-click events to expand/collapse nodes
|
||
X examples window placed off-screen when PDE window is maximized
|
||
X http://code.google.com/p/processing/issues/detail?id=669
|
||
X Resize box on OS X is not present in Examples box
|
||
X http://code.google.com/p/processing/issues/detail?id=730
|
||
X New/Rename Tab commands inhibited when Console/Message Area is hidden
|
||
X http://code.google.com/p/processing/issues/detail?id=745
|
||
X make sketch.properties usable elsewhere by loading/reloading
|
||
X http://code.google.com/p/processing/issues/detail?id=722
|
||
X Export to Application reports "Could not copy source file:"
|
||
X http://code.google.com/p/processing/issues/detail?id=638
|
||
X automatically insert the 'import processing.opengl' when P3D used
|
||
X add support for automatically including OpenGL when asking for P3D
|
||
X when using P3D and not realizing that it's really OpenGL...
|
||
X Export Application Fails When Large File in Data Folder
|
||
X http://code.google.com/p/processing/issues/detail?id=747
|
||
|
||
cleanup
|
||
X how is autoformat doing? good now
|
||
X catch 1.5 code in libraries - is this still an issue for 1.6 on 1.5?
|
||
X Exception in thread "main" java.lang.UnsupportedClassVersionError: quicktime/QTException (Unsupported major.minor version 49.0)
|
||
o javascript and liveconnect to preload applets
|
||
o http://code.google.com/p/processing/issues/detail?id=66
|
||
X let's not bother
|
||
o warn the user that the applet/application folders will be replaced
|
||
X nope, people not seeing this much
|
||
o firmata as a core library (read/write to/from arduino)?
|
||
o package cc.arduino.*
|
||
X no thanks, they've abandoned it
|
||
o add page numbers and file name to printing in p5
|
||
o also add something to control the font & font size
|
||
X -> jer: "can we put fax support in there too?"
|
||
o prevent people from setting the font size too small in the editor
|
||
o how do we figure out what "too small" is?
|
||
X -> everyone thinks this is funny
|
||
|
||
|
||
0197 pde (1.5.1)
|
||
X Windows splash screen for version 1.5 says "1.2"
|
||
X http://code.google.com/p/processing/issues/detail?id=631
|
||
X fix broken UpdateCheck (base was never set)
|
||
o osx splash screen may say 2010 (the one shown on startup in Info.plist)
|
||
X HsvSpace example sketch in 1.5 download requires addition of import
|
||
X http://code.google.com/p/processing/issues/detail?id=661
|
||
X library imports are broken (using pretty name not folder name)
|
||
X http://code.google.com/p/processing/issues/detail?id=637
|
||
X 1.5 can't find java sdk -- patch shell script?
|
||
X http://code.google.com/p/processing/issues/detail?id=633
|
||
X Obsolete Network > HTTPClient sketch
|
||
X http://code.google.com/p/processing/issues/detail?id=655
|
||
X Applets exported by PDE don't find data folder in 1.5
|
||
X http://code.google.com/p/processing/issues/detail?id=666
|
||
X File > New and Command-N stop working on OS X after running a sketch
|
||
X http://code.google.com/p/processing/issues/detail?id=664
|
||
|
||
cleaning
|
||
X check to see whether this bug is fixed once 0140 is released
|
||
X properly handle non-ascii chars in p5 folder name
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=49
|
||
X (could also just warn user to install elsewhere)
|
||
o perhaps the get around this by building into sketch folder
|
||
o when non-ascii chars in use, just launch everything externally
|
||
X "Could not find the main class: processing.app.Base. Program will exit."
|
||
X http://code.google.com/p/processing/issues/detail?id=151
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=1126
|
||
o "Fatal exception occurred. Program will exit." on startup
|
||
o seems to be font related, deleting prefs will fix it
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=688
|
||
o Processing IDE icon ALT + Tab low res in Windows XP
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=1040
|
||
|
||
|
||
0196 pde (1.5)
|
||
X upgrade to Quaqua 7.3.4 on OS X
|
||
X fixes checkbox in mode menu smashing into things
|
||
C build a new version of the reference
|
||
X automatically add version numbers to Info.plist
|
||
X would help with beta releases, and not having to edit by hand
|
||
X add another fix for text focus handling
|
||
X http://code.google.com/p/processing/issues/detail?id=627
|
||
X file-save stops running sketch
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=810
|
||
X http://code.google.com/p/processing/issues/detail?id=100
|
||
X fix bug in loadfile2 example
|
||
X http://code.google.com/p/processing/issues/detail?id=522
|
||
o when running with external editor, hide the editor text area
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=20
|
||
X http://code.google.com/p/processing/issues/detail?id=9
|
||
X shift-indent without selection increases indention
|
||
X http://code.google.com/p/processing/issues/detail?id=458
|
||
X Running a sketch destroys other running PApplets
|
||
X http://code.google.com/p/processing/issues/detail?id=567
|
||
X allow more than one sketch to run at a time
|
||
X fix caret bug leading to slow degredation of the PDE
|
||
X fix color selector to be more efficient
|
||
X help casey re-export all applets for the site
|
||
X remove .java files, use one central loading.gif and core.jar?
|
||
X use a custom applet.html template for the export
|
||
X the tool could copy this into the folder just before exporting
|
||
X remove all the 'applet' folders from svn
|
||
X run the javadoc for 1.5
|
||
X remove opengl2 for 1.5 and examples for the final 1.5
|
||
X need to get a new stable release out there, the docs/ref are out of sync
|
||
|
||
from peter n lewis
|
||
X Use Selection For Find
|
||
X http://code.google.com/p/processing/issues/detail?id=571
|
||
X double-clicking whitespace selects adjacent chars
|
||
X clicking i-- ) between -- and ) will select "-- )"
|
||
X in eclipse, it looks to see which is closest and selects that
|
||
X need to check behavior for word and bbedit
|
||
X http://code.google.com/p/processing/issues/detail?id=59
|
||
X http://code.google.com/p/processing/issues/detail?id=576
|
||
X find/replace all around very ugly, fix it up
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=67
|
||
X http://code.google.com/p/processing/issues/detail?id=23
|
||
X http://code.google.com/p/processing/issues/detail?id=580
|
||
X several tweaks
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=68
|
||
o only enable "find next" in menu after a find has happened
|
||
X http://code.google.com/p/processing/issues/detail?id=24
|
||
|
||
several changes to the undo setup
|
||
X sketch marked as modified too aggressively
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=328
|
||
X http://code.google.com/p/processing/issues/detail?id=57
|
||
X "save" clears undo information
|
||
X http://code.google.com/p/processing/issues/detail?id=411
|
||
X PDE change indicator partially broken
|
||
X http://code.google.com/p/processing/issues/detail?id=620
|
||
|
||
fixed in 0195
|
||
X rename/saveas doesn't properly have its focus set
|
||
X under windows, immediately typing after rename doesn't select
|
||
X the whole thing is selected, but not directly editable
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=31
|
||
X http://code.google.com/p/processing/issues/detail?id=13
|
||
|
||
|
||
0195 (pre)
|
||
X Sketch restarts automatically after pressing stop button on PDE
|
||
X problem with window focus issues
|
||
X http://code.google.com/p/processing/issues/detail?id=561
|
||
X 'unexpected token void' for any type of error
|
||
X (due to fallback in preprocessor)
|
||
X 'public' keyword in class declarations breaks syntax checker
|
||
X http://code.google.com/p/processing/issues/detail?id=551
|
||
X found issue where editor objects were being kept around after closing
|
||
X with 1 editor open, the editors array wasn't being cleared
|
||
X (before default file menu, there was no point)
|
||
X with one sketch open, changing the mode doesn't close the original editor
|
||
X only affects linux and windows
|
||
X http://code.google.com/p/processing/issues/detail?id=569
|
||
X move library examples to the examples menu
|
||
o do this once the library documentation has been fixed up
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1278
|
||
X http://code.google.com/p/processing/issues/detail?id=181
|
||
X ctrl-slash not working with esfera on linux (line ending trouble?)
|
||
X or maybe ctrl-slash just broken on linux?
|
||
X http://code.google.com/p/processing/issues/detail?id=596
|
||
X fix from pkalauskas
|
||
X update to Java 6u24 for Linux and Windows
|
||
X brings things in sync with OS X 10.6
|
||
X No .java file export
|
||
X http://code.google.com/p/processing/issues/detail?id=570
|
||
X reference not available from the pde (0194) on mac
|
||
X http://code.google.com/p/processing/issues/detail?id=572
|
||
X reference: auto-format has been moved to edit
|
||
X fix other items on the Environment page
|
||
X casey's vote:
|
||
X Standard, Android, JavaScript, Jython
|
||
X or: Processing, Android, Processing.js, Processing.py
|
||
X clicking the editor window (from the examples window) causes an exception
|
||
X happens because the window is not the focused component
|
||
X JEditTextArea
|
||
X focusedComponent = this -> bad solution for a symptom
|
||
X in Editor, textarea.requestFocus -> requestFocusInWindow, watch the bool
|
||
X don't reload sketch on "save as"
|
||
X this can result in loss of data (undo is lost)
|
||
X http://code.google.com/p/processing/issues/detail?id=62
|
||
X smooth text on status bar (Linux)
|
||
X clear up some issues with focus handling
|
||
X save as/rename don't properly set focus
|
||
X http://code.google.com/p/processing/issues/detail?id=13
|
||
X "No library found" message when using import statements and the code folder
|
||
X http://code.google.com/p/processing/issues/detail?id=568
|
||
X remove version number from splash image
|
||
X http://code.google.com/p/processing/issues/detail?id=324
|
||
X Subfolders in /libraries folder not supported anymore (toxi)
|
||
X http://code.google.com/p/processing/issues/detail?id=578
|
||
X even though it doesn't look modified in the GUI, sketch wants to be saved
|
||
X save untitled sketch, then try to rename, says "save before renaming"
|
||
|
||
earlier
|
||
X Unsatisfied Link Error running OPENGL on 64-bit ubuntu
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1557
|
||
X on linux, mozilla shouldn't be the default browser anymore
|
||
X is there a way to query the default browser? gnome-open? xdg-open?
|
||
X cleaned up some things inside settings, but this was already done
|
||
X 64-bit windows causes UnsatisfiedLinkError with OpenGL
|
||
|
||
|
||
0194 (pre)
|
||
X add new icon for exported sketches
|
||
X examples menu still showing in regular mode
|
||
X import library shows nothing on osx and android
|
||
X examples not showing up in the window
|
||
X build.xml problem knocking out the library examples
|
||
X auto format missing
|
||
X remove "temporarily skipping deletion of" message
|
||
X figure out how to suppress errors from find in build.xml
|
||
X when changing sketchbook location, need to reload examples window
|
||
X and libraries, etc.. maybe just require a restart?
|
||
X rebuilding library list, etc when changing sketchbook location
|
||
X untitled sketches not working properly
|
||
X empty/unmodified sketch, re-open in new mode, untitled bit not set
|
||
X the build is broken! the build is broken!
|
||
X http://code.google.com/p/processing/issues/detail?id=519
|
||
X mode switching broken in windows/linux (closes last window...)
|
||
|
||
|
||
0193 (pre)
|
||
X Code folder oddity on application export (in SVN)
|
||
X http://code.google.com/p/processing/issues/detail?id=486
|
||
L Processing cannot run because it could not ... store your settings.
|
||
L http://code.google.com/p/processing/issues/detail?id=410
|
||
J AutoFormat unecessarily adds spaces to function with multiple args
|
||
J http://code.google.com/p/processing/issues/detail?id=462
|
||
X fix for linux build script (thanks to Kevin Keraudren)
|
||
X http://code.google.com/p/processing/issues/detail?id=466
|
||
o occasional exception in "copy for discourse"
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=729
|
||
X move compiler to mode.java.* instead of runner
|
||
X fix the encoding on OS X for the "Fix Encoding and Reload" function
|
||
X broken link on ye olde' http://processing.org/bugs/bugzilla
|
||
X http://code.google.com/p/processing/issues/detail?id=528
|
||
X hex value from color picker does not start with #
|
||
X http://code.google.com/p/processing/issues/detail?id=529
|
||
|
||
fixed in 0192
|
||
J auto-format screws up if/else/else if blocks
|
||
J http://code.google.com/p/processing/issues/detail?id=325
|
||
L Exported libraries don't mantain symbolic links
|
||
L http://code.google.com/p/processing/issues/detail?id=353
|
||
|
||
fixed earlier
|
||
o add to mac reference for present mode
|
||
o can make full screen work via Info.plist key
|
||
o http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Syntax;action=display;num=1135921427;start=7#7
|
||
X added to export defaults in a much earlier version
|
||
X when running externally, set window frame title to the sketch name
|
||
X is this only a problem on macosx?
|
||
|
||
console, preferences
|
||
X removed build.path from preferences.txt
|
||
X not really used anywhere, just trying to clean things up
|
||
X removed 'console.output.file' and 'console.error.file'
|
||
X these weren't respected as paths, no reason for them
|
||
X change console to write to the 'console/' folder in settings
|
||
X this may eventually create a problem with logs that need to be cleaned
|
||
X but we'll keep an eye on it for now
|
||
X removed 'console' true/false from preferences
|
||
o console output has wrong character encoding
|
||
o this may be fixed now, but writing lots of NULs to the output
|
||
o message(new String(b, offset, length), err, false);
|
||
o http://code.google.com/p/processing/issues/detail?id=197
|
||
X couldn't find a good way to reproduce this, closing
|
||
|
||
macosx
|
||
X add splash image on os x
|
||
If you want a bundled app to show a splash screen you can do so by adding an entry named SplashFile to the Java section of the Info.plist:
|
||
<key>SplashFile</key>
|
||
<string>$JAVAROOT/splash.png</string>
|
||
I do not know if it still works but it did in 2008 (see <http://lists.apple.com/archives/Java-dev/2008/Jun/msg00012.html>).
|
||
|
||
mode work
|
||
X opt for separate examples/sketchbook/libraries for each mode
|
||
X better to put the onus on the mode developers than users
|
||
X and rather than trying to figure out a complicated scheme for inclusion
|
||
X we can have something that takes care of auto-copying per-mode examples
|
||
X implement option to change modes
|
||
X preliminary, ugly version of android coloring
|
||
X can't do fileMenu.add(base.getSketchbookMenu()); inside ThinkDifferent
|
||
X sketchbook location hasn't been determined yet
|
||
X change 'export' to 'export applet'
|
||
X android will be "Export Project", "Export Release Application"
|
||
X along with "Run in Emulator" and "Run on Device"
|
||
X base needs to have a default mode, which is the last used
|
||
X locations: sketchbook, examples, libraries
|
||
X 'export' and 'export application' titles and/or # of items
|
||
X 'run' and 'present' under sketch, and/or # of items
|
||
|
||
serial
|
||
X updated serial lib for mac osx
|
||
X http://code.google.com/p/processing/issues/detail?id=503
|
||
X http://rxtx.qbang.org/wiki/index.php/Download
|
||
|
||
editor
|
||
X accented letter input is broken (on os x and windows)
|
||
X http://code.google.com/p/processing/issues/detail?id=335
|
||
X disabled input method support for now
|
||
X make some fancy extendo things because the tabs get too big
|
||
X either condense or popdown menu thingy
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=54
|
||
X http://code.google.com/p/processing/issues/detail?id=17
|
||
X don't show tabs when there are too many
|
||
X maybe move the list of files to the top?
|
||
X or indicate which are visible somehow
|
||
X slightly longer.. rearrange?
|
||
X or just show tabs in (alpha?) order based on what's most recently used
|
||
X have some indicator that shows the tabs when they've disappeared
|
||
X or little mini tabs that expand/contract?
|
||
X and a way to control who's expanded and not
|
||
|
||
examples menu
|
||
X top level directories will be grayed out categories
|
||
X Basics, Topics, 3D, Books, Libraries, Contributed Libraries
|
||
X 'book' examples will be another category
|
||
X i'll add vida examples, can offer to others if they want
|
||
X should be "Getting Started" not GettingStarted
|
||
X window that opens and contains list of examples
|
||
|
||
regressions
|
||
X test code folder on desktop
|
||
X with applet
|
||
X with application
|
||
X test controlp5 on app
|
||
X test controlp5 on applet
|
||
X test code folder on android
|
||
X resize image not shown in lower-right of window
|
||
X test opengl on android
|
||
X make sure that android is working again
|
||
X export is broken in 0192
|
||
X http://code.google.com/p/processing/issues/detail?id=487
|
||
X exceptions in setup() are locking the PDE
|
||
|
||
|
||
0192 (pre)
|
||
J Getting error: Syntax error on token "else", } expected
|
||
J http://code.google.com/p/processing/issues/detail?id=400
|
||
L disappearing horizontal scroll bar
|
||
L appears to have become much worse with the other scrollbar fix
|
||
L ...which itself doesn't seem to be working properly
|
||
L http://code.google.com/p/processing/issues/detail?id=316
|
||
J Autoformat bug (new java "for loop" syntax)
|
||
J http://code.google.com/p/processing/issues/detail?id=420
|
||
J matching brace problem in PDE
|
||
J http://code.google.com/p/processing/issues/detail?id=417
|
||
J fix syntax highlighting of focusGained and others
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=659
|
||
J http://code.google.com/p/processing/issues/detail?id=82
|
||
J compiling with static final global variable
|
||
J http://code.google.com/p/processing/issues/detail?id=427
|
||
X don't let PDE open sketches with bad names (reported by max)
|
||
L Properly enforce the editors minimum size
|
||
L http://code.google.com/p/processing/issues/detail?id=451
|
||
L Patch: Processing IDE destroys symbolic links
|
||
L http://code.google.com/p/processing/issues/detail?id=432
|
||
X Code folder oddity on application export (in SVN)
|
||
X http://code.google.com/p/processing/issues/detail?id=486
|
||
L Processing cannot run because it could not ... store your settings.
|
||
L http://code.google.com/p/processing/issues/detail?id=410
|
||
J AutoFormat unecessarily adds spaces to function with multiple args
|
||
J http://code.google.com/p/processing/issues/detail?id=462
|
||
X fix for linux build script (thanks to Kevin Keraudren)
|
||
X http://code.google.com/p/processing/issues/detail?id=466
|
||
o occasional exception in "copy for discourse"
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=729
|
||
|
||
fixed earlier
|
||
X should really be doing the 'right' thing with sketch file handling
|
||
X create temporary file when saving
|
||
X once done writing, use remove the original and rename the old
|
||
X some basic stuff like this..
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=968
|
||
X http://code.google.com/p/processing/issues/detail?id=127
|
||
|
||
|
||
0191 (pre)
|
||
X remove unused librariesClassPath
|
||
X http://code.google.com/p/processing/issues/detail?id=360
|
||
X add antialias option to the editor prefs window
|
||
X add smoothing inside the Linux GUI, was looking nasty
|
||
X linux permissions not set because of tar in ant
|
||
X http://code.google.com/p/processing/issues/detail?id=343
|
||
X fix 'redo' command to work properly for different OSes
|
||
X http://code.google.com/p/processing/issues/detail?id=363
|
||
X linux: ctrl-shift-z, macosx cmd-shift-z, windows ctrl-y
|
||
X http://en.wikipedia.org/wiki/Table_of_keyboard_shortcuts
|
||
X http://developer.apple.com/mac/library/documentation/UserExperience/Conceptual/AppleHIGuidelines/XHIGUserInput/XHIGUserInput.html
|
||
X there's an extra println showing the library debug when exporting (argh)
|
||
X 1 import per library isn't correct
|
||
X some libraries will have multiple import lines
|
||
X don't keep repeating them
|
||
|
||
|
||
0190 (pre)
|
||
X be more specific about linux/sun/java error messages
|
||
X allow 'oracle' in java version name string
|
||
X the open button on the toolbar is goofed up
|
||
X http://code.google.com/p/processing/issues/detail?id=323
|
||
X changed how "Save As" works, now copies everything in the folder
|
||
X but ignores applet, application.*, screen-* files/folders
|
||
X Edit > Copy as HTML doesn't properly encode < and >
|
||
X http://code.google.com/p/processing/issues/detail?id=351
|
||
X also fixed unicode entities
|
||
|
||
earlier
|
||
X add warning message when not using a version of sun java w/ p5 on linux
|
||
X Ctrl-Z will undo, but not scroll to where the undo happens.
|
||
X is this now somehow fixed? (or only on os x?)
|
||
X so user thinks nothing is happening and overundo.
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=35
|
||
X http://code.google.com/p/processing/issues/detail?id=15
|
||
|
||
|
||
0189 pde (1.2.1)
|
||
X error with variable declarations
|
||
X http://code.google.com/p/processing/issues/detail?id=315
|
||
|
||
|
||
0188 pde (1.2)
|
||
X no changes, just the version number
|
||
X update the about screens (about.jpg and about.bmp)
|
||
|
||
|
||
0187 pde (pre)
|
||
X don't require an editor window to be open at all times
|
||
X The com.apple.eawt.Application now has a setDefaultMenuBar(JMenuBar) method
|
||
X that sets a default menu bar when no other Frames are open.
|
||
X could check for availability of method
|
||
X and if it's there, don't require people to quit
|
||
X Prevent horizontal scroll offset from disappearing
|
||
X http://code.google.com/p/processing/issues/detail?id=280
|
||
o horizontal scroller gets weird sometimes
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=23
|
||
X Fix NullPointerException when making a new sketch on non-English systems
|
||
X http://code.google.com/p/processing/issues/detail?id=283
|
||
X show warning message on linux if sun java is not in use
|
||
X there isn't a perfect way to detect whether sun java is in use,
|
||
X so please report false positives (or negatives, for that matter)
|
||
X bad strlen() problem in windows launcher.cpp
|
||
X http://code.google.com/p/processing/issues/detail?id=303
|
||
X "Unexpected token" error when creating classes with pre-releases after 1.1
|
||
X http://code.google.com/p/processing/issues/detail?id=292
|
||
X 'public class' inside first tab crashing
|
||
X 'final int a = 10' throws off mode detect
|
||
|
||
|
||
0186 pde (pre)
|
||
X update the URLs opened by the software
|
||
X http://code.google.com/p/processing/issues/detail?id=278
|
||
|
||
|
||
0185 pde (pre)
|
||
X add option to launch a sketch directly w/ linux
|
||
X thanks to Larry Kyrala
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1549
|
||
X fix for PDF library to support createFont() on Linux
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1566
|
||
X thanks to Matthias Breuer
|
||
X add option to change the formatting for untitled sketch naming
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1091
|
||
X Can't input full-width space when Japanese IME is on.
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1531
|
||
X fix from takachin
|
||
X PDF library matrix is not reset between frames
|
||
X also added begin/endDraw between frames
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1227
|
||
X add loading.gif to the js version of the applet loader
|
||
X updating JRE to 6u20, and use new Google URL
|
||
X copy the html tool from the arduino guys
|
||
X http://code.google.com/p/processing/issues/detail?id=271
|
||
X Java update on OS X causing lots of problems
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1564
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1569
|
||
X http://code.google.com/p/processing/issues/detail?id=258
|
||
o check into focus issues--probably using old focus api
|
||
X add option to disable re-opening previous projects
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1501
|
||
X http://code.google.com/p/processing/issues/detail?id=245
|
||
|
||
0184 pde (pre)
|
||
X other libraries that use opengl weren't using the jnlp launcher
|
||
X fix OpenGL detection in sketches so that proper version of
|
||
X export template is used
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1530
|
||
X single-line html comments not handled properly on export
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1419
|
||
X antlr grammar should not need to re-build unless changed
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1541
|
||
X many syntax errors now report "you're mixing active and static modes"
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1539
|
||
|
||
jdf stuff
|
||
J unterminated string constant with '\"'
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=1534
|
||
J "expecting LPAREN, found '='" with syntax errors
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=1532
|
||
J Bracket idenfication {} is not aware of comments //
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=1450
|
||
J inconsistent bracket highlighting with comments
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=43
|
||
J "unexpected token void" -> "You're mixing dynamic and static mode"
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=14
|
||
|
||
can't reproduce
|
||
o shortcuts not working after rename? (osx and windows confirmed)
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=505
|
||
o undo has become sluggish
|
||
o http://processing.org/bugs/show_bug.cgi?id=36
|
||
|
||
|
||
0183 pde (pre-release)
|
||
X additional updates to autoformat, jdf adding tests
|
||
|
||
fixed in earlier releases
|
||
X export application including video capture broken in snowleopard
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1440
|
||
X fixed in an earlier release
|
||
|
||
|
||
0182 pde (pre-release)
|
||
|
||
preprocessor fixes
|
||
J Compile errors for greater than/less than with parentheses
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=1525
|
||
|
||
autoformat fixes
|
||
o install astyle formatter
|
||
o build on each platform, then "lipo -create astyle.* -output astyle"
|
||
o break out as its own plugin
|
||
J removes code with extra parens or braces
|
||
J (an extra } brace deleting everything after it)
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=109
|
||
J progressively eats code w/ certain brace settings
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=235
|
||
J Auto Format hangs when a non-terminated ' is included
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=236
|
||
J hex colors don't get formatted
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=303
|
||
J another code example that crashes
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=363
|
||
J arrays are reformatted on each autoformat
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=259
|
||
J Auto Format says "too many right parentheses" when last line is a comment
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=754
|
||
J japanese characters in comments cause trouble with auto-format
|
||
J (this may have been fixed in recent releases, not checked)
|
||
J http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1153505384
|
||
J "too many right parens" error when there are not
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=867
|
||
J code without a new line at end crashes
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=880
|
||
J autoformat screws up with color arrays
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=760
|
||
|
||
|
||
0181 pde (pre-release)
|
||
|
||
preprocessor
|
||
J unterminated string not caught by debugger
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=425
|
||
J allow doubles in preproc
|
||
J (for casting, etc) particularly for Math.cos() et al
|
||
J http://processing.org/bugs/show_bug.cgi?id=7
|
||
J Comments with non-ascii characters before import -> java.lang.OutOfMemoryError
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=1511
|
||
J more preprocessor issues with new syntax
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=1515
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=1516
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=1517
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=1518
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=1519
|
||
|
||
|
||
0180 pde (pre-release)
|
||
|
||
preprocessor
|
||
J Update ANTLR grammar to support 1.5 syntax
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=598
|
||
J non-void functions confuse preprocessor
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=1442
|
||
J casting problems in the parser
|
||
J straighten out int() -> toInt() conversions
|
||
J float u = float(x)/width; works.
|
||
J float u = (float(x)/width); doesn't work: "unexpected token: float".
|
||
J float u = (x/float(width)); works!
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=4
|
||
J return (int(5.5)) causes an error
|
||
J preprocessor error if last line of code is a comment with no CR after it,
|
||
J an OutOfMemoryError wants to happen,
|
||
J but right now there's a hack to add a CR in PdePreprocessor
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=5
|
||
J preproc can't handle labels to break/continue nested loops
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=631
|
||
J toInt() needs to go away in time for the book.. fix parser bugs
|
||
J add local variables to PdeRecognizer
|
||
J remove static methods in PdePreprocessor, instead pull things from recog
|
||
J random, single slash in the code doesn't throw an error
|
||
J (just gets removed by the preprocessor)
|
||
J http://processing.org/bugs/show_bug.cgi?id=6
|
||
J unspecified return type creates compile error
|
||
J or maybe not? followup said maybe not
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=379
|
||
J (already marked invalid -- jdf)
|
||
J Blah.class will confuse the preproc
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=481
|
||
J non-matching curly brackets sometimes don't cause an error
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=507
|
||
J (duplicate of #6)
|
||
J NullPointerException on unterminated comment at end of code
|
||
J and OutOfMemoryError and weird lockup
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=16
|
||
J "missing a /* from the end of a comment" message
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=1512
|
||
J "multipart/*" produces the error
|
||
J even though things are inside a quoted txt block
|
||
J NullPointerException on unterminated comment at end of code
|
||
J and OutOfMemoryError and weird lockup
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=16
|
||
J also OutOfMemoryError if a quote is not terminated
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=763
|
||
J Error compiling when 'new' is first word in an 'else' block
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=1362
|
||
J Parsing error when using char literals
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=281
|
||
J support for assertions
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=1188
|
||
J syntax highlighting error with // and /*
|
||
J http://dev.processing.org/bugs/show_bug.cgi?id=609
|
||
|
||
|
||
0179 pde (1.1)
|
||
X another fix for CDATA section in applet.html for exported applets
|
||
X updated about.jpg
|
||
X Cannot find PDF library
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1473
|
||
X new examples.zip
|
||
o Fixes for invoking Processing from arbitrary locations
|
||
X already fixed with earlier code
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1214
|
||
X hide android tools if it's an actual release version
|
||
|
||
|
||
0178 pde
|
||
X no changes, only android work from jdf
|
||
|
||
|
||
0177 pde (private)
|
||
X no changes
|
||
|
||
|
||
0176 pde (private)
|
||
X hitting ESC inside Color Selector will quit Processing
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1006
|
||
X need to set exported applications to only run as 32-bit on osx
|
||
X otherwise quicktime will break
|
||
X lock the minimum size for the main processing editor frame
|
||
X fix from Chris Lonnen
|
||
X if it's made too small, stuff from the bottom disappears
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=25
|
||
X http://java.sun.com/javase/6/webnotes/install/jre/autodownload.html
|
||
X http://java.sun.com/update/1.6.0/jinstall-6u18-windows-i586.cab
|
||
X http://java.sun.com/javase/6/docs/technotes/guides/jweb/deployment_advice.html
|
||
X http://java.sun.com/javase/6/webnotes/family-clsid.html
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1353
|
||
X switch to better deployment script for applets
|
||
o download java kernel
|
||
X not gonna bother with this -- download is not the issue w/ java
|
||
o modify antlr stuff to conditionally recompile in make.sh
|
||
X compile antlr inside the initial setup of the work dir
|
||
X done for macosx
|
||
X fix this for windows and linux
|
||
X PApplet.main() overwritten
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1446
|
||
o need to do a better job of error handling inside main()
|
||
X applets now use the deployjava.js file
|
||
X not opengl, but the others do
|
||
X NullPointerException in JOGLAppletLanucher with Java 6 Update 18 on Windows
|
||
X switching to more efficient JNLP export
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1452
|
||
X lack of java.awt.Polygon import breaks the yellowtail example
|
||
X and java.io.File (other exceptions?)
|
||
o just add a simple poly class? or don't use a poly?
|
||
X add imports for anything that's in the reference (selections from java.io)
|
||
o 'Array' in reference should be 'arrays' lowercase
|
||
X processing 0142 japanese input problem
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=854
|
||
X update JNA to version 3.2.4 to support Windows 7 64-bit
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1424
|
||
X fix LITERAL_class in PDE code (help from Christian Thiemann)
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1466
|
||
X replace applet.html and applet-opengl.html
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1057
|
||
X update applet.html to point at java 6u10 with the new auto-update stuff
|
||
o also update applet on the home page to do the same
|
||
X move build scripts to something better like ant
|
||
X too much to maintain the multiple versions, too much code
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=151
|
||
X remove the intermediate build folders
|
||
X move the jdk stuff outside of the build
|
||
X http://processing.org/download/jre-6u18.zip, .tgz
|
||
X only get the java files when doing a dist build
|
||
X http://ant.apache.org/manual/CoreTasks/get.html
|
||
X mostly done, but need to test and remove the others
|
||
|
||
fonts
|
||
X loading is very slow on the first time (getting all font names)
|
||
X create the tool object on startup, then use thread to getAllFonts()
|
||
X show a progress/status bar while it's happening?
|
||
X (would be useful to at least tell user that system not locked up)
|
||
X this was fixed in a much earlier release
|
||
X create font with user-specified charsets
|
||
o remember previous font selection when returning to the window
|
||
X "smooth" option being ignored in the Create Font tool
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1461
|
||
X other font bugs handled
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=98
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1111
|
||
o when resizing window, only resize the text display area
|
||
o just a matter of moving around the panels and BorderLayout
|
||
X it's a mess, just disable resizing
|
||
|
||
cleaning
|
||
X update to jogl 1.1.1
|
||
X do this with enhanced library/platform support
|
||
X see how platform is determined by jogl / use for lib import
|
||
X apple bug may have been fixed
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=786
|
||
X javadoc "advanced" reference by beta
|
||
X and then finalizing it towards 1.0
|
||
X not saving sketch when exiting (only with windows lan setup)
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1193
|
||
|
||
|
||
0175 pde (private)
|
||
X changes to editor toolbar
|
||
X make shift-new and shift-open on the toolbar open a new window
|
||
X when shift is down, change text of the toolbar item
|
||
|
||
|
||
0174 pde (private)
|
||
X fix ant.jar/ant-launcher.jar error in the windows/linux build scripts
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1403
|
||
X replace com.apple.eawt.Application invocation to deal with deprecation
|
||
X this may cause problems with older releases (or on 10.4 or 10.5), not sure
|
||
X application = new com.apple.eawt.Application();
|
||
X application = com.apple.eawt.Application.getApplication();
|
||
|
||
|
||
0173 pde (private)
|
||
X change build scripts to use UTF-8 for encoding with javac
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1394
|
||
X fix problem with Android HTML dialog box
|
||
X several <BR> items showing up when first loading
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1395
|
||
|
||
|
||
0172 pde (private)
|
||
X use xdg-open as launcher on linux
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1358
|
||
X change to different class id for export and export-opengl
|
||
X Default wildcard imports are causing naming conflicts
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1103
|
||
X imports inside comments are being included
|
||
|
||
|
||
0171 pde (1.0.9)
|
||
X ugh, remove the dimmed menus
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=786
|
||
|
||
|
||
0170 pde (1.0.8)
|
||
X update java on linux/windows to 6u16
|
||
X update quaqua to 6.0.1
|
||
X preferences broken
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1320
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1322
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1325
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1329
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1336
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1337
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1344
|
||
X check for usequartz problems in snow leopard
|
||
X "Unrecognized option: -d32" on OS X 10.4
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1324
|
||
X slow response or spinning wheel on osx
|
||
X remove menu dimming code
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=786
|
||
X new version of minim: 2.0.2
|
||
X http://code.compartmental.net/tools/minim/
|
||
X Outdated "Get the latest Java Plug-in here"
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1331
|
||
X when disk is full, Processing zeroes files when it tries to save changes
|
||
X even saveStream() does this.. simple fix, b/c it's all one fxn
|
||
X or at least should be routed through a single fxn
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=967
|
||
X problems with save on close
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1193
|
||
X deleting new tab causes troubles
|
||
X florian had another version of this
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1332
|
||
X Saving the project with the same name as an existing tab may delete code
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1102
|
||
X after deleting a tab code still get's preprocessed, pde file is not forgotten
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1092
|
||
|
||
|
||
0169 pde (1.0.7)
|
||
X Erroneous line highlighting is off by one if there is no setup() routine
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1263
|
||
X Auto-format kills Unicode characters
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1312
|
||
X tweaks for Mac OS X Snow Leopard, to force it to run in 32-bit mode
|
||
|
||
|
||
0168 pde (1.0.6)
|
||
X suggest declaring PDF's members protected
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1276
|
||
X update Info.plist to be 32/64 explicit and also the stubs for update 4
|
||
X problems with jogl expired certificates
|
||
X https://jogl.dev.java.net/servlets/ProjectDocumentList?folderID=9260&expandFolder=9260&folderID=0
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1271
|
||
X preferences.txt selectable (or open parent folder)
|
||
X but probably needs to prevent people from editing while in use
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1279
|
||
X Auto format problem with program deeper then 10 levels
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1297
|
||
X fix a crash on startup problem (console being null)
|
||
X Recursive subfolder copy when exporting application
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1295
|
||
X java update 15 for windows and linux
|
||
|
||
fixed earlier (java 6 update)
|
||
X mangled menu text with java 6u10
|
||
o need to try adding the d3d flag to the .exe
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1065
|
||
o -Dsun.java2d.noddraw=true
|
||
|
||
contributed
|
||
X can't launch from a symlink in /usr/bin
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=825
|
||
X fixed by Ferdinand Kasper of Vienna
|
||
|
||
|
||
0167 pde (1.0.5)
|
||
X fix tab key and focus issue in the editor
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1267
|
||
X Support for smooth text in the PDE editor
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1266
|
||
X duplicate entries for sketchbook in the file menu
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1260
|
||
|
||
|
||
0166 pde (1.0.4)
|
||
X try adding a space to the name of the help menu for beachball problems
|
||
X this works, might be useful to make the switch (done)
|
||
X remove isManagingFocus problem inside JEditTextArea
|
||
X IDE crashed when changing color scheme on windows
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1237
|
||
X space in front of linux shell script prevents it from running
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1250
|
||
X macosx finder info on application says 1.0.1 for 1.0.3
|
||
X fix build script to catch this / make it update the file
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1226
|
||
X update to java 6u13 on windows
|
||
X fix error message "Non-String for 8 value in 'Properties' sub-dictionary in 'Java' sub-dictionary of Info.plist"
|
||
X -X option not supported in 10.4
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1179
|
||
X Slow response or spinning wheel from the menu bar on Mac OS X
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=786
|
||
X disable sketchbook and examples menus on os x?
|
||
X update to java 6u14 on windows
|
||
X update to java 6u14 on linux
|
||
|
||
|
||
0165 pde (1.0.3)
|
||
X no changes in this release
|
||
|
||
|
||
0164 pde (1.0.2)
|
||
X Empty "code" folder causes problems with Export
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1084
|
||
X 8.3 filenames being used when opening sketch
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1089
|
||
X add -X switch to cp on osx build so that extended attrs are not copied
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1098
|
||
X add JVMArchs to Info.plist so that stupid Apple error msg doesn't appear
|
||
X StringIndexOutOfBoundsException caused by import statements with no dots
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1145
|
||
X Pressing <Esc> in "Are you sure you want to Quit?" dialog quits Processing
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1134
|
||
X Fix QUADS and QUAD_STRIP with P2D
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1162
|
||
X ArrayIndexOutOfBoundsException when drawing curves in P3D and OPENGL
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1153
|
||
X problems with negatve arc() angles in OpenGL, P3D, other inconsistencies
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1095
|
||
|
||
invalid
|
||
X Sketchbook sub-menu is empty after changing Sketchbook location preference
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1123
|
||
X something about setting memory options
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1159
|
||
X something bizarre about syntax errors
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1161
|
||
X "JDWP unable to initialize: Error 111 from JNI GetEnv" on Mac OS X PPC
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=959
|
||
X Saving sketch with the same name as a class or primitive breaks sketch
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1165
|
||
|
||
earlier
|
||
X "An error occurred while starting the application" with Processing 0154+
|
||
X Maybe provide the old exe or another alternative?
|
||
X Have someone try this on lab machines until we can find one that breaks
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=986
|
||
|
||
|
||
0163 pde (1.0.1)
|
||
X ArrayIndexOutOfBoundsException with File > New (Processing 1.0)
|
||
X maybe a /tmp permissions problem?
|
||
X are we not checking errors properly on this route?
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1067
|
||
X need to look into why this didn't give a better error message
|
||
X "[JavaAppLauncher Error] CallStaticVoidMethod() threw an exception"
|
||
X on startup with OS X
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1063
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1078
|
||
X Fix some "An error occurred while starting the application" problems
|
||
X due to the weird sketch folder naming issue
|
||
X implement multi-line tab via tab key (also outdent)
|
||
o add preference for indent size
|
||
X the bracket isn't working on osx because of an apple menu bug
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1075
|
||
X "editor.indent" setting does not work properly
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1073
|
||
X "space-import-space-quote-semicolon" Causes Error in String or Comment
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1064
|
||
X the changes page doesn't have a toc entry for the 1.0 release notes
|
||
X add minim to the changes page
|
||
|
||
|
||
0162 pde (1.0)
|
||
X update revisions.html
|
||
X write revisions.txt
|
||
X in 0149, removed /System/Library/Java
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1045
|
||
X do we need to shore up server setup for 1.0 release pounding?
|
||
o what's the deal with disk space?
|
||
o update known problems reference
|
||
X update Base.java to change to Processing 1.0 instead of the beta stuff
|
||
|
||
|
||
0161 pde
|
||
X run javadoc, and upload to server
|
||
X set background for disk image on macosx
|
||
X fix dist scripts so that the name "1.0" can be used
|
||
X Ignore dot files (.DS_Store), dot folders (.svn) while copying
|
||
X on mac, window opens to prevent quit on close
|
||
X but the window is not properly set as untitled
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=700
|
||
X doesn't need to be fixed because of new setup for closing
|
||
|
||
|
||
0160 pde
|
||
X fix editor window placement
|
||
X overlapping editor windows caused by activeEditor not being called in time
|
||
X see handleActivated in Base, and do placement differently
|
||
X may also need to deal w/ sync problems
|
||
X also make sure that it'll start at the top again when done
|
||
X implement check to see if the windows are running off screen
|
||
X add option to preferences for "export.delete_target_folder"
|
||
X set background color for present mode on export application
|
||
X set stop button for export to application
|
||
|
||
|
||
0159 pde
|
||
X caret not blinking
|
||
X width of export application on windows is bad
|
||
X add option to hide the stop button
|
||
X menu bar showing up inside the window on osx 10.4
|
||
X update quaqua to release 5.0.1
|
||
X verify that the spacing is ok between the buttons
|
||
o why is quaqua making the error window enormous?
|
||
X not sure why, but just inserted <br> elements to fix it
|
||
X write revisions.txt updates based on 0158 changes
|
||
X Error after creating more than 26 temporary sketches in one day
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1039
|
||
X AIOOBE when you get to z on new sketches
|
||
X improve export application window layout spacing (osx)
|
||
X also disable stop button item when full screen not selected
|
||
o Focus not returning to editor properly on Linux
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1031
|
||
X can't get this to replicate
|
||
|
||
in previous release (0158)
|
||
X move the color settings out of the preferences file
|
||
X otherwise running new/old p5 causes problems
|
||
X just need to rename each of the prefs
|
||
X update to java 6u10 for linux and windows
|
||
|
||
|
||
0158 pde
|
||
X missing semicolons - better error message
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=12
|
||
o need to highlight the previous line as well (or instead)
|
||
X clean up some of the new/open code internally
|
||
X export to application options dialog
|
||
X implement error message regarding the apple menu bug on leopard
|
||
X add a preference to toggle the menubar on osx
|
||
X confirm "Do you want to Quit?"
|
||
X remove the preference for auto-quit
|
||
o tarbell substrate to P2D
|
||
X change sketch naming with the dates
|
||
X if untitled, and not modified, and closing on macosx (only)
|
||
X don't close the sketch and create a new one
|
||
X put up dialog box telling the user to use 'quit' or change the preference
|
||
X or just automatically quit at that point?
|
||
X fix up mkdmg script to work with leopard properly
|
||
X even though the error suggests one thing, seems to be something earlier
|
||
X need to also detect whether running 10.4 or 10.5
|
||
X change ref re: last window closing will prompt re: quit
|
||
X quitting will not prompt re: quit
|
||
o opengl broken on vista laptop with articulate
|
||
o when background() is not called to clear the buffers, causes flashing
|
||
o need to disable swapping buffers until background() is used?
|
||
o (happens with 0135, 0148 on this machine as well)
|
||
o may need to add explicit noBackground() call
|
||
X this seems to have fixed itself
|
||
X change windows and linux to use jdk 6u10
|
||
X pressing run turns up nothing
|
||
o (in particular while cpu load is a little higher on g5?)
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=852
|
||
o this may just be a macosx (ppc?) bug
|
||
o check if platform is MACOSX and font is monospaced (?)
|
||
o if so, nuke the setting and change it back to Monaco
|
||
X not gonna bother, it's just a few releases
|
||
|
||
design updates
|
||
X update about box in windows app and lib folder
|
||
X update icon.gif in the source code
|
||
X add in new buttons from casey
|
||
X move all editor theme graphics into their own subfolder
|
||
o add space between run/stop and the others
|
||
|
||
documentation
|
||
X coloring for CENTER and DIAMETER, turn off coloring for deprecated
|
||
X also deal with hint() changes
|
||
|
||
|
||
0157 pde
|
||
X show sketch folder fails for directories containing umlauts
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1010
|
||
X Find in Reference does not open Firefox in 0156 for Linux
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=1012
|
||
X add error message when trying to open sketch from the menu
|
||
X check into use of platform names in export sketch / export application
|
||
X opting not to deal with this because of size of populations
|
||
X default font on osx 10.5 is gross
|
||
X fix bug with reading the default prefs file
|
||
|
||
|
||
0156 pde
|
||
X fix typo in sketch renaming notice message
|
||
X line numbers not showing up for unknown var or class names
|
||
o "anything named" error is weird
|
||
X don't open more than one "create font" or "color selector"
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=830
|
||
X make processing tools use the tools api
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=886
|
||
X rename GettingStarted_Shape example
|
||
|
||
invalid
|
||
o launch4j "An error occurred while starting the application"
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=986
|
||
o tabs menu not working on osx ppc (can't confirm)
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=993
|
||
|
||
|
||
0155 pde
|
||
X "Save canceled" message when saving untitled sketches without first renaming
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=987
|
||
X when saving a sketch over itself with "Save As", just do "Save" instead
|
||
X fix loadShape() transformation parsing and empty paths (thanks ricardmp)
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=982
|
||
X moviemaker can't make exact 30fps output
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=988
|
||
X automatically create and open the 'libraries' folder when there's an error
|
||
|
||
|
||
0154 pde
|
||
X clean up PATH for users who have garbage in the PATH
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=974
|
||
X disallow .java tabs with same name as the sketch
|
||
X a .java tab with same name as the sketch is allowed (oog!)
|
||
X particularly look at "save as" scenario
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=543
|
||
X bug report:
|
||
X create a new sketch, write something in it
|
||
X create a new tab, name it "something.java", write something into it
|
||
X rename main tab (sketch) to "something" (without ".java")
|
||
X the contents in the files are not the same, but the main-tab is
|
||
X showing the contents of the .java tab, so if you press save
|
||
X you will overwrite your original code from the main-tab.
|
||
X com.sun.jdi.AbsentInformationException when running a sketch
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=971
|
||
|
||
cleaning
|
||
X processing cancels shutdown on mac os x
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=539
|
||
X fixed in an older version
|
||
X jikes bugs mean some code just won't compile:
|
||
X include javac? would this be a good solution for linux?
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=8
|
||
X an empty .java tab will throw an error
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=10
|
||
X warn about writing non-1.1 code.
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=11
|
||
X java.lang.NoClassDefFoundError: quicktime/std/StdQTException
|
||
X people not installing qt? no QTJAVA set?
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=669
|
||
o simulate this by removing qtjava.zip, then make a handler for it
|
||
o which will open the reference for it
|
||
X use the registry key, and warn the user when it's not there
|
||
X mouse wheel broken in the text editor? (windows jdk 1.5?)
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=24
|
||
|
||
|
||
0153 pde
|
||
X delete files before adding, otherwise case changes are not preserved
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=969
|
||
X ClassNotFoundException: quicktime.std.StdQTException with release 0152
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=970
|
||
|
||
previous
|
||
o put the "had to rename sketch" message in the msg bar
|
||
o it's ugly/annoying/intrusive
|
||
X just print it to the console
|
||
|
||
|
||
0152 pde
|
||
X movie.read() breaking, which breaks the examples
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=961
|
||
X movie width/height broken
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=962
|
||
|
||
|
||
0151 pde
|
||
o Fix error message spew on Linux when using "Save As"
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=951
|
||
X can't fix, it's a sun bug
|
||
X Change sketch naming error to only print to the console
|
||
|
||
|
||
0150 pde
|
||
X ArrayIndexOutOfBoundsException after pressing Run with release 0149
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=949
|
||
X update java to release 1.6.0_07 on windows and linux
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=950
|
||
|
||
|
||
0149 pde
|
||
X fix problem with error line highlighting
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=888
|
||
X additional cleanup to various Sketch, Runner, Compiler classes
|
||
X preproc cleanup
|
||
X remove various preproc imports
|
||
X simplify preprocessor handling to make way for command line
|
||
X use accurate line numbering internally rather than mashing lines in preproc
|
||
X remove preprocName
|
||
X remove appletClassName
|
||
X command line support
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=219
|
||
o would still require awt, but would take a sketch on cmd line
|
||
X modify showError() et al to not use awt when running from command line
|
||
X build it and then exit
|
||
X notations have been added to the bug report that cover the plw changes
|
||
X also an option to launch p5, load a sketch and run it
|
||
X command to launch p5, load sketch and run in present mode
|
||
X not that useful because users should just use export application
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=889
|
||
X Toolmenu won't show until I compile Mangler
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=892
|
||
X update quaqua to 4.4.7 on macosx (http://www.randelshofer.ch/quaqua/)
|
||
X now supports 10.5 an 64 bit jnilib
|
||
X add note to prefs dialog that multiple jar export only works w/o libs
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=907
|
||
X transport error 202
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=895
|
||
X renaming the main tab adds .pde to the sketch folder name 0148
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=922
|
||
X not always updating on rename (maybe a mac problem?)
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=56
|
||
X error messages not clearing the message area
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=912
|
||
o expecting EOF, found 'void?
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=905
|
||
o last fixed 5/30, maybe check the svn for those two days
|
||
o this might be the MULTILINE mess
|
||
X was a typo in the code
|
||
X add getting started to help menu
|
||
X http://processing.org/learning/gettingstarted/
|
||
X add "environment" to the help menu
|
||
X fix other instances of match() using the wrong array indices
|
||
X add additional newline hack so that autoformat complains less
|
||
X video capture problems with opengl (on mac os x)
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=882
|
||
X sketch export results in 100x100 default size, regardless of size() setting
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=945
|
||
X third tab throws NullPointerException
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=940
|
||
o sketch must be saved to use a constructor
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=929
|
||
X reference bug, example cannot have same name as an inner class
|
||
|
||
structural
|
||
X processing.candy has been removed
|
||
X processing.xml is now part of core.jar, no need to import
|
||
X user-contributed tools and libraries should only be placed in the sketchbook
|
||
X in the next release, will be banning unofficial stuff from the p5 folder
|
||
|
||
reference
|
||
X do some edits on the "getting started" text
|
||
X make sure visualization not mentioned
|
||
X change references to help > getting started
|
||
X add vida reference
|
||
X background() with an image ignores the tint.. it's basically like set()
|
||
X selectInput(), selectOutput(), selectFolder()
|
||
X createInput() (nee openStream), createInputRaw(), createOutput()
|
||
|
||
cleanup
|
||
o how to grab the java2d object from PGraphics2D
|
||
o example for using mediatracker to load images
|
||
o simple example for threaded image loading "load several"
|
||
o (rather than blocking on each)
|
||
o maybe add a loadImages(String files[]) function?
|
||
o use a MediaTracker that's shared, so that while an image is still
|
||
o loading, other calls to loadImage might be able to add things to the
|
||
o queue. or maybe beginImage() and endImage()? or a mode that lets
|
||
o you wait for the images to download (size is zero until they're ready)
|
||
o MediaTracker blocking is prolly making jar download really slow
|
||
o http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1089914280
|
||
o if size() not found in export/compile, ask the user
|
||
o have size(myWidth, myHeight) set a static var in PGraphics
|
||
o for the last size that was used, use as default for fill-in field
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=64
|
||
X using beginGL().. also import javax.media.opengl.*;
|
||
o lighting will not work
|
||
o move stuff about getting gl object and java2d stuff here
|
||
o should we add processinghacks to main site? hacks.processing.org?
|
||
o this would enable site search across this as well?
|
||
o on first OutOfMemoryError, offer to send to the docs
|
||
o again, a warning checkbox
|
||
X fixed up OutOfMemoryError issues to show better error message
|
||
X write docs for begin/endRaw
|
||
o winamp/audio getting starved or crackly while applets running
|
||
o thread priority too high? or something weird
|
||
X mac standard key combinations for moving around in the editor
|
||
o http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1093116515
|
||
X these were done a long time ago
|
||
o also out of cvs
|
||
o check for necessary tools to be installed
|
||
o zip, unzip, jikes, etc
|
||
|
||
ira
|
||
X How do I move the mouse cursor to another location? (java robot example)
|
||
X post a hack for this or a simple example
|
||
X http://java.sun.com/j2se/1.4.2/docs/api/java/awt/Robot.html
|
||
X also need to get frame location:
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Syntax;action=display;num=1221384557
|
||
|
||
shiffman
|
||
X update match(), write new reference for matchAll()
|
||
|
||
windows launcher
|
||
X windows jdk sometimes not getting picked up, even if it's there
|
||
X notes somewhere about choosing the right jvm...
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=878
|
||
X finding older versions of java on windows
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=545
|
||
o eclipse launcher for windows
|
||
o http://dev.eclipse.org/viewcvs/index.cgi/platform-launcher/library/win32/eclipseWin.c?view=markup&content-type=text%2Fvnd.viewcvs-markup&revision=1.12
|
||
X make .pde files double-clickable from windows
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=683
|
||
X on drag, are these already passed to argv[]?
|
||
o http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/getcommandline.asp
|
||
o http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/programmersguide/shell_basics/shell_basics_extending/fileassociations/fa_intro.asp
|
||
o http://groups.google.com/group/comp.os.ms-windows.programmer.misc/browse_thread/thread/4095cb6fc807863/ecdb3b35b0787116%23ecdb3b35b0787116?sa=X&oi=groupsr&start=0&num=3
|
||
o http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1094149466
|
||
X figure out proper registry key for windows
|
||
X can be handled when the app first run (jni?)
|
||
X write handler for main() to take document names
|
||
o track down the cause of the processing.exe not starting bugs
|
||
o http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1062794781
|
||
o http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1067764732
|
||
o http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1094148057
|
||
X need splash screen, startup takes a long time
|
||
X processing.exe: problem if expert version is run, and no java installed
|
||
X call the person a genius and tell them to install java
|
||
o NullPointerException when alt is pressed
|
||
o (not our bug, but log it in the bug db anyways)
|
||
o might be something to do with the applet frame being an awt not swing
|
||
o event first goes to the applet listener, needs to consume the event
|
||
o http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1061802316
|
||
o http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1077058974
|
||
o http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1081751451
|
||
|
||
macosx launcher
|
||
X for the .app file, $APP_PACKAGE will give the path
|
||
X $JAVAROOT will give Contents/Resources/Java location
|
||
X would be nice to have macosx packaged up as a single .app file
|
||
X should recommend that people install libraries into their sketchbook
|
||
|
||
|
||
0148 pde
|
||
X clean up accessors inside Sketch and SketchCode
|
||
X Editor, Sketch, and SketchCode are now fair game
|
||
X clean up Base a bit
|
||
X public methods in Base are now also fair game
|
||
X remove hide/unhide code and menu options
|
||
X create a local version of javadoc, and send to server
|
||
X clean up some of the api naming for tab changes, etc.
|
||
X setCurrentTab(int index or String filename)
|
||
X getTabs() ? maybe these are interface to the code class
|
||
X clean up API for JEditTextArea before exposing the object
|
||
X write basic documentation for how it's handled (tools/howto.txt)
|
||
X add tools folder to make and dist scripts
|
||
|
||
|
||
0147 pde
|
||
X inside Sketch.java, don't hardwire the file extension types
|
||
X arduino uses .c, .cpp, .h instead of .java
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=807
|
||
X major changes to save/save as/rename setup - keep an eye out
|
||
X need to add local java folder to path on linux
|
||
X otherwise if no linux installed, complaining that no java found
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=879
|
||
|
||
tools
|
||
X refactor code to use more getter/setter methods
|
||
X move the debug classes back into processing.app.debug
|
||
X this will help the library stuff
|
||
X dynamic tools menu (requires moving files around)
|
||
o this means can integrate the autoformat stuff
|
||
X processing.mess/tools has chandler's template stuff
|
||
o need to write converter that will handle syntax changes
|
||
o convert from alpha to 1.0 syntax
|
||
o framerate() -> frameRate()
|
||
o basically find & replace with regexps
|
||
o acts just like find/replace.. go through and do by hand
|
||
o 3 column input file
|
||
o regexp to find, to replace, human readable description
|
||
o (void\s+)loop(\s+{) -> $1draw$2 (maintain all whitespace stuff)
|
||
o "The loop() method is now called draw() as of beta"
|
||
o "angleMode no longer exists, use radians() around your angles"
|
||
o (comment out the line)
|
||
X this would only fix the minor stuff, not the important stuff
|
||
X it also has a lot of potential problems and corner cases
|
||
X just not worth the effort
|
||
X tools api
|
||
X need to support the basic set of functions that are expected
|
||
X to be used, otherwise it's gonna be total hell when we make a real api
|
||
X getEditor()
|
||
X get/setSelStart/End
|
||
X get/setSelText
|
||
X get/setText
|
||
X make dynamically loaded plugins and "tools" menu
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=124
|
||
X tools api:
|
||
X init() -> run when p5 is first launched
|
||
o isAvailable() -> true/false whether the option should be dimmed
|
||
X skip this for now, not sending events to tools all the time
|
||
o show() and hide() -> open the window or run the tool
|
||
o is there a better name than show() since not all will be visible?
|
||
o maybe it's just a run() method launched via invokeLater()?
|
||
X can't really do show/hide from editor, make the tool handle this
|
||
o getDefaultShortcut() -> returns the default shortcut this tools wants
|
||
o store this in the data file instead
|
||
X not bothering with this for now, since can't handle overlaps
|
||
X needs to be able to get current sketch code
|
||
X look at the pretty-formatting code to see what else needs to be in api
|
||
o getMenu() -> return non-null the tool is a submenu
|
||
X no, bad idea.. don't want a zillion submenus on things
|
||
|
||
|
||
0146 pde
|
||
X fix problem with comment/uncomment and indent/outdent
|
||
X when no selection, and on the first pos of the line
|
||
X on comment/uncomment, need to check if *all* lines are commented
|
||
X otherwise should be comment (never uncomment unless all selected)
|
||
|
||
runner
|
||
X use debugger to get better exceptions
|
||
X and getting the error to show up in the window inside p5
|
||
X also highlighting the correct line
|
||
X Exceptions not being reported properly to the PDE
|
||
X lines with errors not highlighting
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=877
|
||
X was ok in 0144, but 0145 things broke
|
||
X probably b/c not catching ex inside the run() method
|
||
X getMessage() not sufficient for exceptions coming through
|
||
X get actual message text, plus the exception itself
|
||
X now using actual sketch name (instead of temp name)
|
||
X this should be safe since launching an external vm to run
|
||
X make the p5 icon show up for the window
|
||
X when launching a new sketch
|
||
X can embed icon.gif as byte array in PApplet, and use Toolkit.createImage
|
||
|
||
cleaning
|
||
X NullPointerException inside setup() comes up weird
|
||
X because NullPointerException is a RuntimeException
|
||
X maybe the renderer exception is something different? newrendex?
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=78
|
||
o weird exception in the run button watcher
|
||
X http://processing.org/bugs/show_bug.cgi?id=42
|
||
X exceptions in draw() apps aren't caught
|
||
X the program resize(200, 200); just does nothing (doesn't complain)
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=81
|
||
X exception in setup() on external app doesn't kill run button
|
||
X also doesn't kill external vm
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=79
|
||
X fixed in the 0140s
|
||
o make editor nicer
|
||
o tab on selection indents whole block
|
||
o shift-tab outdents whole block
|
||
o ctrl-t to format selection
|
||
o if no selection, indents line?
|
||
X addressed these in other ways
|
||
|
||
|
||
0145 pde
|
||
X insert non-breaking space characters instead of spaces on DiscourseFormat
|
||
X works on safari (though not camino/firefox) on osx
|
||
X works on internet explorer w/ windows
|
||
|
||
|
||
0144 pde
|
||
X add new reference and examples
|
||
X write revisions.txt entry that covers changes since 0135
|
||
X format for discourse is ignoring the selection
|
||
X also shouldn't add (so much) extra space to the beginning and end
|
||
o add tool for running in jview
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=142
|
||
o calls export, or only available after export (or when an applet dir exists)
|
||
o warn user that applet html will be over-written
|
||
X no longer supporting 1.1
|
||
X on startup, make sure that the jdi classes are available
|
||
X if not, tell the user to install a friggin jdk
|
||
X this way we can release a windows version w/o java
|
||
X don't open more than one copy of the preferences window
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=830
|
||
X modify namespace handling in xml lib
|
||
X changed getFullName() to getName()
|
||
X changed getName() to getLocalName()
|
||
o look through the code for any places where UTF-8 not used
|
||
|
||
text handling
|
||
X block comment - don't bother with last line if starting it
|
||
X (same behavior as eclipse)
|
||
X add block comment to right-click menu
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=840
|
||
X add increase/decrease indent to edit and right-click edit menu
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=841
|
||
|
||
fix problems with vm crashing errors (OutOfMemoryError, etc)
|
||
o too many NPEs on loadimage may freeze the app (visualizar example?)
|
||
o hopefully this should be fixed with 0136 changes
|
||
o lots of runtime exceptions still being lost on osx
|
||
o particularly with multi-threaded applications
|
||
o macosx dropping exceptions all the time.. grr
|
||
o solution is to export, and then see how it runs
|
||
o this is particularly bad with threaded applications
|
||
|
||
|
||
0143 pde
|
||
X fixed build problems with macosx and linux, thanks to reports
|
||
o need to compare with localized version of javac strings
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=828
|
||
X just moving to ecj instead of javac
|
||
X preproc code showing through since it's on line 0:
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=831
|
||
X also need to handle "unexpected type" error in that example
|
||
X "Target VM failed to initialize: VM initialization failed" when trying to run
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=796
|
||
X add better error message for memory too high
|
||
|
||
|
||
0142 pde
|
||
X fix "cannot parse error text" with duplicate var declaration
|
||
X also found that errors were continuing to process after the first
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=820
|
||
X web colors < 6 chars produce bizarre error:
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=196
|
||
X fix a problem with errors that are at the end of the codea
|
||
|
||
|
||
0141 pde
|
||
X hide javac warning messages
|
||
X "xxxx xxxx uses unsafe operations.", "recompile with -Xlint:xxxx"
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=817
|
||
X move copy for discourse into the edit menu (ctrl-shift-c)
|
||
X nanoxml getChildren() et al should use getFullName() not getName()
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=813
|
||
|
||
charset changes
|
||
X make sure that export is using utf8 for writing the .pde files etc
|
||
X should be primarily loadFile() and saveFile() inside Base
|
||
X change pde files to use utf8
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=743
|
||
o 1) if file contains binary data and
|
||
o 2) its mod date is earlier than when p5 0125 was installed
|
||
o point the user to Tools -> Reload sketch with local encoding
|
||
o then re-save the file to update the mod date
|
||
o ...or, when first running p5 0125, offer to update sketches
|
||
o this is a bad idea--since it's probably
|
||
X need to set a default charset for use in files (utf8)
|
||
X add option to change charset or specify as part of loading
|
||
X need to specify the default encoding
|
||
|
||
fixed earlier
|
||
X stop button sometimes causes lockups when libraries or code folder is in use
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=126
|
||
|
||
|
||
0140 pde
|
||
X fallback locations for sketchbook and data folders are disabled
|
||
X move openFolder, openFolderAvailable, openURL to Platform classes
|
||
X can't get documents/prefs folder on vista
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=585
|
||
X closing until further notice
|
||
o vista disables aero theme when p5 is run
|
||
o http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1196016889
|
||
X can't seem to verify this
|
||
X occasional division by zero on windows
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=777
|
||
X should be fixed, but need to verify once a release candidate is ready
|
||
X two fixes for readBytesUntil() and bufferUntil()
|
||
X also not calling serialEvent()
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=96
|
||
X fix goof with console preference in preferences.txt
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Syntax;action=display;num=1213042400
|
||
X need to add usequartz when running externally?
|
||
X no, tested and it seems to be working
|
||
|
||
cleaning
|
||
o respond to stop/close events sent by the vm
|
||
X not sure what we're doing here
|
||
X on osx, System.err isn't writing in things like createGraphics()
|
||
X but doing a printStackTrace(System.out) works
|
||
X something weird happening with one of the streams shutting down?
|
||
X probably, need to fix this by using the remote launcher/debug api
|
||
X use proper external launcher via debugger api
|
||
X http://java.sun.com/javase/technologies/core/toolsapis/jpda/
|
||
X small gray gap shows up in color picker
|
||
X getMaximumSize() not being respected on Windows (Linux?)
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=310
|
||
X same as bug #656
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=656
|
||
|
||
further cleanup for simpler building (refactor lots of Base)
|
||
o settings.path.fallback not being used
|
||
o need to check the mkdirs() to make sure it's not going too deep
|
||
o really important for intl versions that are having trouble
|
||
o or ask for the sketch folder name.. why isn't it?
|
||
o http://processing.org/bugs/show_bug.cgi?id=1
|
||
X remove settings.path.fallback
|
||
X no error message if sketchbook folder is set to bad location
|
||
X says that it's gonna create new sketchbook in default loc
|
||
X even though that location might exist already (just word it better)
|
||
X "changing back to default sketchbook location"
|
||
X move tools.jar into jre/lib folder
|
||
X implement windows registry lookups via reflection
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=723
|
||
X or move to jna for registry?
|
||
X https://jna.dev.java.net/source/browse/jna/trunk/jnalib/contrib/ntservice/src/jnacontrib/win32/Registry.java?rev=293&view=markup
|
||
X remove libs from build/shared that are in app/lib
|
||
X update scripts to copy from app/lib
|
||
X since adding tools.jar, jikes can be removed
|
||
X switch to javac (in code)
|
||
X re-wire error handling to handle javac error messages
|
||
o seem to be primarily 2 kinds?
|
||
X finish osx build script to make the libraries
|
||
X make.sh creating work/lib dirs.. no longer necessary?
|
||
|
||
wontfix
|
||
X Programs run with release 0136+ are sometimes slower due to Java 1.5
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=798
|
||
|
||
|
||
0139 pde
|
||
X update quaqua to 3.9.5 on macosx (http://www.randelshofer.ch/quaqua/)
|
||
X xml.getIntAttribute() returns a float
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=790
|
||
X include memory settings with exported applications on macosx
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=803
|
||
X error highlighting broken
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=795
|
||
|
||
|
||
0138 pde
|
||
X importing a library results in "expecting EOF, found ..." error
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=788
|
||
X remove console variable from preferences.txt
|
||
X run only works with primary window in 0136, 0137
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=784
|
||
X throwing a stackoverflowexception because the console is broken
|
||
o hint(ENABLE_AUTO_GUNZIP) or rather hint(DISABLE_AUTO_GUNZIP)
|
||
X cannot do this because hint() lives in PGraphics, this is PApplet
|
||
X code folder being ignored on export to application
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=469
|
||
X fixed in release 0137
|
||
X remove debug messages from export
|
||
|
||
|
||
0137 pde
|
||
X move to multiple jars whenever
|
||
X 1) a lib is in use, 2) code folder, 3) multiple files
|
||
X remove oro.jar dependency (not needed with PApplet.match)
|
||
X this is kind of messy and requires a bit of testing to ensure proper
|
||
X sometimes huge jar files when exporting with a code folder
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=541
|
||
X applet export with multiple jars having trouble (related?)
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=701
|
||
X applet export fails with opengl/code folder
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=714
|
||
X synchronized (something) { } is horking up the preproc
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=136
|
||
o inside the preproc
|
||
o change the arrays of default imports (now using 1.5+, so no 1.1,1.3,1.4)
|
||
X don't bother, they're cumulative
|
||
X improvements to the linux startup script
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=os_core_pde;action=display;num=1202689238
|
||
X update preferences.txt whenever opening/closing
|
||
X otherwise recovery from restart can be annoying
|
||
X fix classpath problem with processing.exe
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=780
|
||
|
||
|
||
0136 pde
|
||
X fix XMLElement(String s), had a bad constructor
|
||
X color selector not drawing properly (fix thanks to fli)
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=656
|
||
X color selector broken on vista (no colors at all)
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=584
|
||
X added fonts, quadratic curves to svg
|
||
X need to remove the font stuff, also the changes for 'public'
|
||
X move my edits into a subclass
|
||
o Capture.settings() mangles external iSight image
|
||
X fixed in newer qtjava
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=496
|
||
X add to p5 app bundle
|
||
X mention re: apple slowness
|
||
X -Dapple.awt.graphics.UseQuartz=true
|
||
X net library dies unceremoniously on "Connection Refused"
|
||
X just need to catch another exception
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=751
|
||
X ctrl-/ to comment block
|
||
X eeepc support for environment:
|
||
X splitPane.setMinimumSize(new Dimension(600, 600));
|
||
X change to: splitPane.setMinimumSize(new Dimension(600, 400));
|
||
o prolly need to have a param for this guy
|
||
X switch to nanoxml instead of nanoxml-lite (29k vs. 5k)
|
||
X check against ods
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=757
|
||
X space after OPENGL param breaks export
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=769
|
||
X svg demos are broken
|
||
X because of weird ENTITY setup
|
||
X because of weird (default?) filling problem
|
||
X remove support for random .class files in code and library folders
|
||
X need to put everything in jar files
|
||
X opengl currently broken in svn (probably the native libs not included?)
|
||
X mistakes wrt 'library.path'
|
||
X also, don't add /library/ for each lib to the classpath
|
||
X remove unused libraries from default run path
|
||
X note that this will hose svg b/c xml not available
|
||
X so when this change is made, the lib depends needs to be implemented too
|
||
|
||
X changing to java 1.5
|
||
o switch to java 1.4.2_16 on linux and windows (now that osx is there?)
|
||
X change to 1.5+ (instead of 1.4*) in Info.plist for Processing.app
|
||
X updated linux to java 1.5.0_15
|
||
X updated windows java to 1.5.0_15
|
||
X change export.html to point to java 1.5 cab file
|
||
X update things for java 1.5 since it's inevitable
|
||
|
||
new debugger/runner setup
|
||
X wire in new debugging classes, get sys.out and sys.err working
|
||
X quitting p5 doesn't shut down the runner
|
||
X make out/err streams go to the correct window
|
||
X see if window re-positioning is broken
|
||
o could actually do this with objectreference
|
||
X change output/error streams to properly write to the selected console
|
||
X though out/err stream for current app should append to current console(?)
|
||
X add tools.jar to windows and linux builds
|
||
X make sure the version is the same as the jvm for each
|
||
X initiate external stop and close events to the vm
|
||
o see if stop() has same 'finished' problem with not immediate quit
|
||
X add debug/*.java to linux build
|
||
X remove debug/gui/*.java from windows build
|
||
X rework Sketch.build(), it's what's going library crazy
|
||
o will this speed up launch of external jvm?
|
||
X only support .jar files (not .class files) in code and lib folders
|
||
|
||
completed earlier (or removed)
|
||
X make the export to the board just copy to clipboard
|
||
X also make it insert for extra spaces
|
||
|
||
reference
|
||
X random() is up to and not including, also add randomSeed link
|
||
X top links in the faq are broken (use full url?)
|
||
X need to re-arrange the reference location (faq.html in root, etc)
|
||
X don't include faq in download
|
||
X split contributed/core libraries
|
||
X change software to point at correct reference locations
|
||
|
||
|
||
0135 pde
|
||
o opening a file from right-click in osx
|
||
o opens the new thing directly behind an untitled document
|
||
X improve how fonts are parsed from the preferences file
|
||
X this was causing strange errors as prefs files became corrupted
|
||
|
||
earlier
|
||
X made changes to keywords.txt, but this is broken--it's autogenerated
|
||
X keywords/reference
|
||
X map is going to null reference, not colored properly
|
||
X add beginRaw, endRaw, map to keywords.txt
|
||
X find in reference problems
|
||
X ? doesn't work with find in reference (actually came up as 'null')
|
||
X "find in ref" on XMLElement brings up ref for null (ha)
|
||
o should we use if() or if in the reference
|
||
X include docs for moviemaker
|
||
X also changed finishMovie() to stop() (for consistency)
|
||
X only inside size() should gray bg and white fill get called (defaults)
|
||
X defaults() is separate from beginDraw/endDraw init/end stuff
|
||
o add to sketchbook menu:
|
||
o "recent sketches" option (only for things that still exist)
|
||
o turn this off by default
|
||
o "reload sketchbook" option
|
||
o "show sketchbook folder"
|
||
X start removing pre-1.4 support
|
||
X multiple windows
|
||
o what happens when p5 is launched without all its pieces?
|
||
o both on windows and mac... is there a way put up useful message
|
||
o if everything moved into the .app file, how do you add applet.html?
|
||
o can we use useragent to determine whether java 1.4 is in use?
|
||
o for mac, could see if it's an old safari (1.3) or firefox (also 1.3)
|
||
o for windows, the classid will take care of it all (firefox too?)
|
||
o for linux, everyone's using 1.4/1.5 anyway
|
||
X rewrite section on versions of java
|
||
X we're dropping support for anything before 1.4
|
||
X and don't recommend anything before 1.4.2
|
||
X we'll support 1.5 a little more now, but only libraries, not syntax
|
||
X no support for java 1.6 anytime soon
|
||
X to use 1.5+ syntax, use p5 embedded in eclipse
|
||
X what's with this fill() bug?
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=468
|
||
X background() also not making it through to raw recorder
|
||
X this should be fixed, just double-check
|
||
X add option to prefs to override memory settings
|
||
X it's a checkbox, when used it will force external runtime
|
||
X include a fill-in box with the default and various other settings
|
||
X values are in megabytes
|
||
o reload sketchbook option w/o restarting p5
|
||
o students want to manipulate the sketchbook itself
|
||
X update javadoc on web site to include xml ref
|
||
X probably need to traverse into xml and candy folders.. others?
|
||
|
||
|
||
0134 pde
|
||
X fix problem with fractional px sizes and adobe cs3
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=667
|
||
X fix candy bug where width/height were undefined if "px" was used
|
||
X some svg files include "px" in the width/height parameters
|
||
X shortcuts in tab menu should use shift
|
||
X remove shortcut for rename, and use ctrl-shift-n for new tab
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=665
|
||
X fix problem with "save as" under linux
|
||
X say that quicktime 6 is no longer supported
|
||
X winvdig issues?
|
||
X add note that "quicktime alternative" is not sufficient
|
||
X problems with serial on leopard
|
||
X grab rxtx libraries from arduino, they've disabled locking
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=227
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Electronics;action=display;num=1193459849
|
||
X add note to reference about close/quit behavior
|
||
X also add note that export will delete folders
|
||
X add notes about expand() and objects to the reference
|
||
X lots of additional ref changes for array functions
|
||
|
||
|
||
0133 pde
|
||
X fix problem with 'cancel' on "move sketch, create folder, continue"? msg
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=658
|
||
o archive sketch shouldn't include applet or application dirs
|
||
o or should it? this was how projects were being uploaded for class...
|
||
X ESC won't cancel rename
|
||
X cmd-w doesn't close window of opened applet
|
||
X both when running inside p5, or elsewhere
|
||
X add variable 'external' set to true when running tethered
|
||
X make note of new/open behavior (and toolbar) in the getting started ref
|
||
o make more fixes to the key bindings
|
||
o http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnacc/html/atg_keyboardshortcuts.asp
|
||
o http://developer.apple.com/documentation/UserExperience/Conceptual/OSXHIGuidelines/XHIGUserInput/chapter_11_section_3.html#//apple_ref/doc/uid/TP30000361-TPXREF61
|
||
|
||
|
||
0132 pde
|
||
X sketch marked as untitled if opened into an untitled window from toolbar
|
||
X when renaming an untitled sketch, need to save
|
||
X otherwise it just renames, but leaves it in the temp folder
|
||
o maybe disable rename when read-only or untitled?
|
||
|
||
|
||
0131 pde
|
||
o make loadFont() work properly with regular fonts?
|
||
X no, because some renderers really need to create, not load it
|
||
X would have to cache opengl fonts at different sizes, etc
|
||
X document hint() commands for advanced reference
|
||
X add note about gcj/gij to the platform notes
|
||
o when writing javadoc for p5 sketches, only write from first tab
|
||
X already was using code[0]
|
||
X processing.video not working on windows in 126 through 130
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=654
|
||
X auto-delete of sketches might be dangerous
|
||
X and probably no longer necessary
|
||
X should toolbar new/open replace the items in the current window?
|
||
X closing last sketch window... open an untitled document?
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=634
|
||
X when opening from the toolbar, replaces items in that window
|
||
X when new/open from menu, creates a new window
|
||
o don't bug the user about new release of p5 when they have it
|
||
o add prefs option for "latest version run"
|
||
o something also to track--people going to older releases
|
||
X keeping this behavior, it's also the only way to know you're
|
||
X running the wrong version when you accidentally open an oldie
|
||
X createFont() needs to run 1.3+, and not in applets
|
||
X where is the bug reference for this.. and can it be fixed?
|
||
|
||
server/client stuff
|
||
X add server/client notification thing for the nyu guys
|
||
X add an event to Server that notifies when a Client disconnects
|
||
X add docs for disconnectEvent for Client
|
||
X proccessing.net.Client.write(int) terminates sketch when client disconnects.
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=537
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=LibraryProblems;action=display;num=1180713192
|
||
X Server.write(bytes[]) hangs sketch on client disconnect.
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=538
|
||
o move the useful serial buffering fxns into net library
|
||
X make the Client list public
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Syntax;action=display;num=1116056805
|
||
|
||
cleaning
|
||
o video problem in qt 7.2 with prepreroll, adding this to java.policy fixes:
|
||
X just removed prepreroll in 0126
|
||
grant {
|
||
permission java.security.AllPermission;
|
||
};
|
||
|
||
|
||
0130 pde
|
||
X fix keywords.txt problems with some constants being left out
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1192873557
|
||
X call doClose() when closing sketch window
|
||
X otherwise it's leaving lots of windows around
|
||
|
||
|
||
0129 pde
|
||
X fixed up the reference for color commands, updated version
|
||
|
||
|
||
0128 pde
|
||
X fix macosx dist script to not require root password
|
||
X was just a matter of not using sudo to write the image
|
||
o hdiutil create -size 5m -fs HFS+ -volname Fooble foo
|
||
o To mount the disk-image, without having it appear in the Finder:
|
||
o hdiutil attach -nobrowse foo.dmg
|
||
o The main advantage is that these don't require root privileges
|
||
X change to jdk14 imports rather than 11 and 12 for preproc
|
||
X though this will only happen when the prefs file is deleted
|
||
|
||
|
||
0127 pde
|
||
X mark untitled sketches as modified when adding files
|
||
X opening an already open sketch will result in two identical sketches open
|
||
X just bring the other window to the front
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=636
|
||
X replace untitled windows with opened sketches
|
||
X but do so without opening a new window and hiding the other
|
||
X re-enable update check (0126 wasn't reporting anything.. ugh)
|
||
o remove the "ask for sketch name on create"
|
||
o also remove shift-click behavior
|
||
X add option to not close the environment when closing the last sketch
|
||
|
||
documentation
|
||
X make sure loadStrings(), loadImage(), etc all have security warning
|
||
X rewrite the section on java versions to reflect 1.4 policy change
|
||
o libraries should only be placed in the libraries folder
|
||
o or in the sketchbook in a subfolder named 'libraries'?
|
||
o what should the policy be?
|
||
X keywords.txt needs revamp
|
||
X CLOSE is missing
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=637
|
||
X syntax highlighting
|
||
X add MIN_FLOAT, MAX_FLOAT, MIN_INT, MAX_INT
|
||
X match() method
|
||
X added getChild(name/path), getChildren(name/path) to xml library
|
||
X add notes about these to the reference
|
||
X needs a better example that includes subitems
|
||
X fix example that doesn't use nf
|
||
|
||
fixed in earlier releases
|
||
X undo after "import library" makes a blank screen
|
||
X http://processing.org/bugs/show_bug.cgi?id=41
|
||
|
||
|
||
0126 pde
|
||
o support for hashmap<> with 1.5 syntax
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=459
|
||
X handle open/sketchbook/examples differently
|
||
X move examples folder to top-level menu
|
||
X move open menu to its own
|
||
X BGraphics, BImage, void loop() -> give an error saying it's old code
|
||
X better yet, only do this when "not found" errors come up
|
||
X need to fix changes.html because it lists out of date alpha->beta changes
|
||
X added getChild(name/path), getChildren(name/path) to xml library
|
||
o add notes about these to the reference
|
||
o needs a better example that includes subitems
|
||
X fix problem with export.txt files not working
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=625
|
||
X readStringUntil broken in net library
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=606
|
||
X add imageicon for the find dialog
|
||
X also the tools menu items and preferences
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=627
|
||
X fix problem with ctrl-, typing a comma on linux
|
||
X on linux, drag and drop didn't accept
|
||
X gets a zillion different items that come in
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=595
|
||
X show sketch folder on linux
|
||
X fix for release 0126
|
||
X add notes to the docs about how to fix if not working
|
||
X http://processing.org/reference/environment/platforms.html#linux
|
||
X adding a file to the sketch that already exists gives no confirm
|
||
X winds up showing the item twice (if .java file at least)
|
||
X (Table.pde showed twice after failed add)
|
||
X after sketch -> add file, no confirmation message is shown
|
||
o "one file added to sketch" should be more descriptive
|
||
o Added "blah.jpg" to the data folder of the sketch
|
||
|
||
multiple sketch support
|
||
X basic structural moves to handle multiple sketches
|
||
X properly mark macosx windows as modified
|
||
X frame.getRootPane().putClientProperty("windowModified", modifiedParam);
|
||
X get quit to work properly on macosx
|
||
X open new sketch windows slightly offset from the previous
|
||
o or start them in the upper-left corner of the screen?
|
||
X when quitting, save all sketch windows and their locations
|
||
X do this before checkModified, because it'll close them individually
|
||
X if quitting when zero windows are open, mark as such and use untitled
|
||
X first untitled sketch not being marked as modified
|
||
X move untitled sketches to the tmp folder
|
||
X then on save, do a save as that defaults to the sketch folder
|
||
X clean up number of new/open/close functions in editor and in base
|
||
X make sure drag and drop to open sketch is still working
|
||
o make sure double-click pde to open is launching in p5
|
||
X on first save, ask for the name of the project (with default)
|
||
X set title of window to the sketch name
|
||
X cmd-opt-r for rename, cmd-opt-n for new tab
|
||
X save/saveas should use modal dialog
|
||
X only use the bottom bar for name, rename, new tab
|
||
X remove prompt mode (yes/no/cancel) from EditorStatus
|
||
X improve speed of "new", which is calling the rebuild menus
|
||
o keep one static list of all pairs of names/files in sketchbook
|
||
X tough to do with the multiple directories/submenus
|
||
o add methods for "add" and "remove" for sketches
|
||
o also a rename method, which could just be a remove and add
|
||
X libraries and examples won't be rebuilt during the session
|
||
X editor console is broken, because re-routes System.out
|
||
X test on windows
|
||
X test on linux
|
||
X make sure quit being handled properly on windows/linux
|
||
X make clear that open() with one param should only have a single param
|
||
|
||
|
||
0125 pde
|
||
X prev/next tab conflicting with typing brackets on french macs
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=480
|
||
X update javadoc reference to include xml, candy, etc
|
||
X update to 1.4.2_12 on linux and windows
|
||
X export to web, wrong character encoding in html
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=474
|
||
X generate xhtml-1.0-strict (standards compliant) code for exported applets
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=490
|
||
X add auto-install of cab file inside applet.html
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=181
|
||
X http://java.sun.com/j2se/1.4.2/docs/guide/plugin/developer_guide/using_tags.html
|
||
X http://java.sun.com/j2se/1.5.0/docs/guide/javaws/developersguide/launch.html#creating
|
||
X http://java.sun.com/update/1.4.2/jinstall-1_4_2_09-windows-i586.cab
|
||
X or the 1.5 versions:
|
||
X http://java.sun.com/update/1.5.0/jinstall-1_5_0_03-windows-i586.cab
|
||
X PDE does not refresh code when using an External Editor
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=515
|
||
X preprocessor cannot handle L or l added to 'long' values
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=492
|
||
X change constructors for Capture, also framerate to frameRate
|
||
X need to update reference
|
||
X need to update example to use proper ordering
|
||
X re-architect svg to properly inherit fill/stroke/etc from parents
|
||
X <g> object can specify fill/stroke for everyone below
|
||
X need to discern between having a fill specified and one not being present
|
||
|
||
0125p3
|
||
X moviemaker
|
||
X moved around constructors (to be on par with other video lib stuff)
|
||
X cleaned up constant names (i.e. MSVideo -> MS_VIDEO)
|
||
X added constant for h264 encoding
|
||
X though it doesn't seem to actually work... oh well
|
||
X add documentation
|
||
X add() or addFrame()?
|
||
X find/replace - replace should do auto find next(?)
|
||
X or have a replace & find button
|
||
X placing "replace" next to "find" ... (hitting "replace all" by accident)
|
||
X have a button "replace & find next"
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=68
|
||
X only rebuild sketchbook on "save as" or "rename" of sketch
|
||
X currently it's rebuilding whenever "save" called too
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=357
|
||
X ignore ._ files when reading jar and zip
|
||
X Ignoring /Users/fry/coconut/processing/build/macosx/work/libraries/opengl/library/._jogl-natives-linux-i586.jar (error in opening zip file)
|
||
X look into deleting from p5 bugs db
|
||
X stop button kills the sketch window when running externally
|
||
X in Capture, if user cancels prompt, throws a '-128,userCanceledErr'
|
||
X in which case, need to return null (or ""?) for the prompt
|
||
X which will also just give you the last camera
|
||
X should it be new Camera(PROMPT);
|
||
o when passing in 'null' as the capture, dialog pops up fine
|
||
o but the applet craps out after a few seconds (pinwheel spin)
|
||
X can't confirm this one
|
||
X no longer default to sketchbook folder on open
|
||
|
||
0125p4 (in progress)
|
||
X general issue when reference not found, going to 'null' reference
|
||
X do a trim() on the selection for find in reference
|
||
X reorganize find in reference commands
|
||
X add setDTR() method from tom hulbert
|
||
X moviemaker is broken
|
||
X updatePixels reference was cut off
|
||
X double-check this after rebuild of reference
|
||
X examples
|
||
X animated sprite example should use tabs
|
||
X reworked all video examples
|
||
X "Object" example isn't using tabs.. others?
|
||
o object example is also much too complicated
|
||
X also need the "find in reference" to work on linux
|
||
o find in ref is prolly also why +x may be required for .html on osx
|
||
X make "show sketch folder" work on linux
|
||
X add for "show sketch folder" option
|
||
X show the menu but dim if the command is not available
|
||
X gnome-open, kde-open, "kfmclient exec blah"
|
||
o file bug re: qtjava being compiled for 1.5 on the intel macs
|
||
o because 1.4 isn't available on 10.3.9, this is ridiculous
|
||
|
||
|
||
0124 pde
|
||
X handle next/prev line with up/down arrow, with/without shift down
|
||
X properly go to the beginning or ending of the document
|
||
X create "Documents" folder for the user if it doesn't exist
|
||
X just default to the user's home directory if no 'sketchbook' folder
|
||
X otherwise ask the user to select a folder
|
||
X fix QTSession.open/close problem in Capture.list()
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=472
|
||
X fix some of the error handling while running a sketch
|
||
X now a little better at highlighting the correct line
|
||
X slight improvements to some preproc/compiler error messages
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=12
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=13
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=15
|
||
X deal with strange problem with KeyListener and {} on same line
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=484
|
||
X copy custom applet.html file on "Save As"
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=485
|
||
o preferences file gone corrupt (on osx only?)
|
||
o changing font size,
|
||
o http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1160057791
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=406
|
||
o temporarily added log4j and jalopy (for the autoformatter)
|
||
o need to decide where these go, or if they're included at all
|
||
|
||
|
||
0123 pde
|
||
X pair up QTSession.open() and QTSession.close()
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1163736864
|
||
X fix home/end for windows
|
||
|
||
from rev 0122
|
||
X honor the svg designation for layers that are marked 'hidden'
|
||
|
||
|
||
0122 pde
|
||
X improve editor listener to not add so many extraneous indents
|
||
X with text selected, hitting left or right arrow should move to beginning/end
|
||
X right now, it deselects the text and moves over one char
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=349
|
||
X add alt-shift-arrow-down and command-shift-arrow-down
|
||
X select all from that point to beginning (or end) of doc
|
||
X ctrl-shift up/down has some weird issue, but oh well
|
||
X cmd-shift-left and cmd-shift right should select the entire line
|
||
X cmd-left and cmd-right move back and forth properly
|
||
o option for behavior of HOME and END
|
||
X right now goes to begin/end of line.. should be begin/end of file?
|
||
X change to begin/end of file, and use cmd or alt, based on platform
|
||
X cmd-{ and cmd-} no longer work after the menu is shown
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=402
|
||
X clicking "cancel" on close still quitting the app
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=440
|
||
X discourse format sucked, changed to format for discourse
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=447
|
||
X changing macosx to allow Java 1.5 to be used
|
||
X updated to antlr 2.7.7
|
||
|
||
fixed earlier or wontfix
|
||
X double-click only selects part of underscored word
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=261
|
||
X this is actually a feature
|
||
|
||
svg completed
|
||
X actual linear gradients working properly
|
||
X add a table for all objects with their names,
|
||
X so they can be grabbed individually
|
||
X add accessor to get items from the table
|
||
X see if items can be named in illusfarter using the svg palette
|
||
X compound shapes (fonts) won't wind properly, so fill will be messed up
|
||
X added hack to allow for broken shapes
|
||
X rename draw() and its buddy
|
||
X a moveto *inside* a shape will be treated as a lineto
|
||
X had to fix this
|
||
X implement polyline
|
||
X some means of centering the entire drawing (is this included already?)
|
||
X or setting to one of the corners
|
||
o does the svg spec just do this?
|
||
X finish draw(x, y, c, d)
|
||
|
||
|
||
0121 pde
|
||
X fix button fatness on osx
|
||
X quaqua already takes care of this for us
|
||
X implement page setup and print
|
||
X pretty printing of code in project
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=27
|
||
X also turn off line highlighting while printing
|
||
X fix bug with 'hidden' code causing an error inside rebuildMenu()
|
||
|
||
|
||
0120 pde
|
||
X add a note saying that changing the font size requires restart
|
||
X trying out quaqua look and feel on the mac, improve how things look
|
||
X trying the gtk+ look and feel for linux
|
||
X use special awt hack on the mac to handle directory selection
|
||
X drag & drop on the mac snaps back as if it didn't work
|
||
X does this also happen on windows?
|
||
o are there better classes to use inside the com.apple classes?
|
||
o file a bug for this stuff
|
||
X figure out how to cancel 'save changes' on macosx and windows
|
||
X macosx handleQuit seems to force termination (at least on 1.3)
|
||
X http://developer.apple.com/qa/qa2001/qa1187.html
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=32
|
||
X need to test on windows to make sure it works
|
||
X try the better mac l&f
|
||
o Contents/Resources/Java can take jnilib files
|
||
o set file type/creator for .pde files of examples
|
||
o use disk:// notation as panther alternative
|
||
o so that it doesn't download the disk, just mounts it
|
||
o although.. this only works on panther.. how many are using it?
|
||
X filed as http://dev.processing.org/bugs/show_bug.cgi?id=431
|
||
o changing font size in editor not updating all font objects
|
||
o particularly after backspace
|
||
X make notice that restart is required
|
||
X when auto-format has a warning, don't change anything
|
||
X this is a temporary fix to avoid code being destroyed
|
||
X remember location of cursor on "save as" ?
|
||
X also scroll bar position and current tab
|
||
X "save as" loses cursor/scroll positions (because reloading)
|
||
X http://processing.org/bugs/show_bug.cgi?id=86
|
||
X as a result, people avoid using "save as"
|
||
X several bits of reference are updated, incorporate new zip file
|
||
|
||
|
||
0119 pde
|
||
X .java files weren't working in 116+
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=405
|
||
X need new copy of Capture example that has a new name
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=408
|
||
|
||
|
||
0118 pde
|
||
X no changes, only an opengl export fix
|
||
|
||
|
||
0117 pde
|
||
X add PGraphicsOpenGL change to revisions.txt and the changes faq
|
||
|
||
|
||
0116 pde
|
||
o including function outlines in the code?
|
||
o i.e. make setup() and draw() for people? seems silly.. not much to do
|
||
o when importing a library, insert 'captureEvent'?
|
||
o again, seems to fraught with potential problems
|
||
o saveFrame() directly to quicktime via port of DbnRecorder
|
||
o do this after beta, not likely to work with java 1.4 on macosx
|
||
X moviemaker class from dan shiffman handles this
|
||
X make message status text dark instead of white.. too subtle
|
||
o is there a way to set the color of the Frame growbox?
|
||
o currently it's white instead of dark gray like the ui
|
||
o setBackground(Color) didn't seem to help inside PdeBase.<init>
|
||
X moot point because grow boxes removed in later os releases
|
||
X ignore sketches that have ._blah.java or ._blah.pde files
|
||
X this could cause crashes on macosx
|
||
X be more strict about opening sketches with illegal characters
|
||
X in previous releases, it was possible to rename sketches outside p5
|
||
X to something that was illegal. now those files are ignored
|
||
X better fix for find/replace focus issue on osx
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=244
|
||
X give that field focus explicitly, rather than just for typing
|
||
X menu option/command key to switch between tabs
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=55
|
||
X fix movie playback on intel macs
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=313
|
||
X when using external editor, update the code on export
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1158549785
|
||
o p5 becomes a memory hog (benelek and glen murphy)
|
||
o not confirmed for a long time
|
||
o even without sketches open, perhaps not gc'ing properly
|
||
o objects probably not getting finalized
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=29
|
||
X add pref item for setting the memory properly
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=233
|
||
o external apps should inherit memory settings from p5 itself
|
||
X too confusing to set the memory in two places
|
||
X or perhaps, have a setting in the ide for it
|
||
o and allow a checkbox for "always run externally"
|
||
X that way people don't have to adjust the memory settings for p5 itself
|
||
X perhaps the memory setting should be enabled/disabled
|
||
X that way if it's enabled, will always run externally
|
||
o menu weirdness (benelek)
|
||
o when you've got a menu open, move a cursor over the text area
|
||
o and back over the menu, the text-area cursor type remains.
|
||
X mark this as wontfix, since it's just a java bug
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=30
|
||
X remove the second movie from the movie playback example
|
||
X keep checking whether google has started to honor robots.txt
|
||
X http://www.google.com/search?hl=en&lr=&q=angleMode+site%3Aprocessing.org&btnG=Search
|
||
X add load/updatePixels stuff to the pixels[] reference
|
||
X make mention of doing it to main pix array, and on an image
|
||
X move fwd/back tab into the tab menu
|
||
X however it includes a bug that loses focus (at least on osx)
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=402
|
||
X "export folder" tool has been removed, if temporarily
|
||
X add info to the new faq
|
||
X where to find out about embedding PApplet (the dev ref)
|
||
X also the link to the eclipse integration
|
||
X also add to the platforms page
|
||
X i want to use java 1.5 crap (so do it, just don't use our env)
|
||
X where have all the old faq pages gone?
|
||
X add to opengl ref the information about downloading more native libs
|
||
X we only include linux-i586, macosx (ppc and universal), windows
|
||
X also can get linux amd64 and sunos, just need to include the libs
|
||
X add to createImage() or createGraphics reference:
|
||
X Creating bitmap images - from advanced.html
|
||
X the "export folder" command doesn't seem to work at all
|
||
X check with casey, see if he's using it
|
||
o fix up how archive sketch saves files
|
||
X bring up name, and let people change if they want
|
||
X that's prolly better, can send it to desktop or whatever
|
||
X but default folder will be sketchbook/its parent folder
|
||
X add "save sketch before archive? (or cancel)" option
|
||
|
||
video
|
||
X quicktime in applets
|
||
X probably need to do a better job with openStream
|
||
X video library in applets doesn't work
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=44
|
||
X may be fixed by simply signing the applet, or may just work in places
|
||
X exported movies seem to have trouble (windows only?)
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=231
|
||
X video doesn't work in applets
|
||
X on export, need to first import applet's packages before qt et al
|
||
X video working in applets? (no, never did in alpha so untested)
|
||
X Movie should perhaps work?
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=44
|
||
X capture.settings() changes size of capture
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=366
|
||
X fix submitted by hansi
|
||
|
||
faq additions
|
||
X add notes about sketchPath() and savePath() to library docs
|
||
X explain why save doesn't go to the data folder
|
||
X noted in savePath and common issues
|
||
X how do i move the mouse cursor? (or does this go in hacks?)
|
||
X http://java.sun.com/j2se/1.4.2/docs/api/java/awt/Robot.html
|
||
X requires a signed applet or local application
|
||
X pmouseX and pmouseY have different values in mouse methods vs. draw()
|
||
X advanced reference contains more info about how things work
|
||
X move 'how do i create large images' here
|
||
X createGraphics with PDF, using dispose() to clear the thing
|
||
X calling nextPage()
|
||
X under the memory section, getting free/total memory
|
||
X long allocated = Runtime.getRuntime().totalMemory() (-Xms usually)
|
||
X long free = Runtime.getRuntime().freeMemory() (-Xms minus used)
|
||
X long maximum = Runtime.getRuntime().maxMemory() (-Xmx setting)
|
||
X remove the memory setting stuff from the faq
|
||
X add more information about setting the memory
|
||
X move memory setting to troubleshooting page on bugs db
|
||
X the source code to the libs are included
|
||
X this makes them easy to modify (in another app)
|
||
X or you can remove the package statements and embed them
|
||
X serial is a little trickier since you'd have to put stuff in code/
|
||
X windows, may need to install new version of video drivers
|
||
X add to opengl doc/faq
|
||
|
||
mac faq
|
||
X add to faq: 10.4.2 seems to have trouble with opengl and 0110+
|
||
X opengl updates necessary
|
||
X *we will only test with the latest updates applied*
|
||
X sonia doesn't work with mac intel
|
||
X include notes about the new way to fix the serial lib on the mac
|
||
|
||
video faq
|
||
X clean up the notes in the faq about how to get video to work
|
||
X make the instructions for winvdig clearer
|
||
X be sure to say "yes to all" when deinstalling winvdig
|
||
X install 1.0.1 not 1.0.5
|
||
X 1.0.5 doesn't seem to be necessary, and can't resize windows
|
||
X use capture events when doing computation, use available() when drawing
|
||
X there are threading issues with reading video and its pixels
|
||
X these particularly show up on slower machines
|
||
o video for web may actually work, just requires signed applet
|
||
o (bug marked elsewhere in here, may need to close it)
|
||
X video does in fact work now for 0116, with different handling of file i/o
|
||
|
||
faq / troubleshooting
|
||
X a method called run() with no params will cause trouble
|
||
X can't make final because subclasses using core.jar may need override
|
||
X maybe need to move animation into an internal class
|
||
X audio hiccups, throttling the cpu
|
||
X p5 will take as much cpu as it can, which can choke other apps
|
||
X call delay(10) (or so) if you want to make sure audio keeps running
|
||
X move troubleshooting page to the reference
|
||
|
||
faq / platforms
|
||
X add notes about running processing on various platforms
|
||
o directions for rebuilding jikes, etc (where is this?)
|
||
o and then link to posts on the discourse site about how to do it
|
||
|
||
faq / export
|
||
X exporting applets
|
||
X to make your own applet html, copy the template
|
||
X adding comments to applet html
|
||
X include a /** */ style description will be included in your applet
|
||
X present mode
|
||
X notes about setting key=0 to catch ESC
|
||
X also size(screen.width, screen.height);
|
||
o maybe make a section in installations with p5
|
||
X exporting applications
|
||
X possible to include a java subfolder with exported applications
|
||
X this means no need to install an additional java vm
|
||
X or an option to include the 'java' folder on windows/linux with export
|
||
X on unix machines it's also possible to use a symlink
|
||
|
||
|
||
0115 pde
|
||
o what's the long delay when hitting "save as" on osx?
|
||
o the first time, it's very slow.. presumably an awt problem
|
||
X renaming a sketch should rebuild the sketch menu
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=332
|
||
|
||
|
||
0114 pde
|
||
X fix "ignoring illegal line...macosx is missing libjogl_cg.jnilib" error msg
|
||
|
||
|
||
0113 pde
|
||
X easier export to gl applet, finalize support for applets
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=166
|
||
X add additional html file (applet-jogl.html)
|
||
X parse for renderer on export (and remove comments)
|
||
X when the renderer is OPENGL, change to:
|
||
X wire in the new jogl html file
|
||
X include the applet version of the jogl jar files (that contain DLLs)
|
||
X include the jogl.jar file itself
|
||
X use separate jar files
|
||
o can natives be included as jar files without trouble?
|
||
X make multiple jar files thing work as an option
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=62
|
||
X applet default is one file, application default is multiple
|
||
X buttons on side of sketch do default (last) behavior
|
||
X don't slurp out the contents of code folders when exporting to application
|
||
|
||
|
||
0112 pde
|
||
X PortInUseException with serial for 0111+ on Mac OS X
|
||
X need to fix the setup scripts to cover the new lock file location
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=315
|
||
|
||
|
||
0111 pde
|
||
X switch back to rev b3 of jogl so that applets will work
|
||
X fix color picker:
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=308
|
||
X also add esc/ctrl-w for closing the picker
|
||
X update information on mactels in the faq, also java 1.6
|
||
X find/build universal version of rxtx
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=311
|
||
X update the faq
|
||
|
||
|
||
0110 pde
|
||
X no changes to the pde, only fixes for jogl
|
||
|
||
|
||
0109 pde
|
||
X turn off resizing of the color picker window
|
||
X new set of windows quicktime issues introduced in 102+
|
||
X seems to be ignoring any paths that contain spaces
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=299
|
||
X fix windows make.sh (or move back to Makefile)
|
||
X currently rewrites exe on each build, even if not updated
|
||
X fix linux dist script to work more like the exported apps
|
||
X no relative paths, etc
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=298
|
||
|
||
|
||
0108 pde
|
||
X internal color picker
|
||
X could be a separate window that's always around if needed
|
||
o why was i allowed to save changes to the rgbcube example?
|
||
o wasn't, just that the error didn't come through. yay osx!
|
||
X adding dxf library to distribution
|
||
X fix bug with drag & drop of files to sketch on macosx
|
||
X need space between bullet points in faq css
|
||
X also need the absolute url stuff to work
|
||
X add discourse formatter tool
|
||
|
||
|
||
0107 pde
|
||
X fix yet another save bug, context menu paste/cut not setting modified
|
||
X undoing to the code's original state won't unset it as "modified"
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=248
|
||
|
||
|
||
0106 pde
|
||
X save wasn't working properly with ctrl-s
|
||
|
||
|
||
0105 pde
|
||
X no changes, only fixes for opengl
|
||
|
||
|
||
0104 pde
|
||
X removed "yep yep yep" when using "Create Font"
|
||
X p5 not saving changes on quit, even if you say 'yes'
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=276
|
||
_ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1139519266
|
||
X update osx for intel binary (if necessary)
|
||
X if running on 10.4, univerals jikes installed in /usr/bin/jikes
|
||
X updated the jikes included with p5 to be the universal version
|
||
X add notes to the faq about status
|
||
X set java version to be 1.4, not 1.4+
|
||
X fix LD_LIBRARY_PATH issues for applications on some linux distros
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=234
|
||
|
||
|
||
0103 pde
|
||
X no changes, only pdf fixes
|
||
|
||
|
||
0102 pde
|
||
X p5's exe has trouble when PATH has quotes (or spaces?)
|
||
X detect bad classpath or path settings
|
||
X some sort of path/classpath tester/fixer app for windows
|
||
X that " norton" thing in the path makes things a mess
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=112
|
||
X CLASSPATH figured out what to do with quotes, but not PATH
|
||
X quotes has issues on win2k vpc.. useful testbed
|
||
|
||
|
||
0101 pde
|
||
X no changes, only dipose() method fix for pdf
|
||
|
||
|
||
0100 pde
|
||
X missing import PApplet in library howto.txt
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=263
|
||
X switch to using date as default for archive sketch
|
||
|
||
|
||
0099 pde
|
||
X make buttons for editor status taller on macosx
|
||
X also fix the editor text field placement a bit
|
||
X hack to fix find/replace issues on macosx
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=70
|
||
X right now, typing works, but no caret, no blue highlight
|
||
X and on second find run, should instead select all the find string
|
||
X so that typing will replace it directly
|
||
X close/hide "Create Font" window on 'ESC'
|
||
X properly handle ENTER, Ctrl-W and ESC on all dialogs
|
||
X there must be a proper "swing" way of doing this that doesn't
|
||
X involve adding key listeners to every friggin component
|
||
X ESC should fake a cancel button press
|
||
X ENTER should do the default option
|
||
X (might be a matter of setting the default action for the window?)
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=34
|
||
X hack to fix non-terminated multi-line comments
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=16
|
||
X improved error message for bad sketch names to include the sketch path
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1134466565
|
||
X make editor save button highlight on ctrl-s
|
||
X same goes for the other editor buttons
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=242
|
||
X deal with "could not delete stderr.txt" messages
|
||
X probably screwed up the temp folder stuff
|
||
X build folder is randomized, being recreated on each build
|
||
X mark temp build folder for deletion on exit
|
||
X properly remove console files on exit
|
||
X in previous releases this was filling up the temp dir with a lotta garbage
|
||
X bug where hiddenCount/codeCount weren't being set to zero on load()
|
||
X autoformat selection out of range (prolly end of document)
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1134720763
|
||
|
||
tab handling
|
||
X indent/outdent with curly braces
|
||
X tab to just indent lines properly,
|
||
X rather than having it convert to spaces
|
||
X need a smarter handler (rather than the editor listener)
|
||
X could look at previous line for its indent
|
||
X and when hitting } do a proper outdent (if only spaces before it)
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=22
|
||
o if the previous line contains no ; then next line is indent
|
||
o need to strip out comments for this tho
|
||
o maybe preproc through and remove comments to spaces?
|
||
o also, the brace may not be on the previous line directly
|
||
o so need to walk backwards until finding one
|
||
X add ctrl-up and ctrl-down to jump between blocks
|
||
|
||
|
||
0098 pde
|
||
X update to java 1.4.2_10 on windows
|
||
X update to java 1.4.2_10 on linux
|
||
X don't allow subfolders forever inside the sketchbook folder
|
||
X once a sketch is found, don't recurse deeper
|
||
X same for libraries, cuz this makes a mess
|
||
X made a fix to check only whether something was a dir and move on
|
||
X javadoc - make notes about preproc
|
||
X move the readme stuff for each file into the files themselves
|
||
X also put a general rundown of the preproc into Preprocessor.java
|
||
X subclasses need to use "public void keyPressed" not "void keyPressed"
|
||
X tweak linux version shell script to properly set directory name
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=234
|
||
|
||
bugs in auto-format
|
||
X tools need to use a compound edit
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=139
|
||
X ArrayIndexOutOfBoundsException when trying to Auto Format
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=110
|
||
X if an error occurs during format, report it and don't change text
|
||
X this should already be happening anyway
|
||
|
||
|
||
0097 pde
|
||
export-to-application
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=60
|
||
X make a note in the faq that it's implemented
|
||
X add manifest.mf to exported applets so that applications will work
|
||
X include main class info for executable jar file with jdk > 1.2
|
||
X was already done before
|
||
X META-INF/MANIFEST.MF contains just "Main-Class: ClassName"
|
||
o problem with packages.. currently mainClassName is preproc name
|
||
o and "name" is the sketch name, w/o package
|
||
o but if a package were in use, then would be trouble
|
||
X not allowing packages for main classes
|
||
o lock feature for present mode (part of export to application?)
|
||
X just need to override the key events
|
||
o main() method needs to set layout manager if jexegen is to be used
|
||
o (msft vm defaults to null layout manager)
|
||
o also make sure pack() is happening
|
||
X PApplet.main(new String[] { "TheClass" });
|
||
X this will need to detect whether the user has their own main()
|
||
o or even PApplet.main(new String[] { getClass().getName() });
|
||
X save code before export, otherwise .pde exported is empty
|
||
X ask user ok or cancel to save code before exporting
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=157
|
||
X can macosx jnilib files be placed in the resources dir?
|
||
X shift-export should export as application
|
||
X write support for linux export
|
||
X need per-platform settings for exports
|
||
X opengl needs to export .jnilib for macosx, but no dll and so files
|
||
X if nothing available for that platform, uses "application" setting
|
||
X if no application setting or export.txt file, then export everything
|
||
o write code for selecting the output platform
|
||
X just export for all platforms
|
||
X documentation
|
||
X people using "java" mode must create their own main
|
||
X another function named main() is a no-no.. it'll confuse the preproc
|
||
X add these items to the faq
|
||
X how to handle qtjava in exports?
|
||
X problem because on export, the qtjava import happens before lib import
|
||
X why is this different between compiling and exporting?
|
||
X was a problem because example was named "Movie"
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=230
|
||
|
||
|
||
0096 pde
|
||
o separate processing editor/compiler
|
||
o can this be done without too much trouble?
|
||
X not really, but a command line that still uses awt might not be bad
|
||
o gets messy because of how the classpath et al is handled
|
||
o maybe just split out the preproc?
|
||
o could avoid doing things like the packages etc
|
||
X subfolders in the 'data' directory don't work
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=65
|
||
X package macosx with a dmg
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=116
|
||
X add "reference" and "examples" categories to bugzilla
|
||
X add mayscript tag to html when javascript lib is in use
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=211
|
||
|
||
|
||
0095 pde
|
||
X no changes
|
||
|
||
|
||
0094 pde
|
||
X don't write stdout.txt/stderr.txt to the build folder
|
||
X writing to the p5 folder was causing security problems
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=177
|
||
X bug in console that was causing stderr and stdout
|
||
X to be written over one another.. oops
|
||
X console text selection immediately de-selects
|
||
X suspect console is updated every 250 ms even when the app isn't running
|
||
X simplest to just not update the console if nothing is waiting in buffer
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=180
|
||
X problem with using qtjava is probably the quotes..
|
||
X remove them because they're matching quotes elsewhere
|
||
X drag & drop implementation to add files to sketch
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=21
|
||
X test drag and drop on windows
|
||
o also test on linux
|
||
X make simple tool for casey to rebuild all the examples at once
|
||
X first select a folder, then will open each sketch in turn, and export
|
||
X just make it easier to go to the next sketch
|
||
X need to rebuild with this release because of 1.3/1.4 issues
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=117
|
||
o or add tool to hit 'next' to go through examples
|
||
o just make it "next file in folder" since examples are all over
|
||
o also need to copy examples locally
|
||
|
||
|
||
0093 pde
|
||
X println() can hose the app for the first 20-30 frames
|
||
X incorporate fix posted by mellis
|
||
X need to figure out threading etc
|
||
X problem with it launching a new thread for every single update!
|
||
X http://processing.org/bugs/show_bug.cgi?id=19
|
||
X make a note that video doesn't currently work in applets in the faq
|
||
X scanning sketchbook folder may be extremely slow
|
||
X when lots of frames saved out, takes forever to scan the folder
|
||
X some dumb sorting code was responsible
|
||
X and each file was being treated as a directory. oops.
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=84
|
||
o rebuild jikes with --enable-static --disable-shared
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=47
|
||
X switched to use the version from the rpm on the sf.net site
|
||
X with fix of bug #47, svn binaries are no longer liabilities on linux
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=48
|
||
o auto-run the javadoc in dist.sh
|
||
o doctor a copy of the css file to use p5 defaults
|
||
o and re-copy the css in after generating the doc each time
|
||
X timing fix introduce regression on linux
|
||
X extra (NUL?) chars are added
|
||
X i.e. on first run, the ten blank lines each have a li'l box
|
||
X http://dev.processing.org/bugs/show_bug.cgi?id=118
|
||
X faq: "my applet doesn't work on export"... where to check for errors
|
||
X very common: cached version is being used
|
||
X go through methods to properly flush the cache
|
||
X can also just change the name
|
||
X make a note in the library howto about using something besides p5
|
||
X add the faq to the help menu
|
||
X patch from mellis to make dist.sh properly grab version numbers w/o fink
|
||
X fix to enable quicktime 7 to run properly on windows
|
||
|
||
fixed in previous releases
|
||
X closing window w/o first hitting stop() causes freak out
|
||
X opengl gives an OutOfMemoryError
|
||
X java2d just goes into a lock
|
||
X could also be code that's in an infinite loop (i.e. text error)
|
||
X which then causes a full lock
|
||
X something really bad happened with println() in this release
|
||
X perhaps only without a code folder and/or running in java2d mode?
|
||
X this may also be what's hosing
|
||
X external apps don't stop at all when 'stop' is hit
|
||
X worker thread is halting the app ala code folder bug
|
||
X could this be dealt with by using nio?
|
||
X host environment will be running 1.4 so...
|
||
o make note that changing screen config requires restart of processing
|
||
o static { checkScreens(); }
|
||
o static void PApplet.checkScreens() { }
|
||
o to run explicitly later
|
||
o this seems too complicated.. just make people restart
|
||
o convert spaces to underscores and vice versa for sketch/tab names
|
||
o underscoring everything is kinda nasty
|
||
o only needs to be underscored when passed off to java
|
||
o although then if people *want* underscores, there's gonna be trouble
|
||
o http://dev.processing.org/bugs/show_bug.cgi?id=76
|
||
o if in full java mode
|
||
o if extends PApplet.. or rather, put PApplet cast into a
|
||
o try/catch block.. if it doesn't work, try applet. if that
|
||
o doesn't work, try using the class' main() to run it
|
||
X not gonna do this, p5 is not a java editor
|
||
o if a .pde isn't contained in a properly named folder
|
||
o offer to rename the parent folder, rather than placing in a new folder
|
||
X add command key for "show sketch folder"
|
||
|
||
bugzilla problems (fixed by fjen)
|
||
X localconfig has been modified, need to update for everything
|
||
X "back to bug #110" should be on one line
|
||
X text fields on "post bug" won't let me click
|
||
X (i.e. "Reassign bug to" and "duplicate of bug #")
|
||
X continually de-select themselves so i can't paste or type text
|
||
X remove "platform" and "severity".. set them to "all" and "normal"
|
||
X buglist.cgi
|
||
X replace the platform column with the os column (uses icons for os)
|
||
X sorting based on any of the headings gives an error
|
||
X "102 bugs found. 102 bugs found."
|
||
X remove the severity column
|
||
X it's normal or enhanced, and enhanced is already gray
|
||
X make os into: Mac OS, Windows, Linux, Other
|
||
X while other categories might exist, it's too confusing for minimal benefit
|
||
o make things that are P5 into "enhancement"
|
||
o unless a P6 can be added? or something called "enhancement"?
|
||
X is there a way to list "all" bugs (especially sorted by priority?)
|
||
X or at least the first 20 listed by priority?
|
||
|
||
forum bugs
|
||
X when replying, all the replies so far are listed twice
|
||
o fonts are wrong all over the place (use windows to debug)
|
||
|
||
|
||
0092 pde
|
||
X more info in the todo about event handling
|
||
|
||
|
||
0091 pde
|
||
X error messages from external not coming through very well
|
||
X especially on macosx.. is it writing to stdout.txt tho?
|
||
X figure out why it's killing things early? the process maybe?
|
||
X gl exceptions really not coming through
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1114520230;start=5
|
||
X command keys don't work w/ shift
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1114661169;start=0
|
||
X printing 32k chars to console w/o a line break will cause massive error
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1115470426;start=0
|
||
X on linux, have the shell script test for jikes first
|
||
X have it run jikes quickly, if it exits with an error, warn user
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1115302894
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1115787397;start=0
|
||
X wasn't using runner stop button color
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Suggestions;action=display;num=1116166897;start=0
|
||
X fix up the video crap because nobody reads the faq
|
||
X and no cameras means that the list comes back null
|
||
X can't seem to find build dir on operating systems w/ non-ascii chars
|
||
X or rather, when user accounts have non-ascii chars in the name
|
||
X try setting up an account where this is the case
|
||
X http://processing.org/bugs/show_bug.cgi?id=2
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1114207259
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1116025299
|
||
X ctrl-shift-f is both autoformat and find in reference
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1118117417
|
||
o http://processing.org/discourse/yabb_beta/YaBB.cgi?board=WebsiteBugs;action=display;num=1117490025
|
||
X if sketchbook folder doesn't exist, default to the old folder
|
||
X people remove their old p5 folder which contained their sketchbook
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Syntax;action=display;num=1116080833;start=0
|
||
X add a tiny java tester app to the home page
|
||
X make sure gl examples are working properly before release
|
||
X actually probably a bug with building opengl stuff with run.sh on linux
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=os_core_pde;action=display;num=1117632460
|
||
|
||
fixed previously
|
||
o runtime exceptions have stopped coming through (on pc only?)
|
||
o test with florian example for the exception stuff
|
||
o that they don't show up in the error bar
|
||
o make sure this is no longer the case
|
||
o don't draw the nasty couple of pixels in the margin
|
||
o http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Suggestions;action=display;num=1115597365;start=0
|
||
o font builder chopping off parts of letters
|
||
X not seen for a long time
|
||
o this may be fixed?
|
||
o http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1076358432;start=0
|
||
o package processing.app for PdeBase, PdeEditor..
|
||
o if NullPointerEx on a line that includes a "pixels["
|
||
o give an error message saying "you may need to call loadPixels"
|
||
|
||
discuss with casey
|
||
X redraw() should be listed under "related" for loop and noLoop
|
||
X redraw() can't be called inside draw(), but loop/noLoop can
|
||
X not as weird as it sounds, but the redraw flag is gonna get cleared
|
||
X documentation on tabs: .java files, inner classes, etc
|
||
X additional tabs are added to the main code
|
||
X as a result, static variables can't be used
|
||
X though they can go above the class itself or be placed in the parent
|
||
X if you want it separate, use a .java file instead (not parsed)
|
||
X classes in tabs are inner classes, or use .java files
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Syntax;action=display;num=1114393478;start=0
|
||
X built in functions.. may not always be fastest, we're going for correct
|
||
X most things have other ways of making things much faster
|
||
X we've attempted for less confusion over speed in some cases
|
||
X get(), set() and red() et al are one such example
|
||
X web colors with alpha: 0xffcc0080 or unhex("ffcc0080")
|
||
`X the draw() method must exist, otherwise the sketch won't run
|
||
X i.e. can't just have mousePressed()
|
||
o make a sketch that shows loading from the web
|
||
o make another sketch that shows loading from a file
|
||
X make notes about preproc
|
||
X move the readme stuff for each file into the files themselves
|
||
X also put a general rundown of the preproc into Preprocessor.java
|
||
X subclasses need to use "public void keyPressed" not "void keyPressed"
|
||
X beginShape() defaults to beginShape(POLYGON)
|
||
X needs to be noted for the reference
|
||
X make a note that u/v coordinates on vertex() clamp at 0 and 1
|
||
X document for new users:
|
||
X what's a NullPointerException
|
||
X what's an ArrayIndexOutOfBoundsException
|
||
X use of strings
|
||
X println() for debugging
|
||
X add notes to float ref about problems with incrementing by +0.0001
|
||
|
||
|
||
0090 pde
|
||
X working on strange undo problems, use a new Document for each tab
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1115665414;start=2
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1115644611
|
||
X don't allow a file to be named .pde or .java
|
||
X patch from stendahl for the highlight inset ugliness
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Suggestions;action=display;num=1115597365;start=0
|
||
X fix up some sketch renaming bugs
|
||
|
||
|
||
0089 pde
|
||
X properly rolled the version number in Base
|
||
X fix nasty late-breaking undo bug
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1115560243;start=0
|
||
X remove Thumbs.db from examples/reference stuff
|
||
|
||
|
||
0088 pde
|
||
X fix a problem with Runner.message() getting exceptions
|
||
X if digits to end of text, was crashing (new digit check code)
|
||
X if codeCount > 1 externalRuntime = true, Sketch.java line 272
|
||
X nah, just sticking with that, runs better
|
||
X rev 87 on linux included a version of jikes built on redhat 7.3
|
||
X check to make sure this still works on the fc3 box
|
||
X stick with the rh73/fc3 build, include instructions on the site
|
||
o try test run, if it closes w/ an error, then show error
|
||
X exceptions in other tabs not comunig through
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1115415184;start=0
|
||
X renaming a .java file only shows the name w/o .java
|
||
X which makes you rename the file to a .pde instead
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Collaboration;action=display;num=1115122925;start=3
|
||
X archive sketch not saving the entire sketch?
|
||
X make the sketch save first
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1115187666;start=0
|
||
X is it the run() exception handler that's leaving off the CRLFs?
|
||
o or is it that it needs to be \r\n not just \n?
|
||
X nope, it was Runner.message();
|
||
X set applet.frame on runner, so ppl can mess with the frame itself
|
||
X make beautify plugin "Auto Format"
|
||
X //for (int i = 0; i < 10; i++) {
|
||
X } catch (IOException e) { }
|
||
o http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1086555381
|
||
X need to ignore comments.. but not those inside quotes.. oog
|
||
o http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1067309918;start=0
|
||
X ignores colons for case statements
|
||
X need to tie this to the parser instead
|
||
X info about getting started with building processing
|
||
X also re: what about eclipse? what about antlr?
|
||
X run-expert.bat wasn't working properly
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1115469263;start=0
|
||
X when an exception occurs, undo gets killed
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1115153290;start=1
|
||
o add a note about floating point numbers to the faq
|
||
|
||
casey fixes
|
||
X export css problem
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1115061823;start=0
|
||
X customizing ugly coffee cup startup crap
|
||
X http://java.sun.com/j2se/1.4.2/docs/guide/plugin/developer_guide/special_attributes.html
|
||
X http://java.sun.com/j2se/1.5.0/docs/guide/plugin/developer_guide/special_attributes.html
|
||
|
||
fixed in previous releases
|
||
X why is gl being added on export, no matter what? or is it?
|
||
X applet folder not really being emptied on export
|
||
X so old libs will just perpetuate themselves
|
||
X moving an external window around a lot will halt the parent
|
||
X does move even need to be called? could just wait till stop?
|
||
X PdeMessageSiphon has problems with message()
|
||
X external apps also seem to not do newlines properly on exceptions
|
||
o odd error in System.err stream coming from running external
|
||
o dies after a while or goes weird
|
||
o make sure exceptions with .class work
|
||
o openStream returning 'null' really horked up the letters applet
|
||
o no System.out was coming through
|
||
o System.err was getting cut off before finishing
|
||
o no transformations before background() is called
|
||
o implementation specific, may cause trouble
|
||
o must call depth() for 3D applications
|
||
o lights cannot be enabled/disabled throughout
|
||
o lighting will be based on what's left at endFrame()
|
||
X images should be a power of 2, or call modified()
|
||
X document the use of "die"
|
||
X can override the method to do your own handling
|
||
X sketches no longer require a "data" folder
|
||
X example that uses loop/noLoop, or redraw?
|
||
X talk to creas about making html files for bugs, readme, revisions.
|
||
X or how they should relate to the 'faq'.. readme -> faq?
|
||
X loadImage() mixed case problems
|
||
|
||
|
||
0087 pde
|
||
X bug with creating a new tab that's a .java file
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1115059069;start=0
|
||
X shouldn't be able to add new tabs or files to a read-only sketch
|
||
X can't save a sketch with its own name because already has that name
|
||
X small explanation and tiny example(s) for the following?
|
||
X modelX(), modelY(), modelZ(), screenZ(), openStream(), normal()
|
||
X check for updates should happen only daily or weekly
|
||
|
||
already completed in 86
|
||
X remove requirement for osx to install fink
|
||
X only used for 'head'
|
||
|
||
|
||
0086 pde
|
||
X new versions of java for windows and linux: 1.4.2_07
|
||
X update faq on site? what's difference between versions?
|
||
X no difference between versions... should it be cvs based?
|
||
X linux is missing all libraries except for javascript
|
||
_ added again, but check the distribution to make sure they're working
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Tools;action=display;num=1114325419;start=1
|
||
X preferences - second line of prefs (the file path) is smashing things
|
||
X righthand max isn't being updated for that second line
|
||
X or it's getting written over by the line below it
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1113932608
|
||
X include platform information when checking for updates
|
||
X send over the int as long hex number?
|
||
X 64 bits hex is gonna be 16 digits.. much cleaner
|
||
o when people are running 1.5, warn them?
|
||
o if p5 is running 1.5, let them know to use the standard install
|
||
o check to see if when running externally, will be using a 1.5 vm
|
||
X nah, this seems like overkill.. problems haven't been *that* bad (yet)
|
||
X make sure that when running ext, using the local java
|
||
X macosx 10.2 needs libiconv to run jikes
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1114113204;start=0
|
||
o either compile jikes not to use it:
|
||
o http://jikes.sourceforge.net/faq/dev-win32.shtml
|
||
o or maybe include an installer:
|
||
o http://www.bluem.net/downloads/libiconv_en/
|
||
o gnu page for libiconv
|
||
o http://www.gnu.org/software/libiconv/
|
||
X on 10.2, the version of jikes from 69 (the cvs build) works fine
|
||
X update the faq when doing the release
|
||
X additional requests for this (and it's an easy fix)
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Suggestions;action=display;num=1114449442;start=0
|
||
X maintain tab scroll and caret positions
|
||
X save caret position when switching tabs
|
||
X check casey's email about bugs
|
||
|
||
lots of save bugs
|
||
X "are you trying to f-- with me" on quitting the app is super problem
|
||
o look into canceling a quit instead?
|
||
X "save as" not quite working
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1113944897;start=0
|
||
X more "save as" trouble with removing files
|
||
X robert's issues with saveas deleting things
|
||
X sketch "delete" not working.. grrr..
|
||
X creating a new file with the same name as a hidden file will cause trouble
|
||
|
||
documentation
|
||
X mention revisions.txt in changes.html
|
||
X quicktime 7 has not been tested, use at your own risk
|
||
X if you have trouble on mac, this is a qt 652 reinstaller
|
||
X http://www.apple.com/support/downloads/quicktime652reinstallerformac.html
|
||
X not slice() but subset()... get word from casey on how to resolve
|
||
X videoEvent and serialEvent pass in the object
|
||
X serial will only list ports that are currently not in use
|
||
X i.e. if you're monitoring the port in one app, it won't be listed
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Syntax;action=display;num=1114561057;start=0
|
||
X put the jikes fix for 10.2 on the faq (mention update to 86)
|
||
X not supporting windows 95
|
||
X http://www.java.com/en/download/help/win95.xml
|
||
X wontstart wasn't properly linked
|
||
X watch out for upper/lowercase changes
|
||
X methods and functions always start lowercase, and have inner caps
|
||
X faq - java 1.5
|
||
X seems to run things more slowly..
|
||
X if using p5 standard, will be running 1.4
|
||
X but if 1.5 installed, browser will probably use that
|
||
X opengl only runs with 1.4
|
||
X opengl not tested for applets
|
||
X to get to opengl functions, put this after size:
|
||
X GL gl = ((PGraphicsGL)g).gl;
|
||
X and then can make opengl calls. this is not supported,
|
||
X and if things don't work, sorry.
|
||
X faq - known bugs
|
||
X 1 pixel stroke weight in opengl (temporary)
|
||
X make clear that P2D is not working if not clear enough
|
||
X save/yes/no needs cancel
|
||
X faq - not our problem
|
||
X sun.dc.pr.PRException
|
||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1113990788;start=0
|
||
X updatePixels() may be slower.. hopefully JAVA2D mostly temporary
|
||
X faq - graphics engines.. default graphics may be slow
|
||
|
||
|
||
0085 pde
|
||
X list of changes since rev 69? run through revisions.txt
|
||
X update and finalize the faq
|
||
|
||
|
||
0084 pde
|
||
X can't edit prefs while processing is open, remove the link
|
||
X add run.options for things run externally
|
||
X load options via vector because they need to be split up
|
||
X stability improvements to processing.exe from simon
|
||
X memory on external apps is a little broken
|
||
X update the script for the mailing list
|
||
X processing vs. flash item on the faq? a "why?" page?
|
||
X clean up faq page to use text A NAME tags
|
||
X rename video.Camera to video.Video ? Capture ?
|
||
X VideoInput VideoOutput, SoundInput, SoundOutput or AudioInput/AudioOutput
|
||
X need to straighten out for when audio comes along
|
||
X faq menu selection should select current page so can navigate elsewhere
|
||
X also missing "founders" and "interview" pages
|
||
X remove interview page if not already done
|
||
X founders page is online, just integrate - info.html
|
||
X list of known bugs should be on the faq page
|
||
X a bunch of stuff from revisions.txt on 84 and 82
|
||
o how to deal with bugs, since there are so many known...
|
||
|
||
save as... bugs
|
||
X always make sure that the sketch folder still exists
|
||
X otherwise editor gets into a weird state
|
||
(v74) if a project folder is made (with save as), and then deleted
|
||
while processing is still open, there is an error (of course). but
|
||
the error ('file/folder not found') is not displayed to the user, and
|
||
the drop-downs don't go away / the IDE doesn't refresh.
|
||
|
||
X remove a folder if someone tries to replace it via "save as"
|
||
what happens if folder already exists on save as?
|
||
saving a project over an already existing project does not get rid of
|
||
the .pde files that arent overwritten. not sure if this is feature or
|
||
bug, but it took me by surprise. it seemed to only overwrite .pde
|
||
files with the same name, but everything else in that project folder
|
||
stays as is.
|
||
|
||
X sketch renaming fixed
|
||
X rename, change, was asking about the old sketch name
|
||
Minor issue, but caused me a couple seconds of confusion. If you
|
||
rename your sketch then try to close the application without saving
|
||
first, it asks you if you want to save but mentions the pre-rename
|
||
name. But I hit yes, quit, came back in, and all seemed right in the
|
||
world.
|
||
|
||
X "save as" not actually saving properly
|
||
File>New
|
||
edit file...
|
||
File>Save As
|
||
File>Open some other file
|
||
File>Open original file
|
||
file is empty.
|
||
the only way to make File>Save As actually save new files, as far as i
|
||
can tell, is to Save As once, make at least one change, then Save.
|
||
|
||
X fix hide/unhide bug... just was dumb code
|
||
create a new sketch
|
||
create a new tab named "a"
|
||
create a new tab named "a_2"
|
||
hide tab named "a_2"
|
||
hide "a"
|
||
unhide "a_2"
|
||
unhide "a"
|
||
where did "a_2" go ?
|
||
|
||
|
||
0083 pde
|
||
X move everything to packages, and start auto-javadoc
|
||
X how to get preproc to automatically prepend packages
|
||
o only build preproc from preproc/make.sh?
|
||
o and check in the preproc'd code to cvs?
|
||
X need to add classes dir to cp for jikes make (on win and linux)
|
||
X get both versions of size() properly detected on export
|
||
X get latest sonia from amit
|
||
X remove particles from current processing
|
||
X move netscape library out of libs and into build/shared
|
||
X add serial.stop() just like client/server
|
||
X border weirdness in PdeEditor panels on windows (fixed in 82)
|
||
o fix macos readme about how to boost memory size, and 1.3 vs 1.4
|
||
X actually, this was already in there
|
||
o add prompt() method to serial
|
||
|
||
camera
|
||
o setting the camera should be an index from list()
|
||
o there might be multiple cameras with the same name
|
||
X no can do, the function takes a String for the device name
|
||
o list() should return full list with all sub-components
|
||
X find the example code from the board
|
||
X grabbing sub-devices from camera in the lib (via list() or whatever)
|
||
o actually, need to use numbered indices (multiple w/ same name)
|
||
o list should be: "0 - Logitech QuickCam (Blah)"
|
||
o and then use the indices (or the str i guess) to choose
|
||
X format(NTSC) or PAL or SECAM
|
||
X source(COMPOSITE) or SVIDEO or COMPONENT
|
||
X settings() brings up settings dialog
|
||
o add prompt() method to Camera ("" means default, null is prompt)
|
||
o let them pass in prompt(), not use null
|
||
o null is only bringing up settings dialog, that's wrong
|
||
|
||
saturday afternoon
|
||
X move packaging around
|
||
X remove PdeXxx prefixes on names, make PdeBase into just "Processing"
|
||
X update .exe to use new class/package
|
||
X update .app to use new class/package
|
||
X setup linux box and build a linux version
|
||
X need to fix up the make/dist scripts for linux
|
||
X update runner script for the new package
|
||
X fix linux bugs with placement
|
||
X lots of dist script tweaking and messing with jikes libs
|
||
o should loadPixels be grabPixels? (nope)
|
||
|
||
saturday evening
|
||
X update processing/build/howto.txt
|
||
X add 'make' to list of things that should be installed
|
||
X update libraries/howto.txt
|
||
o should we queue lib events until the end of loop?
|
||
X nope, libraries can handle that themselves,
|
||
X and queue events by registering for draw or whatever they'd like
|
||
X lib could call queueEvent with the args
|
||
X then call them inside post()
|
||
|
||
saturday evening and sunday morning
|
||
X scrubbing all the code to include proper license and copyright info
|
||
|
||
sunday afternoon
|
||
X update checker (can be turned off in prefs)
|
||
X send unique id, and information about person's java vm/platform
|
||
o using timezone would be an interesting method for tracking location
|
||
|
||
sunday evening
|
||
X fix up dist scripts for new faq stuff, cleaning out some old crap
|
||
X consolidate readme.txt, bugs.txt, info.html (faq)
|
||
X document things that will be broken for beta
|
||
X opengl set() functions.. though get() probably ok
|
||
X stop button with external apps
|
||
X java 1.1 support
|
||
X code is larger than we'd like, has increased in size
|
||
X working to remove and optimize, also make possible to remove un-needed
|
||
|
||
|
||
0082 pde
|
||
X shut off text anti-aliasing in the about box
|
||
X implemented ryan alexander's grow box design
|
||
o when centering applet on-screen, needs to check for multiple screens
|
||
o this is both for PApplet and PdeRuntime
|
||
o PApplet screen size constant is no good
|
||
X nope, because centers on default screen
|
||
o revisions.txt et al aren't properly having LFs converted
|
||
X false alarm, was only on rev 69
|
||
X set default window height to 600 so that it appears properly
|
||
X windows version was smashing it at the bottom when new prefs
|
||
X don't allow saved window position to be outside the current display
|
||
X change to how keywords are loaded
|
||
|
||
|
||
0081 pde
|
||
X need to make sure people add the OPENGL lib if using opengl mode
|
||
X throws an error message
|
||
o put processing.exe into cvs so that make et al aren't required
|
||
o particles lib requires depth() (but shouldn't)
|
||
o fix for 78 since not sure when simon's new version is happening
|
||
X requires because uses 3D.. oh well
|
||
o "draw" is not highlighted as a keyword.. other keywords?
|
||
o draw(), PGraphics(), NO_DEPTH_TEST, PMovie(), PMovie.repeat()
|
||
o PClient(), PClient.available(), PClient.read(),
|
||
o PServer(), PServer.dispose(), PServer.write(), attach(), length
|
||
o round() is not colored
|
||
|
||
return flight from tokyo
|
||
X make preferences a modal dialog
|
||
X it's annoying when it hides itself
|
||
X add editor font size in the preferences window
|
||
X move the lib folders to a new location
|
||
o libraries need to remove the PLibrary interface
|
||
X fix bug where prefs were being applied even if cancel hit
|
||
X the runtime environment requires java 1.4
|
||
X make sure this is known and tested for properly
|
||
X PdeRuntime/PApplet cleanup
|
||
X run as external whenever using present mode
|
||
X significantly limit range of cases.. if presenting ext is ok
|
||
X uses internal pretty much only when single class, etc
|
||
X remove initialWidth/Height stuff from PdeRuntime for when running internally
|
||
|
||
|
||
0080 pde
|
||
X include /** */ comments into the html page
|
||
X examples have been updated
|
||
|
||
fixed in rev 79
|
||
X can't scroll the PdeEditorConsole downwards at all on osx
|
||
|
||
purged
|
||
o refresh sketchbook menu upon returning to the app from elsewhere?
|
||
o this would need to track whether coming just from an ext runtime
|
||
o make "get quicktime libs" function
|
||
o can java get the root directory for system/win32 etc?
|
||
X add MRJOpenApplicationHandler and MRJOpenDocumentHandler
|
||
X especially the open document fella
|
||
X under osx, app won't get doc unless app already launched
|
||
|
||
|
||
0079 pde
|
||
X add ctrl-o to the open menu
|
||
X implement horizontal version of PdeEditorButtons
|
||
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1076707944
|
||
X add line numbers
|
||
X add extra space to bottom on osx
|
||
|
||
|
||
0078 pde
|
||
X file open dialog needs to allow .PDE instead of .pde
|
||
X include "you need to install java" text on default export page
|
||
|
||
|
||
0077 pde
|
||
X make compatible with jikes 1.22
|
||
X fix all warnings generated by the new jikes
|
||
X update windows version of jikes.exe
|
||
X update macosx version of jikes
|
||
X get source and build on osx (or is it shipped by default?)
|
||
X make sure that fink is not in the path when building
|
||
X what are the args to configure a release version?
|
||
X update linux version of jikes
|
||
X look for size() method to determine default size of applet
|
||
X (same as applet exporter function)
|
||
o when using core graphics, don't show applet frame until first frame
|
||
o (in opengl, open frame early, make sure this isn't inhibited)
|
||
X probably can't do this, since don't know at runtime if it's gl
|
||
X RuntimeException errors are a little prettier
|
||
X updated windows icon
|
||
X make macosx use kUserDomain to grab Documents folder
|
||
X this is just-in-case, who knows what they're up to over in cupertino
|
||
|
||
|
||
0076 pde
|
||
X fix launcher issues on windows (didn't include registry.jar)
|
||
X also fix run.bat and run-expert.bat
|
||
X fix launcher issues on mac os x
|
||
X fix Info.plist, and chmod +x JavaApplicationStub
|
||
|
||
|
||
0075 pde
|
||
X backported to 73
|
||
X change horizontal offset to 5 instead of 4
|
||
X yet another tweak to the message() function in PdeRuntime
|
||
X add -target 1.1 to all the library make entries
|
||
X find/replace
|
||
o add support for hitting 'ESC'
|
||
o option to ignore or match case
|
||
X when hitting 'find', select the text in the field
|
||
X add extra space to exterior of find (especially on windows)
|
||
X fixes to the horizontal scrollbar
|
||
X still not perfect, but some tweaks for improvement
|
||
X horizontal scroller is always present
|
||
X fixed, was a problem of sizing with the new inset size
|
||
X cosmetic fixes
|
||
X is PdeEditorHeader one pixel too tall
|
||
X move the tabs over just slightly
|
||
X resize box intrudes on the scroller for the console area
|
||
X need to set grow boxes intruding to false
|
||
X 1.3 version (deprecated):
|
||
X -Dcom.apple.mrj.application.growbox.intrudes=false
|
||
X 1.4 version (much nicer): -Dapple.awt.showGrowBox=false
|
||
X add mkdmg script to macosx build process
|
||
X could significantly speed things up
|
||
X make sure that the preproc stuff gets built once
|
||
X especially straight out of cvs
|
||
X menu option for Renderer > to "Core" or "OpenGL"
|
||
X on export, uses this setting to determine if jogl is added to project
|
||
o if additional tab is "public" class.. then make external?
|
||
X this seems too dangerous
|
||
X make font builder vertically resizable
|
||
X 200 pt font hoses things / hides buttons
|
||
X rename/delete work
|
||
X rename is now enabled on the first tab
|
||
X delete on first tab will also delete the entire sketch
|
||
X leaving an empty sketch will remove it
|
||
X avoids creating a zillion sketches when deleting/clearing up sketchbook
|
||
X disable 'hide' menu item for the main code tab
|
||
|
||
sketchbook/prefs location
|
||
X read from registry key to get the proper name for these folders
|
||
X also find some way to do this on the mac
|
||
X on non-english windows (or at the broad) these will be named differently
|
||
X http://support.microsoft.com/?kbid=221837&sd=RMVP
|
||
X or is there a proper way to do this with java params?
|
||
X move to ~/Application Data/Processing for windows
|
||
X and ~/Library/Processing for macosx
|
||
X and ~/.processing for linux
|
||
X if it can't write prefs here, try creating a subfolder inside p5
|
||
X and if that fails, then tell the user that they suck
|
||
X prompt for sketchbook location on linux
|
||
X or on mac/pc if it can't write anywhere else
|
||
X creating sketchbook / lab situations
|
||
X test to see if it's possible to write to "My Documents"
|
||
X if not, should bring up a prompt asking where to put sketchbook
|
||
X also put something in lib/preferences.txt for default location
|
||
X this way a course admin can change the default location
|
||
o need to check if volume is read-only, notify and quit if it is
|
||
o people are trying to run off the disk image
|
||
o actually that should be fine..
|
||
o but make sure the prefs location can be written
|
||
o need to pay attention to when running from read-only drive
|
||
o reported by brandenberg
|
||
o "p5 will launch from the disk image, but will
|
||
o not draw the sketch name bar doesn't appear"
|
||
X include preferences.txt option to write to p5 folder first
|
||
X this can be altered by instructors and re-packaged
|
||
X fixed a couple bugs causing the jnilib stuff to crash
|
||
X put 'play' on a SwingWorker thread
|
||
X test this on a pc to see how it goes, especially with opengl
|
||
X doesn't seem to help anything
|
||
X PdeRuntime -> SystemOutSiphon, removed MIN_PRIORITY setting
|
||
o hack to not use console on the code folder
|
||
o no errors will propogate, but it should run fine
|
||
X lib/build should not be a subfolder of p5
|
||
X p5 environment installed to /Applications on lab machines
|
||
X instead use a temp folder
|
||
X maybe when running on lab machines in that case, always java mode?
|
||
X or is it possible to add to java.class.path while app is running?
|
||
X have to use a special class loader
|
||
X new class loader for single files
|
||
X if more than one class defined, forces it to run externally
|
||
X (basically any time it sees "class" in the code..
|
||
X may be subject to errors, but errs on side of just running ext)
|
||
X runs out of processing data folder
|
||
X fix for toolbar being one pixel off breaks the windows version
|
||
X need to only do the fix on the mac.. ugh
|
||
X macosx is using /Library instead of ~/Library.. get this fixed
|
||
X domain version wasn't in the stubs.. grr
|
||
X or maybe it's an int or something?
|
||
X just use reflection to call the function instead
|
||
X "use external editor" is broken
|
||
X throws exception on load()
|
||
X make preproc only build once (across osx, windows, linux)
|
||
X preproc: making all functions public that have no specifier
|
||
X this will make draw() etc all much easier
|
||
X as well as the library events
|
||
X focusGained/focusLost was added..
|
||
o if a data file is in the sketch (not data) folder export breaks
|
||
o works fine in the editor, but on export gets a nullpointer ex
|
||
X no way around this, because needs to be able to read from local dir
|
||
X if saving a read-only sketch, default to sketchbook folder
|
||
X (before was prompting to save inside the same folder.. annoying)
|
||
|
||
building libraries - not gonna build libs in p5 ide for 1.0
|
||
o compiling - main file is a .java not a .pde
|
||
o also where no root .pde file with the same name.. (i.e. video)
|
||
o on "new library" fill in the default code for the lib
|
||
o record imports from java files as well
|
||
o ignore imports from java.* or maybe just things pde's classpath
|
||
o after export of library, rebuild "import library" menu
|
||
o write export-to-library
|
||
o need to be able to produce the serial, video, etc libs
|
||
o see if sonia project can compile
|
||
|
||
libraries
|
||
X libraries could handle a series of events..
|
||
X i.e. a 'completion' event, or 'new data' event
|
||
X these could be registered on obejcts in a general way
|
||
X implemented many events
|
||
X movieEvent, cameraEvent, soundEvent
|
||
X serialEvent, clientEvent, serverEvent
|
||
X if videoEvent exists, don't auto-read?
|
||
X though for serial this would only grab the last byte
|
||
X video bug on osx? an error message when quitting video sketches:
|
||
X java.io.IOException: Bad file descriptor
|
||
X at java.io.FileInputStream.readBytes(Native Method) etc... ).
|
||
o bring back some form of beginSerial/beginVideo
|
||
o openSerial(), serial()..
|
||
o should it prompt or use the first available if none specified?
|
||
X run library destroy after hitting 'stop'
|
||
X quicktime audio doesn't stop after hitting 'stop'
|
||
X weirdness external stop not calling stop(), just finished = true
|
||
X bring back serial event via reflection
|
||
X add serial.last() to api
|
||
X video - try to replicate bug that causes hang with camera
|
||
X happens when winvdig, camera or quicktime are not properly installed
|
||
X documented better in bugs.txt, and sometimes caught in Camera.<init>
|
||
|
||
fixed in previous releases
|
||
X dist.sh needs to auto-remove .DS_Store boogers
|
||
X write script to remove .DS_Store and CVS folders from dist
|
||
X # remove DS_Store files
|
||
X sudo find . -name ".DS_Store" -depth -exec rm {} \;
|
||
X add a "make archive" option
|
||
X doesn't rename sketch, just names zip file sketch + time stamp
|
||
|
||
hanging bug - now fixed, need to post on the board about it
|
||
X keypressed hanging on applets with a code folder
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1081450102
|
||
X problems running external vm/vm is hanging
|
||
X seems to be happening because of virus scanning software (norton)
|
||
o may need to launch the applet (using 'start')
|
||
o and talk over a socket instead
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1067867520;start=0
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1067643186
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1078714442;start=0
|
||
X something in that one about mouse position halting or not
|
||
to try: 1) don't use a bufferedreader.. just read it and then use a
|
||
buffered reader around the byte array 2) don't do anything with the
|
||
input, and just read it off without signalling message()
|
||
* it may be something to do with the editor consoles. try shutting off
|
||
output to the console and see if it'll still crash.
|
||
* most likely related to io streams to the external java process. when
|
||
run via a disconnected process, using "cmd /c start java", the thing
|
||
will never hang. in that instance, the process terminates almost
|
||
immediately, and no i/o needs to happen (since it's a cmd prompt that
|
||
never shows up).
|
||
* it could also be a graphics sync bug that just gets more testy
|
||
because the environment, a second java process, is running at the same
|
||
time. mis.newPixels() may hork since it's over in the applet's thread,
|
||
and it might be calling repaint() or Toolkit.sync() to update the
|
||
image on-screen.
|
||
* shows up on key presses.. not sure if this is because of the actual
|
||
key press, or if it's because they're often accompanied by a println()
|
||
* blank spaces in filenames/parent folder often cause trouble.. not
|
||
sure if related. same for PATH and CLASSPATH.
|
||
* some virus scanning software, particularly older NAV versions cause
|
||
the trouble.
|
||
|
||
|
||
0074 pde
|
||
X added florian's new icons
|
||
|
||
|
||
0073 pde
|
||
X fixed the hanging bug
|
||
X change horizontal offset to 5 instead of 4
|
||
X yet another tweak to the message() function in PdeRuntime
|
||
X add -target 1.1 to all the library make entries
|
||
|
||
|
||
0072 pde
|
||
X error message when an import isn't available
|
||
o particle examples c & d don't have their extra files
|
||
o let's not call it 'expert', let's just say w/o java
|
||
X new thread-safer version of the PdeEditorConsole
|
||
X add build for particles lib
|
||
X fix a bug where 'code' folder was no longer working
|
||
X code folder had been completely disabled
|
||
X some error messages (i.e. DLL missing) not propogating up
|
||
X change PdeRuntime to pass all messages, parse later
|
||
|
||
|
||
0071 pde
|
||
o get linux version for 0071
|
||
X suppress "bad file descriptor" error on mac os x
|
||
X alphabetizing sketch menu
|
||
X uppercase being capitalized before lowercase
|
||
X need to mix case.. use toLowerCase before compare
|
||
X add a little gap on editor frame at the left
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1097363967;start=0
|
||
X add to readme or bugs..
|
||
X menus that are too long just get clipped on the screen
|
||
X can't be fixed because it's a java/os issue
|
||
X also strange menu behavior for popups, especially on osx we can't fix
|
||
o if applet.html is present, open that in the editor too.
|
||
o or do we make people use dreamweaver?
|
||
o nixed by casey, we're not dreamweaver
|
||
X macosx not exporting core.jar
|
||
X the jar is buried Contents/Resources/Java
|
||
X don't enable externalRuntime with multiple code files that are pde
|
||
X no longer separate classes
|
||
X remove "file" from "new file".. maybe just "new tab"?
|
||
X not really separate files, so that could be trouble.
|
||
X add file of a .pde or .java file should update the tabs bar
|
||
X and prolly not really complain if it's in the same folder
|
||
X dim "rename" when the main tab is selected (since user needs to "save as")
|
||
X "save ass" issues
|
||
X "save as" not properly updating the tab header
|
||
X also include the name of the previous sketch for "save as"
|
||
X prevent folks from saving a sketch inside its own folder
|
||
X will cause bizarro recursive folder action
|
||
X remove grow box from applet frame
|
||
|
||
macosx
|
||
X verify that export is working from processing.app
|
||
o check into ryan's macosx java bug..
|
||
o see why coords are going negative
|
||
|
||
|
||
0070 pde
|
||
o don't allow editing of multiple files in this release
|
||
o but support multiple java/pde files through the 'add file' option
|
||
o check in licenses/dist stuff for jikes etc
|
||
o who has the copyright? (mit does)
|
||
o SystemColor doesn't differentiate between menu background and top
|
||
o probably fixed in swing, but we're using java.awt.Menu
|
||
o test by rewriting with java.awt.Menu
|
||
X beautify is ignoring the setting for number of spaces on tabs
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1096294561;start=0
|
||
X clean up PdeTokenMarker, probably just alphabetize
|
||
X saving issues (all the same bug, as it turns out)
|
||
X save changes to null
|
||
X sketch is changing before the "save changes?" is complete
|
||
X as a result, 'cancel' does nothing
|
||
X always ask save changes, even if nothing changed
|
||
|
||
040620 sunday
|
||
X remove 'sketchbook.prompt' (comment it out)
|
||
X not really needed
|
||
X remove prompt stuff from the preferences panel
|
||
X clean up the "more options" in prefs panel
|
||
X to use JLabel instead of JTextArea
|
||
X font was wrong on windows
|
||
X start working on "save as"
|
||
|
||
040621 monday morning
|
||
X finish "save as"
|
||
X adding files to data folder that are already in the data folder
|
||
X makes the file zero, because of internal error
|
||
X added something to check to make sure they weren't the same
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1076358515
|
||
X implement read-only sketch folder
|
||
X examples are sort of there but need to be debugged
|
||
X read-only files should be checked
|
||
X check if file is read-only, and if so, ask where to put sketch
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1075149564;start=0
|
||
X how to handle examples: read only, somewhere inside lib
|
||
X move examples to folder that goes w/ p5 app
|
||
X set examples somehow read-only
|
||
X 'save as' from examples puts into examples dir.. :(
|
||
X make it default to the user's sketch dir
|
||
|
||
040621 monday mid-day
|
||
X see if changing the sketchbook location actually works
|
||
X after changing sketchbook location, need to rebuild the menu
|
||
X hide the editor window while prefs is open
|
||
X this way the prefs can be properly applied
|
||
|
||
mostly notes from things that have been fixed along the way:
|
||
X fix code for changing the sketch folder
|
||
X 'new sketch' goes into the wrong folder
|
||
X but saving and all that works properly
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1083184449;start=0
|
||
X sketch.properties should go into user.home
|
||
X otherwise moving sketch folder will kill it
|
||
X last-used sketch not being saved
|
||
X if sketchbook.dir is set, makes new sketchbook folder
|
||
X reads sketchbook properly from other folder
|
||
X but creates a new folder for new sketches to go into
|
||
X sketchbook.dir not properly read or written
|
||
X install sketchbook into another location on person's machine
|
||
X use System.getProperty("user.home");
|
||
X remove the 'default' for sketchbook
|
||
X bring this up on bboard and get votes
|
||
X win2k: my documents, macosx: ~/Documents, linux: ~/sketchbook
|
||
X open mode
|
||
X on application open, override 'open' mode
|
||
X and just open an empty sketch in the sketchbook folder
|
||
X when 'skNew' is cancelled in 'open' mode, nullpointerex at the top
|
||
|
||
040621 monday afternoon
|
||
X if a "save as" is forced, make sure that the sketchbook menu is updated
|
||
X sort sketch names in the open menu
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1074981609
|
||
X code folder was causing mega-crashes
|
||
X rewrite magic import methods to only use packages where classes found
|
||
X was adding all folders in the classpath
|
||
X workaround for the // causing an OutOfMemoryError
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1067717095
|
||
|
||
040621 monday evening/night
|
||
X jikes errors have no newlines because it's a buffered reader
|
||
X and the newlines are removed when read
|
||
X make the filedialog come up with the p5 window on handlenew
|
||
X sets the parent frame to the PdeEditor
|
||
X find() hangs on replacing "println" with "//println"
|
||
X "replace all" should start at the beginning of the buffer, move to end
|
||
X after replace all, caret moves to end of document
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1076740626
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1080213711
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1083093129
|
||
X after using sketchbook menu as popup, disappears from file menu
|
||
X probably just need to build two
|
||
X the popup from the toolbar needs an "Open..." on it as well
|
||
X make save() return true/false so it doesn't say "saved" when it hasn't
|
||
X export is badly broken, fix it.. file names were backwards
|
||
X if 'applet.html' is in sketch folder, use that as the template
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1083935144
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1082124454;start=0
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1074240197;start=0
|
||
X get the console working again
|
||
X appendText is disabled due to NullPointerEx on startup
|
||
X empty the console when a new sketch is opened
|
||
X if console.auto_clear is set to true, will clear on run and open
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1086972918
|
||
X maybe bring back the prompt option for "new sketch"
|
||
X sometimes nice just to have it create an unnamed sketch quickly
|
||
X shift-new will always prompt with filedialog
|
||
X dashes shouldn't be allowed in filenames for sketches
|
||
X actually, lost the naming stuff because now using FileDialog
|
||
X this also needs to be checked when building the sketch menu
|
||
X rewrite sketchbook.clean()
|
||
X prompt user if they don't have it set to auto
|
||
X add a pref to the preferences window
|
||
|
||
040622 monday late night
|
||
X set handleOpen to use editor as its parent frame
|
||
X what happens when the .pde file isn't named
|
||
X the same as the enclosing folder?
|
||
X maybe put up a window saying no way, and ask:
|
||
X ( ) rename enclosing or ( ) add a subfolder
|
||
X or maybe even ( ) rename the sketch file
|
||
X also double-check to see if there *is* a proper pde in the folder
|
||
X in which case, default to that (maybe show a message?)
|
||
X it's useful to have loose .pde files be runnable..
|
||
X i.e. when double-clicking on them.. downloaded off web..
|
||
X but need to deal with simply, not providing a new exception case
|
||
X begin writing 'new text file'
|
||
|
||
040622 tuesday morning / early afternoon
|
||
X write 'new text file' (ctrl-t)
|
||
X hitting return/enter on the status.edit() not always working
|
||
X it had been disabled, now re-enabled
|
||
X also update status after "add file" of a .pde or .java
|
||
X implement delete
|
||
X implement hide/unhide
|
||
X see if multiple files are actually compiling
|
||
X nope, they aren't properly.. need to figure this out
|
||
X empty files = no class name found.. that's a problem
|
||
|
||
040623 wednesday afternoon
|
||
X continue work on multi-file compile
|
||
X test that .java files can be created
|
||
X allow user to type a period '.' when entering filename
|
||
X but remove it again if it's not .pde or .java
|
||
X clean up error handling for empty files (quiet error)
|
||
X preproc messages don't say the file
|
||
|
||
040706 discuss with casey
|
||
X how should history be handled
|
||
X per-sketch, not per-file
|
||
X just looks like old history setup anyways
|
||
X is the sketch folder something that is never seen by the user?
|
||
X i.e. flash programs 'import' all data, etc
|
||
X same with how imovie works
|
||
X no, not for 1.0
|
||
o jikes is exporting column as well.. use it?
|
||
o 3:23:3:25 -> line 3, col 23 to 25
|
||
o decided a bad idea, too difficult
|
||
X don't bother with 'advanced' on export dialog
|
||
X that can come later, if needed
|
||
X how to handle .pde vs .java
|
||
X how to determine what the 'main' file is
|
||
X sun won't want us to say things are .java when they aren't
|
||
X .pde files opened on their own
|
||
X what should the prefs file be named?
|
||
X horizontal buttons? need final decision [yes]
|
||
X remove underscores from the tab title?
|
||
X nope, casey says not necessary
|
||
X need nice yes/no dialog boxes, also
|
||
o does "Open" go at the beginning or end of the sketch popup
|
||
X we need opengl support in there
|
||
X otherwise we're going to be stuck behind director
|
||
X go with sun's jogl project
|
||
X core.jar included with .class? or make one jar?
|
||
X libraries and package naming for core & serial etc
|
||
X vec3f, matrix4f classes.. our own or java3d?
|
||
|
||
040706 first day with creas
|
||
X runtime errors not making it through
|
||
X now properly handling multiple files
|
||
X also test with multiple files / external run
|
||
X oh wait, this is only for external run.. duh
|
||
o jikes messages are getting lost (?)
|
||
o ctrl-t doesn't always work
|
||
o after using the popup menu once, it stops working
|
||
X jikes errors are missing newline/linefeed ?
|
||
o using run-expert.bat on 62 causes NullPointerException weirdness (?)
|
||
|
||
040707 wednesday morning and early afternoon
|
||
X bring this up for discussion on the board
|
||
X will splitting actually help.. can jars come from multiple places?
|
||
X spend a bunch of time tracking down more issues on the board
|
||
X add .java to file name in the tab
|
||
X change name of prefs to Processing Preferences.txt
|
||
X implement clone for BImage
|
||
X api name changes for imaging functions
|
||
X constant SUBSTRACT -> SUBTRACT
|
||
|
||
040707 afternoon
|
||
X minor bug with when setting sketchbook to a bad location
|
||
X add export back to the file menu
|
||
X long discussion about how to put things together
|
||
X working on debugging thread weirdness on casey's machine
|
||
|
||
040707 night
|
||
X change "add file" to import
|
||
X change "new" to "new file"
|
||
X CENTER instead of CENTER_DIAMETER
|
||
o make CENTER default for ellipses
|
||
X move imageMode() to BImage
|
||
X put bagel into its own package
|
||
X processing.core -> PApplet, PGraphics, PLine, PTriangle, PPolygon
|
||
X rename replicate() as copy()
|
||
X what is set(x, y, image) -> remove it, make a copy() instead
|
||
X modify image functions to use imageMode
|
||
|
||
040707 late
|
||
X lots more work on make.sh for both mac and pc
|
||
X further tweaking of the new class structure
|
||
X trying to get the build scripts wrapped up/working
|
||
X remove more (all?) ifdefs from code base
|
||
|
||
040708 morning / early afternoon
|
||
X more work on ifdef removal / build scripts
|
||
X ask creas about src or dest in image functions
|
||
X finish imaging api
|
||
X modify make.sh to build processing.core
|
||
|
||
040708 afternoon / early evening
|
||
X lots of work on making packaged classes work
|
||
X modify preproc to handle "void setup" -> "public void setup"
|
||
o preproc bug: text(String.valueOf(i+1), left + i*20, top);
|
||
o unexpected token "String"
|
||
X make more things public (i.e. pixels)
|
||
X get casting working properly.. int() maps to toInt()?
|
||
X what is performance hit for this thing?
|
||
X remove substitute_image/font
|
||
X remove String casting
|
||
X rename compiler.* to preproc.*
|
||
X OutOfMemoryError still showing up when no CR at end of app
|
||
|
||
040708 evening before dinner
|
||
X curve/bezierSegments -> curveDetail
|
||
X remove doubling on curve()
|
||
X move around notes about curve stuff
|
||
|
||
040708 later
|
||
X working on serial library
|
||
|
||
040709 daytime
|
||
X fight with serial library on windows all afternoon
|
||
X finish and test on macosx as well
|
||
X remove chatter in PdeSketchbook re: filenamefilter
|
||
X COM1 19200 for phone
|
||
X add "available" function to PSerial
|
||
|
||
040709 evening
|
||
X working on video library, get camera working again
|
||
X getCameras() or getPorts() or list() ?
|
||
X make sure it's possible to use multiple cameras
|
||
X figure out how polling works
|
||
X is it possible to check if new frames are available?
|
||
X properly synchronize() the pixels
|
||
X may need to always copy to a new array? (or does it already?)
|
||
|
||
040709 later evening
|
||
X working on movie setup
|
||
o import -> javax.comm.properties -> data folder.. hm
|
||
|
||
040710 sunday
|
||
X work on video/movie all afternoon
|
||
X get movie working again
|
||
|
||
040712 monday morning / early afternoon
|
||
X PVideo fix time api to take time in seconds
|
||
X processing.video -> PMovie (file), PCamera (capture)
|
||
X processing.serial -> PSerial, [PUsb]
|
||
|
||
other stuff / cleaning up
|
||
X don't allow apostrophe (i.e. casey's_cells) when naming sketch!
|
||
X when exporting applet, line numbers will be off..
|
||
o when not exporting with new preproc code, imports all on same line
|
||
o make preproc keep track of how many lines were added
|
||
X rewrite video, net, serial libraries to be separate
|
||
X move the mac to java 1.4
|
||
X 1.4 is being used externally, and wheel mouse would be nice
|
||
X not doing currently, lots of strange repaint bugs
|
||
X all fixable for sure, but no point before beta since low priority
|
||
X macosx.. random lockups seem common in 1.4
|
||
o completeness of toInt/toFloat/toBoolean etc in preproc and PApplet
|
||
X error if you try to hit export twice on a sketch (just make synch'd)
|
||
X "C:/ProgramFiles/proce55ing/processing-0060/sketchbook/default/double_export_tesuble_export_test.java:1:625:7:2: Semantic Error: Unable to write file
|
||
X "C:/ProgramFiles/proce55ing/processing-0060/sketchbook/default/double_export_tesuble_export_test.class"."
|
||
o ctrl-5 (at least on xp) is marking the current sketch as modified
|
||
X just removed the ctrl-5 option since not really needed
|
||
o rotateRight(), rotateLeft(), flipHorizontal().. etc
|
||
o for an actual 'transformations' object
|
||
o should BSpace be included?
|
||
X better 1.3/1.4 support.. properly detect vm
|
||
X use when deciding which classes to import
|
||
o network/shared_canvas, network/value has old code
|
||
o change run.bat, run-expert.bat to use 128m
|
||
o ability to include other .java and .pde code from sketchbook folder
|
||
o 'add files' for .java or .pde pulls into the folder
|
||
X split to take strings (ie. for ", ")
|
||
o image(BImage, x, y, float scale) (found in illustrator stuff)
|
||
o begin/end.. beginSerial/endSerial ->
|
||
o openSerial/closeSerial ?
|
||
o startSerial/stopSerial
|
||
X punting on api
|
||
X noSmooth, noFill
|
||
X rectMode means rectPlacement
|
||
X becomes a problem when strokeMode and strokeWidth are mixed
|
||
X beginRect() beginLineLoop() et al. ?
|
||
X go through examples to see if there's other annoying syntax
|
||
X need some model for i/o that makes more sense
|
||
X getting whole words from serial, network, and files
|
||
X or buffers of specific length with a sync byte
|
||
o console -> should be using JEditTextArea not TextPane
|
||
o make new TextAreaDefaults class for the console
|
||
o figure out how to color lines for errors and non (since not syntax)
|
||
o set decent fonts (probably same as editor above), looks bad on mac
|
||
o sketches can't be named starting with numbers (D.YOO)
|
||
o either provide an error message or explanation for this
|
||
o or allow the sketch name to be separte from the class/folder names
|
||
o http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1033674118
|
||
o for title-clicking of sketch name, change to a btn
|
||
o or somehow mark what it's going to do, rather than just doing it
|
||
o make PdeEditorStatus modal
|
||
o problem on quit (using JOptionPane as a band-aid)
|
||
o also a problem because user can use the ui while prompt is visible
|
||
o needs proper blocking, the way Dialog.show() does
|
||
o so that that status window can be used while quitting
|
||
o (currently cannot because it quits before getting response)
|
||
o tried to pop up a modal Dialog in exactly the same location
|
||
o but couldn't remove the decoration from the window (jvm bug?)
|
||
o because it just quit without finishing
|
||
X prefs need to have a default
|
||
X otherwise old prefs and new p5 will cause trouble
|
||
X actually, just need to make sure preferences.txt is up to date
|
||
X load that before the other stuff
|
||
X -> was already implemented like that
|
||
o fix the problem causing all the "couldn't delete" messages
|
||
o class naming from dan
|
||
o If you name a class the same name as the sketch project,
|
||
o you get an error about contained classes with duplicate names
|
||
o when you try to export for web.
|
||
o quick fix inside PdeRuntime
|
||
o if (loop == false) and (draw == false) then provide an error
|
||
o so user knows that one or the other is needed
|
||
|
||
|
||
// notes on an implementation of a 'shape' class..
|
||
// as long as using an additional pde file...
|
||
|
||
..to still maintain rect() instead of g.rect()
|
||
..and the rest of the p5 features
|
||
|
||
// shape or "processing" means to add all kinds of methods like:
|
||
// public void point(float x, float y) { g.point(x, y); }
|
||
// and that the class 'implements' ShapeInterface..
|
||
//
|
||
shape class Something {
|
||
|
||
void setup() {
|
||
// not used, or called on first draw
|
||
|
||
// but maybe required (even if behind the scenes)
|
||
// so that this can use "implements ShapeInterface"
|
||
}
|
||
|
||
void draw() { // uses internal g. that's been set by parent
|
||
}
|
||
}
|
||
|
||
in the .pde parent:
|
||
|
||
void loop() {
|
||
shape(somethingInstance);
|
||
}
|
||
|
||
where the shape() method in BApplet looks like:
|
||
|
||
shape(ShapeInterface o) {
|
||
o.graphics(this.g); // has to be a method, since intf
|
||
o.draw();
|
||
}
|
||
|
||
X run java mode when large 'data' folder is in use
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1081542378
|
||
X fixed one bug in PdeRuntime error message stuff
|
||
X was this the big one? a big one?
|
||
|
||
040715 late
|
||
X threading issues resolved
|
||
X fixed bug with errors not coming through
|
||
X fixed bug with errors not being recognized amonst exceptions
|
||
X fixed bug with draw mode apps, they now run inside setup
|
||
X width/height wasn't getting set during setup(), so window bad
|
||
X moving p5 prefs on mac into documents? or inside sketchbook?
|
||
X Documents -> Processing -> preferences.txt
|
||
X do the same for windows, with sketchbook as a subfolder
|
||
|
||
040716 evening
|
||
o don't exit p5 if platform is unknown
|
||
o "save as" needs to update the editorheader
|
||
X couldn't replicate this
|
||
X MAJOR: make .pde files embed themselves into the main class
|
||
o readUntil() should do the proper thing if the data is not available
|
||
o i.e. either return null, or block until it's available? -> ret null
|
||
X "paste" isn't setting the "modified" bit for PdeEditor
|
||
X i.e. cut -> new file -> paste doesn't mark any as changed
|
||
X "include all chars" and all the bugs it represents
|
||
X working on datatype conversions
|
||
|
||
040717
|
||
o dll and jnilib files have to be in the p5 folder (confirmed by amit)
|
||
o there should be other places that they work..
|
||
o could even copy the dll to the p5 folder from the code folder
|
||
o already fixed with LD_LIBRARY_PATH stuff
|
||
|
||
040902
|
||
X building Processing from scratch
|
||
X not able to write "preferences.txt" on the first run
|
||
|
||
040903
|
||
X examples should be in a submenu of open
|
||
|
||
040905
|
||
X "add library" menu item and submenu
|
||
X looks for subfolder called 'libraries' inside p5 folder
|
||
X libraries are determined by having a subfolder named 'library'
|
||
X String in apache classes and java.lang
|
||
X maybe ignore classes not inside the p5 libs dir?
|
||
o need to be able to select between which to include
|
||
o auto-resolve by saying java.* wins, others ask
|
||
X make built-in libraries read-only
|
||
|
||
040912
|
||
X several menu changes as discussed with casey
|
||
X (capitalization, export/export app, tools)
|
||
X add preference for showing library stuff
|
||
|
||
040913 morning
|
||
X figure out why user libraries not being added
|
||
X in lib mode, show internal libraries as part of the 'open' menu
|
||
X make a note that p5 has to be restarted for libs
|
||
X import all libraries into classpath
|
||
X all libs found during sketchbook build + all libs in libraries
|
||
X this means sketchbook menu will need to be rebuilt after lib build
|
||
X append the user's classpath to the end of that
|
||
|
||
040913 afternoon
|
||
X "Processing" folder not properly created on new install
|
||
|
||
040920
|
||
X add noLoop() to static mode apps
|
||
X remove "loop" from special inserts on preproc
|
||
|
||
040921 afternoon
|
||
o when running externally, build into sketch folder?
|
||
X add all imported libs to hash table of jars
|
||
|
||
040921 evening
|
||
X lots of work on libraries, figuring out PLibrary api
|
||
X attachLibrary(new libsomething()) and attachLibrary("pitaru.Sonia");
|
||
o final stop() for static shutdown of lib
|
||
X no static init - make the library designers deal with it
|
||
X stop() for individual items
|
||
X register pre() and post() calls
|
||
X this would avoid having to patch BApplet
|
||
X register for setup() calls
|
||
X where do libraries for distribution go?
|
||
X libraries subfolder of p5
|
||
X PLibrary lib = attach(new PClient());
|
||
X get export working again
|
||
X System.out isn't being heard from P* classes
|
||
X errors inside those classes also causing weirdness
|
||
X this might be a broader running as external app problem
|
||
X errorMessage in PSerial/PClient/PServer are all using System.out
|
||
|
||
040923 late
|
||
X write handler for loop() error, warning user to rename loop to draw
|
||
X c:/fry/processing/build/windows/work/lib/build/Temporary_1452_9170.java:29:6:29:11: Semantic Error: The method "void loop();" with default access cannot replace the accessible method "void loop();" with public access declared in type "processing.core.PApplet".
|
||
|
||
040925
|
||
X change how export.txt works
|
||
X make p2 dist for amit
|
||
X break out BSerial as separate object like BVideo
|
||
X include rxtx and the rest of that setup in subfolder
|
||
X BSerial.flush and BSerial.available in object
|
||
|
||
video
|
||
X video commands not color coded
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1069342913;start=0
|
||
o quicktime 6.4 update breaks p5 on the mac?
|
||
o http://docs.info.apple.com/article.html?artnum=93414&sessionID=anonymous%7C26893096&kbhost=kbase.info.apple.com%3a80%2f
|
||
o "Type quicktime.std.stdQTConstants was not found"
|
||
o http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1066358763
|
||
o http://docs.info.apple.com/article.html?artnum=120255
|
||
X split classes to BVideo and BMovie ?
|
||
X don't force install of qtjava
|
||
X this requires a separate version of bagel that doesn't use video
|
||
X or a version that loads video dynamically. that kinda sucks.
|
||
o maybe could even compile it in with jikes? (blech)
|
||
o hangs frequently on the mac (prolly a sync issue)
|
||
o karsten's stuff has same problem
|
||
o but the roger's video tracking does not
|
||
X should be fixed with new synchronization stuff
|
||
X video.pixels don't seem to have high bytes set
|
||
X so fill(video.pixels[blah]) doesn't work
|
||
X test against 'pixels' example
|
||
X this is ok.. modify get() for RGB images to set high bits
|
||
X make BVideo subclass BImage
|
||
o make sure the high bits are getting set as opaque
|
||
X get() now sets high bits, reference will explain PVideo.pixels[]
|
||
X video keeps running, cpu load high, even after app killed
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1096302179;start=0
|
||
X just locks up after running examples, then does the 'can't delete' thing
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1096302509;start=0
|
||
X problems with hanging video when not in the root of the c drive
|
||
X is this because of the LIBRARY_PATH having spaces?
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1096302580;start=0
|
||
X first row of video pixels are black
|
||
X casey says it may only be his camera (verified to be ok on my machine)
|
||
X selecting input source (wintv board and quickcam installed.. problem)
|
||
|
||
network
|
||
o don't send unicode data
|
||
X when you stop the client, it freezes
|
||
X until you quit the processing running the server
|
||
X (the server starts and stops fine)
|
||
X add constants for building NET, move stuff around in bagel dir
|
||
X some method for just downloading the entire contents of a url
|
||
X loadBytes("http://blah.com/blah.txt");
|
||
o add udp support
|
||
|
||
040926 first
|
||
X add javascript libs to cvs distribution
|
||
X netscape.javascript not properly working in 1.4
|
||
X include 'netscape.javascript' as a library to be added
|
||
X but don't export it.. ugh..
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1096226670;start=0
|
||
X remove fonts from distribution
|
||
X be able to link against, but not export, certain parts of lib
|
||
X jsyn.jar not needed on export, netscape libs not needed on export
|
||
o crap.. libraries need to be in packages for this to work
|
||
o but annoying: attach("simong.particlesystem.ParticleSystem")
|
||
X disable "export application"
|
||
X font builder
|
||
X properly update the font on new selection
|
||
X update when smooth is sel/desel
|
||
X don't allow negative font sizes
|
||
X "create font" not working well with postscript font names
|
||
X need to remap the postscript name back to the java font name
|
||
X or keep a list of font objects, not just the names
|
||
X since already have the list, can use deriveFont
|
||
|
||
040926 early evening
|
||
X tabs on macosx are stinking.. need to use line metrics class
|
||
X double-check library stuff to make sure they're using the new system
|
||
X add examples folder to import libraries stuff
|
||
X fix bug causing System.err for external to print twice
|
||
X modify lib examples for camera, net, serial(?)
|
||
|
||
040926 evening
|
||
X better error message for:
|
||
X Semantic Error: No applicable overload was found for a constructor of type "simong.particles.ParticleSystem". Perhaps you wanted the overloaded version "ParticleSystem();" instead?
|
||
X fix dist.sh for windows
|
||
X write better handler for compiler error:
|
||
X c:/fry/processing/build/windows/work/lib/build/Temporary_8501_3382.java:1:63:1:70: Semantic Error: You need to modify your classpath, sourcepath, bootclasspath, and/or extdirs setup. Package "poo/shoe" could not be found in:
|
||
X fix dist.sh for macosx
|
||
X include some of the simong libraries
|
||
X move libraries around in distribution to resemble sketchbook
|
||
X things will freeze if winvdig not installed (todo over in core)
|
||
X video hanging without a camera installed
|
||
X provide a useful error message when winvdig not installed (for capture)
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1096294414;start=0
|
||
|
||
040926 later
|
||
X add "archive" option since history is gone
|
||
|
||
040927 morning
|
||
X change how library path is setup (make simpler)
|
||
|
||
040927 afternoon
|
||
X write revisions.txt and readme.txt
|
||
X update readme with notes from bboard about "built with processing"
|
||
X go through the board and move messages
|
||
X a garbage filled classpath can cause trouble
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1096302833;start=0
|
||
X processing won't start..
|
||
X people with non-ascii chars in the folder name
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1062794781;start=0
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1067764732
|
||
X other errors with spinning and not doing much
|
||
X run.bat often works fine
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1094148057
|
||
X or with spaces in the folder name, causes problems for serial
|
||
X quicktime full uninstall/reinstall
|
||
X installing winvdig
|
||
X code folder problems - antivirus or firewall
|
||
X add to "common problems"
|
||
X junk in the classpath can often cause trouble
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1094871304
|
||
X history is not implemented in this version
|
||
X update build instructions for cvs
|
||
|
||
0070p6
|
||
X macosx
|
||
X check to see if new linemetrics stuff is working better (it's not)
|
||
X redo setFont() in PdeEditorHeader
|
||
X enable the "use screen menubar" stuff (finch?)
|
||
X check to see if it's running ok with new java update
|
||
X update to new shell runner (old mrj guy was ancient)
|
||
|
||
0070p7
|
||
X fix run.bat and run-expert.bat
|
||
X remove library path debug message
|
||
X catch error message for "quicktime.std"
|
||
X move packages to processing.video, processing.serial, etc.
|
||
X need to update the set of new examples
|
||
X make sure the library features are disabled by default
|
||
X find serial example from tom igoe, include with new examples
|
||
X remove sketchbook -> libraries until it works
|
||
X serial_setup.command is missing from osx distribution
|
||
X fix the note in the readme about it
|
||
X properly import qtjava from processing.exe
|
||
X fix the default network, camera, serial examples
|
||
X extra libraries for libs not being imported
|
||
X fix threading issue, don't call "break"
|
||
X fixed a bunch of weird chmod stuff for windows
|
||
X update with other examples
|
||
|
||
0070p8 (final)
|
||
X height for applets wasn't working properly
|
||
X debug font stuff in processing.core
|
||
X mbox wasn't set properly (not a power of 2)
|
||
X debug framerate() stuff with noLoop()
|
||
X re-enabled printarr(Object[])
|
||
X remove SystemOutSiphon: i just died message
|
||
X readme.txt/bugs.txt: strange hangs, errors that don't come up:
|
||
X watch out for loadFont() outside of setup
|
||
X or other things that can cause errors
|
||
X change PSerial to serial, also PMovie etc..
|
||
X included simon's particles library in cvs & with dist
|
||
X examples updated
|
||
|
||
|
||
0069 pde
|
||
X font builder
|
||
X crashing on small sizes for many fonts
|
||
X make the text area not selectable or highlightable
|
||
X add a few more rows
|
||
X use postscript name as suggested name
|
||
X save last used font, size, and smooth settings
|
||
X maybe just hide it the window, just like find
|
||
X include a little space around the text area
|
||
X clean up the spacing of the ui in general
|
||
X mouse wheel not working properly, need to dynamically load 1.4 code
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1065826758;start=0
|
||
X add NETWORK to the build scripts, since a new ifdef was added for it
|
||
X add CFBundleIdentifier to macosx dist
|
||
X exact text appears in this thread, also make a note in the readme
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1078739015
|
||
X not obliterating former LIBRARY_PATH when running externally
|
||
X this would solve a lot of problems with serial and video
|
||
X has trouble on windows, have to move quicktime out.. argh
|
||
X including qtjava in path when in java mode (oops)
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1077900024
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1069724180;start=0
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1073523928;start=0
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1076679293;start=0
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1076649501;start=0
|
||
X add ms/mx options for things running externally
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1078699341;start=0
|
||
|
||
fixed previously
|
||
o set max frame rate at 60 fps? avoid the full-on spew to the console
|
||
o console runs really really slow with a lot of println() calls
|
||
o http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1064182823
|
||
|
||
|
||
0068
|
||
X option to disable smoothing on font creator
|
||
X font builder should update when the size for the font is changed
|
||
X (so long as the size itself is valid)
|
||
X font builder bug, was cutting off parts of letters
|
||
X major applet freezing error fixed with external
|
||
X printStackTrace wasn't being called for runtime errors if no leechErr
|
||
X create font doesn't support umlauts
|
||
X fix up font code to generate unicode chars, at least for iso8859-1 charset
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=Programs;action=display;num=1067596427
|
||
X international: convert unicode chars to \uXXXX in the preproc
|
||
X if this causes trouble, change the preference for lib/pde.properties
|
||
X compiler.substitute_unicode = false
|
||
X implement concave/convex polygons
|
||
X code from carlos that was patched into old graphics
|
||
X concave/complex polygon
|
||
X eventually POLYGON auto-detects convex/concave polygon
|
||
X also add POLYGON_CONVEX and POLYGON_CONCAVE
|
||
X find/replace hangs when recapitalizing things
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1075416670
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1075416741
|
||
X fixes for file loading from the lib/ folder (when using bagel separately)
|
||
X subset/expand functions for arrays
|
||
X preprocessor thing for converting unicode stuff
|
||
X can be turned off with: compiler.substitute_unicode = false
|
||
X problem with find locking up
|
||
X notify toxi when i know how soon before i'm going to release 68
|
||
X remove proce55ing.net from code stuff
|
||
X move issues over from the 'active' todo to here
|
||
X and change the active todo to rev 69
|
||
_ check this stuff into the done.txt of 69
|
||
_ post a candidate release to see how it runs for folks
|
||
X see if there are any other things that people must have for next 2 months
|
||
o ie. removing quicktime for java ?
|
||
X what to do about examples (weren't there fixes?)
|
||
X make renderTriangle private
|
||
X change to processing.org in the exported html
|
||
X patch in toxi's image stuff
|
||
|
||
0068c3
|
||
X fix a bug in System.out that wasn't reporting errors
|
||
X hack workaround for the tesselator halo bug
|
||
X fix another bug with the init for noise()
|
||
X make notes in bugs.txt
|
||
|
||
0068c4
|
||
X console runs really really slow with a lot of println() calls
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1075759355
|
||
|
||
toxi
|
||
X sphereDetail() function + reference
|
||
X optimized the flat_rect() function for solid colours (20% faster)
|
||
X noise() is (partially) broken in v67
|
||
|
||
goodbye macos9
|
||
X posted to message board about it going away
|
||
o leftover todos
|
||
o set file type for jar and html files on export
|
||
o (not done on osx, safari doesn't set for html files)
|
||
o why is bbedit the type for the other files? make simpletext
|
||
o untested/likely broken
|
||
o reference launching
|
||
o control/right-click for edit area context menu
|
||
o make sure editor window is front so that error line highlights
|
||
o is video working (qtjava in path) on macos9?
|
||
|
||
already done in a prev release, but not checked off
|
||
X subst Image -> BImage, Font -> BFont
|
||
X this should be optional until we get the naming down
|
||
X note that this was already done pre-67
|
||
o allow import blahblah.blah.blah to get passed through
|
||
o and included with the imports list.
|
||
X clear console each time 'run' gets hit
|
||
X don't actually clear, just advance by the number of lines visible
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1051540041;start=0
|
||
X http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1065732731
|
||
X can't copy text from console directly (winxp and macosx)
|
||
|
||
nixed
|
||
o basic usb support?
|
||
o http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1053684925
|
||
o try ariel's Thread.yield() suggestion
|
||
o set default framerate of 24? 30? 2x that?
|
||
|
||
|
||
0067
|
||
X it's possible to write non-1.1 code, even syntax
|
||
X would -source 1.1 help this? -> nope
|
||
X fixed IllegalArgumentException for people using run.bat and run-expert.bat
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1067132725
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1067132753
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1067135344;start=0
|
||
X save/saveFrame was super-slow.. wasn't buffering the outputstream
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1067135103;start=0
|
||
X don't forget to change the revision number on release
|
||
X wrote script to force me to fix them
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1067135202;start=0
|
||
X apple has update qtjava for quicktime 6.4, thank god
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1067135162;start=0
|
||
X size not properly detected when "size()" was the first thing
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1067217366;start=0
|
||
X nasty but where System.out was being piped to System.err
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1067218548;start=0
|
||
X println() and System.out.println() from external classes has trouble
|
||
X println() / print() not always flushing until after app quits
|
||
X change "send to bugs@proce55ing.net" to a longer popup dialog
|
||
X open the discourse board in another window, ask to post the code
|
||
X set PATH to include java (!)
|
||
X external classes currently require expert release
|
||
X code written for linux, test it
|
||
X code written for windows, rebuild the exe and test it
|
||
X update the release of jikes that's used
|
||
X updated for macosx
|
||
X compile new version for linux
|
||
X compile new version for windows
|
||
X netscape/javascript had to be included for linux and for expert
|
||
X add it to the cvs and the build scripts
|
||
X also needs to be included for 1.4 on the mac
|
||
X probably a good idea to include on all
|
||
X multiple jar export is broken
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1067307030;start=0
|
||
|
||
|
||
0066
|
||
X BImage.replicate for straight 1:1 copy, blend() for blended version
|
||
X remove the blendMode function because it's confusing
|
||
X big changes to image code from toxi
|
||
X repaired smoothing so that it doesn't crush the last line
|
||
X bresenham ellipses/circle ignore alpha
|
||
X strokeWeight != 1 then shouldn't use flat_rect or flat_ellipse
|
||
X alpha didn't work either b/c some pixels seem to draw more than once
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1066499939;start=0
|
||
X fixed bug where font wouldn't create if data dir exists
|
||
X font builder: changes to font selection don't always update properly
|
||
X more toxi image fixes to make things more stable/idiot-proof
|
||
X is this a p5 bug? or his bug?
|
||
X http://www.cs.uml.edu/~jzhou/previous/91.541/hw1_applet/my_cellular_automata_2.pde
|
||
X new code from toxi for changes to how image api functions are laid out
|
||
X runtime exceptions are killing the environment
|
||
X play button stays stuck on runtime exceptions
|
||
X rewrote pieces of the codProbleme
|
||
X also the thread wasn't exiting properly, could cause slowdowns
|
||
X rename bug is destroying files
|
||
X if saveas/rename names match, use renameTo
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1066495952;start=0
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1066497131;start=0
|
||
X include JSObject with p5's pde.jar
|
||
X jaws.jar is already included on mac..
|
||
X check to see if ok on pc (empty project -> new JSObject())
|
||
X files are in jaws.jar: JSObject, JSException and JSUtil
|
||
X curvePoint not initializing
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1066499669;start=0
|
||
X semicolons bug in preproc
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1066499812;start=0
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1066498153;start=0
|
||
X placement in the history menu of new items doesn't work
|
||
X the clear history thing gets in the way
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1066501376;start=0
|
||
X stroke on smoothed polygons was drawing at 8x
|
||
X macosx open sketch folder problems.. spaces in filename problem?
|
||
X also was a problem for reference
|
||
X help->reference and find in reference don't work on some machines
|
||
X complaints from osx and windows..
|
||
X after hitting replace, dim the replace button
|
||
X otherwise it causes another replace to happen
|
||
X quicktime 6.4 update breaks p5 on the mac?
|
||
X http://docs.info.apple.com/article.html?artnum=93414&sessionID=anonymous%7C26893096&kbhost=kbase.info.apple.com%3a80%2f
|
||
X "Type quicktime.std.stdQTConstants was not found"
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1066358763
|
||
X http://docs.info.apple.com/article.html?artnum=120255
|
||
X ignore dotfiles on export, both from code and data folder
|
||
X no more .DS_Store or other similar files
|
||
X included code is not packaged in the outgoing jar file on export
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1066586882;start=0
|
||
|
||
|
||
0065
|
||
X fix SMOOTH_IMAGES problem with how text had been modified
|
||
X include version number in the about box
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1064220242
|
||
X Ctrl-B will beautify the code and send the cursor back to the
|
||
X beginning of the the text. Then you have to scroll back to
|
||
X where you were... ok, so maybe I am a heavy user of Ctrl-B.
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1064220242;start=0
|
||
|
||
|
||
0064
|
||
X re-enable (bad) thick line code since it was completely shut off
|
||
X set default filename for the font
|
||
X line 6:1: unexpected char: 0xA0
|
||
X clicking cancel on 'save changes' doesn't cancel, but still quits
|
||
X removed the cancel button
|
||
|
||
|
||
0063
|
||
X beautify menu became disabled when moved
|
||
X BImage(int width, int height) constructor
|
||
X trying to track down sluggishness with applets..
|
||
X beginShape/endShape.. 3D scenes with boxes..
|
||
X newPixels is in BGraphics.endFrame,
|
||
X screen.drawImage is in BApplet.paint
|
||
X need to move both to BApplet.paint()
|
||
X external applet stuff
|
||
X set initial position of external applets via BApplet
|
||
X closing window doesn't disable the stop button
|
||
X hitting 'stop' should freeze applet, not close window
|
||
o what was the random NullPointerException
|
||
X send messages for window location
|
||
X remove 'wanna move' msg, and actually record the position
|
||
X 'add files' for .class, .jar should drop the stuff into 'code'
|
||
o external classes using loadStream, etc have trouble
|
||
X bug in CLASSPATH setup inside processing.exe, had quotes
|
||
X was breaking the load of javax.comm.properties
|
||
|
||
assigned to dan haskovec, completed by fry
|
||
X for 'java' mode, try run using external vm
|
||
X would need to get error output stream from app.. argh
|
||
X only allow under win/osx/linux
|
||
X not clear how to kill the process.. does that work w/ 1.3?
|
||
X support 'classes' folder, through the use of a classloader
|
||
X could also be done by launching external java app
|
||
X all .jar files etc are added from this folder automatically
|
||
X 'public class' thing to make things available to all sketches
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1050571290
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1055355089
|
||
X class unloading not happening in java mode
|
||
X need to add randomizer to even non-self gen'd classes
|
||
X or figure out how to unload old classes.. grr
|
||
X lockup when something missing from classpath on dynamic load
|
||
X but makes no error.. peditorconsole probably swallowing it
|
||
|
||
|
||
0062
|
||
X modify build instructions for the many changes
|
||
X i.e. buzz.pl requires jdk13+ set for JDK13 flag, used by p5
|
||
X usually need to remove the 'work' dir
|
||
X modify macosx to use jikes from p5
|
||
X in general, things are way simpler on the pc
|
||
X move 'clear history' into the history menu itself
|
||
X move beautify to the edit menu
|
||
X menu item for copying data files to the sketch
|
||
X "add files to sketch..." menu item
|
||
X font builder (!)
|
||
X need fast 2D text that's not affected by the transforms
|
||
X also needs to look good, not squished from texture weirdness
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1051806272
|
||
o change .vlw.gz fonts to just .vlw but still gzip compress
|
||
o reader code should just catch the exception if they're not gzipped
|
||
o and try to re-download them
|
||
X instead, not compressed, since font builder being used
|
||
X will be compressed into the .jar anyways
|
||
X open button stays stuck if no sketch is selected from popup
|
||
X open applet folder after exporting sketch
|
||
X switch back to red instead of yellow for errors. whups.
|
||
|
||
from carlos' contract, but implemented by fry
|
||
X get font things sewn up
|
||
X create a simple generator for grayscale bdf fonts
|
||
X document the change and make several of them
|
||
X font smoothing (unless hint SMOOTH_IMAGES enabled) is broken
|
||
|
||
assigned to dan haskovec, completed by fry
|
||
X event to explorer to open 'data' directory of project
|
||
X better just to go directly to the sketch's folder
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1055926880
|
||
|
||
|
||
0061
|
||
X remove private references in audio code that were breaking audio
|
||
X with the microsoft java vm
|
||
X the audio examples are not 1.1 compliant. the error:
|
||
X java.lang.IllegalAccessError: field AU_FILE is final
|
||
X remove 'width 200 high 200' debugging message on export
|
||
X fix saveFrame to allow saveFrame("blah.tif")
|
||
X better as a way to avoid potential confusion
|
||
X in the revisions.txt you write:
|
||
X "saveFrame("blah.tif") will save the current frame as blah.tif"
|
||
X ...this is not true
|
||
X save("blah.tif") will save the current frame as blah.tif.
|
||
X the syntax is either saveFrame() or saveFrame("blah-####.tif")
|
||
X either no properties passed-in or a name INCL. the ####'s
|
||
X save() is not color-coded as a proper P5-command!
|
||
X IllegalAccessError when running examples with inner classes in msjvm
|
||
X problem is that .class files are in both the applet folder and jar
|
||
X need to remove them from the applet folder
|
||
X weren't properly removed on windows b/c file was left open
|
||
X if no reference found, provide message
|
||
X watch out for people selecting the parens or part of the function
|
||
X red of the console color is difficult to read
|
||
X brightened slightly
|
||
X remove .DS_Store files from windows build (oops)
|
||
|
||
cr X some new examples to fix noBackground and setPixel problems
|
||
cr X image/transparency is broken (removing noBackground() is fixing it...)
|
||
cr X form/vertices_3d: background() is still within setup()
|
||
cr X cellular_automata_3 had noBackground()
|
||
cr X fix for typography/helix example checked in
|
||
dh o expose access to oro api, perhaps as a plugin
|
||
dh o regexps: http://javaregex.com/cgi-bin/pat/tutorial.asp
|
||
|
||
|
||
0060
|
||
X gaps in lines for pmouseX, mouseX
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1064166777;start=0
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1044438078;start=0
|
||
X only allow one pmouseX update outside of loop
|
||
X to avoid jumping lines (drawing -> continuous_lines)
|
||
X email glen/amit/creas about the change
|
||
X can windows have multiple jre installed and use any of them?
|
||
o another odd NullPointerException -> or just a "couldn't delete" problem
|
||
o http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1060341518
|
||
o java vm could be removed from cvs
|
||
o in favor of requiring a specific jvm, and using registry to find
|
||
X see if mods to PdeCompiler work on windows
|
||
X remove "couldn't delete.." messages
|
||
X modify how size() works
|
||
X allow size() to be called multiple times
|
||
X only works once in applet
|
||
X be able to set size() later in the program
|
||
X but still maintain other features like background
|
||
X make the BGraphics constructor less fragile
|
||
X and also more open to being resized when not in applet mode
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1062482781;start=0
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1062482895;start=0
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1062483060;start=0
|
||
X if there's a bug in bagel, PdeRuntime.message() ignores it
|
||
X just says "NullPointerException" but provides no info
|
||
X now at least spews the exception
|
||
X removed ugly white borders from ui on macosx java 1.3
|
||
X is there anything better that can be done for osx java 1.3
|
||
X setInsets() to zero or something?
|
||
X font.stringWidth -> font.width(char c) or width(String s)
|
||
X removed extra push()/pop() in text(String s) that may save time
|
||
X bezier error, goes up at the end
|
||
X also when using bezierMode, doesn't draw the first vertex
|
||
X size(300,200);
|
||
X bezier(0,100,width/3,100,2*width/3,100,3*width/3,100);
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1064166242;start=0
|
||
X add note to tga spec
|
||
X http://organicbit.com/closecombat/formats/tga.html
|
||
X screenGrab() shouldn't allocate a new pixel buffer
|
||
X just write things out directly
|
||
X also fix for the new targa code
|
||
X added a note about needing forward slashes
|
||
X In the config file, the sketchbook path works if you use forward
|
||
X slashes, but not if you use unescaped backslashes.
|
||
X draw mode issues.. size and background must be int/float constants
|
||
X might be a better 'mode' for bagel so bkg and size cmds work
|
||
X rather than app being enclosed in beginFrame/endFrame loop
|
||
X modify background() to actually clear the screen
|
||
X modify readme.txt regarding background() requiring constants
|
||
X remove notes from reference about size/background
|
||
X remove notes from readme about size/background
|
||
X change the naming of the two versions of calc_color
|
||
X The web page for ellipse (reference/ellipse_.html) talks about
|
||
X rectangles in the parameter list instead of ellipses.
|
||
X resize() name is bad because it overrides component..
|
||
X resize is maybe goofy, so just size() for all?
|
||
X color() with alpha now works properly
|
||
X removed SMOOTH_IMAGES
|
||
X removed shearX and shearY
|
||
X toxi image code (!)
|
||
X need background(BImage) and scaling, copy area, etc.
|
||
X vertex(x, y, u, v) and vertex(x, y, z, u, v)
|
||
X don't cast color()
|
||
X since more important for color(v1, v2, v3) to work
|
||
X getPixel/setPixel -> get/set..
|
||
X get(x, y, w, h) is nice but no set(x,y,w,h)
|
||
X though set(x,y,w,h) could be nice
|
||
X and copy() to copy a section of pixels
|
||
X BImage.save()
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1062076172
|
||
X resize should call background again to set color
|
||
X if background was set before the resize
|
||
X and the background is not an image (or should it just stretch?)
|
||
X no need for image, since it has to be same size
|
||
X and is only explicitly drawn when background() is called
|
||
X BGraphics subclasses BImage
|
||
X inherits all image manipulation and image use methods
|
||
X background(BImage)
|
||
X also creating background image inside setup()
|
||
X images drawn from center don't work for simage()
|
||
X currently calling slower image routine
|
||
o make zbuffer available instead of g.zbuffer
|
||
o shape.. non-homogenous colors for beginShape()
|
||
o currently disabled b/c homogenousColors not set false for vertices
|
||
X should image(img, x, y, alpha) work instead of using fill?
|
||
X write tint() command
|
||
X or maybe another word for fill/stroke.. apply? colorize?
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Syntax;action=display;num=1050323800
|
||
X circles and spheres
|
||
X bresenham (flat) oval function
|
||
X finish fill mode of flat circle function
|
||
o setting accuracy of circles/sphere
|
||
X some flag to know whether applet is online or not
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1051758365;start=0
|
||
X colorMode is defaulting to 255, 255, 255, 1.. oops
|
||
X though setting it differently hoses everything (clears everything)
|
||
X setup (200, 200) causes the default size to be used
|
||
X be able to draw something inside setup (?)
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Syntax;action=display;num=1044689650;start=0
|
||
X no time to ask for "save changes" before quit
|
||
X PdeEditor, around line 910.. not blocking until input
|
||
X read up on how to properly block for input in a java app
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1064165653;start=0
|
||
X do not delete sketch folder if empty sketch but non-empty data dir
|
||
X maybe needs to be a holding area for the current sketch
|
||
X this is how the read-only examples would be used
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1064160655;start=0
|
||
X NullPointerException on setFont was confusing people
|
||
X add better error messages
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1064165591;start=0
|
||
X color() method now works inside setup
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1064166837;start=0
|
||
X color method with alpha now works
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1064166915;start=0
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1064167640;start=0
|
||
X error message when trying to do a screengrab from inside a browser
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1064167220;start=0
|
||
X windows fresh checkout from cvs still has problems
|
||
X major changes to build scripts for far easier building under windows
|
||
X added error messages for noCursor in jdk11
|
||
X boost memory size of processing.exe to 128 megs, instead of 64
|
||
X classpath issues.. just ignore classpath altogether
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1064185080;start=0
|
||
X QTJAVA path and CLASSPATH are weird if java not first installed
|
||
X or just get set improperly, reinstalling quicktime doesn't help
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1064184794;start=0
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1064184892;start=0
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1064185169;start=0
|
||
|
||
|
||
fixes because of dmose parser
|
||
dm X move to antlr
|
||
dm X float z= float(x) + float(y);
|
||
dm X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1062471182;start=0
|
||
dm X compiler barfs on: float[] moo = new int[10];
|
||
dm X although no error comes through to p5 (benelek)
|
||
dm X this was a kjc error, so it's fixed with jikes
|
||
dm X int() doesn't work inside other functions
|
||
dm X argh, need a real parser
|
||
dm X something about the line println("4"); turns things to mush:
|
||
dm X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1062461664;start=0
|
||
dm X two int(random(5)) on the same line caused problem
|
||
dm X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1062461786;start=0
|
||
dm X setup( ){} has an error, setup(){} does not
|
||
dm X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1062461971;start=0
|
||
dm X weird comments bug (// on last line causes oro trouble)
|
||
dm X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1062462227;start=0
|
||
dm X unexpected token 'void' in letters sketch..
|
||
dm X being parsed as static mode app
|
||
dm X extra parens confusing things (toxi message)
|
||
bf X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1064165730;start=0
|
||
bf X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1064165923;start=0
|
||
bf X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1064166659;start=0
|
||
|
||
|
||
code from the madman
|
||
ks X perlin noise is broken
|
||
ks X targa export for images
|
||
ks X images and pixel copying (api for this?)
|
||
ks X copyPixel(x, y, to_x, to_y)
|
||
ks X copyArea(x, y, w, h, to_x, to_y)
|
||
ks X copyImage(x, y, w, h, to_x, to_y)
|
||
ks X resize of bimage, make a copy of image?
|
||
ks X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1050328581
|
||
ks X getPixel() and other fxns for BImage
|
||
|
||
|
||
assigned to danh, but completed by toxi
|
||
ks X present mode, click background window and front window hides
|
||
ks X wasn't present in jdk 1.3, focus manager changed in 1.4
|
||
bf X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1064166198;start=0
|
||
ks X focus not properly set in present mode
|
||
bf X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1064166151;start=0
|
||
ks X escape key not quitting presentation mode
|
||
ks X no events seem to be coming through at all
|
||
|
||
|
||
assigned to danh, but fixed by fry or danm
|
||
dh o environment locks up when error stream isn't for the class
|
||
dh o this happens when it's another thread (i.e. image fetcher)
|
||
dh o KjcEngine exceptions (formerly 'ex found in run') should be cleaner
|
||
|
||
|
||
carlos line code for single pixel lines
|
||
ca X single pixel lines have z and alpha
|
||
bf X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1064165816;start=0
|
||
bf X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1064165995;start=0
|
||
bf X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1064166034;start=0
|
||
bf X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1064167337;start=0
|
||
|
||
|
||
api changes in progress -> COLORING FOR ALL THESE
|
||
X textureImage() -> texture()
|
||
X textureMode() IMAGE_SPACE or NORMAL_SPACE
|
||
X vertexNormal() -> normal();
|
||
X vertexTexture -> vertex(... u, v);
|
||
X bezier(... t) -> bezierPoint()
|
||
X curveTangent and bezierTangent are in there
|
||
X curve(... t) -> curvePoint()
|
||
X bezierMode -> bezierSegments
|
||
X curveMode -> curveSegments, curveTightness
|
||
X setFont -> textFont(font) or textFont(font, size)
|
||
X textSize(size), textLeading(leading)
|
||
X BFont.charWidth, BFont.stringWidth -> BFont.width()
|
||
X BFont.drawChar, BFont.drawString -> BFont.text()
|
||
X removed fill(), stroke(), background() with no args
|
||
X (used to return current)
|
||
X getPixel/setPixel -> get/set
|
||
X addition of copy(), replicate(), alpha(), and blendMode()
|
||
X all the imaging modes that go with those guys
|
||
X tint() colors images, not fill()
|
||
X shearX and shearY removed
|
||
X removed noBackground
|
||
X added background(BImage)
|
||
X screenGrab -> saveFrame
|
||
X textMode for alignments .. ALIGN_LEFT, ALIGN_CENTER, ALIGN_RIGHT
|
||
X ALIGN_XXXX becuase LEFT already used for keys
|
||
X implement text(int something) and text(float something)
|
||
o and perhaps others?
|
||
X textSpace SCREEN_SPACE and OBJECT_SPACE
|
||
X strokeMode/strokeWidth ->
|
||
X strokeWeight, strokeJoin, strokeMiter
|
||
X param(), online(), and status() functions
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1064166444;start=0
|
||
|
||
|
||
..................................................................
|
||
|
||
|
||
0060c2
|
||
|
||
X jedittextarea caret blinks even w/o focus
|
||
X may have been my own hack breaking it
|
||
X popup menu for sketches doesn't unhighlight if no sketch selected
|
||
X originally assigned to dan haskovec, but implemented by fry
|
||
X set a better ctrl-key for reference (anything but 'F')
|
||
X probably need to use mac or pc specific keys?
|
||
X nope, it doesn't really need a command key
|
||
X instead, cmd-shift-f is now 'find in reference'
|
||
X windows fixes for run.bat, and another expert version of the same
|
||
|
||
assigned to dan haskovec, completed by fry
|
||
dh X find/replace
|
||
dh X ctrl-f for find, g for find next, h for next occurrence of selected
|
||
dh X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1055003940
|
||
|
||
|
||
..................................................................
|
||
|
||
|
||
0060c3
|
||
|
||
X notify user when size() is bad
|
||
X need to use oro matcher when trying to grab the applet size (export?)
|
||
X macosx doesn't listen if 'cancel' is selected for save changes on quit
|
||
X but windows works fine, so it's a macosx problem
|
||
X removed cancel button on macosx when quitting
|
||
X open button getting stuck on windows
|
||
|
||
|
||
from the rest of the crew
|
||
dm X linux can't find jikes, so users have to put it in their PATH
|
||
ks X BImage.get() was only grabbing a single line of pixels
|
||
dm X problem with inner classes and helix example
|
||
|
||
|
||
received no verification, and other purges from the list
|
||
o windows 95/98/ME seems to be broken
|
||
o ME doesn't seem to like the .exe, but run.bat worked ok
|
||
o http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1028990066
|
||
o lockup/freezes (mKoser and zeitgeist)
|
||
o jre icon not appearing in the systray
|
||
o http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1030538508
|
||
o getting mouse movement outside the window
|
||
o http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1051916278;start=0
|
||
X building releases from scratch
|
||
X this is a useful developer task before release
|
||
X build all releases from a clean cvs
|
||
X tries to make work/ without bagel serial existing and blows up
|
||
X b/c bagel checkout happens later
|
||
X all code needs to be buildable from scratch
|
||
X internal naming of _fill, image_mode, textureOrientation
|
||
X these all need to jive better with one another
|
||
X ie. perhaps just 'fill', so that it can be used for a get
|
||
X look at ken perlin renderer code
|
||
|
||
|
||
..................................................................
|
||
|
||
|
||
0060 final
|
||
bf X make sure no CVS folders or .DS_Store files in the distribution
|
||
cr X new reference for rev 60
|
||
|
||
|
||
..................................................................
|
||
|
||
|
||
0059
|
||
X write p5 language spec
|
||
X beginSerial(String port) and beginSerial(String port, int rate)
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1061595591;start=0
|
||
X optimize color() when in colorMode(RGB, 255) to just pack the int
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Syntax;action=display;num=1062072434;start=0
|
||
X imageMode() shouldn't affect fonts
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1060207942;start=0
|
||
X replacing spaces with underscores..
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1062103523;start=0
|
||
X patch keyTyped event instead of keyPressed
|
||
X remove reference in readme about macosx problem w/ it
|
||
X test on macosx
|
||
X test on linux
|
||
X Event.consume() doesn't work on entry fields
|
||
X manifests itself in sketch naming, can't be constrained
|
||
X may not be the case under swing?
|
||
X it's probably because of keyTyped() being the important one
|
||
X so instead trap for keyTyped events
|
||
X qtjava search path is too fragile
|
||
o use %WINDIR%\System32\qtjava.zip and %QTJAVA%
|
||
o or even the system %CLASSPATH%
|
||
o maybe just ask user to select the file directly
|
||
X may have spaces, so should also fix those
|
||
X QTJAVA seems to be showing up in %WINDIR%\System not just system32
|
||
X modify make.sh for windows to use $QTJAVA instead of guessing
|
||
X and complain about non-installation if it ain't there
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1060295867;start=0
|
||
X p5 not working in msjvm (prolly non-1.1 code)
|
||
X build and hack in new jikes for all platforms
|
||
X add "-target 1.1" when exporting to applet (or always?)
|
||
o might be java.awt.Cursor in BConstants
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1060792938
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1060976690
|
||
|
||
known issues/bugs
|
||
* quicktime for java is *required* on windows.. it's installed by
|
||
default on macosx, and not used at all on linux.
|
||
* QTJAVA environment variable is used to find quicktime. if that's not
|
||
properly set, then you won't be able to run.
|
||
* lots of 'cannot delete ...' messages
|
||
* present mode is almost completely broken and often flickers like mad
|
||
* sound not always stopping when 'stop' his hit (i.e. the mixer example)
|
||
* run.bat hasn't been given love for a while and may not work
|
||
* reference loading doesn't seem to be working
|
||
|
||
|
||
0058
|
||
X update the readme.. had missed some spots
|
||
|
||
windows
|
||
X check to see if qtjava is installed
|
||
X put up warning msg and quit if it's not
|
||
X move back to 1.4.1 vm (what's the latest?)
|
||
|
||
macosx
|
||
X switch version of jikes to use non-fink
|
||
X switch to java 1.3.1
|
||
|
||
linux
|
||
X make mention that linux is i386
|
||
X bring linux up to 1.4
|
||
X though still compiling for 1.3, until detection fixed
|
||
X grab rxtx for linux and include with distribution
|
||
X make sure a copy of jikes is included
|
||
X test rxtx on linux with sun vm
|
||
X make notes about rxtx in readme.txt
|
||
X doesn't work on rh9.. update the jvm
|
||
o test serial with ibm vm and all
|
||
X look for jdk 1.4 to use instead of 1.3
|
||
X make sure javacomm gets in there
|
||
X test it a little more to make sure it works (cygwin x sucks)
|
||
|
||
|
||
0057
|
||
X is it possible to get rid of KjcApplet
|
||
X better 'newMessage' trigger with the printstream
|
||
X notify dmose about changes
|
||
o lots of small bugs in graphics engine to be fixed
|
||
o ArrayIndexOutOfBoundsException is prolly the worst
|
||
o these will be moot with new code from sami/carlos
|
||
X remove lexer dir from cvs
|
||
X write proper build instructions for bagel
|
||
X email about bagel doesn't have proper build instructions
|
||
X need to install cygwin, set CLASSPATH to build
|
||
X specific version of jikes (currently)
|
||
X make mac version require head/tail from fink ?
|
||
X test to see if /sw/bin/head exists, if so use it
|
||
X get dmose's new launcher running
|
||
X cleanup cvs bunk
|
||
X modify build/dist to use processing.exe
|
||
X upgrade windows to jre 1.4.2
|
||
X ask on bboard about macosx 1.3 vs 1.4 experiences
|
||
X modified millis() to always update
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1058465635;start=
|
||
X decision to pull macos9 support
|
||
X look into macos9 version of javac
|
||
X get proper tab comments into source files
|
||
X http://www.jwz.org/doc/tabs-vs-spaces.html
|
||
X get proper licensing info into source files
|
||
X fix bezier curve issues (p. 56 in illustrator spec)
|
||
X pde_keywords.properties isn't getting copied into work/lib
|
||
X set 'present' key command to cmd-shift-r so that p can be used for print
|
||
X add chmod -R +x to reference after unzipping on windows
|
||
X horizontal scroller has enormous range
|
||
X horizontal scroller has slightly less enormous range
|
||
X turned off weirdo scrolling
|
||
X dim serial port menu when not available
|
||
X move reference lookup code up into PdeBase
|
||
X remove ReferenceKeys class, make it an inner class
|
||
X add reference lookup option to the edit menu
|
||
X saveBytes, saveStrings
|
||
X file output, save strings or pile of bytes
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Syntax;action=display;num=1056311967;start=0
|
||
X make sure all linefeeds are consistent (unix)
|
||
X post to bboard about history
|
||
X console: scroll to most current line, or scroll as changing
|
||
X windows tabbedpane separator is too small
|
||
X added line to pde_windows.properties
|
||
X store divider location to sketch.properties
|
||
X about box that just shows the splash image
|
||
X curves
|
||
X curveMode(), curveMode to tweak the s parameter of catmullrom
|
||
X setting accuracy of curve segments
|
||
X right now it's hardwired at 20, should be adjustable
|
||
X function to evaluate bezier or catmullrom points
|
||
X used heavily in genome valence, asked about on the bboard
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1053449577;start=0
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1057393989;start=0
|
||
X tweak video to get it working
|
||
o beginVideo(int, int, int) not found
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1054283460
|
||
X how does the syntax work?
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1054111292
|
||
X net not closing, dispose() not getting called
|
||
X make sure dispose() gets called? that way people can override?
|
||
X or add another function for people to override?
|
||
X netEvent doesn't seem to be working in server mode
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1055044714
|
||
X image grabbing bug caught by amit
|
||
X another bug in smoothing, reported by flight404
|
||
X removes a random ArrayIndexOutOfBoundsException
|
||
X Thread.stop is deprecated (and has been since 1.2)
|
||
X http://java.sun.com/products/jdk/1.2/docs/guide/misc/threadPrimitiveDeprecation.html
|
||
X remove finished in favor of just setting thread to null in BApplet
|
||
X check to see if setting threads to null works on windows
|
||
X the multiple thread killing code was in there for a reason
|
||
X not tested on macos9..
|
||
X hiding the cursor. noCursor(), cursor()/cursor(ARROW), cursor(HAND), cursor(CROSS), cursor(image_file)
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1059485109
|
||
X default size of console is bad..
|
||
o prolly need to stuff in 4 blank lines
|
||
o runtime exceptions not coming through on either mac or windows
|
||
X works fine on windows
|
||
X when array wasn't large enough for curveMode, blank red line
|
||
X hide renderer menu item
|
||
X test to make sure cursor code works in vm
|
||
X modify bagel building to include JDK13 flag
|
||
o and behaves properly in a browser
|
||
o need note about setting classpath on platforms when using expert
|
||
X figured out a way around it using sun.boot.class.path! wahoo!
|
||
X is there a way to check the registry for java installations?
|
||
X put jikes executables into the dist folders
|
||
o jikes prolly needs cygwin1.dll, and maybe cygiconv-2.dll
|
||
|
||
|
||
serial
|
||
X modify windows build scripts for javacomm in p5 folders
|
||
X remove additional javacomm from othe p5 folders
|
||
X checkin serial stuff for bagel
|
||
X rxtx is a problem in general.. how to improve installation
|
||
X try installing serial adapter with p5
|
||
X report of a problem with the rxtx installer being bad
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1048517796;start=0
|
||
X tom igoe is using rxtx 2.1.6, patch that into p5
|
||
o will need to be done for gl4java as well
|
||
o if dimming serial menu, put up another message
|
||
X remove serial folder for windows
|
||
X modify readme for the expert version
|
||
|
||
|
||
[dh] X export to .pde file rather than java
|
||
[dh] X or at least link to that from the web page
|
||
[dh] X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1046250912
|
||
[dh] o background of menus on winxp is white
|
||
[dh] X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1051303115
|
||
|
||
|
||
macosx
|
||
X had to disable MRJFileUtils stuff on osx at last minute before 53
|
||
X seems that file names changed between 1.3 and 1.4
|
||
X sorted this issue out, now it's re-enabled
|
||
X change default font for jdk 1.4
|
||
X reference launching working properly
|
||
X reference doesn't launch on mac (mKoser)
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1038424448
|
||
X tweak for java 1.4
|
||
X need to add a line to the properties file
|
||
o include a note about this in the readme, include url for download
|
||
o connect.apple.com
|
||
X bug on p5 bboard: http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1037829938;start=0
|
||
running 1.4 from the command line:
|
||
/System/Library/Frameworks/JavaVM.framework/Versions/1.4.1/Commands/java
|
||
Info.plist, setting JVMVersion
|
||
* 1.3.1 - only use JDK 1.3.1, even if later versions are available.
|
||
* 1.3* - use any version of JDK 1.3.x. Do not use JDK 1.4 even if it's dflt.
|
||
* 1.3+ - use the latest JDK version from JDK 1.3 onward, up to default JDK.
|
||
* 1.4+ - use JDK 1.4 or later, even if an earlier JDK is the default.
|
||
o and then edit Info.plist to include the following lines:
|
||
o <key>JVMVersion</key> <string>1.3.1</string>
|
||
X control-click (right-click?) for macosx doesn't show popup
|
||
X in jedittextarea.. so added isPopupTrigger to events as well
|
||
X take a look at sourceforge bugs
|
||
X dataInputStream, setUseCaches on the url to false
|
||
X URLConnection.setUseCaches(false)
|
||
o parent.obj.close() on the url
|
||
X set file type/creator for .pde files.. TEXTPde1
|
||
X make a note about macosx problems with 1.4
|
||
X currently the only fix is to switch to java 1.3
|
||
X update the readme to note that macos9 is suspended
|
||
X why doesn't processing.app work anymore
|
||
X machine was screwy
|
||
X perlin noise 1D. noise()
|
||
X double-check to see if wheel mouse is working
|
||
X macosx quit handler takes over ctrl-q
|
||
X so file->quit doesn't get called on close
|
||
X so sketch.properties doesn't get saved
|
||
X handlers for basic events
|
||
X MRJAboutHandler (just show splash screen)
|
||
X image for 'about processing'
|
||
X MRJPrefsHandler (open pde.properties in a text editor)
|
||
X MRJQuitHandler (confirm quit, may need to be in another thread)
|
||
X remove 'quit' from file menu (osx only)
|
||
X why do command keys / menu shortcuts get passed through?
|
||
X cmd-s drops an s into the text area (grr)
|
||
X only happened on java 1.3 if the cmd-key was unused
|
||
o select all (apple-a) on azerty keyboard is quitting the app
|
||
o http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1032909986;start=0
|
||
o what's hanging the application on start in 1.4?
|
||
o duh.. do println() statements to see where it's hanging
|
||
o (or hanging on start)
|
||
o could also be connected to compiling process, though it seems runtime
|
||
o try disabling Toolkit.sync()
|
||
X could it be audio that's hanging the application? -> nope
|
||
X mac 1.4 crashes when attempting to stop applets (pcho definitely)
|
||
X doesn't seem to do this with the .app, or at least in prev release
|
||
X (although prev release was running 1.3 by default)
|
||
X locking up on my machine after hitting stop
|
||
X is this only a problem when run from run.sh?
|
||
X jikes is not properly wired to Proce55ing.app
|
||
X puts a couple dots on random lines
|
||
X modify build scripts for rxtx on osx
|
||
X libs from 2.1.6 download for osx seem to work
|
||
X write script to handle installation, etc.
|
||
X (maybe do this from inside p5?)
|
||
X get jikes118 in there.. also in cvs
|
||
o add note to instructions for how to use
|
||
X change Proce55ing.app to Processing.app
|
||
X should cvs be changed or just do this as a renaming step?
|
||
X changed in cvs
|
||
X test to make sure that serial is working
|
||
X make .command file to set serial permissions
|
||
|
||
|
||
dh X save last-used serial to sketch.properties on quit
|
||
dh X rename sketch 'can't rename' error (file being kept open)
|
||
dh X open sketch, make a change, save, run, rename -> error
|
||
dh X context menu cut/copy/paste
|
||
dh X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1052447215;start=0
|
||
dh X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1052077800
|
||
dh X "look up in reference" function for selecting keywords
|
||
dh X improve the console
|
||
dh X maybe it needs to be a textarea?
|
||
dh o printing of objects, esp when null, in jdk 14 seems to crash
|
||
dh o this may have been fixed
|
||
dh o exception when trying to write to stdout
|
||
dh X may need horizontal scroller, or text wrap
|
||
dh X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1050328811;start=0
|
||
|
||
|
||
dm X separate compiler from other kjc-specific code
|
||
dm X change writeJava/start functions to be combined in kjc
|
||
dm X but the rest inside PdeEditor that takes care of launching/placing
|
||
|
||
dm o another kjc bug
|
||
dm o http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Syntax;action=display;num=1048025370;start=0
|
||
dm o when missing a closed brace, often has compiler error
|
||
dm o Jordan J message in email and bugs list
|
||
dm o can't used random() inside constructor.. (Glen Murphy)
|
||
dm o maybe related to problems loading images in constructors
|
||
dm o http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1039411135
|
||
dm o http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1038807934
|
||
dm o http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1029289775
|
||
dm o http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1047649496;start=0
|
||
dm o kjc is really frustrating about some of its error/warning msgs
|
||
dm o erroneous errors from kjc regarding 'var not inited'
|
||
dm o is there any way to disable this message?
|
||
dm o talk to simon about error streams and kjc
|
||
dm o better piping of output from kjc
|
||
dm o modify kjc to take a PrintWriter, instead of current hacks
|
||
dm o might be able to set default values for vars using perl5subst
|
||
dm o Compiler.disable() message is weird and doesn't always work
|
||
dm o probably just remove it for now
|
||
dm X see if newer javac forces a System.exit() or if it can be avoided
|
||
dm X wire-in jikes as another compiler
|
||
dm X write handlers for jikes-style of error messages
|
||
|
||
|
||
post-0057c1
|
||
X deal with spaces in user.dir (!)
|
||
X affects reference, and prolly compiling too
|
||
X alt key pressed spews errors about components
|
||
X prolly because of swing/awt component problems
|
||
X switched to JFrame instead of Frame for PdeBase
|
||
X do objects need to be swing components to draw properly?
|
||
X macosx has update weirdness for non JComponent items
|
||
X actually it's weirdness *with* JComponent items
|
||
X http://java.sun.com/docs/books/tutorial/uiswing/painting/overview.html
|
||
X probably why end of text messages under osx getting chopped?
|
||
X fix compression artifacts on about.jpg
|
||
X write readme.txt and revisions.txt
|
||
X windows: audio is broken, use jdk 1.4.1 if you need audio
|
||
X preferences will get better in a future release
|
||
X export to application is not yet implemented
|
||
X catch security exceptions around applet i/o calls
|
||
X serial on macosx
|
||
X run serial.command (modify dist to chmod +x)
|
||
X otherwise it will complain that the port is in use by another app
|
||
X write notes in readme about using serial on osx (may need to restart)
|
||
|
||
|
||
0056
|
||
X modify classpath to use 1.4 for compiling
|
||
X modify make.sh to include JDK14 flag
|
||
X video: get qtjava stuff working, modify make.sh to include paths
|
||
X also run.sh, the classpath on Proce55ing.app
|
||
X ceil/floor weren't colored properly
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1054886439
|
||
X String wasn't colored, so added parts of java.lang
|
||
X BFont was allocating too much memory for fonts (found by arielm)
|
||
X modified all scripts to unpack the new reference
|
||
X simage() has been enabled again
|
||
X https://sourceforge.net/tracker/index.php?func=detail&aid=750867&group_id=63445&atid=504000
|
||
X image_mode has been ironed out
|
||
X https://sourceforge.net/tracker/index.php?func=detail&aid=750886&group_id=63445&atid=504000
|
||
X reference not being unzipped
|
||
X fix scripts for dist / make
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1054222236
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1054886548
|
||
X print(char) and println(char) didn't exist. whoops.
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1055940673
|
||
X added constructor in BImage that takes java.awt.Image
|
||
X added FileInputStream version of loadStream for locally running code
|
||
X transparent gif images don't retain transparency (oy)
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=general;action=display;num=1044908359;start=0
|
||
X screenGrab(filename), not just screenGrab()
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1056481749
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1056558368;start=0
|
||
X versions of loadStream/loadBytes etc that use streams and/or urls
|
||
X getting current fill color and stroke color
|
||
X stroke(), fill(), background()
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Syntax;action=display;num=1053002041;start=0
|
||
X add keyCode to BApplet (quick addition)
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=post;num=1043834995;title=Post+reply;start=
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Syntax;action=display;num=1051285219
|
||
|
||
other folks
|
||
dm X patch to fix last line highlight bug in highlightLine()
|
||
cr X new function for linking to external web page
|
||
ks X BGraphics patch for faster lines and points
|
||
ks X adaptive sizing of circle segmenting based on rendered size
|
||
ks X rather than requiring a fixed amount
|
||
ks o have a few settings cached
|
||
ks X fixed again for scale() issues
|
||
ks X RGBA code for simage(), along with some speedups
|
||
ks X faster version of _blend() function
|
||
ks X MAX_LIGHTS instead of '10' sprinkled through the code
|
||
|
||
after 0056rc1
|
||
bf X patched up ellipse code because adaptive sizing not working properly
|
||
bf X added more segments to the adaptive sizing algo
|
||
bf X reported by benelek
|
||
bf X fixed bug in BPolyogn.scanline for textures walking out of bounds
|
||
bf X reported by benelek
|
||
bf X point() wasn't getting a proper alpha value for drawing
|
||
bf X reported by benelek
|
||
bf X add .tif extension when screenGrab() filename doesn't include it
|
||
bf X reported by benelek
|
||
bf X add beginNet, endNet, net weren't colored
|
||
bf X reported by benelek
|
||
hb X patch for server makes netEvent messages
|
||
|
||
|
||
moved to sourceforge by arielm
|
||
|
||
|
||
BAGEL / Bugs
|
||
|
||
b _ bezier is broken for > 4 points
|
||
b _ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1042201137
|
||
|
||
b _ image(img, x, y) in CENTER_DIAMETER is actually center radius
|
||
b _ should make sure that x, y just makes it proper size
|
||
|
||
b _ simage() is screwy..
|
||
b _ its invocation is broken (image_mode can't be two things at once)
|
||
b _ doesn't actually use image_mode for placement
|
||
b _ also doesn't support RGBA
|
||
|
||
b _ smooth images drawing strangely (missing first line of pixels)
|
||
b _ also smoothed even if not distorted
|
||
b _ aliased and anti-aliased images don't line up
|
||
b _ text (text04) marching around strangely
|
||
b _ problems with u/v are likely to also be there for colors
|
||
b _ u/v should be affected by w for proper perspective
|
||
b _ nonsmooth frame around circle gets drawn 8x away
|
||
b _ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1050451728
|
||
b _ texture weirdness at 90 degree angles
|
||
b _ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1050650262
|
||
b _ sphere() and other polygons don't connect flush with one another
|
||
b _ could hack by making each slightly larger than necessary
|
||
|
||
b _ repair lines (even if slow)
|
||
b _ single pixel lines have no alpha and no z
|
||
b _ fix all the random line types to support alpha
|
||
|
||
b _ anti-aliasing. smooth(), noSmooth()
|
||
b _ need to verify that this works consistently throughout
|
||
|
||
b _ alpha. fill(r, g, b, a), stroke(r, g, b, a),
|
||
b _ need to verify that this works consistently throughout
|
||
|
||
|
||
0055
|
||
X incorporated (but not yet tested) net code
|
||
X how to include sign with nf()
|
||
X whether to include room, and whether + or ' '
|
||
X use nfs (number format signed), with a bool for + or spc
|
||
X does a[3] == Float.NaN work? (for testing with splitFloats)
|
||
X no, if NaN, then comparison will always return false
|
||
X sort() functions for arrays of ints, floats, doubles, and Strings
|
||
X add casey to sourceforge with admin privileges as 'reas'
|
||
X fix wheel mouse handler so that it works under jdk 1.3
|
||
X no difference between 1.3 and 1.4 code
|
||
X add WheelHandler to cvs
|
||
X video
|
||
X checkin video code to cvs
|
||
X video integration (need to work with dist.sh for it)
|
||
X how to get qtjava into the classpath on windows runner
|
||
X incorporate second set of code for file i/o
|
||
o video capture tested and running on macos9, macosx, windows
|
||
o video file reading tested and running on macos9, macosx, windows
|
||
o net code tested with client/server examples
|
||
o sound code tested and running on macos9, macosx, windows
|
||
X constrain() still in the motion04 sketch
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1050131287
|
||
X why is every other pixel missing from mouse events?
|
||
X make a note about mouse movement skipping two pixels on windows
|
||
X need to set mouse properties for higher precision
|
||
X we actually recommend using java version 1.3 on the mac
|
||
X kill video, net, etc on closing applet
|
||
|
||
|
||
0054
|
||
X disabled the debug flag (oops) in BPolygon
|
||
X disabled code for alpha in web colors (use 0x instead if needed)
|
||
X make sure that fill(int a) / stroke(int a) work if an alpha is set
|
||
o probably time to send out another message about this release
|
||
|
||
|
||
0053
|
||
X add smooth() noSmooth() to the keywords
|
||
X image of 256x256 doesn't draw the last line of pixels
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1045697665;start=0
|
||
X weird line in showing in the center of an image
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1044901171;start=0
|
||
X color() should work for alpha..
|
||
X also #rrggbbaa
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1049141984
|
||
X blend() (or any other 'final' functions) is causing trouble
|
||
X when other people write methods of the same name
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1049249938
|
||
X text caret goes missing
|
||
o removing extra jre's, uninstalling java apps fixed it
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1041962296
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1043614133
|
||
|
||
|
||
0052
|
||
X identityMatrix and multiplyMatrix
|
||
X or resetMatrix and applyMatrix
|
||
X projectX(x, y, z) instead of project()
|
||
o stores last xyz point as cached for projectY
|
||
X projectSize() should work the same way
|
||
X screenX instead of projectX
|
||
X modelX or objectX could do the amit style thing
|
||
X creas says object
|
||
X better access to projX et al
|
||
X what's a better name? calcX? or write to an array?
|
||
X projectX, projectY, .. or projectedX ?
|
||
X also projectSize should just be project()
|
||
X smooth() and noSmooth()
|
||
X possible dist() and constrain() functions
|
||
X reas: I like people making these themselves and then later
|
||
X they can be added to their code libraries
|
||
X join() like split
|
||
X also add additional item for NaN data
|
||
X add doubles and longs for genome stuff
|
||
X numberFormat (formerly zeroPad)
|
||
X numberFormat(float num, int left, int right)
|
||
X zero means any number of digits, don't pad
|
||
X numberFormat(int num, int left) for 27 -> 0027
|
||
X camera work
|
||
X beginCamera, endCamera -> does glMatrixMode style swapping
|
||
X cameraMode(CUSTOM, PERSPECTIVE, ISOMETRIC)
|
||
X lookAt->lookat, frustum, perspective should be public too
|
||
X splitints, et al.. have another version to specify what to use
|
||
X when the value gets a NumberFormatException.. ie.
|
||
X splitInts("blah blah blah", ' ', 0);
|
||
X and splitFloats("blah bl ah blaha ", ' ', Float.NaN);
|
||
X remove groupings of NumberFormat
|
||
X change NumberFormat to nf
|
||
X use System.arraycopy for clear().. could be way fast
|
||
X test to see how much faster the new arraycopy version is
|
||
X err, it's slower. that sucks.
|
||
X fixed bug with typography reported by creas
|
||
X alpha images were 0xAAAAAAAA b/c of javagl
|
||
X images were broken with noSmooth
|
||
X color is ugly for 'use external editor' with new color scheme
|
||
X now uses color for current line
|
||
X re-enable SMOOTH_IMAGES
|
||
X 'color[] c' doesn't work, neither does 'color c[] = new color[10]'
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1045052913
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1045675678
|
||
X several examples broken (note from creas) in bugs.txt
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1042222429
|
||
X drawing02, input09, input08, transform05, others?
|
||
X if image doesn't exist, spews null pointer exception and freaks
|
||
X locks up environment/machine, have to restart
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1039409900
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1045828000;start=0
|
||
X disable image cache (setUseCaches?)
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Syntax;action=display;num=1043895082;start=0
|
||
X add a note to revisions.txt that says "not for use as a reference"
|
||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1046191616;start=0
|
||
X switched to jre 1.4.1_02
|
||
|
||
|
||
TODO CLEANUP
|
||
o online signup cgi for people to add themselves to the list
|
||
o probably should doClose() on new/open instead of doStop()
|
||
o option to delete current project (trickier)
|
||
o also needs to have method for verify.. blech
|
||
o check logs to see where we're getting traffic from
|
||
o option to toggle console on/off (not just in properties, but realtime)
|
||
o look into using serialporteventlistener for simpleserial
|
||
o may help with problems due to threading/synchronizing
|
||
o font usage/substition solution
|
||
o write code to bind/convert java fonts
|
||
o best would be freetype or jdk 1.3/1.4
|
||
o java freetype? jni freetype to build texmap fonts?
|
||
o look at flash file format? (does it have kerning?)
|
||
o may want to throw exceptions from bagel
|
||
o but catch them inside bapplet--as part of making things easier
|
||
o file i/o utility classes
|
||
o read as set of lines, read as cells in grid, read num sequence
|
||
o then methods for writing all of the same
|
||
o stop() method in applet should stop kjc environment
|
||
o should be able to call stop() to 'quit' an applet
|
||
X make versions available w/o fonts and jre
|
||
o moving sketchbook folder for lab environments
|
||
o adding lights
|
||
o control of position/color of default lights
|
||
o controlling camera movements
|
||
o mcguffin sent some notes about this
|
||
o multmatrix/identity
|
||
o constants besides PI, TWO_PI
|
||
o min/max with 3 parameters
|
||
o if (a) ? 3 : 4
|
||
o formatting printf-style things
|
||
o audio input
|
||
o audio synthesis
|
||
X stringutils.split is a useful one
|
||
X readFileLines et al
|
||
o translateMiddle() ? to move to the middle of the screen?
|
||
o perlin noise function
|
||
o delayUntil would be nice to have
|
||
o but at some point there has to be a cutoff
|
||
o have a library of useful code that people can add to programs
|
||
o otherwise things are too simple, and env is a crutch
|
||
o example: multi-user server app (shared whiteboard)
|
||
o example: basic network app
|
||
o bug in sun vm for freaking out
|
||
o also happened with ibm vm.. grr.. (or was it a path problem?)
|
||
X is it necessary to have fullscreen option on toolbar anymore?
|
||
o what's better than POLYGON_CONVEX and POLYGON_CONCAVE?
|
||
o should we use jdk 1.3 or msft vm?
|
||
|
||
|
||
0051
|
||
X go through the bboard and make sure everything up to date here
|
||
X see if moved topics need to be deleted as well
|
||
X (log in from another machine as guest)
|
||
X weirdness with mac swiss-german keyboard on []{}|
|
||
|
||
|
||
0050
|
||
X fix quotes missing in the export html
|
||
|
||
|
||
0049
|
||
X add http url support for loadImage and loadStream
|
||
X ceil/floor/round
|
||
X new set of examples
|
||
X remove old examples from cvs
|
||
X pmouseX and pmouseX should be colored with mouseX and mouseY
|
||
X new html for export
|
||
X new colors chosen by casey (replace pde.properties and buttons.gif)
|
||
/ disappearing text caret on win2k
|
||
/ works in 'insert' mode
|
||
X just disabled it ever hiding.. we'll see if it fixes
|
||
X flush() after every println()
|
||
X incremental printout
|
||
X uncovered bug with long line lengths in console
|
||
/ pmouseX problem reported by casey (in bugs.txt)
|
||
o images don't load during setup [reas]
|
||
X //This is not a problem -- Casey
|
||
X framerate() and framerate(15)
|
||
X delay() should sleep the thread [glen murphy]
|
||
X it's sucking cpu and won't open a window until the delay is up
|
||
X also don't delay on the first time through
|
||
X add framerate to colored things list
|
||
|
||
|
||
MISC (pruned from crusty todo list)
|
||
|
||
X text editor? jedit's textarea class? hmm? hmm? // Yeah for jedit!
|
||
X document imageMode, planeMode, ellipseMode
|
||
X 'rot' example not working in release 18
|
||
X make note in documentation about getting access to pixel array
|
||
X pixels[] is in ProcessingApplet
|
||
X build a linux/x86 release
|
||
X fix buzz.pl to not create ../../bagel
|
||
X how to use ssh identity file to maintain auth for brancusi
|
||
X write dist.bat for releases
|
||
X don't forget to update 'export' dir with processing releases
|
||
X write code for automatic macintosh releases
|
||
X just saying 'millis' in processingapplet, instead of getMillis()
|
||
X keyPressed, keyReleased, mousePressed, mouseReleased
|
||
X bug in paren balancing
|
||
X paren problems comes from overusing parens (too many closing)
|
||
X image[first[i], 0, 0) hitting last paren causes jump to top
|
||
X beautify is broken // I think this is fixed
|
||
X sketch: sketch-000 is dumb
|
||
X // Just number successively 0001, 0002 like a digital camera
|
||
X color won't set for fonts //This works
|
||
o 'image' is too generic a variable to have inside BApplet
|
||
o check for others that shouldn't be used (pixels? width? height?)
|
||
o or have a way to syntax color them
|
||
o put processing/bagel into sourceforge cvs FOR BETA
|
||
o probably after kjc/engine stuff restructured
|
||
o bring cbagel up to par
|
||
X remove 'encoding' crap from PdeBase
|
||
X only existed b/c of reading as bytes and not using jdk11 methods
|
||
X cleanup program/inline_program crap.. take out scheme stuff
|
||
X better readFile/loadImage inside PdeBase
|
||
X temp array should be resizable inside readFile
|
||
X might just use ByteArray streams
|
||
X use getresource for loading image
|
||
X remove Editor's frame instance, replace refs with PdeBase.frame
|
||
|
||
|
||
0048
|
||
|
||
macosx
|
||
X include note in the readme that 1.4 is not supported
|
||
X is sketch.properties saving properly under macosx?
|
||
X text in editor is anti-aliased, allow to turn off (franklin_mint)
|
||
X also make text courier instead of monospaced
|
||
public void paint(Graphics g)
|
||
{
|
||
Graphics2D g2 = (Graphics2D) g;
|
||
g2.setRenderingHint(RenderingHints.KEY_TEXT_ANTIALIASING,
|
||
RenderingHints.VALUE_TEXT_ANTIALIAS_OFF);
|
||
super.paint(g2);
|
||
}
|
||
|
||
pde
|
||
X re-enable wheel mouse
|
||
X just uses #ifdef for JDK14
|
||
o System.getProperty("java.version") -> "1.4.1_01"
|
||
X text editor - color coding is the big issue
|
||
X use syntax coloring to highlight BApplet's class variables and functions
|
||
|
||
windows
|
||
X remove built-in jre (!)
|
||
X add folder and instructions for serial in expert
|
||
X modify run.bat, modify .exe file as well
|
||
X add -Xmx128m -Xms128m because people running out of memory (pitaru)
|
||
X tried with a 3k x 1k image and things broke
|
||
o maybe command line read properties from a file in lib
|
||
|
||
macos9
|
||
X do some font tweaking (monaco 9 or 10 might be good)
|
||
|
||
|
||
0047
|
||
X reported by fdb and brendanberg
|
||
After creating about 27 sketches, proce55ing (0046 on OS X) no longer would startup, giving me the following error:
|
||
Exception in thread "main" java.lang.NullPointerException
|
||
at PdeBase.addSketches(PdeBase.java:598 )
|
||
at PdeBase.addSketches(PdeBase.java:615)
|
||
at PdeBase.rebuildSketchbookMenu(PdeBase.java:575)
|
||
at PdeBase.<init>(PdeBase.java:362)
|
||
at PdeBase.main(PdeBase.java:102)
|
||
Removing all sketches would solve the problem.
|
||
/ lots of problems in moving sketches over
|
||
i managed to run p5 from the applications folder once, but i think when i moved my sketches over from 0044 it broke: "uncaught exception in main method: java.lang.NullPointerException"
|
||
i tried reinstalling and running 'java -cp lib:lib/build: ...' and it worked fine (and would open from the icon afterwards)
|
||
again, after i moved my sketches over it broke permanently...
|
||
/ 46 dies when run from desktop on some machines [jes]
|
||
/ spaces in the dir name?
|
||
o is sketch.properties getting mangled on the mac?
|
||
X jedit text area
|
||
X change bg color for 'use external editor'
|
||
X enable/disable undo/redo
|
||
X don't let undo after setting text
|
||
X get focus after setText
|
||
X need to take care of auto-indent etc
|
||
X is setText goobering up on beautify?
|
||
X re-implement cut/copy/paste
|
||
X re-implement undo/redo
|
||
X get settings from PdeBase
|
||
X better defaults for syntax highlighting
|
||
X comments should be gray and not italicized
|
||
X disable end of line marker by default
|
||
X highlight p5 keywords
|
||
X setup, draw, loop as one class
|
||
X rect, line etc as another
|
||
X width, height, pixels as a third
|
||
X jump to top of document on load
|
||
X change style of ~ at end of document for unused area
|
||
X extra linefeeds is getting annoying for folks
|
||
X line endings joy
|
||
X how are line endings working during save?
|
||
X recursive sketch add that works properly and ignores crap
|
||
X crashes while starting
|
||
LaunchRunner Error] PdeBase.main(String[]) threw an exception:
|
||
java.lang.NullPointerException
|
||
at PdeBase.addSketches(PdeBase.java:598)
|
||
at PdeBase.addSketches(PdeBase.java:615)
|
||
at PdeBase.rebuildSketchbookMenu(PdeBase.java:476)
|
||
at PdeEditor.skNew2(PdeEditor.java:872)
|
||
at PdeEditor.checkModified2(PdeEditor.java:814)
|
||
at PdeEditor.checkModified(PdeEditor.java:797)
|
||
at PdeEditor.checkModified(PdeEditor.java:785)
|
||
at PdeEditor.skNew(PdeEditor.java:826)
|
||
at PdeEditor.init(PdeEditor.java:428)
|
||
at PdeBase.<init>(PdeBase.java:361)
|
||
at PdeBase.main(PdeBase.java:102)
|
||
at java.lang.reflect.Method.invoke(Native Method)
|
||
at com.apple.buckyball.app.LaunchRunner.run(LaunchRunner.java:82)
|
||
at com.apple.buckyball.app.LaunchRunner.callMain(LaunchRunner.java:44)
|
||
at com.apple.buckyball.app.CarbonLibApp.main(CarbonLibApp.java:76)
|
||
X undo/redo can go to far
|
||
X docs
|
||
X make a note that size() has to come first [nluken]
|
||
X look at the code that's created in build/
|
||
X known issues
|
||
X random freezes.. especially under windows
|
||
X wheel mouse is gone again, to return later
|
||
X describe rundown of constants pulled from pde.properties
|
||
X coloring for syntax
|
||
X sketchbook.path, very preliminary, still creates 'default'
|
||
X macos9 stuff
|
||
X check to see if swing is working properly
|
||
X get new release out, remove 1.3 specific stuff from textpane
|
||
X get syntax coloring debugged?
|
||
X talk to casey about better default colors
|
||
X scroll to beginning after setText()
|
||
X color not set for default text area with empty text
|
||
X color not set on 'new', setForeground won't do it
|
||
X probably reasonably simple fix, but not in time
|
||
X undo/redo
|
||
X should enable/disable as available
|
||
X undo-ing too much will empty the text area
|
||
X the setText is an undoable thing. grr.
|
||
X method to set a folder for the sketchbook
|
||
X when trying to use serial, provide error if things not installed
|
||
|
||
|
||
0046
|
||
X install new swing-based textarea with syntax highlighting
|
||
X improve the flicker problems (re-enable backing store?)
|
||
X set better defaults for coloring
|
||
X implement edit menu
|
||
X implement undo/redo
|
||
X re-implement sketchModified
|
||
X these boxes overlap but shouldn't:
|
||
X may be simple <= instead of <, leftover from dbn
|
||
int thick = 36;
|
||
size(200, 200);
|
||
background(0);
|
||
noStroke();
|
||
fill(153, 163, 0.0);
|
||
rect(80, 0, thick, height/2);
|
||
fill(102, 112, 0.0);
|
||
rect(100, height/2, thick, height/2);
|
||
X re-implement sketchModified yet again (using keylistener)
|
||
X set font on textarea in case things break
|
||
X need examples to work for submenus (casey's got too many)
|
||
X why is javax.comm included a zillion times in exported .java file?
|
||
X fix issues with new swing-based text area
|
||
X auto indent on next line no longer works
|
||
X tabs no longer convert to 2 spaces
|
||
o balance parens is no longer available
|
||
X problem with axel's strings example [might be related to long lines]
|
||
X freezing problem, compiler was crashing and spewing bad message
|
||
X move build directory to root in cvs (on server)
|
||
X and update scripts accordingly
|
||
X should java 1.3 classes be included in the imports
|
||
X but not for exported applets? (might create some confusion)
|
||
X included java audio classes for 1.3
|
||
X included xml classes for 1.4
|
||
X pmouseX should be set at the end of loop(), not on mouse movement
|
||
X allow 3d curves
|
||
X curveVertex and bezierVertex that take 3 args
|
||
X 3d versions of bezier() and curve()
|
||
X preprocessor tweaks
|
||
X "http://acg.media.mit.edu" doesn't work because of //
|
||
X "color.jpg" -> "int.jpg" causes trouble
|
||
X why does this line cause an error?
|
||
// String url = "http:\u002f\u002fwww.Proce55ing.net";
|
||
X it's not in the preprocessor, but kopi seems to be having trouble
|
||
X seems that file i/o may be picking up lots of extra \r
|
||
X perhaps when doing setText, it's goobering things up
|
||
X when renaming a sketch, select the text in the field,
|
||
X so you can type the new name immediately.
|
||
X added 'rename' command
|
||
X also the default for clicking on the sketch's title
|
||
o option to rename when doing a 'save as' (remove old files)
|
||
X remove .class files on save as [dimitre]
|
||
X remove .jar, .class, and .java files from the 'applet' dir
|
||
When I am working in a project and I save it with another name,
|
||
all the old files are copyied to new directory, and some of the old
|
||
unused .class files and images remains inside new project JAR files.
|
||
X serial port
|
||
X better message for PortInUseException (full explanation)
|
||
X better message for when serial port code not available/not installed
|
||
X set frame title of launched window to the name of the sketch
|
||
X fixed history bug where first history made would crash
|
||
X this was previous unknown, but likely several found it (!)
|
||
X macosx - check to see if swing is working properly
|
||
X macosx - update build script to work with new layout
|
||
X Add an Edit menu containing Undo/Redo/Cut/Copy/Paste/Select
|
||
All. It's standard Mac behaviour.
|
||
X long list from frederik (fdb)
|
||
X If the cursor is at the last character of the last line of the
|
||
text area, moving the cursor up or down using the arrow keys throws
|
||
the following exception:
|
||
java.lang.ArrayIndexOutOfBoundsException
|
||
at PdeEditorListener.keyPressed(PdeEditorListener.java:86)
|
||
at java.awt.Component.processKeyEvent(Component.java:3673)
|
||
X If the cursor is at the last character of the first line of the text
|
||
area, moving the cursor up using the arrow keys throws the same
|
||
exception. However, moving the cursor down doesn't throw one.
|
||
X Double-clicking a word doesn't select it, but the character after
|
||
it. (however, sometimes the behaviour is correct)
|
||
X Scrolling action when using cursor keys is not consistent with other
|
||
editors: The window should only scroll when it needs to; it now tries
|
||
to keep the cursor on the current line. (or one line below it)
|
||
X Using Apple-shift-arrowLeft to select from the cursor pos to the
|
||
beginning of the line, selects one character too little at the right
|
||
side. Apple-shift-arrowRight has the same issue (selects one char too
|
||
little at the left side).
|
||
X Using Apple-shift-arrowDown selects only from the beginning of this
|
||
line to the end of the following line. It doesn't extend the
|
||
selection when pressed twice. It also selects the line under the
|
||
current line.
|
||
X Pressing the tab key moves to the bottom of the text area.
|
||
X hopefully fixed, but needs to be tested
|
||
? Select All (Apple-A) closes the application
|
||
(Ctrl-Q) on Azerty-keyboards
|
||
X use date in the sketch name sketch_021104
|
||
X with a _2 if needed or '021104a' '021104b' etc
|
||
X when using save as, allow to remove the old (numbered) sketch
|
||
X better default size than 300x300 when starting up first time
|
||
X bug report from the site
|
||
resizing the editor window in Mac OS X leaves the status bar in
|
||
place. The result is an editor window with a grey bar layered on top,
|
||
obscuring the editable text.
|
||
X fix default fonts, font size on mac
|
||
X fix lots of annoying crap about highlighting lines on errors
|
||
X re-enable console, add synchronized (hrmph)
|
||
X added extra code for testing to for serial under osx
|
||
X also suppressed error text in console for exception-less fail
|
||
X couldn't quit p5 when installed into a dir with spaces
|
||
X properties were saved to a urlencoded place, %20 was causing trouble
|
||
X update dist script for new layout
|
||
X put mac rxtx inside the p5 folder (hide it?)
|
||
X include more strongly worded message about rxtx
|
||
X macos9: update build/dist scripts to work with new layout
|
||
X macos9: add swing.jar to dist (?)
|
||
X linux: update build and dist scripts for new layout
|
||
X linux: generate new rev
|
||
|
||
|
||
0045 (non-release)
|
||
X no more CVS and .cvsignore entries in sketchbook menu
|
||
X only put things in the menu if in proper structure
|
||
X TWO_CORNERS -> CORNERS
|
||
X major: fix error message stream mid-compile
|
||
X ClassCastException on startup (or not found?)
|
||
X added naming question from faq to the readme.txt
|
||
|
||
|
||
0044
|
||
X added optimized flat circle (not ellipse) function
|
||
X then removed it again because it's not quite finished
|
||
X need to be able to fill using the same function
|
||
X added additional file i/o functions to bagel
|
||
X loadStrings and splitInts, splitFloats, etc
|
||
X getStream is now loadStream
|
||
X set bg/fg color of text editing area
|
||
X add option for running with external editor
|
||
X sets text area to not editable, changes color
|
||
X gets new text on each run.. calls handleOpen2 or whatever
|
||
X disables save.. save as ?
|
||
X organizing directories, save to other directories blows up
|
||
X for now, disallow the / or : characters
|
||
X there was a bug that required a noop() b/c of jikes or 1.3 problems
|
||
X is problem w/ beautify that it has no menu event handler?
|
||
X write event handler, and make sure it doesn't work for external ed
|
||
X don't popup offscreen if editor window is way left.
|
||
X just make sure the x coord > 10 or so (if not presenting)
|
||
X if so, pop up window 50, 50 from upper left corner
|
||
X if it still won't fit, center the window on screen
|
||
X don't throw exceptions for serial on startup if no serial available?
|
||
o gets upset on osx if rxtx not installed during menu building
|
||
X actually, it just throws UnsatisfiedLinkError
|
||
X make a note in the readme, particularly wrt macos
|
||
X readme additions
|
||
X size() and background() need regular nums, no vars
|
||
X hidden features/niceties
|
||
X click sketch title to rename
|
||
X mention shift-run for present mode
|
||
X known issues
|
||
X macos sketch window resizing strangely
|
||
X win95/98/me version acts poorly or doesn't run
|
||
X as approaches 1000 lines, editorconsole has arrayindexoutof bounds
|
||
X console scroller obscured by window resizer intruding
|
||
X arrow keys broken (but with shift they work..)
|
||
X hacked in basic arrow key support
|
||
X include instructions for rxtx or the install itself
|
||
X just include the .pkg, since causing exceptions now
|
||
X make sure space->underscore conversion working properly for 'save as'
|
||
X file names with a space get "_ " instead of a space ?
|
||
X under osx, consuming event doesn't work, so don't do it real time
|
||
X sketch window resizing strangely
|
||
X can make width/height larger, but only height smaller
|
||
X check apple site for technote/bug listing
|
||
X jes grabbed examples for me
|
||
X getMinimumSize() on textarea is probably causing trouble
|
||
X better just to pre-empt it on the frame, b/c textarea didn't do much
|
||
X apple-a for select all tries to quit
|
||
X can't reproduce
|
||
X escape on presentation mode--no key events seem to be coming through
|
||
X make default font size for editor the next size smaller
|
||
X include names of all people who submitted bugs
|
||
X use self-extractor and make sure no 8.3 filenames
|
||
X use a .dmg to distribute
|
||
X make sure no DS_Store files are included
|
||
|
||
|
||
0043
|
||
o arrow keys don't work in the textarea.. known issue
|
||
X add note to release notes
|
||
X finish writing 'readme.txt'
|
||
X change download/index.html to not describe dates but process
|
||
X "this is alpha, we're heading to beta with series of sm releases"
|
||
X document serial a bit more in release notes
|
||
X how do we encourage/point to updates?
|
||
X auto updater? check for releases page in menu?
|
||
|
||
0042
|
||
X fixed ArrayIndexOutOfBoundsException in texture use
|
||
X added icon to replace the coffee cup
|
||
X see if play being highlighted can be implemented again
|
||
X especially important because of speed issues
|
||
|
||
0042 BUGS
|
||
X this code is not performing correctly (triangle strip)
|
||
X (see example in reference for expected output)
|
||
X -> turns out it's correct, but not great
|
||
beginShape(TRIANGLE_STRIP);
|
||
vertex(30, 75);
|
||
vertex(40, 20);
|
||
vertex(50, 75);
|
||
vertex(60, 20);
|
||
vertex(70, 75);
|
||
vertex(80, 20);
|
||
vertex(90, 75);
|
||
endShape();
|
||
|
||
|
||
0041
|
||
X fill(#ffcc00) wasn't working for rect, calci not being set
|
||
X also affected background and stroke
|
||
X export was failing if no data dir
|
||
X move background() out of draw() for draw mode apps
|
||
X click on project name to quickly go to rename mode
|
||
X cursor goes away during edits (java bug, fix with hack)
|
||
X handling of key/mouse events smoothed out
|
||
X removed 'briefly' versions of mouse/key
|
||
X make scrollbar for console
|
||
X make win/linux write stderr to stderr.txt like the mac
|
||
X this will be useful until i implement scrollbar
|
||
X -> this might be problematic, watch out for lockups
|
||
X remove projects if created but nothing happens to them
|
||
X maybe do this on open or quit?
|
||
X first a syntax error, when fixed, causes NullPointerException
|
||
X quitting the app makes things all better. argh.
|
||
X this just started with version37, it happens extrememely
|
||
X frequently and should be easy to reproduce the error
|
||
X images with imageMode set for simage() weren't working
|
||
|
||
|
||
0040
|
||
X fix problem with pde.properties
|
||
|
||
|
||
0039
|
||
X left PdeBase out of the run.bat in windows.. piss me.
|
||
X need comprehensive set of tests for 'f' substitution scenarios
|
||
X here is the test code to see if it's fixed
|
||
X much reworking for run/present modes
|
||
X run/present modes are getting confused
|
||
X [esc] to exit presentation mode
|
||
X remove 'edit' menu because it's worthless
|
||
X build 'release' version of app that doesn't need MFC42D.DLL
|
||
X check on linefeeds and other errors with bbs on web site
|
||
X serial
|
||
X some method for getting list of serial ports
|
||
X pde menu item for listing serial ports available
|
||
o could just println them to the console
|
||
X import javax.comm stuff as standard in kjc (but not export)
|
||
X can't get fonts to load - tested working ok
|
||
X bagel complaint: could not load font Univerx76.vlw.gz
|
||
X why the x? what's going on?
|
||
X try using serial on macosx
|
||
X works, but about as well as the windows version used to
|
||
X try using serial on macos9..
|
||
X works well! shockingly well
|
||
X os9: apple control keys register as edit events in buffer
|
||
X use Toolkit.getShortcutKeymask() to figure out what's up
|
||
X -> seems to have fixed itself (?)
|
||
X test presentation mode for window sizing status on macos
|
||
X serial port code needs to be implemented
|
||
X something that docks better to java serial api
|
||
X implement menuitem to load ref and to launch p5.net
|
||
X MRJFileUtils.openURL(String url) throws IOException
|
||
X also, ref should go to index page, not environment
|
||
X check to see if lines for error messages are off in macos
|
||
|
||
|
||
0039 BUGS WITH CODE
|
||
|
||
// font problems
|
||
BFont font;
|
||
font = loadFont("Univers76.vlw.gz");
|
||
//font = loadFont("Bodoni.vlw.gz");
|
||
//BFont font = loadFont("Univerx76.vlw.gz");
|
||
setFont(font);
|
||
String happy = "FontTest";
|
||
//float happyWidth = font.stringWidth(happy);
|
||
//text(happy, (width - happyWidth)/2, 10);
|
||
text(happy, 20, 50);
|
||
|
||
// float issues
|
||
//BFont font1;
|
||
//BFont font2;
|
||
//font1 = loadFont("Univers76.vlw.gz");
|
||
//font2 = loadFont("Bodoni.vlw.gz");
|
||
println("Univers76.vlw.gz");
|
||
float a = 80.4;
|
||
float b = .7;
|
||
float c = (b * 20.3);
|
||
float d = 10;
|
||
fill(a, b, c);
|
||
rect(a, b, c, c);
|
||
|
||
|
||
0038
|
||
X set bg color on macos9 buttons as well
|
||
X get icon in macos9/macosx/windows formats
|
||
X wahoo! figure out how to do do simple .exe with icons
|
||
o use launcher code from sun jre
|
||
o needs to be built from command line
|
||
X keyPressed() and others weren't being called
|
||
X serial work under windows
|
||
X make bapplet a serialporteventlistener
|
||
X remove 'public' from beginner listener event handlers
|
||
X trying to make eventlistener work
|
||
X comm.jar has to be in classpath for kjc (interesting)
|
||
X fixed launcher.exe because of problems in classpath
|
||
X how to make double-clickable version for osx
|
||
X might be as simple as combined jar with manifest and symlink
|
||
X jar doesn't like opening pde.properties b/c getClass fails
|
||
X app title comes up as PdeBase
|
||
X -Xdock:name property or
|
||
X com.apple.mrj.application.apple.menu.about.name (gulp)
|
||
X -XDock:icon (lowercase dock?) to set icon, or
|
||
X .icns file in the Contents/Resources of the bundle
|
||
X check tn on java runtime properties for macosx
|
||
X need fxns to test platform and java version
|
||
X serial works poorly for starting/stopping applets
|
||
X appears to be fixed through use of static object in bagel
|
||
X breaks on every 2nd run when using serial apps (or others?)
|
||
X try calling gc on stop as well
|
||
X make it simpler to build the code..
|
||
X buzz.pl actually no longer needed (no ifdefs)
|
||
o use a regular makefile for everything
|
||
X getResource stuff breaks, sketch.properties can't save
|
||
X FileNotFoundException: /FILE9/+/sketch.properties
|
||
X doc: requires java 1.3.1 update 1
|
||
X button backgrounds are weird since not square
|
||
X (seen when asking to save a file etc)
|
||
X see if possible to set background of button object
|
||
X or maybe just background of the awt object it sits on
|
||
X get casey's examples into the sketchbook
|
||
X these should become the standard test cases for everything
|
||
o crashes when people click on help in top bar (same in DBN) [macos9]
|
||
X not reproduced.. mrjappbuilder seems stabler?
|
||
X use osx utilities to setfileinfo for .jar files etc
|
||
o try to build macutils under osx
|
||
X bug where pde.properties was being replaced for sketch.properties
|
||
X changed pde.properties_PLATFORM -> pde_PLATFORM.properties
|
||
X f subst problems: include , and ; as allowable
|
||
X float f = 0.3; and fill(0.3, 0.2, 0.1);
|
||
X windows needs to work from the .exe
|
||
X also included run.bat just in case
|
||
X test the gcc executable, and tweak dist script accordingly
|
||
X add 'readme.txt' to dist.sh.. change notes to revisions
|
||
X add examples to dist.sh scripts
|
||
X separate shared script to cleanup?
|
||
X or small script to remove CVS directories from a tree
|
||
X check osname under win98 and linux
|
||
X information on how to submit bugs to p5-bugs@proce55ing.net
|
||
X include release number, platform, and a copy of the code
|
||
X proce55ing thinks the following numbers are a double:
|
||
X float a = .5; float b = 0.5;
|
||
|
||
|
||
0037
|
||
X copying files from 'data' dir is not recursive.. fixed
|
||
X move structure of app/application dirs around a bit
|
||
X make a new 'dist' function for building
|
||
X save window position (only during session) of sketch run window
|
||
X shouldn't substitute f's for: "Univers76.vlw.gz";
|
||
X need lots of testing--this changes lots of things
|
||
X fixed commentsCodec which was mangling things
|
||
o present mode doesn't work for draw()
|
||
X tested, seems to be fine?
|
||
X console - convert tabs to spaces
|
||
o line wrapping (but save info for resize? noo..)
|
||
X fix to line numbers being off for KjcEngine exception highlights
|
||
X changed error color slightly for console to fit status error
|
||
X size() not being called in setup is gonna cause lots of headaches
|
||
X hack: put exception handler around setup and re-call if necessary
|
||
X linefeeds were wrong in BApplet
|
||
X for people visiting site, what os are they using?
|
||
X saving to gzipped 'versions' file
|
||
X autosave every few minutes, also on each compile, also on save
|
||
X mark each as 'save', 'autosave', 'failed' or 'successful' compile
|
||
X also include a timestamp
|
||
X if a selection is made from the menu:
|
||
X autosave, replace text, mark as edited
|
||
X if there have been no edits, and last thing was hist change,
|
||
X should *not* do another autosave
|
||
X ensure this by historyLast being set on change.. heh. nice.
|
||
X write message to people who signed up for p5 alpha
|
||
|
||
|
||
0036
|
||
X editor.buttons.bgcolor default value was wrong
|
||
X sketch.properties exception when closing on linux and mac
|
||
X urlstr was garbage because of windows-specific code
|
||
X test build macos9 version with JDK13 flag turned off
|
||
X make buttons taller by 4 pixels (looking bad on macos9/macosx)
|
||
X change to uppercase (looks dumb on mac, and casey doesn't like)
|
||
X set background color of buttons in EditorStatus
|
||
X modify to only change it under aqua.. does screwy things for windows
|
||
X check splash screen and icons into cvs
|
||
X macosx.. editor.status.font needs to be size 12
|
||
X same under windows, just wasn't being set properly before
|
||
X header font needed to be set each time as well
|
||
X introduce pde.properties_OSNAME
|
||
X tested to make sure it joins with the other pde.properties ok
|
||
X setPixel(i, j, #99CC00);
|
||
X not working anymore Syntax error: unexpected token: CC00
|
||
X problem was substitute only worked along with =
|
||
X perl should be ok to be cygwin perl.. try deinstalling activestate
|
||
o should fix paren balancing bug..
|
||
X just disable by default for alpha
|
||
o background() not working
|
||
X checked but couldn't duplicate
|
||
X change editorlistener properties to use underscores
|
||
X imageMode() was gone.. now replaced
|
||
X collapse pdeengine/pderunner/kjcengine
|
||
X remove 'extends' from kjcengine, make an instance of Main
|
||
X may need to subclass at.dms.kjc.Main to override the exit()
|
||
X make pdeengine a class
|
||
X remove pderunner, collapse into pdeengine
|
||
X checked line z problem bug.. it's b/c single pixel lines have no z
|
||
X fold simpleserial into BApplet
|
||
X set serial properties inside bagel in kjcengine
|
||
o sprint an sprintln functions
|
||
X nixed because they're too weird, don't make sense w/ actual use
|
||
X serial.messageReceived extra long crap in demo.pde (clean up?)
|
||
X improve simpleserial and clean up a bit
|
||
X need to have function to enable it in setup
|
||
X make i/o work just like mouse (event driven, with dflt behavior)
|
||
X present mode should hide editor frame
|
||
X mouse coords coming from window when outside applet.. bad!
|
||
X just removed the listeners on the window.. don't seem to be needed
|
||
|
||
|
||
0035
|
||
X fixed a NullPointerException on startup
|
||
X when sketch.properties didn't exist, shouldn't print error
|
||
X fix status standard message color text color
|
||
X mousePressed() not working, also mouseReleased
|
||
X also has to be public void mousePressed() for kjc
|
||
X background(), fill(), stroke() using color datatype
|
||
X check 0xff high bits to see if it's an int gray value or a color
|
||
X fix curve()/bezier()
|
||
X make curve() work as 6 point with doubled endpoints
|
||
X translate is disabling color
|
||
X (probably because of lighting)
|
||
X save as instead of rename/duplicate
|
||
X this makes more sense, hopefully it won't break everything
|
||
X put newline after imports header in exported .java files
|
||
|
||
|
||
0034
|
||
X make all windows 120x120?
|
||
X default program should be large, 300x200 or so
|
||
X what if it's smaller? boundary of color 51, 51, 51 around it
|
||
X implement presentation mode
|
||
X editor frame doesn't have to be in front
|
||
X include button in present mode to bring editor back up
|
||
X add frame to launched window
|
||
X add maximize event catcher to make fullscreen
|
||
o doesn't work, because of screen sizing stupidity
|
||
X shift-click on play to go directly into this 'presentation mode'
|
||
|
||
|
||
0033
|
||
X implement 'duplicate'
|
||
X implement renaming of projects
|
||
X renaming projects
|
||
X make sure people don't use - or other illegal chars
|
||
X on export or naming sketches--no spaces(!)
|
||
o changed by clicking on the name and typing
|
||
X new/duplicate/rename should rebuild skopen menu
|
||
X item to launch proce55ing.net
|
||
X item to launch reference in browser
|
||
X check all menus to make sure they all work/make sense
|
||
X disable the ones that aren't implemented
|
||
X in progress working on presentation mode
|
||
|
||
|
||
0032
|
||
already finished
|
||
X need to update PdeKeyListener for new ui..
|
||
X remove open, add d for duplicate, r for rename, others ?
|
||
X 'open' button is a switch-to button
|
||
X pops up list of everything in the sketchbook
|
||
o first item is 'new sketch', followed by delimeter
|
||
X next is list of subdirs other than current user, then delim
|
||
X the rest are the items in the current user's folder
|
||
X need 'new' button on the toolbar (or first sketch menuitem?)
|
||
o the zero looking one might be good (instead of export)
|
||
o export could be three circles in a row, overlapping
|
||
X everything is a project.. what about short snippets of code?
|
||
X this version won't be able to access everything from scrapbook
|
||
X (that requires a more robust class loader)
|
||
X sketch.properties contains the last program run
|
||
X also the window positions, etc
|
||
X saves screen size, so if screen size changed, window pos reset
|
||
X if it doesn't exist, starts with a new project
|
||
X for a new project, name it untitled-0001 or as appropriate
|
||
X so that previous projects aren't written over
|
||
X verify save when
|
||
X closing p5 window
|
||
X moving to other sketch
|
||
X NullPointerException on startup in pde editor buttons
|
||
X shows up on slower machines, probably images not loaded yet
|
||
X use a vm that won't destroy the screen like sun/ibm does
|
||
X this means msft or newer version of jdk
|
||
X if default user, don't show the 'user' string in pde window
|
||
X item in pde.properties to set the name of the current user
|
||
X exporting
|
||
X exporting applets that have custom name problems:
|
||
X if extends processingapplet, the name user types must be same
|
||
X gets confused about paths and puts boogers in weird places
|
||
X doesn't compile correctly (must first compile with play)
|
||
X doesn't include additional (private) classes
|
||
X when exporting 'name of folder for export...'
|
||
X default name should be from public class <xxxx>
|
||
X because otherwise errors are happening
|
||
X or name from user only determines folder name
|
||
X if extends ProcessingApplet [more compatible]
|
||
X make sure export is compiling first
|
||
X right now have to hit play and then hit export (?)
|
||
X file structure for export
|
||
X need to set project name for files
|
||
X include other .class files built besides the main one
|
||
X compile into 'classes' folder
|
||
X include referenced image and font files (can't do if numbered)
|
||
X make close() work to kill applet in kjc
|
||
X save window x, y, width, height to pde.properties on exit
|
||
X stderr in red color
|
||
X 'data' directory for all media
|
||
X make included media part of the .jar file
|
||
X it's really a pain to use external files in processing
|
||
X getStream sucks (zach rewrote)
|
||
X should be able to work for application or applets
|
||
X may want to use getResource() (to get things from .jar files)
|
||
X remove .java and .class files for compiled classes
|
||
X (just clean up the boogers afterwards)
|
||
X compiling .java files leaves the .class files next to the .java
|
||
X make sure all the dirs in sketchbook added to classpath on startup
|
||
o if new dir added, must restart processing (this is acceptable)
|
||
X importing images doesn't work (?)
|
||
0032a
|
||
X put 'modified' indicator in the darker color
|
||
X fix bug with opening sketches from the menu (grr)
|
||
X need to check if file.exists() when opening
|
||
X otherwise the exception doesn't get caught and app hangs
|
||
X switch to using a 'build' directory in lib for everything
|
||
X lib\build can be added to the classpath at startup
|
||
X cleanout build directory on each run (delete .class/.java)
|
||
X temporary until classloader issues worked out
|
||
X implement popup menu
|
||
0032b
|
||
X add 'new' button (and complete ui)
|
||
X make toolbars work with sk
|
||
X make 'data' dir work with build
|
||
X empty contents and change bagel to use getResource
|
||
X also use getResource("data" + )
|
||
X make export work again
|
||
0032c
|
||
X getData -> gets contents of stream, puts into byte array
|
||
X remove everything from build when starting a new build
|
||
X (don't do this until it's clear that it's working well!)
|
||
|
||
|
||
0031
|
||
X lib/pde.properties should be read using getResource
|
||
X otherwise path issues cause trouble (likely under win98)
|
||
X take state information out of Header
|
||
X cleanup lastFile/lastDirectory
|
||
X save (just) last program run in sketch.properties
|
||
X coloring of error, message, etc changed in pde.properties
|
||
X finish save changes stuff
|
||
X editorlistener shouldn't track menu commands as changes to file
|
||
X ctrl keys bksp/del/enter/return/tab then space on up
|
||
X indicator for changes?
|
||
X need to implement code for whether changes have been made
|
||
X check for key events in textarea or something
|
||
X if key events, compare contents against the existing file
|
||
X userName not getting set before sketchbook menu is built
|
||
X add 'refresh list' item to the sketchbook menu
|
||
X ability to set directory for compiling in kjcengine
|
||
X make sure compiling into build directory
|
||
X and once compiled there, read all classes for export
|
||
X write class loader or figure out how to change classpath
|
||
X might be able to load classes using forInstance on each file
|
||
X using byte array version of constructor
|
||
X you should be able to create methods in drawing mode
|
||
X this shouldn't work, make void draw() {} to allow
|
||
|
||
|
||
0030
|
||
X attempt to fold serial into bapplet, but mostly fail
|
||
X convert color -> int
|
||
X also include #ff00cc -> proper conversion
|
||
X comments are removed from exported files
|
||
|
||
|
||
0029
|
||
X triangle() 6 parameters
|
||
X quad() 8 parameters
|
||
X rect/rectMode again
|
||
X remove addMouse/addKeyboard/addTime
|
||
X keyDown(), mouseDown(), lastMouseX, lastMouseY
|
||
X degrees(), radians()
|
||
X new color solution
|
||
X make sure fxns come through (if static/final?)
|
||
X color() -> uses colorMode
|
||
X red/green/blue() hue/saturation/value() functions
|
||
X getPixel/setPixel
|
||
X proposed color solution (canned)
|
||
o color -> since color 'mode', responds to colorMode
|
||
o getPixel/setPixel -> get/set int for purpose of moving pixels
|
||
o get/set Red/Green/Blue/Hue/Saturation/Brightness -> uses colorMode
|
||
o setColor(x, y, z) -> hsb or rgb via colorMode
|
||
X get casey setup with full cvs so that he can build w/ changes
|
||
X make sure lib/export is updated properly this time
|
||
|
||
|
||
0028
|
||
X modified pde.properties slightly for console and header
|
||
X need stdout in p5 window b/c mac has no stdout
|
||
X remove class 'PdeEditorOutput' and 'PdeEditorLabel'(?)
|
||
X added editor.console.lines to pde.properties
|
||
X int() and float() now work for casting
|
||
X draw mode needs to be better for workshops
|
||
X make size() work for draw() mode
|
||
X inside Engine, reach in and grab calls to 'size'
|
||
X if call is not using a constant number, then punt
|
||
X when exporting, needs to grab this size parameter as well
|
||
o related classes
|
||
X resolved, just use inner classes for everything
|
||
o better way to do parent and g.rect stuff in related classes
|
||
o implement g. passed into any function called draw()
|
||
o also important for things like cos, sin, max etc
|
||
o but maybe once you're doing more advanced code, that stuff's ok
|
||
o or using inner classes is better b/c class stuff works
|
||
o related classes also need to implement pConstants
|
||
X fixed annoying findSelection bug spew on startup
|
||
X (fixed) 0.4f no longer allowed in the code
|
||
X size() code no longer checks for resize() and other similar things
|
||
X add char(), byte() to int/float stuff
|
||
X put jre into 'java' folder, include win32comm
|
||
X finish tweaks to folder layout in distribution ('java' subdir)
|
||
X move p5 stuff out of lib so that dir can be moved more easily
|
||
X maybe put bin/lib inside 'jre' folder and keep lib for p5
|
||
X for people that want the space, they could remove 'jre'
|
||
X will make much simpler to update
|
||
X serial is probably broken in newer versions b/c of 1.3
|
||
X fixed, only win32comm was missing from dll dir
|
||
|
||
|
||
0027
|
||
X change editor.button_bgcolor -> editor.buttons.bgcolor
|
||
X if no 0 before decimal place in a number it breaks
|
||
X change plane to quad
|
||
X get new casey colors and buttons
|
||
|
||
|
||
0025
|
||
X change 'rect' to 'plane' (point/line/plane)
|
||
X also rectMode to planeMode
|
||
X change QUADS to PLANES, QUAD_STRIP to PLANE_STRIP
|
||
X delay wasn't working for casey
|
||
X works fine on pc.. maybe a mac problem
|
||
X turned out to be a misunderstanding for loop()
|
||
X curve and bezier behave differently for indexing points
|
||
X change bezier to act the same (each addl point)
|
||
X allow ui to be colored/skinned so creas can tweak
|
||
X make macintosh release
|
||
X font file names are getting mangled on mac (too long)
|
||
X new set of fonts, make sure the names are ok
|
||
|
||
|
||
0024
|
||
X bug fixes (lighting was broken)
|
||
|
||
|
||
0023
|
||
X not released, tweaks and bug fixes in paris hotel
|
||
|
||
|
||
0022
|
||
X not released, just working on tweaks and bug fixes
|
||
|
||
|
||
0021
|
||
X cosmetic ui update so that it's not so dbn-like
|
||
X should this instead be simple colors update (no placement)
|
||
X move everything to new bagel api names
|
||
X having to put 'f' after everything is a mess
|
||
X included oro matcher, no need to use anymore :)
|
||
|
||
|
||
0020
|
||
o fix bugs from the 'bugs' file
|
||
o then remove the file from cvs
|
||
o if fill(), need to draw several non-stroked planes
|
||
o if stroke(), then draw single lines for each edge
|
||
o do not duplicate edges for lines
|
||
o also problem filling on beginShape() triangle stuff
|
||
X z coordinates are backwards from gl (at least from mazo)
|
||
X looked into it, this doesn't appear to be the case..
|
||
X how did this happen? what's the appropriate way to fix?
|
||
X in gl, positive z goes into the screen
|
||
X may be able to do a scale(0, 0, -1) that doesn't affect dims
|
||
X then when dims set to 3, will fix the z coords
|
||
X this will also affect zbuffer ordering
|
||
X if BagelImage doesn't load, then image() calls arrayindexoutofbounds
|
||
X better solution for this (error while opening image)
|
||
X get rid of 'kill' button
|
||
X int version of min and abs
|
||
X introduce pImage, pFont, pGraphics, pConstants (pSound)
|
||
|
||
|
||
0019
|
||
questions answered..
|
||
X is day, month, year overkill inside processingapplet?
|
||
X decided no
|
||
X loadImage or getImage?
|
||
X loadImage sounds better to ben and casey
|
||
X circle/square functions
|
||
X doesn't seem necessary
|
||
X main problem is that with ellipse, points aren't inside shape
|
||
X should the default be 100x100
|
||
X yes, casey won
|
||
X default background color: 204
|
||
X casey prevails again
|
||
X maybe stop/kill button should only be a stop btn - yes
|
||
X what to call 'pouch' directory? -- data
|
||
X function name to toggle drawing from center: ellipseMode(), rectMode()
|
||
X PImage, PFont or how to name?
|
||
X pImage, pFont, pGraphics, pSound
|
||
X bezierVertex/catmullRomVertex poorly named (based on algo used)
|
||
X instead curveVertex/fitCurveVertex/etc.
|
||
X use curveVertex and bezierVertex
|
||
bagel miscellaneous
|
||
X change lightsOn/lightsOff to lights() and noLights()
|
||
X beginShape() defaults to POLYGON
|
||
X introduce constants for other poly modes
|
||
X add ellipseMode(), rectMode()
|
||
X CENTER_RADIUS, CENTER_DIAMETER, CORNER, TWO_CORNERS
|
||
X bezier and catmullrom aren't setting ndim to at least two
|
||
X ?? not sure why they would
|
||
X translate(x, y) doesn't seem to affect a rect()
|
||
X flat_rect was being used where ndim was 2, not 0
|
||
X curveVertex and bezierVertex instead of catmull/bezier crap
|
||
X single color function
|
||
X need to clamp colors (nothing > 255 or < 0)
|
||
X (garbage created when color values out of range)
|
||
X do by simplifying stroke/fill/background inside bagel
|
||
X these should be done w/ a switch (STROKE, FILL, BK, OTHER)
|
||
X needs to be done inside cpp version too.. minimize amt of code
|
||
X rewrite fill/stroke/etc to use same code
|
||
X doesn't need to be super fast, so the extra assigns no big deal
|
||
X move MemoryImageSource out of bagel and into ProcessingApplet
|
||
X need to run bagel to just render to a large internal buffer
|
||
X this fits better with the c++ model of things
|
||
X make default size be 100x100
|
||
X make default background color 204
|
||
X lightsOff() seems dumb with noStroke and noFill
|
||
X lights() and noLights()
|
||
|
||
|
||
0018
|
||
X fix fonts.. try megan's color selector applet
|
||
|
||
|
||
0017 improve exporting and lines
|
||
X g.applet = this at beginning of program
|
||
X finish setFont with a font size
|
||
X add 'hint' function for scaling line thickness
|
||
X add hint for super smooth images
|
||
X add preferredsize to processingapplet
|
||
X bug in Bagel.loadImage that made images not work in applets
|
||
X catch exception inside polygon scanner (slower?)
|
||
X millis returns 0 (though getMillis() is fine)
|
||
X explicity refresh screen on macosx at end of loop:
|
||
X java.awt.Toolkit.getDefaultToolkit().sync();
|
||
|
||
|
||
0016
|
||
X disable play.external by default
|
||
|
||
|
||
0015
|
||
X flickery jumpy thing with canvas.. sun jvm bug
|
||
X switched to ibm java vm
|
||
|
||
|
||
0014
|
||
X fix z coordinate, ndims not being set to 3
|
||
X put bezierCurve and catmullRomCurve back in
|
||
X examples - setting background using a full screen image
|
||
X uses System.arraycopy for speed
|
||
X update to newer version of kjc (1.5B)
|
||
X move website to cvs
|
||
X make fake cvs user that creas and i can share passwd of
|
||
X unwarped_image() is broken (making things slow for jseo)
|
||
X then fix in c++ version
|
||
X special case lines of thickness 1
|
||
X doing way too much work to draw thin lines
|
||
X using full 3D polygon fella for semi-obviously 1 pixel lines
|
||
X may have fixed OutOfMemoryError problems
|
||
X run.bat had included -ms256m -mx256m
|
||
|
||
|
||
0013
|
||
X ellipse draws in the opposite direction of the origin
|
||
X actually fix the bug with extends
|
||
X wasn't included in previous release
|
||
X option to set full screen background color
|
||
X uses fullscreen.bgcolor in lib/pde.properties
|
||
X remove 'colorScale' from the default program in pde
|
||
X fix color cube applet
|
||
X make it run in current version of processing
|
||
X fix background from showing up black
|
||
X screenGrab() code (single frame to tif)
|
||
X externally loaded files are off by 1 line for errors
|
||
|
||
|
||
0012
|
||
X 'extends' replacement is mangling things.. fix it
|
||
|
||
|
||
0011
|
||
X image(img, x, y) was broken for unwarped mode, disabled it
|
||
|
||
|
||
0010
|
||
X add java.* to top of processingapplet default base class used by kjc
|
||
X KjcProcessingApplet is dumb, kjc should make subst itself
|
||
o give warning when compiling w/o kjcprocessingapplet
|
||
X random bug with an extra line being added in beginner mode
|
||
X (threw off error markings)
|
||
X z=0 shit, 2D stuff needs to draw over z=0 plane
|
||
X new objects draw behind old objects with noBackground()
|
||
X fix crappy way of determining if inside a class--ignores comments
|
||
X hope this fis works.. not tested much
|
||
X make acu fonts work again
|
||
X write code to use simple bitmap fonts
|
||
X add a file with bugs for testing
|
||
X kjc not smart enough to just compile things that are in classpath
|
||
X redo random functions in processing applet
|
||
X strangeness with stroke when a rect goes off outside the window
|
||
X rect now uses x, y, width, height instead of x1, y1, x2, y2
|
||
X circle has been replaced with ellipse (uses xywh)
|
||
X box takes diameter, or width, height, depth [NOT IN CPP]
|
||
X sphere is the same as box [NOT IN CPP]
|
||
X got rid of colorscale and using colormode for all instead
|
||
X make changes in documentation
|
||
X 'ellipse' instead of 'oval'?
|
||
X make note in documentation
|
||
X catmullrom is broken
|
||
X write documentation for new curve functions
|
||
o make note in docs about removal of LINE from LINES
|
||
X setting origins
|
||
X should shapes draw from center or from upper left?
|
||
X should ovals use radius or diameter?
|
||
X should shapes use x1, y1 - x2, y2 or x, y, w, h?
|
||
X nice to have a random number generator between -1..1
|
||
X as well as an integer random; instead of just 0..1
|
||
X show creas how to get access to cvs
|
||
X documentation says 'mouseDown' even though it's 'mousePressed'
|
||
X font support
|
||
X use gzip to compress bitmaps (made 115k vlw font -> 16k)
|
||
X loadImage/loadFont or getImage/getFont?
|
||
X text(char c), text(string s)
|
||
X current acu fonts are broken
|
||
X image support
|
||
X image() and 2D/2D affine versions of it
|
||
X no stroke should show up on image()
|
||
X fill being set on image() produces weird results
|
||
X has to be set, but doesn't actually affect color
|
||
X min() seems funny/unavailable
|
||
X worked fine for me
|
||
|
||
|
||
0009
|
||
X bagel fixes
|
||
X beginShape(POINTS) is not working, no marks are appearing
|
||
X this was a pain in the ass to fix
|
||
X beginShape(LINE_LOOP) is not looping around
|
||
X stroked POLYGON should emulate a LINE_LOOP
|
||
X fill white, stroke black, background white default in bagel
|
||
X remove duplicates: LINE/LINES etc
|
||
X 'draw mode' applet support
|
||
X 'advanced' applet support
|
||
X write documentation about having to use 'extends KjcProcessingApplet'
|
||
X add a note about editor.expandTabs,balanceParens,tabSize,autoIndent
|
||
X also add note about paren balancing doing strange things
|
||
X leave the others turned on, but parens off by default
|
||
X enable/disable full screen leaves windows in back
|
||
X (may just require two toFront() calls)
|
||
X whenever background is frontmost, have it call tofront on editor
|
||
|
||
|
||
0008
|
||
X ctrl-s does 'save', button on toolbar does 'save as'
|
||
X fixed auto-indent bug for editor
|
||
X SimpleSerialDemo.pde had a bug (was old version)
|
||
X re-enabled key commands for editor (tab expansion, auto-indent)
|
||
|
||
|
||
0007
|
||
X serial bugs
|
||
X ability to control sleep time from simple
|
||
X message[] not buffer[]
|
||
X synchronize
|
||
X signed byte crap is confusing, make into chars
|
||
X bk(n), fill(n), stroke(n) should be consistent with tuples
|
||
X make notes in serial docs
|
||
X processing app needs to start first
|
||
X currently a bug requiring stop the close before starting
|
||
|
||
|
||
0006
|
||
X get serial i/o code working in processing
|
||
X how to kill serial when applet stopped
|
||
X finalizer prolly not getting called
|
||
|
||
|
||
0005
|
||
X running out of memory, presumably b/c applets not being cleared
|
||
X happens inside init() of applet (at new Bagel())
|
||
X figure out why threads aren't actually dying
|
||
X disassociate processing applet with a window on stop?
|
||
X possible to maintain bagel, but kill applet?
|
||
X or copy bagel's image, and kill that too?
|
||
|
||
|
||
0004
|
||
X put debugging stuff back into Kjc (i disabled some stuff)
|
||
|
||
|
||
0001
|
||
X convert documentation to html
|
||
o setup imrf linux machine?
|
||
|
||
|
||
DISCARD
|
||
o get proce55ing.net, make that the target launch site
|
||
o write a dbn compatability mode (forever() instead of loop() ?)
|