Commit Graph

8988 Commits

Author SHA1 Message Date
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
Federico Bond 7d09cd08a7 Remove merge artifact in IntDict javadoc 2014-08-25 14:58:42 -03:00
Federico Bond 4547d2d291 Initialize the ColorSelector tool on demand 2014-08-24 21:50:05 -03:00
Umair 70a02a6267 bugfix- save file prompt while creating a new tab linux
Signed-off-by: Umair <omerjerk@gmail.com>
2014-08-23 20:26:59 +05:30
Ben Fry 25ed6fed3b Merge pull request #2811 from federicobond/preferences-fix
Replace Thread with invokeLater in PreferencesFrame
2014-08-23 10:31:04 -04:00
Federico Bond 70747ade52 Replace Thread with invokeLater in PreferencesFrame 2014-08-22 18:58:14 -03:00
Ben Fry 837bcdc946 misc cleaning activities 2014-08-22 09:52:59 -04:00
Ben Fry f42ba9d77b Merge pull request #2810 from federicobond/fix-preferences-path
Fix preferences file path in preferences window
2014-08-22 09:48:19 -04:00
Federico Bond e7a973ec4c Fix preferences file path in preferences window 2014-08-22 01:07:52 -03:00
Ben Fry a7bd60061a Merge pull request #2808 from galsasson/tweakmodeudp
Tweakmodeudp
2014-08-20 12:16:29 -04:00
Gal Sasson 30b46f8c08 small cleanup 2014-08-20 11:32:55 -04:00
Gal Sasson 70cf524342 add tweak.port parameter for tweak mode communication and some cleanups
- tweak.port can be a number or 'auto', in this case a port number will be randomly generated at run time in the range of 0xc000 - 0xffff.
2014-08-20 11:25:51 -04:00
Gal Sasson 421a60055c remove dependency on oscP5, add a UDP client and server for message passing between the sketch and the PDE 2014-08-19 20:30:22 -04:00
Ben Fry 59b747aeeb Merge pull request #2746 from joelmoniz/compatibleContribs
Added option to allow the user to make the contributions listing dependent on the PDE version
2014-08-19 14:10:40 -04:00
Joel Moniz 8283888250 Incompatible contribs are now blurred out 2014-08-19 23:24:20 +05:30
Joel Moniz b2268dcb4d Replaced compatibleVersions field with mix/maxRevision fields 2014-08-19 23:24:19 +05:30
Ben Fry 1f921aa3db Merge pull request #2780 from federicobond/catch-missing-translations
Catch MissingResourceException when language key is missing
2014-08-19 13:38:59 -04:00
joelmoniz 62cb88de66 Finished work on Showing only compatible contribs 2014-08-19 23:07:40 +05:30
joelmoniz 93b3110783 Added a compatibleVersions field to properties,contrib
And the appropriate parsing of the field
2014-08-19 23:07:40 +05:30
Ben Fry 6b037228de Merge pull request #2781 from liquidzym/zh-languge
zh_languages minor fix and improved
2014-08-19 13:36:55 -04:00
joelmoniz 424f50b1fe Done with GUI changes for Show Compatible Contributions 2014-08-19 23:06:43 +05:30
Ben Fry de848c5787 Merge pull request #2782 from joelmoniz/highlightContribs
Enabled highlighting of contributions with a Processing icon
2014-08-19 13:36:25 -04:00
Ben Fry 19d47a72c9 Merge pull request #2777 from joelmoniz/fixContribManagersNotSh
Contributions Managers now show specific titles (like "Mode Manager", "Tool Manager", etc.) in the user's preferred language
2014-08-19 13:32:47 -04:00
Ben Fry 46c5ed4544 Merge pull request #2795 from joelmoniz/addExamplesManagerRebased
Added examples-package as a new contribution type.
2014-08-19 13:27:36 -04:00
Ben Fry 063df13695 Merge pull request #2794 from pvrs12/change-detection
Erroneous file change detection fix
2014-08-19 13:25:15 -04:00
Ben Fry 9f1162cc54 Merge pull request #2800 from joelmoniz/improveNoInternet
Improve how the Contributions Manager handles no internet connection (or an unreliable one)
2014-08-19 13:23:47 -04:00
liquidzym 24f821237a Merge branch 'master' of https://github.com/processing/processing.git into zh-languge 2014-08-19 17:31:39 +08:00
REAS 91679d072f Change to Sound library to re-enable building the project 2014-08-18 15:49:53 -07:00