Commit Graph

9018 Commits

Author SHA1 Message Date
Federico Bond 768c72e4e8 Replace instances of StringBuffer with StringBuilder 2014-09-13 20:12:23 -03:00
Ben Fry f6611eddf1 note about the removal 2014-09-12 19:09:38 -04:00
Ben Fry 9c66fa229f remove debug message about ctrl key 2014-09-12 18:57:54 -04:00
Ben Fry 2529f44fcd starting the next release 2014-09-12 18:43:17 -04:00
Ben Fry 8cfbf56c40 get the date right processing-0231-3.0a4 2014-09-12 17:48:04 -04:00
Ben Fry 1a38d55536 update the code completion pref here too 2014-09-12 17:47:22 -04:00
Ben Fry caeefcf438 turn off completion by default, and rename the pref 2014-09-12 16:25:21 -04:00
Ben Fry b627f45072 Merge pull request #2857 from federicobond/update-es-language
Update spanish translation
2014-09-12 08:58:47 -04:00
Federico Bond c9d68afc71 Update spanish translation 2014-09-12 02:07:42 -03:00
Ben Fry c6ca4b03c3 found another location where the file watcher is turned on 2014-09-11 18:43:00 -04:00
Ben Fry 5ac328ec6f wrapping up additional fixes and issues 2014-09-11 18:30:35 -04:00
Ben Fry 560844fee8 Merge pull request #2853 from joelmoniz/contribManagerFixes
A few fixes for Contributions Manager
2014-09-11 18:17:49 -04:00
Ben Fry 0097423001 Merge pull request #2856 from JakubValtar/bugfix-font-outlines
Fix outlines around scaled fonts (#2845)
2014-09-11 18:15:09 -04:00
Ben Fry be6a599aa7 Merge pull request #2855 from galsasson/master
TweakMode: fix oscp5 dependency check
2014-09-11 18:13:55 -04:00
Joel Moniz 6771a203b2 Some more i18n for Contributions Manager 2014-09-11 14:39:42 -07:00
Joel Moniz 162ad60beb Suppress min/maxRevision not set error 2014-09-11 14:39:40 -07:00
Joel Moniz 715b32d012 ProgressMonitor no longer keeps displaying when install fails 2014-09-11 14:39:23 -07:00
Manindra Moharana 0d843aed63 Merge branch 'master' of https://github.com/processing/processing 2014-09-12 01:24:36 +05:30
Jakub Valtar 7723e1df40 fix outlines around scaled fonts (#2845) 2014-09-11 19:38:52 +02:00
codeanticode 4274b1dada updated to latest JOGL stable release, 2.2.1 2014-09-11 12:55:06 -04:00
codeanticode b3a2a032a8 fix edge condition in stroke edge for arcs (#2854) 2014-09-11 11:10:21 -04:00
Gal Sasson 6d7af51651 fix oscp5 dependency check (closing issue #2730) 2014-09-11 10:55:38 -04:00
Ben Fry 6f978e4d47 write revisions file for 3.0a4 2014-09-10 18:25:21 -04:00
Ben Fry 6e15ad4d21 change name, note more changes 2014-09-10 18:16:05 -04:00
Ben Fry 5db4d710ce call getContentFile() in Java mode if file not found 2014-09-10 18:05:04 -04:00
Ben Fry 97ad4ee92c single line blocks are the devil 2014-09-10 17:45:38 -04:00
Ben Fry 20aa52d67a turn off file change detection (#2852) 2014-09-10 17:35:36 -04:00
Ben Fry bd4916036c fix TGA problems with Movie Maker (issue #2851) 2014-09-10 17:34:28 -04:00
Ben Fry eb693c59a0 move mode menu to the left of the Tool menu 2014-09-10 17:00:15 -04:00
Ben Fry f2cd336df8 add workaround for #2841 2014-09-10 16:21:02 -04:00
Ben Fry 265b0ac4d4 fix OS X default File menu to be the same order as the other File menu 2014-09-10 16:14:20 -04:00
Ben Fry 6e5a938a99 remaining changes for PDE X to be the default mode 2014-09-10 15:51:03 -04:00
Ben Fry 5edb2d5121 change contribs download location (fixes #2849) 2014-09-10 15:15:45 -04:00
Ben Fry bde5b124fc notes for contribs issues 2014-09-10 14:06:48 -04:00
Ben Fry 89e2dcf967 Merge pull request #2844 from federicobond/fix-osx-localization
Fix localization in OS X
2014-09-10 09:48:31 -04:00
Federico Bond 86682ca9b3 Fix localization in OS X 2014-09-08 23:27:53 -03:00
Ben Fry 4e3fb92f1f Update README.md 2014-09-08 14:52:46 -04:00
Ben Fry dccf46eec1 Update README.md 2014-09-08 14:52:25 -04:00
Ben Fry 4f0c204457 add note about Applet base class change 2014-09-08 14:51:22 -04:00
Ben Fry be1f0802c2 Merge pull request #2839 from federicobond/static-inner-classes
Add static modifier to inner classes that don't access parent
2014-09-08 14:17:13 -04:00
wirsing 8ea07aa413 added 32bit win dll's, updated todo 2014-09-06 14:28:17 -07:00
Federico Bond 7c4544a8ef Add static modifier to inner classes that don't access parent 2014-08-31 12:51:46 -03:00
Ben Fry 8efee02839 Merge pull request #2826 from federicobond/primitive-optimization
Optimize creation of boxed primitives
2014-08-28 11:02:02 -04:00
Ben Fry 0ee6dff5cc start revision 0231 2014-08-28 11:01:19 -04:00
Ben Fry 81e309c3a4 wrap up for release notes, etc processing-0230-3.0a3 2014-08-26 18:55:29 -04:00
Federico Bond 80f64013a4 Optimize creation of boxed primitives 2014-08-26 19:40:19 -03:00
Ben Fry 7905f0b2c9 Merge pull request #2823 from federicobond/colorselector-lazy
Initialize the ColorSelector tool on demand
2014-08-26 17:07:14 -04:00
Ben Fry ac715fcff9 Merge pull request #2816 from omerjerk/bugfix-editor
bugfix- save file prompt while creating a new tab linux
2014-08-26 17:06:20 -04:00
Ben Fry 9de450066b Merge pull request #2824 from federicobond/remove-merge-artifact
Remove merge artifact in IntDict javadoc
2014-08-26 14:48:43 -04:00
wirsing 6a07e47a86 added windows 64 bit support and made platform specific library loader. 2014-08-25 18:19:17 -07:00