Commit Graph

14204 Commits

Author SHA1 Message Date
Ben Fry 47ec6c72cc scrollbar working with theme colors 2022-01-12 17:06:39 -05:00
Ben Fry 712721f789 get toolbar rollovers working again 2022-01-12 16:52:52 -05:00
Ben Fry 9aa1f68012 new entries for theme colors 2022-01-12 16:36:08 -05:00
Ben Fry 728950031e more fiddling with scrollbar 2022-01-11 22:36:00 -05:00
Ben Fry 5960a1da8e looking into custom scroll bar 2022-01-11 21:30:16 -05:00
Ben Fry 8429f945f7 remove unnecessary code 2022-01-11 21:20:32 -05:00
Ben Fry 4d358ce4a6 fix deadlock with console when out and err collide (fixes #338) 2022-01-11 10:59:55 -05:00
Ben Fry c2a2c028fd disable min/max warnings, clean up some documentation 2022-01-11 09:37:35 -05:00
Ben Fry 299c7a810e more notes 2022-01-11 08:59:50 -05:00
Ben Fry 2927d01656 wrapping up notes about multi-window GL 2022-01-11 07:12:32 -05:00
Ben Fry 7765108ab1 move up from JavaFX 17.0.0.1 to 17.0.1 2022-01-11 07:03:48 -05:00
Ben Fry 732f57de36 erasure for List type 2022-01-11 07:01:40 -05:00
Ben Fry 2dcdb3635a cleaning, and fix a typo 2022-01-11 00:49:51 -05:00
Ben Fry aa5a7da939 looking for "extends PApplet", find other things to clean 2022-01-11 00:44:06 -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 662a5873af oh look, 17.0.1 fixes the warnings about "Times" on Montery 2022-01-10 23:34:52 -05:00
Ben Fry 5802d1822c change to JDK 17.0.1+12 2022-01-10 23:34:16 -05:00
Ben Fry d1a257d58f notes about fallback fonts 2022-01-10 23:18:09 -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 52789085b4 marking #303 as done 2022-01-10 22:36:30 -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 2d0e63b866 apparently intellij no longer wants this 2022-01-10 22:15:15 -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 fb18445936 notes from updates in github issues 2022-01-10 20:33:25 -05:00
Ben Fry 8060886899 Merge pull request #301 from rzats/feat/ukrainian-i18n 2022-01-10 19:21:56 -05:00
Ben Fry 3b01a88364 additional tweaks to splash screen change in #329 2022-01-10 19:13:51 -05:00
Ben Fry 9802ccbd88 clean up warnings and formatting in the Client code 2022-01-10 19:08:14 -05:00
Ben Fry aab8d8fa50 use UTF-8 for readString() and write() in net client 2022-01-10 19:04:38 -05:00
Ben Fry 556ccb39ba Merge pull request #329 from rupesh-kumar-lpu/master 2022-01-10 18:58:16 -05:00
Ben Fry d03da53e6e specify amd64 or x86_64 as architecture for ffmpeg (fixes #319) 2022-01-10 17:46:08 -05:00
Rupesh Kumar 049affe7db Set Processing Icon in Splash
resolves issue #297
2022-01-02 03:04:25 +05:30
Ben Fry 019143a33b notes about recent merges and updates 2021-12-22 12:51:09 -05:00
Ben Fry 8cea087858 Merge pull request #316 from codeanticode/master 2021-12-22 12:46:21 -05:00
Ben Fry 2d42171475 Merge pull request #314 from codeanticode/p4-new_pshape_api-stream_copy 2021-12-22 12:45:25 -05:00
codeanticode 68572b07e3 Merge branch 'processing:master' into p4-new_pshape_api-stream_copy 2021-12-11 13:30:33 -08:00
codeanticode 677338e5c1 Handle 2D PATH shapes in PShapeOpenGL 2021-12-11 16:14:39 -05:00
codeanticode a498e26100 Implemented curveVertex() in PShape 2021-12-11 16:11:50 -05:00
Ben Fry a62fe39ede allow GEOMETRY in addition to PATH for contains() 2021-12-10 15:16:29 -05:00
codeanticode 14ee31a61a return line and point tessellation 2021-12-07 00:09:13 -05:00
Ben Fry 4eb0939a9e adding intellij project files now that they have settled a wee bit 2021-12-06 13:18:48 -05:00
Ben Fry b053e4d15a note about multi-window merge 2021-12-06 06:51:43 -05:00
Ben Fry ac25c4f0e3 Merge pull request #313 from codeanticode/gl-multi-window 2021-12-06 06:48:57 -05:00