Commit Graph

13111 Commits

Author SHA1 Message Date
Ben Fry cf2fb37ad7 fix the key shortcut for Redo on Windows (fixes #5773) 2019-01-26 13:03:28 -05:00
REAS f444288ad6 Update for pop() and push() reference, correction 2019-01-23 10:16:06 -08:00
REAS 0a9cad7057 Update for pop() and push() reference, re-genererated PApplet 2019-01-23 10:12:35 -08:00
REAS 6f1b231057 Update for pop() and push() reference 2019-01-23 10:10:06 -08:00
REAS 1fb6300235 Update for circle() and square() reference 2019-01-23 09:23:42 -08:00
Ben Fry 1cef69f5b0 cleaning up from PRs, other todo items 2019-01-23 11:30:14 -05:00
Ben Fry 6bd1daaacc Merge pull request #3946 from Akarshit/CM-coreLibUpdate
Core libraries added to the count of updates
2019-01-23 11:27:29 -05:00
Ben Fry 0d5f45451e Merge pull request #5673 from AKonia/translation_fix
Minor changes for russian translation
2019-01-23 11:09:03 -05:00
Ben Fry 148697da70 Merge pull request #5686 from monkstone/patch-1
Update missing @Deprecated tags in PApplet.java
2019-01-23 11:00:17 -05:00
Ben Fry fed1af04fd starting the next release 2019-01-23 08:09:53 -05:00
Ben Fry 82a56ed36f circle() and square() reference 2019-01-23 08:09:46 -05:00
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