Commit Graph

2200 Commits

Author SHA1 Message Date
Ben Fry b91e46f2c7 Merge pull request #3410 from JakubValtar/bugfix-depth-sorter
Fix NullPointerException in DepthSorter
2015-06-20 11:53:29 -04:00
Ben Fry 03acfd909b make reflection work properly, other notes 2015-06-20 08:02:17 -04:00
Jakub Valtar d9295c5f51 Fix NullPointerException in DepthSorter 2015-06-20 12:05:21 +02:00
Ben Fry 91c2407011 moving back off the EDT again... 2015-06-19 17:31:03 -04:00
Ben Fry ea2cbafe1d that shouldn't be there 2015-06-19 17:12:40 -04:00
Ben Fry d082a7204d Merge branch 'master' of https://github.com/processing/processing 2015-06-19 17:12:25 -04:00
Ben Fry dca5df1022 Merge branch 'master' of https://github.com/processing/processing 2015-06-19 16:58:58 -04:00
Ben Fry 5c543e40d0 won't be needing these spaces 2015-06-19 16:39:58 -04:00
Ben Fry 0c3adf93a0 call ThinkDifferent via reflection 2015-06-19 16:29:27 -04:00
Ben Fry 31e4a4cf13 Merge branch 'master' of https://github.com/processing/processing 2015-06-19 16:09:06 -04:00
Ben Fry 59c7b26c50 remove the delay loop, may fix #3315, #3316, #3303, #3363 2015-06-19 16:08:40 -04:00
Ben Fry 9788fd5a54 remove the delay 2015-06-19 16:04:10 -04:00
Ben Fry 379caf9219 make sure resize event is real (fixes #3310) 2015-06-19 15:50:22 -04:00
Ben Fry b0c1dd5482 remove unused canDraw() method 2015-06-19 15:41:47 -04:00
Ben Fry 4c45700186 make close box work when not running from the PDE 2015-06-19 15:24:43 -04:00
Ben Fry 42afb69456 remove debug messages 2015-06-19 15:16:01 -04:00
Ben Fry efef632ec2 more surface updates based on discussion in #3388 2015-06-18 16:05:15 -04:00
Ben Fry a60cb23a83 clear out some unused bits in the OS X code 2015-06-18 15:36:39 -04:00
Ben Fry 5f5a0ed55f clearing brush, back on the EDT, fix focus issues #3380 #3389 2015-06-18 15:29:32 -04:00
codeanticode 70b1809684 removed unused fields in PJOGL, renamed profile 2015-06-18 15:12:10 -04:00
codeanticode 16c5655243 avoids placing the GLWindow at the default location 2015-06-18 12:03:03 -04:00
Ben Fry 9d10574b4c remove the anachronistic single arg version of launch 2015-06-18 08:51:13 -04:00
Ben Fry 94d7dc1e44 remove dead code, remove danger, rename methods to avoid mix-ups 2015-06-17 19:46:27 -04:00
Ben Fry e094e014c5 no longer used under the current regime 2015-06-17 19:43:42 -04:00
Ben Fry 50670dd6f0 remove extra methods, other housecleaning 2015-06-17 19:43:02 -04:00
Ben Fry 646f2e54a9 move error messages out of PConstants and into PGraphics 2015-06-16 09:03:17 -04:00
Ben Fry 4cc46d8c9f set offscreen drawing surface transparent (fixes #3378) 2015-06-16 08:58:35 -04:00
Ben Fry 85bac36da6 more consistency to Java version numbering 2015-06-16 08:32:15 -04:00
Ben Fry 19a1b3685a show warning when fullScreen(SPAN) is used on OS X and prefs are wrong (#3381) 2015-06-16 08:01:28 -04:00
Ben Fry e8ea482a98 bush league version parsing 2015-06-16 07:09:55 -04:00
Ben Fry add58aa3a8 improve error messages when contrib items are incompatible 2015-06-16 06:40:58 -04:00
Ben Fry 4c37c6641a more nannying at the expense of performance (fixes #3347) 2015-06-15 21:51:27 -04:00
Ben Fry d504e892bf that wouldn't even throw it properly, this does 2015-06-15 08:20:56 -04:00
Ben Fry ba7a213ed3 catch headless exceptions and send to Github 2015-06-15 08:13:10 -04:00
Ben Fry 13d019696c more pixel density fixes 2015-06-13 17:50:54 -04:00
Ben Fry f7d542b2a6 re-apply the current font when using retina (fixes #2617) 2015-06-13 17:23:56 -04:00
Ben Fry e43c86bbba Merge branch 'master' of github.com:processing/processing 2015-06-13 17:07:17 -04:00
Ben Fry 11a4fe950e take care of font scaling for 2x density (fixes #2739) 2015-06-13 17:07:14 -04:00
codeanticode 8a8ace9bed don't need 2D/3D versions of createShape() 2015-06-12 15:48:12 -04:00
codeanticode 0c6acb9025 Merge pull request #3372 from JakubValtar/feature-depth-sort-integration
Feature depth sort integration
2015-06-10 11:08:12 -04:00
Jakub Valtar ca508802db Fix sorter buffer size 2015-06-09 18:36:29 +02:00
Ben Fry cc10ea3256 add notes to smoothing numbers 2015-06-09 12:06:16 -04:00
codeanticode cde9c5420a present mode working with multiple displays 2015-06-09 11:50:28 -04:00
codeanticode dee0e73d12 don't disable multisampling if smooth is 1 2015-06-09 11:39:00 -04:00
Ben Fry 9e852b52b9 prevent window from appearing briefly then moving, also make windows show up on the correct display (fixes #3264) 2015-06-09 09:49:23 -04:00
Ben Fry 70dc95047f fixing issues related to the displays pref #3264 2015-06-08 20:50:07 -04:00
Ben Fry 052785930f ironing out a pixelDensity() logic flaw, get settings() errors to propagate 2015-06-08 19:35:28 -04:00
Ben Fry 3eedabbbf6 reapply stroke settings (#3331) 2015-06-08 18:47:31 -04:00
Ben Fry b8c7c5e7bd prevent attempts to do 2x on non-2x hardware 2015-06-08 18:31:14 -04:00
REAS 10a5b6bebe Small update to smooth() reference 2015-06-08 15:15:52 -07:00