Commit Graph

10210 Commits

Author SHA1 Message Date
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
codeanticode 2015fd095e moved window destroy-notify code into the NEWTWindowListener 2015-06-02 12:32:04 -04:00
codeanticode 52788cdf6d special handling for backspace, tab 2015-06-02 09:55:12 -04:00
Akarshit Wal fe631bc481 focus is on the list and hint is displayed 2015-06-02 16:38:55 +05:30
mtsio df81cd762a some updates to Greek properties file 2015-06-02 03:50:24 +03:00
codeanticode 66097977fc Merge branch 'master' of https://github.com/processing/processing.git 2015-06-01 18:47:05 -04:00
Ben Fry 73d7057d74 move this around a little for beta notes 2015-06-01 16:59:28 -05:00
codeanticode e1efbea925 use texture point sampling when user requests noSmooth() 2015-06-01 12:50:18 -04:00
Akarshit Wal 74da30308e Made the vertical scrollbar to be displayed when needed 2015-06-01 21:33:51 +05:30
codeanticode 8aa9a31149 simpler mipmap, sampling settimg logic 2015-06-01 00:21:50 -04:00
Ben Fry b653491427 through to the bottom of the notifications list 2015-05-31 20:49:35 -04:00
Ben Fry 47d04bb927 Merge pull request #3319 from Akarshit/gsoc-contrib
Progress bar added to Contrib Manager
2015-05-31 20:37:39 -04:00
Ben Fry 8beaa146a8 Merge pull request #3330 from mtsio/bugfix-incomplete_error
fix Greek error messages
2015-05-31 20:20:50 -04:00
Ben Fry 20ee4bded6 retain original java.awt.Frame when it's in use 2015-05-31 20:16:23 -04:00
Ben Fry 2fb40f416f making notes for recent changes 2015-05-31 20:15:49 -04:00
codeanticode d3a14b67e1 more efficient implementation of setImpl() 2015-05-31 19:57:39 -04:00
codeanticode 247690b142 inits pixelWidth, pixelHeight 2015-05-31 18:44:59 -04:00
codeanticode 0340afee00 collect child attributes in root 2015-05-31 18:06:24 -04:00
codeanticode 3d8732dafa don't query window's surface scale if graphics are not retina 2015-05-30 20:27:41 -04:00
codeanticode 7cf5d676a2 add isPowerOfTwo check 2015-05-30 17:58:19 -04:00
codeanticode aed0224154 some cleaning up, handle edges 2015-05-30 13:45:40 -04:00
codeanticode 8d0ae882f2 fixed case in name of TexLight shader 2015-05-29 07:52:29 -04:00
mtsio adf1992f61 fix #3329 2015-05-29 02:19:16 +03:00
codeanticode b8f154a6d2 add apple.jar to eclipse classpath 2015-05-26 09:40:47 -04:00
Akarshit Wal e1f9270066 Merge remote-tracking branch 'upstream/master' into gsoc-contrib 2015-05-26 18:31:01 +05:30
Akarshit Wal 996d4c2bf3 Added documentation 2015-05-26 16:37:32 +05:30