mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
starting rev 0105
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,3 +1,16 @@
|
||||
0104 core
|
||||
X don't open a window the size of the pdf if in pdf mode
|
||||
X need to have some sort of flag in the gfx context that it's visible or not
|
||||
o handled inside updateSize()?
|
||||
X if it doesn't display to the screen, needs to never show a window
|
||||
X basically if the main gfx context isn't viewable, close the window
|
||||
X since it may have already been opened at 100x100
|
||||
X avoid opening it in the first place?
|
||||
X added toolkit getFontMetrics() for shape mode fonts to be able to change size
|
||||
X recordRaw() to a PGraphics3 should send 3D data.
|
||||
X but recordRaw() to a PGraphics(2) should send only 2D data.
|
||||
|
||||
|
||||
0103 core
|
||||
X fix stack overflow problem
|
||||
X bug in itext implementation on osx (10.4 only?)
|
||||
|
||||
@@ -1,14 +1,6 @@
|
||||
0104 core
|
||||
X don't open a window the size of the pdf if in pdf mode
|
||||
X need to have some sort of flag in the gfx context that it's visible or not
|
||||
o handled inside updateSize()?
|
||||
X if it doesn't display to the screen, needs to never show a window
|
||||
X basically if the main gfx context isn't viewable, close the window
|
||||
X since it may have already been opened at 100x100
|
||||
X avoid opening it in the first place?
|
||||
X added toolkit getFontMetrics() for shape mode fonts to be able to change size
|
||||
X recordRaw() to a PGraphics3 should send 3D data.
|
||||
X but recordRaw() to a PGraphics(2) should send only 2D data.
|
||||
0105 core
|
||||
|
||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
_ registerSize() in arcball is causing trouble
|
||||
|
||||
|
||||
14
done.txt
14
done.txt
@@ -1,3 +1,17 @@
|
||||
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
|
||||
|
||||
|
||||
16
todo.txt
16
todo.txt
@@ -1,16 +1,4 @@
|
||||
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
|
||||
|
||||
0105 pde
|
||||
|
||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
@@ -52,7 +40,7 @@ _ (i.e. we really need those replacements for JOptionPane)
|
||||
|
||||
|
||||
# tag current as the final
|
||||
svn copy svn://processing.org/trunk/processing svn://processing.org/tags/processing-009X
|
||||
svn copy svn://processing.org/trunk/processing svn://processing.org/tags/processing-01XX
|
||||
# tag revision 1666 as the final
|
||||
svn copy -r 1666 svn://processing.org/trunk/processing svn://processing.org/tags/processing-0093
|
||||
|
||||
|
||||
Reference in New Issue
Block a user