Commit Graph

10235 Commits

Author SHA1 Message Date
Ben Fry 88968262af Merge branch 'master' of github.com:processing/processing 2015-06-05 22:21:04 -04:00
Ben Fry b4ac525392 untangling present vs full screen 2015-06-05 22:20:58 -04:00
Ben Fry 6622e3dfa7 rounding out fullScreen() 2015-06-05 22:10:47 -04:00
Ben Fry 8f6cb453fe cleaning up param docs 2015-06-05 21:45:13 -04:00
Ben Fry 3558f7959e to span displays, use the fullScreen() method 2015-06-05 21:41:47 -04:00
Ben Fry eda15abce9 sorting out multi-display, fullScreen(), param passing with surface... 2015-06-05 21:24:28 -04:00
codeanticode 7ecabd8a34 init shader in shader() call 2015-06-05 18:57:17 -04:00
codeanticode f62bbdfb0c use pixelWidth/Height throughout 2015-06-05 10:48:39 -04:00
codeanticode bd9931149d don't call graphics.setSize() in initFrame to avoid setting wrong
pixelWidth/Height
2015-06-05 09:59:25 -04:00
Ben Fry 284d7a96f9 throw exceptions to prevent sketches from continuing 2015-06-04 23:26:39 -05:00
Ben Fry a0164d4c3b working to enforce size() rules, move settings() around, remove exportApplet() 2015-06-04 21:04:07 -05:00
Ben Fry 8d3cf14fe4 translation notes 2015-06-04 20:59:27 -05:00
Ben Fry cb0bbae667 Merge branch 'master' of github.com:processing/processing 2015-06-04 20:48:02 -05:00
Ben Fry ba0a50bc2f Merge pull request #3354 from mtsio/master
change Greek warning message (see #3350)
2015-06-04 20:42:06 -05:00
mtsio 403b172e12 change warning message (see #3350) 2015-06-05 04:24:53 +03:00
Ben Fry 79f567d4f3 adding some fullScreen() parsing 2015-06-04 15:36:58 -05:00
Ben Fry 2a0142cec0 Merge branch 'master' of github.com:processing/processing 2015-06-04 15:22:40 -05:00
Ben Fry 7141811810 change up how size() is parsed and handled 2015-06-04 15:22:25 -05:00
codeanticode 1d105b4e14 properly identify CMD key as VK_META 2015-06-04 15:54:59 -04:00
Ben Fry d0400306a1 change up the warnings with size() 2015-06-04 13:37:12 -05:00
Ben Fry 05f1d6be45 cleaning up archiver a little 2015-06-04 10:52:53 -05:00
Ben Fry 0b91267117 Merge pull request #3349 from mtsio/master
add i18n for archiver and missing text
2015-06-04 10:24:25 -05:00
Ben Fry d5da69a3eb improve warning message (fixes #3350) 2015-06-04 10:23:40 -05:00
mtsio cbcd77a7f7 add i18n for archiver and missing text 2015-06-04 03:09:20 +03:00
Ben Fry 2bd81505c7 notes about size() handling 2015-06-03 17:05:43 -05:00
Ben Fry 20926bd8a2 set frame icon images for Java2D (dock and cmd-tab) 2015-06-03 17:03:49 -05:00
Ben Fry e9b4789926 update export icons in java/application 2015-06-03 16:50:40 -05:00
Ben Fry 00bfda4998 update embedded default image icons 2015-06-03 16:20:10 -05:00
Ben Fry 07a18bfa9a Merge branch 'master' of github.com:processing/processing 2015-06-03 16:07:19 -05:00
codeanticode 055682cdb5 use length of sizes array 2015-06-03 17:12:46 -04:00
Ben Fry 8594598fa5 more icon work 2015-06-03 16:07:03 -05:00
Ben Fry 48b90fa1a2 icon working for GL windows 2015-06-03 15:49:54 -05:00
Ben Fry be7cbee154 wrap that up 2015-06-03 15:47:02 -05:00
Ben Fry 8d02ae3008 Merge branch 'master' of github.com:processing/processing 2015-06-03 15:43:09 -05:00
Ben Fry 26999290c5 new icons and build script additions to cover them 2015-06-03 15:43:04 -05:00
codeanticode a769e59bec use NEWT's API for icon loading 2015-06-03 16:20:42 -04:00
Ben Fry fbae634017 adding new PNGs for the app icon 2015-06-03 13:11:14 -05:00
Ben Fry 1efadaa822 add new (export) icons for the frame 2015-06-03 13:01:51 -05:00
Ben Fry 9e0be51ae1 debug message showing up when dragging and dropping files 2015-06-03 12:58:57 -05:00
Ben Fry 4bfaed0f17 incorporating latest round of github notifications 2015-06-03 12:49:03 -05:00
Ben Fry 1c2dfcdae5 Merge pull request #3343 from Akarshit/gsoc-scrollbar
Made the vertical scrollbar to be displayed when needed
2015-06-03 12:46:56 -05:00
Ben Fry a405b745b5 another tweak for #3344 2015-06-03 12:43:29 -05:00
Ben Fry d83ce291a5 Merge pull request #3344 from Akarshit/gsoc-focus
focus is on the list and hint is displayed
2015-06-03 12:14:55 -05:00
Ben Fry 38bb6aecc7 Merge pull request #3340 from mtsio/bugfix-update_el
some updates to Greek properties file
2015-06-03 12:07:02 -05:00
Ben Fry 26df443f56 Update README.md 2015-06-03 11:51:44 -05:00
Ben Fry f0a69a780f Update README.md 2015-06-03 11:51:27 -05:00
codeanticode be78cb2cc4 The 2X renderers in OpenGL subclass PGraphics2D/3D 2015-06-03 10:33:50 -04:00
codeanticode f553782cd0 duplicate stroke vertices when they fall in separate cache blocks 2015-06-03 08:55:43 -04:00
codeanticode cdf6342517 added code to handle window icons, non-functional though as GLWindow
seems to lack icon-setting API
2015-06-03 07:21:22 -04:00
codeanticode 6f8700731d bounds of orthographics projection region are relative to viewport
center, so it follows gluOrtho()
2015-06-02 15:27:08 -04:00