Commit Graph

3205 Commits

Author SHA1 Message Date
Ben Fry 85a93b083c notes about #592 and pull #597 2022-11-24 18:15:10 -05:00
Ben Fry 52995b35cf Merge branch 'main' of github.com:processing/processing4 2022-11-24 18:10:38 -05:00
Ben Fry 19317ecfb4 Merge pull request #599 from vepo/main 2022-11-24 18:10:12 -05:00
Ben Fry 1e27600cfa adding choice() as an int alternative to random() 2022-11-24 18:08:22 -05:00
Ben Fry 27d0a51b46 replace random() with choice(), add removeChoice(), remove PApplet param 2022-11-24 16:09:38 -05:00
Victor Osório f52b90070b Fix #592 2022-11-13 16:13:14 -03:00
Ben Fry 9e3522ad2a fix for P3D & P2D window not showing on MacOS Ventura (resolves #544 2022-11-04 13:47:15 -04:00
Ben Fry b0cd253dad fix a pixelDensity() issue w/ default display 2022-10-30 18:38:00 -04:00
Ben Fry 5e20b8a6fb throw an exception when calling random() on empty XxxList (from 221006) 2022-10-25 06:25:56 -04:00
Ben Fry a50d659779 text change pulled in from PGraphics 2022-10-04 09:34:45 -04:00
Ben Fry 8ad8b2df51 Merge pull request #542 from SableRaf/master 2022-09-23 15:46:22 -04:00
Ben Fry 0c02c66f9e cleaning up more complaints from IntelliJ 2022-08-28 15:53:43 -04:00
Ben Fry 15d257ec99 cleaning more warnings and language in PImage 2022-08-28 15:47:26 -04:00
Ben Fry abc7964f8d copying cleanups from PGraphics into PApplet 2022-08-28 15:38:47 -04:00
Ben Fry 4db81d6488 clean up 100s of warnings and fix some typos 2022-08-28 15:37:18 -04:00
Ben Fry a3a90ef07e moving to Java 17 and cleaning up hundreds of warnings 2022-08-28 14:46:10 -04:00
Raphaël de Courville f824137843 Updated popStyle() webBrief 2022-08-24 12:12:28 +02:00
Ben Fry 077628db60 change param names to avoid confusing IntelliJ 2022-08-12 06:34:52 -04:00
Ben Fry fb8dfbfd9b purge several "applet" references from the code 2022-08-07 22:17:47 -04:00
Ben Fry 2d907da8ca cleaning todo notes and purging "applet" mentions 2022-08-07 22:10:11 -04:00
Ben Fry e47c20b6b1 remaining cleanup and array() -> toArray() changes 2022-08-03 21:31:33 -04:00
Ben Fry 4f03a0b413 continuing cleanup of the data classes 2022-08-03 21:21:13 -04:00
Ben Fry 66e47f8fde toArray() instead of array() 2022-08-03 21:10:23 -04:00
Ben Fry 0c7118f38e cleaning up more warnings, bugs, etc for DoubleList 2022-08-03 21:08:50 -04:00
Ben Fry 9cffde66c2 clean up LongList, array() change, bug fixes, remove comments and warnings 2022-08-03 21:02:59 -04:00
Ben Fry 6135301112 add random() method to the List classes 2022-08-02 19:23:50 -04:00
Ben Fry 372bc8e85b getXxxList() and toXxxList() and toXxxArray() changes 2022-08-02 19:16:11 -04:00
Ben Fry 3c6122ebeb replace code.google.com links with updated github urls 2022-07-31 15:45:23 -04:00
Ben Fry 3699c713d1 replace dev.processing.org bug links with download.processing.org links that work 2022-07-31 15:01:45 -04:00
Ben Fry 9ef40ba48c allow . to start a number in svg 2022-07-30 17:37:03 -04:00
A Pottinger ece11f9345 Fix #488.
Clean up the footer writer section of the preprocessor for easier reading but also fix adding and looking for --full-screen which appears to have been left off at some point.
2022-06-21 08:34:44 -07:00
robog-two 6c03b3e48c (Docs) Fix unclosed <b> tag in noSmooth()
Moved here from a PR on the website to ensure the change is more permanent.
2022-06-08 02:45:12 -05:00
Ben Fry 2734f89f64 don't show window manager resize message when using fullScreen() 2022-04-23 13:12:05 -04:00
Ben Fry e071bb1db7 Merge pull request #433 from codeanticode/filter-density 2022-03-07 06:19:06 -05:00
codeanticode 938fbda93f Use pixelDensity from src image 2022-03-04 10:04:18 -05:00
codeanticode 06a0107451 Made naming of parameters controlling GL buffer settings more consistent 2022-03-04 09:11:22 -05:00
Ben Fry 4ff44d6d57 Merge branch 'master' of github.com:processing/processing4 2022-03-03 18:27:26 -05:00
codeanticode 2dc5c9ce31 scale by pixel density to coordinates are consistent 2022-03-03 17:37:27 -05:00
codeanticode b4c27e8e75 added static param glBufferAccess to PGL to control buffer access policy during buffer streaming 2022-03-03 16:50:06 -05:00
Ben Fry bf701532ca bring back frameMoved() so that Python Mode can override it 2022-03-03 11:59:09 -05:00
Ben Fry f22569144e damn, meant to make these public 2022-02-15 10:30:47 -05:00
Ben Fry f109ecb45f trying out windowRatio() methods 2022-02-15 09:36:26 -05:00
Ben Fry 4ab1c8cda5 purge the old jAppleMenuBar code and replace with cleaned up rewrite 2022-02-14 20:17:10 -05:00
Ben Fry c78f22ac3a opt to round up on scaling so that 175% does 2x on Windows 2022-02-13 10:14:56 -05:00
Ben Fry fa741e29d0 lots of code to handle scaling on Windows; also for #378 2022-02-13 08:46:16 -05:00
Ben Fry cebdb8f3d7 sorting out Windows DPI (more with #378) 2022-02-12 13:37:16 -05:00
Ben Fry 6c2209a439 attempt to set ui scale on sketch startup (working on #378) 2022-02-12 12:12:08 -05:00
Ben Fry f2a1765b61 dealing with alpha issues and createImage() with RGB (fixes #388) 2022-02-12 08:24:53 -05:00
Ben Fry ca574904f6 remove old code, add explanation 2022-02-12 07:51:10 -05:00
Ben Fry b67b04c34d fix typo 2022-02-12 07:49:13 -05:00