Ben Fry
e7525da262
Merge branch 'master' of github.com:processing/processing
2015-08-28 18:15:11 -04:00
Ben Fry
d1ae51bf95
major cleanup of Library, Mode, Tool, Example contrib listings and menus
2015-08-28 18:15:06 -04:00
Ben Fry
8c4f476b4b
Merge pull request #3737 from JakubValtar/bugfix-multiline-text
...
Draw text with empty lines correctly
2015-08-28 15:33:31 -04:00
Jakub Valtar
d99aada297
Draw text with empty lines correctly
...
Fixes #3736
2015-08-28 14:56:36 -04:00
Ben Fry
7309f9b199
repairs to prevent memory leak in EditorConsole
2015-08-28 14:35:48 -04:00
Ben Fry
c24a28974e
new and old issues
2015-08-28 14:35:43 -04:00
Ben Fry
dc1655c93c
not needed here
2015-08-28 14:35:26 -04:00
Ben Fry
d94ff549aa
Merge pull request #3730 from JakubValtar/fx-keys
...
FX - normalize enter key
2015-08-28 11:40:23 -04:00
Ben Fry
0012902d2c
Merge pull request #3735 from JakubValtar/jogl-enter-key
...
JOGL - normalize enter key
2015-08-28 11:39:52 -04:00
Jakub Valtar
36c34c7faf
JOGL - normalize enter key
2015-08-28 09:46:30 -04:00
Manindra Moharana
43ca4f1789
Modes can now specifiy additional jars for ecs/cc classpath
2015-08-27 23:07:06 -07:00
Ben Fry
b9f3d71272
Merge pull request #3731 from JakubValtar/fx-keword-highlight
...
FX - add FX2D keyword, remove JFX keyword
2015-08-27 18:09:29 -04:00
Ben Fry
46018235fd
Merge branch 'master' of github.com:processing/processing
2015-08-27 18:06:55 -04:00
Ben Fry
05d547397f
cleanup while tracking down memory leak
2015-08-27 18:06:53 -04:00
Jakub Valtar
4a41846f4f
FX - add FX2D keyword, remove JFX keyword
2015-08-27 16:16:18 -04:00
Jakub Valtar
90847d659d
FX - normalize enter key
2015-08-27 16:00:57 -04:00
Ben Fry
562e3f13ae
Merge pull request #3729 from JakubValtar/fx-keys
...
FX - improve key events
2015-08-27 15:55:56 -04:00
Jakub Valtar
1bb35aeac6
FX - improve key events
...
- handle PRESSED and RELEASED for ".", "/", "*", "-" and "+" and numeric
keys
- prevent AIOOBE for all events
2015-08-27 15:51:03 -04:00
Ben Fry
5fd4dce6f4
misc notes and repair ConcurrentModificationException in the editor ( fixes #3726 )
2015-08-27 08:07:01 -04:00
Ben Fry
45ee8982ff
Merge pull request #3725 from JakubValtar/fx-modified-loaded
...
FX - loadPixels, updatePixels, get and set optimizations
2015-08-27 07:46:32 -04:00
Jakub Valtar
740a794d91
FX - loadPixels, updatePixels, get and set optimizations
2015-08-26 18:42:48 -04:00
Ben Fry
58f900cc19
Merge pull request #3724 from JakubValtar/fx-framerate-fix
...
FX - framerate fix
2015-08-26 18:36:12 -04:00
Jakub Valtar
6aa1a15fe5
FX - framerate fix
...
When your sketch ran slower than target frame rate, FX was blocked and
was drawing to the screen only every few seconds. This eventually
resulted in OutOfMemoryError as it's internal draw buffer was not
flushed.
2015-08-26 18:30:37 -04:00
Ben Fry
a6152171ef
Merge pull request #3719 from JakubValtar/fx-esc
...
FX - fix AIOOBE when pressing ESC on Mac
2015-08-25 22:32:25 -04:00
Jakub Valtar
fa442e2b50
FX - fix AIOOBE when pressing ESC on Mac
2015-08-25 18:58:50 -04:00
Ben Fry
ec1b85187f
Merge pull request #3715 from JakubValtar/fx-paths
...
FX - paths, contours, curves
2015-08-25 15:59:21 -04:00
Jakub Valtar
8a4b04ec80
FX - paths, contours, curves
2015-08-25 15:19:54 -04:00
Ben Fry
968f0e1a78
Merge pull request #3714 from Akarshit/gsoc-TabOrder
...
Changed the order of tabs
2015-08-25 11:31:03 -04:00
Ben Fry
9afbd35dc2
Merge pull request #3713 from JakubValtar/fx-arcs
...
FX - arc - infamous deg-rad conversion strikes again
2015-08-25 11:29:30 -04:00
Akarshit Wal
80c8d1d3a6
Changing the order of tabs
2015-08-25 19:53:45 +05:30
Jakub Valtar
04a1f09bd8
FX - arc - infamous deg-rad conversion strikes again
2015-08-25 10:09:39 -04:00
Ben Fry
9ca5e3abab
remove warning
2015-08-25 08:57:35 -04:00
Ben Fry
d814c5daa2
notes from recent Github updates
2015-08-25 08:50:52 -04:00
Ben Fry
0ff82a52b4
Merge pull request #3712 from JakubValtar/fx-thin-lines
...
FX - align to pixel grid when drawing 1 px strokes
2015-08-24 18:38:10 -04:00
Ben Fry
6b6a227f2f
Merge pull request #3709 from JakubValtar/fx-pixel-ops
...
FX - basic pixel operations (get, set, load, update)
2015-08-24 18:32:43 -04:00
Ben Fry
931512173b
Merge pull request #3711 from JakubValtar/fx-rotate
...
FX - fix rad-deg conversion in rotate()
2015-08-24 18:31:21 -04:00
Ben Fry
1bf18aaaf1
Merge pull request #3710 from JakubValtar/fx-matrix-stack
...
FX - fix transformation stack NPE
2015-08-24 18:28:36 -04:00
Ben Fry
1058feb58b
Merge pull request #3669 from Akarshit/gsoc-DropAlingment
...
Width fixing
2015-08-24 18:25:37 -04:00
Jakub Valtar
5ea3a02fcc
FX - align to pixel grid when drawing 1 px strokes
2015-08-24 17:58:48 -04:00
Jakub Valtar
863be6204d
FX - fix rad-deg conversion in rotate()
2015-08-24 17:17:29 -04:00
Jakub Valtar
3af532bd95
FX - fix transformation stack NPE
2015-08-24 17:15:26 -04:00
codeanticode
1a671877e7
fixed preprocessing of texture2DRect
2015-08-24 16:55:41 -04:00
codeanticode
ffc8adb62b
skip shader preprocessing if #version is found
2015-08-24 16:31:17 -04:00
Jakub Valtar
55caf85bb0
FX - basic pixel operations (get, set, load, update)
2015-08-24 16:25:54 -04:00
Ben Fry
3b5f7b4928
starting the next release
2015-08-24 12:45:27 -04:00
Ben Fry
1c7a2456b8
writing release notes
processing-0243-3.0b5
2015-08-24 12:28:19 -04:00
Ben Fry
224e64330c
use 1x icons until retina support added
2015-08-24 12:26:04 -04:00
Ben Fry
f714d2e977
ignore case with D and F modifiers ( fixes #3707 )
2015-08-24 11:37:34 -04:00
Ben Fry
cefb6bfcfc
close Writer object from createWriter() ( fixes #3705 )
2015-08-24 11:30:28 -04:00
Ben Fry
360141bc8c
those fellers should be static
2015-08-24 08:57:10 -04:00