Commit Graph

13097 Commits

Author SHA1 Message Date
REAS cfb5936bbb Changes to documentation for circle() and square() 2019-01-22 22:26:40 -08:00
Ben Fry 9c3b519cde tweak wording processing-0268-3.5.2 2019-01-22 19:09:30 -05:00
Ben Fry cab7828902 update copyright years in processing.app.ui package 2019-01-22 19:06:09 -05:00
Ben Fry 91e3d5a125 Merge branch 'master' of github.com:processing/processing 2019-01-22 19:05:51 -05:00
Ben Fry 82f7eeda8b preparing release notes 2019-01-22 18:57:55 -05:00
Ben Fry cb89220c9c Merge pull request #5766 from mcslee/master
Fix bug with control-click for RIGHT on Mac OS, addresses #5765
2019-01-22 18:38:57 -05:00
Mark Slee fe3990355c Fix bug with control-click for RIGHT on Mac OS, addresses #5765
When a control-click occurs, the macosxLeftButtonWithCtrlPressed flag
was set, but was never being unset due to accidental comparison with
the button variable instead of action variable. All future mouse
operations reported as right-click on Mac OS. This fixes the comparison
so that only the operations from a mouse press with the control button
down are reported as RIGHT. The flag is cleared after mouse release.
2019-01-22 15:35:02 -08:00
Ben Fry 1964bf65cb rewrite key stroke handling; now multi-platform, overridable by prefs 2019-01-22 18:28:43 -05:00
Ben Fry 7950eb379b change handling of keystroke entries to be per-platform 2019-01-22 17:04:11 -05:00
Ben Fry 9548caeaba starting 3.5.2 2019-01-22 10:49:35 -05:00
Ben Fry b224321425 add a link to the previous release notes processing-0267-3.5.1 2019-01-21 09:18:54 -05:00
Ben Fry 6161874236 write release notes 2019-01-21 09:07:09 -05:00
Ben Fry 98d5835f70 repair size() regression in 3.5 (fixes #5759) 2019-01-21 08:59:40 -05:00
Ben Fry e3d70d2f5d starting 3.5.1 2019-01-21 08:37:40 -05:00
Ben Fry 0b76e397e9 fixing #4703 reveals another bug processing-0266-3.5 2019-01-20 10:28:14 -08:00
Ben Fry b9c6b2f991 notes about rolling the version 2019-01-20 10:20:01 -08:00
Ben Fry a4925b8bc4 finish writing release notes 2019-01-20 10:15:04 -08:00
Ben Fry 29032aaf0d working on release notes 2019-01-20 10:09:52 -08:00
Ben Fry f122cdae73 major cleanup of the todo.txt file for core 2019-01-20 09:52:40 -08:00
Ben Fry 76eeaccedc normalize the behavior of remove() in the Dict classes 2019-01-20 09:52:29 -08:00
Ben Fry 5660feee9d update with notes about policy on locking issues 2019-01-20 08:45:44 -08:00
Ben Fry 5c339aafd0 don't remove settings() methods if settings() is present in code (fixes #4703) 2019-01-20 07:59:14 -08:00
Ben Fry 5800dfc4e2 cleaning up the todo list a bit 2019-01-19 17:16:14 -08:00
Ben Fry 33b5055bae fix warnings 2019-01-19 17:16:01 -08:00
Ben Fry 2f1b1ae62e unsaved language/keystroke edits, other notes 2019-01-18 17:44:31 -08:00
Ben Fry e44a2c2211 Merge pull request #5604 from cosimoc/wip/cosimoc/appdata-improvements
Improvements to the appdata file
2019-01-18 17:33:26 -08:00
Ben Fry 4d0216846e wrapping up #2199 in the todo notes 2019-01-18 17:25:44 -08:00
Ben Fry e683db6738 Merge branch 'master' of github.com:processing/processing 2019-01-18 17:23:09 -08:00
Ben Fry 73cd701091 move problematic shortcuts out to the language files (fixes #2199) 2019-01-18 17:23:02 -08:00
Ben Fry da0bdc5af2 Merge pull request #5742 from Sardtok/5524
Fixes #5524
2019-01-18 16:13:18 -08:00
Ben Fry fe932b8c7e add 2019 to the About/splash screen 2019-01-18 16:09:18 -08:00
Ben Fry de20fffba7 more notes about font issues and performance 2019-01-18 15:59:15 -08:00
Ben Fry 9e14f98ec3 adding circle, square, push, pop 2019-01-18 15:59:05 -08:00
Ben Fry eb60ee2d05 add push() and pop() 2019-01-18 15:17:51 -08:00
Ben Fry ed165727a3 add circle() and square() 2019-01-18 15:16:21 -08:00
Ben Fry 75efd1a212 greatly improve startup slowness on systems that have a lot of fonts installed 2019-01-18 14:32:22 -08:00
Ben Fry fca49356b3 cleanups for default font warning (#5606 and #5481) 2019-01-18 12:02:56 -08:00
Ben Fry 642f9a4495 Merge pull request #5605 from FlorisVO/master
Shows a warning when createFont can't find a named font (#5481)
2019-01-18 11:50:24 -08:00
Ben Fry ab6cd9f922 additional cleanup to SVG code after incorporating #4168 2019-01-18 11:44:12 -08:00
Ben Fry f82e7039d7 Merge pull request #4168 from poqudrof/master-origin
Extended support of SVG format
2019-01-18 11:35:32 -08:00
Ben Fry b4f18cf7f9 wrapping up #4805 and #4808 2019-01-18 11:25:11 -08:00
Ben Fry 60f324c434 simpler solution for disappearance warning (#4805) 2019-01-18 11:23:50 -08:00
Ben Fry fc6b8385bd prevent infinite "sketch disappeared" warnings (fixes #4805) 2019-01-18 11:19:28 -08:00
Ben Fry 7236c84a63 update to Java 8u202 2019-01-18 11:05:54 -08:00
Ben Fry c795fd0750 more cleanup; use buttonSize constant instead of sizeH for clarity 2019-01-18 10:47:01 -08:00
Ben Fry 92975fbd27 incorporating console collapse button (#5115) 2019-01-18 10:35:39 -08:00
Ben Fry 69bee72578 remove unnecessary cast 2019-01-18 09:55:51 -08:00
Ben Fry 3673396587 move to JDK 1.8 instead of 1.6 b/c of Eclipse warnings 2019-01-18 09:55:43 -08:00
Ben Fry b520823618 Merge pull request #5115 from GKFX/feature-hideconsole
Add console hiding button
2019-01-18 09:52:41 -08:00
Ben Fry 3380239e68 Merge pull request #5486 from JakubValtar/fix-status-exception
Fix sketch exception getting hidden by warning
2019-01-18 08:28:52 -08:00