Commit Graph

3171 Commits

Author SHA1 Message Date
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
Ben Fry 9d96dcb480 make a lambda, deal with a warning 2022-02-12 07:48:25 -05:00
Ben Fry 10e6c29a2c clarify doc comment 2022-02-12 07:29:44 -05:00
Ben Fry 206bf167f2 fix inconsistencies in CODED in P2D/P3D (reolves #376) 2022-02-12 07:26:31 -05:00
Ben Fry 484b46f7c6 do initial setSize() call, fixes #395 (regression from #186) 2022-02-06 07:41:14 -05:00
Ben Fry 70fbe2d88a properly set names for windowMove() and windowResize() 2022-02-04 17:31:37 -05:00
Ben Fry b988db4bd0 better handling of "Display N does not exist, using the default display instead" 2022-02-04 15:53:44 -05:00
Ben Fry 3fb66fc350 working on windowXxxx() methods to replace surface.xxx() 2022-02-03 17:23:58 -05:00
Ben Fry 9e80506652 tweak how URLs are opened for better compatibility 2022-02-02 20:44:20 -05:00
Ben Fry 80c5697aa2 new handlers and methods for window resize and position (resolves #53 but naming incomplete) 2022-01-31 08:58:03 -05:00
Ben Fry deeb0fda7a fix the icons in core to use the exported app icon 2022-01-30 21:32:54 -05:00
Ben Fry 72a8eb9adf add more plumbing to set the compression level on JPEG and the DPI for PNG 2022-01-30 19:23:12 -05:00
Ben Fry 586b572cd3 cleaning up warnings and code 2022-01-30 19:15:38 -05:00
Ben Fry b34db4b4a7 removing unnecessary/problematic override 2022-01-30 16:32:11 -05:00
Ben Fry cdc4bedde1 clean up unused code, queue size changes (fixes #186) 2022-01-30 16:30:54 -05:00
Ben Fry dcae2e141d cleaning up logic a bit while looking into #186 2022-01-30 13:50:20 -05:00
Ben Fry 9c326b0630 replace Google Code URL 2022-01-30 13:49:54 -05:00
Ben Fry 18e0b7c229 removing the ancient TIFF code (gulp) 2022-01-30 13:37:14 -05:00
Ben Fry dd0e713757 working on #162, cleaning up image saving logic 2022-01-30 13:01:47 -05:00
Ben Fry 3221488fe6 disable old TIFF handler, remove extra BufferedOutputStream 2022-01-30 13:00:38 -05:00
Ben Fry a32eca75cf deal with windows flickering during resize (fixes #386) 2022-01-30 09:08:28 -05:00
Ben Fry 6a8ea32066 finish updating jAppleMenuBar (resolves #221, fixes #372) 2022-01-25 09:49:53 -05:00
codeanticode 0b7e4e0301 Merge branch 'processing:master' into issue_353_fix 2022-01-22 22:02:29 -05:00
Ben Fry 0da881e328 add pde/pdex/pdez document icons, update icons inside core and PDE, swap foundation icon 2022-01-22 22:02:17 -05:00
codeanticode 6a1c8bc033 fixes scaling inversion 2022-01-22 22:02:02 -05:00
codeanticode 5f0bcdc1d9 no need to initialize line and point buffers in 2D 2022-01-22 21:40:13 -05:00
codeanticode 0c70905494 make correct transform call depending on dimensions 2022-01-22 20:59:48 -05:00
codeanticode 9d12138ac8 Merge branch 'processing:master' into merging-all-test 2022-01-22 17:28:28 -05:00
codeanticode cecf24df8c Map buffer with correct type according to attrib type 2022-01-22 17:24:47 -05:00
Ben Fry f2e584b819 major changes underway to rework library handling for different architectures 2022-01-22 11:43:25 -05:00
Ben Fry 8429f945f7 remove unnecessary code 2022-01-11 21:20:32 -05:00
Ben Fry c2a2c028fd disable min/max warnings, clean up some documentation 2022-01-11 09:37:35 -05:00
Ben Fry 024968bd5f clarifying docs 2022-01-11 00:32:17 -05:00
Ben Fry c9888a62b6 add a hack so that loadImage() works in settings() (fixes #299) 2022-01-11 00:25:23 -05:00
Ben Fry 956ddcf702 docs tweaks 2022-01-11 00:19:35 -05:00
Ben Fry 67940fcd12 clean up some of this phrasing 2022-01-11 00:16:36 -05:00
Ben Fry bde253c883 a little reference cleaning 2022-01-11 00:00:29 -05:00
Ben Fry 22f2540460 clarifying the intro docs 2022-01-10 23:46:32 -05:00
Ben Fry 7a3c817b51 clearing out warnings 2022-01-10 23:41:10 -05:00
Ben Fry 154d44eb59 warn the user if drawing unavailable chars with default font 2022-01-10 23:09:40 -05:00
Ben Fry 3bfe1a268a default font not being set in Java2D (fixes #303) 2022-01-10 22:30:29 -05:00
Ben Fry d74f088716 trying to resolve #303 but failing so far 2022-01-10 22:16:32 -05:00
Ben Fry 4f221b74de clearing out a lot of intellij warnings 2022-01-10 22:09:57 -05:00
Ben Fry c763bc5aaa move comment location for clarity 2022-01-10 20:33:42 -05:00
Ben Fry 8cea087858 Merge pull request #316 from codeanticode/master 2021-12-22 12:46:21 -05:00
codeanticode afcce46ae2 Merge pull request #3 from codeanticode/p4-new_pshape_api-stream_copy
P4 new pshape api stream copy
2021-12-12 07:14:47 -08:00