Ben Fry
a8d993c87b
Merge pull request #5674 from JakubValtar/fix-ctrl-click
...
Make sure Ctrl+Left Mouse on MacOS is consistent
2019-01-11 19:37:22 -05:00
Ben Fry
ac5660fd86
Merge pull request #5708 from JakubValtar/fix-freeze
...
Fix freeze when restarting sketch with variables in size
2019-01-11 19:23:59 -05:00
Ben Fry
72943abd89
updates for github issues, etc
2019-01-11 18:42:39 -05:00
codeanticode
6df06674f0
check if pixels is null
2019-01-10 08:19:13 -05:00
codeanticode
9605d80e64
do not show NSWindow warning in the console, cannot hide the native errors though
2019-01-10 07:04:04 -05:00
codeanticode
a6a57e80f3
removed use of transform stack in PShapeOpenGL
2019-01-10 06:49:40 -05:00
codeanticode
7e59e4c578
added 2D version of invMatrix utility methods
2019-01-10 06:47:07 -05:00
codeanticode
6cfe24af2f
unload pixels if only used to init texture
2019-01-10 05:14:24 -05:00
codeanticode
74d6becd05
skip Android's SDK folder when adding sketches
2019-01-03 23:47:57 +09:00
Jakub Valtar
8f37ebcb18
Fix freeze when restarting sketch with variables in size
...
While sketch is running, rewriting sketch size to variables and trying to restart the sketch by pressing the play button causes PDE to freeze. Fixed by moving AWT call to EDT.
2018-11-17 15:11:06 +01:00
Ben Fry
ad2e2baf2e
fix downloader bug due to Oracle response code change
2018-11-12 06:02:56 -05:00
Ben Fry
db5cff7128
update to Java 8u192
2018-10-17 07:25:31 -04:00
Jakub Valtar
d512d21fcf
Move Ctrl+Left Mouse code from surfaces to PApplet
2018-10-09 09:19:36 +02:00
Jakub Valtar
eb64449f9b
Make sure Ctrl+Left Mouse on MacOS is consistent
...
Make sure PRESS, DRAG and RELEASE report the same mouse button on MacOS.
- If CTRL was pressed during Left PRESS, report Right Button until the button is released, regardless of whether CTRL is still down.
- If CTRL was not pressed during Left PRESS, report Left Button until the button is released, regardless of CTRL state.
Fixes #5672
2018-10-07 21:55:14 +02:00
Ben Fry
fa0c337339
add notes about fix for #5246
2018-09-20 18:45:36 -04:00
Ben Fry
0e3fcfed25
add IntelliJ bits to .gitignore
2018-09-20 18:45:07 -04:00
Ben Fry
434ce4ef41
Merge pull request #5654 from Sardtok/5246
...
Fixes #5246 by overriding getPreferredSize and setting height to 0.
2018-09-20 18:26:07 -04:00
Ben Fry
8c0199e019
note about the revert for #5476
2018-09-18 10:16:00 -04:00
Ben Fry
7c747c659c
Merge pull request #5652 from gohai/jogl-mesa-fix-revert
...
Revert "Fix 3D on contemporary versions of Linux (fixes #5308 )"
2018-09-17 18:06:57 -04:00
gohai
35eaaaf0d6
Revert "Fix 3D on contemporary versions of Linux ( fixes #5308 )"
...
This reverts commit acee59918b .
While this appears to have fixed GL for the AMD graphics users in #5308 it seems to have broke it for folks in #5476 . It seems JOGL is abandoned these days, and I don't have the capacity to figure this out on my own. This patch reverts the "fix", so that it will continue to work on the systems that it traditionally worked on (and probably not on newer configuration not properly handled by JOGL).
2018-09-16 15:02:28 -07:00
Sigmund Hansen
7034461caa
Fixes #5246 by overriding getPreferredSize and setting height to 0.
2018-09-14 23:27:42 +02:00
Ben Fry
d25aa1b322
Merge branch 'master' of github.com:processing/processing
2018-09-14 10:09:56 -04:00
Ben Fry
4003c9a3c7
back out bad text() fix for tabs, other notes
2018-09-14 10:09:54 -04:00
Ben Fry
6478405e1f
Merge pull request #5647 from Sardtok/master
...
Fixes blend mode not being set correctly, fixing #5645 .
2018-09-14 09:59:06 -04:00
codeanticode
ac68a4411f
silence 'TIS/TSM in non-main thread' error
2018-09-10 18:40:50 -04:00
Sigmund Hansen
07e5d319e4
Fixes blend mode not being set correctly, fixing #5645 .
2018-09-10 15:27:50 +02:00
Ben Fry
1384a67415
Merge pull request #5636 from duurkak/master
...
turkish translation update
2018-09-04 18:16:08 -04:00
Barış Çiftçi
18a7bfabf2
turkish translation update
2018-09-02 12:49:11 +03:00
Ben Fry
434c78ed2e
additional tweak for tab width change
2018-08-30 12:30:24 -04:00
Ben Fry
699359760e
Merge pull request #5633 from liquid600pgm/master
...
Fix for #5625 - Made tab widths consistent across renderers
2018-08-30 12:28:32 -04:00
Ben Fry
8c1b52e40b
Merge pull request #5626 from hbs/jdk11
...
Fixed for JEP-223 support
2018-08-30 12:17:59 -04:00
Ben Fry
360a858d96
notes about where AWT imports are used in PApplet
2018-08-28 09:58:57 -04:00
lqdev
75c9c9729d
Fixed issue #5625
...
Made tab widths consistent across renderers
2018-08-27 18:04:07 +02:00
lqdev
95d42f10a7
Merge pull request #2 from processing/master
...
merge the latest commits
2018-08-27 17:50:32 +02:00
Mathias Herberts
a6c7f22e91
Fixed for JEP-223 support
2018-08-19 12:15:29 +02:00
Ben Fry
86e2d0f6bb
make the quote() methods public in JSONObject
2018-08-17 06:50:01 -07:00
Ben Fry
c474b17fe5
clear a warning
2018-08-17 06:36:12 -07:00
Ben Fry
31171d135b
misc todo notes
2018-08-14 06:57:28 -04:00
Ben Fry
22b465d743
Merge pull request #5619 from AKonia/translation_fix
...
Updated russian translation, now can choose russian in preferences
2018-08-14 03:42:05 -07:00
Александр
3c3ac4f184
Updated russian translation, now can choose russian in preferences
2018-08-14 13:19:49 +03:00
Ben Fry
81d0b11304
possible fix for missing font warning
2018-08-13 20:15:34 -04:00
Ben Fry
956667e0b9
starting the next release
2018-07-26 18:36:41 -04:00
Ben Fry
2745566185
fix missing line break
2018-07-26 18:35:24 -04:00
Ben Fry
32bb3ef819
change back to px instead of em
processing-0265-3.4
2018-07-26 17:59:08 -04:00
Ben Fry
a73e3e6296
writing corny release notes for 3.4
2018-07-26 17:22:24 -04:00
Ben Fry
74fea471ab
make error message for failed startup more specific ( #5537 , #5442 )
2018-07-26 16:42:35 -04:00
Ben Fry
382e0581ce
Merge pull request #5522 from JakubValtar/fix-java2d-blending
...
Make sure Java2D is backed by INT_ARGB image
2018-07-26 15:24:39 -04:00
Ben Fry
61bc86c686
add note about #5590
2018-07-26 08:01:15 -04:00
Ben Fry
0e35694225
Merge pull request #5590 from gohai/io-examples-adc
...
IO: Add ADS1X15 Analog-to-Digital converter example
2018-07-26 08:00:23 -04:00
gohai
a7e2d6f122
IO: Unify ADC examples
2018-07-26 00:25:12 -07:00