Commit Graph

11018 Commits

Author SHA1 Message Date
Jakub Valtar 90847d659d FX - normalize enter key 2015-08-27 16:00:57 -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
Ben Fry c7be75f82f fix handling of getenv() and setenv() (#3704) 2015-08-24 08:55:51 -04:00
Ben Fry 8f8830f454 Merge branch 'master' of github.com:processing/processing 2015-08-23 17:48:34 -04:00
Ben Fry 4a8553237f cleaning 2015-08-23 17:48:28 -04:00
Ben Fry 26f5c2cc09 Merge pull request #3703 from Akarshit/gsoc-CMFilterWidth
Tab labels are not shifting up
2015-08-23 17:16:29 -04:00
Akarshit Wal 05ae73b6d1 Tab labels are not shifting up 2015-08-24 02:22:30 +05:30
Ben Fry 31a16448cc remove some commented code, change the compound edit handler slightly 2015-08-23 12:36:16 -04:00
Ben Fry ed96ef0c17 just some cleaning 2015-08-23 08:08:11 -04:00
Ben Fry 6308e9f33e meh 2015-08-23 08:02:32 -04:00
Ben Fry 3ead304c4a Merge branch 'master' of github.com:processing/processing 2015-08-23 08:02:07 -04:00
Ben Fry 5387c3dd04 notes about recent patches 2015-08-23 07:41:46 -04:00
Ben Fry 8456a826e5 Merge pull request #3700 from federicobond/misc-fixes
Miscelaneous language improvements
2015-08-23 07:38:36 -04:00
Ben Fry 1a107ca5c4 Merge pull request #3701 from Akarshit/gsoc-CMFilterFocus
Focus stays in the Filter Field while typing
2015-08-23 07:37:21 -04:00
Ben Fry 83df446cd9 working on #3003 and #3702 (issues with compound edits and undo) 2015-08-23 07:37:06 -04:00
Ben Fry 4763b52da1 Merge pull request #3702 from joelmoniz/bugfix-autoformatUndo2
Fix (another) issue with undoing auto-format
2015-08-23 07:24:09 -04:00
Joel Moniz 5a8611ad6e Fix (hopefully) issues with undoing auto-format (again) 2015-08-23 15:30:52 +05:30
Akarshit Wal ce07ccec2d Focus stays in the filterField while typing 2015-08-23 09:12:13 +05:30