mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
more notes
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
0171 pde
|
||||
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
|
||||
|
||||
@@ -1,6 +1,13 @@
|
||||
0171 pde (1.0.9? 1.5?)
|
||||
X ugh, remove the dimmed menus
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=786
|
||||
0172 pde (1.5?)
|
||||
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
|
||||
|
||||
_ improve the speed of file copying
|
||||
_ use FileChannels, see FileInputStream.getChannel(),
|
||||
_ and use transferFrom() or transferTo().)
|
||||
_ could also use FileUtils in Apache's common io
|
||||
_ http://commons.apache.org/io/api-release/index.html
|
||||
|
||||
|
||||
_ available in the developer previews
|
||||
@@ -10,6 +17,10 @@ The com.apple.eawt.Application now has a setDefaultMenuBar(JFrame) method that s
|
||||
|
||||
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.
|
||||
|
||||
"setenv DYLD_LIBRARY_PATH /Library/GStreamer/"
|
||||
"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.
|
||||
|
||||
_ problem changing sketchbook to new location (e.g. from ex to regular)
|
||||
_ new libraries are not picked up
|
||||
|
||||
|
||||
Reference in New Issue
Block a user