Commit Graph

8566 Commits

Author SHA1 Message Date
Ben Fry 62d76f588d remove welcome chatter; not recommded for libraries, never part of core libs 2014-07-30 17:25:58 -04:00
Ben Fry e6bfc23741 add examples to the build, remove pdex platform chatter 2014-07-30 17:23:18 -04:00
Ben Fry e279fa2e47 build cleanups to die when files not present, remove duplicate fonts 2014-07-30 16:20:52 -04:00
Ben Fry ad6430b988 clean up prefs, remove old 32/64-bit stuff from OS X 2014-07-30 15:52:53 -04:00
Ben Fry 8d532f8569 switch to OS X native full screen (fixes #2641) and remove native code for hiding menubar 2014-07-30 15:29:08 -04:00
Ben Fry b92dec0148 todo notes and minor tweak 2014-07-30 12:46:41 -04:00
Ben Fry 0f60cb926c Merge pull request #2324 from AmnonOwed/Fix2228-PImageResizeTransparantBug
Fix #2228 - PImageResizeTransparantBug (Alternative Solution)
2014-07-30 12:44:45 -04:00
Ben Fry c5b2bda620 Merge pull request #2672 from aengelke/string-list-insert-fix
Fix insert bug in StringList
2014-07-30 12:39:34 -04:00
Ben Fry cb2629c37b Merge pull request #2343 from jordanorelli/master
fixes #2341 - inconsistent bounds checks
2014-07-30 12:36:00 -04:00
Ben Fry 1daab49ce7 Merge pull request #2370 from joelmoniz/SaveAs2
Progress Bar when Saving As ( Issue #70)
2014-07-30 12:17:42 -04:00
Ben Fry e585959e29 Merge branch 'master' of github.com:processing/processing 2014-07-30 11:58:49 -04:00
Ben Fry 47125c9797 disable the OS X export button on Windows and Linux (fixes 2642) 2014-07-30 11:58:45 -04:00
Alexis Engelke ca0a0580c3 Fix processing/processing#2548 2014-07-30 17:51:58 +02:00
Ben Fry a7c59195f3 Merge pull request #2671 from aengelke/nimbus-fix
Updates for Nimbus LAF
2014-07-30 11:36:32 -04:00
Ben Fry 72cc3dd54d prevent multiple sketch windows opening (fixes 2506) 2014-07-30 11:34:44 -04:00
Alexis Engelke faf4584a55 Updates for Nimbus LAF 2014-07-30 17:28:10 +02:00
Ben Fry e81732443e Merge pull request #2667 from joelmoniz/clearContribMessage
Status Messages/Errors now clear in Contribution Managers
2014-07-30 11:12:31 -04:00
Ben Fry d07e5a367b add note about what was added to Table 2014-07-30 10:07:43 -04:00
Ben Fry a0bc02db16 return null on getString() for NaN values 2014-07-30 09:38:19 -04:00
Ben Fry cf4e7a7c46 add copy() method to Table 2014-07-30 09:15:02 -04:00
joelmoniz 7a054cfdaf Status Messages/Errors now clear in Contrib Manager 2014-07-30 15:45:58 +04:00
Ben Fry 514385835e fix code signing but/error on osx export (#2614) 2014-07-29 19:49:45 -04:00
Ben Fry 222a60fced remove %PATH% from the library path imports 2014-07-29 10:40:00 -04:00
Ben Fry 764aabf510 Merge pull request #2662 from ybakos/issue-docs50-reverse
Correcting descriptions of reverse method
2014-07-29 05:00:49 -04:00
Manindra Moharana f842601c9a added sketchbook shortcut 2014-07-29 11:24:13 +05:30
Manindra Moharana d414a2a09d removed unnecessary imports 2014-07-29 11:06:08 +05:30
Manindra Moharana c45ddb5f46 added sketchbook - tree view 2014-07-29 10:47:04 +05:30
Yong Bakos fe7d4b8ad5 Correcting descriptions of reverse method for FloatList, IntList and StringList.
Fixes https://github.com/processing/processing-docs/issues/50
2014-07-28 18:34:26 -05:00
Ben Fry 5980da931b Merge pull request #2657 from joelmoniz/fixReferenceNotShowing
Help>References and Help>Environment open in default browser in Windows
2014-07-28 18:12:47 -04:00
Ben Fry 5d09cc74ad todos and notes for the revisions 2014-07-28 15:16:13 -04:00
Ben Fry 6046776035 Merge pull request #2659 from JakubValtar/svg-arc
Implemented elliptical arcs for PShapeSVG
2014-07-28 15:06:58 -04:00
Ben Fry c02b31cebc Merge pull request #2607 from teddywing/insert-tab-char-on-tab-keypress-if-not-editor.tabs.expand
PdeKeyListener.java: tab key behaves correctly if !editor.tabs.expand
2014-07-28 15:00:12 -04:00
Manindra Moharana 6397d941b3 dialog for new tab and rename. Fixes #2431 2014-07-28 23:37:14 +05:30
Manindra Moharana 31824905d0 fix build.xml for pdex 2014-07-28 11:17:04 +05:30
Manindra Moharana 1ae3d2c4ad more java tab stuff 2014-07-28 11:14:09 +05:30
Manindra Moharana 75a527f97b some stuff disabled for java tabs 2014-07-28 10:55:03 +05:30
Manindra Moharana e3ae98e8ae todo update 2014-07-28 10:44:20 +05:30
Manindra Moharana c975771131 code cleanup 2014-07-28 10:32:44 +05:30
Manindra Moharana 7bc00af4af more code cleanup 2014-07-28 10:28:54 +05:30
Manindra Moharana 42715c6a06 removing warnings 2014-07-28 10:24:08 +05:30
Manindra Moharana 8b380b5459 minor code updates to get rid of warnings.. 2014-07-28 10:20:51 +05:30
Manindra Moharana ac8d8589ea minor code changes 2014-07-28 10:02:59 +05:30
Jakub Valtar 7c5b6b0e23 Implemented elliptical arcs for PShapeSVG
Feature request #169
2014-07-28 02:30:57 +02:00
Manindra Moharana 9cd9ba5716 Merge branch 'master' of https://github.com/processing/processing 2014-07-27 21:00:31 +05:30
joelmoniz 49f414c6ea Fixes #2656 2014-07-27 17:17:55 +04:00
Ben Fry 6a74bbe3d7 Merge branch 'master' of github.com:processing/processing 2014-07-26 12:41:07 -04:00
Ben Fry e0071a23de extra notes 2014-07-26 12:41:04 -04:00
Manindra Moharana 71c14c93e7 Merge branch 'master' of https://github.com/processing/processing 2014-07-26 21:54:21 +05:30
Ben Fry 008108be14 Merge pull request #2574 from jdf/master
Permit modes to enhance the text editor by overriding the textarea Painter.
2014-07-26 12:23:47 -04:00
Manindra Moharana 8c225b4282 type safety update.. 2014-07-26 21:52:20 +05:30