Commit Graph

2845 Commits

Author SHA1 Message Date
Ben Fry e031c49392 No, .java files need not be executable. But thanks, Windows. 2015-04-24 15:32:53 -04:00
Ben Fry a4e5f2cfda fix up file change detection (#2852) 2015-04-24 15:28:33 -04:00
Ben Fry d0abe3fd41 working on change detection 2015-04-24 15:21:01 -04:00
Ben Fry 141fdc383d notes heading to release, improve error messages a teeny bit 2015-04-24 10:45:00 -04:00
Ben Fry 5fa516404c Merge pull request #3190 from Akarshit/enhan-findReplace
Find/Replace dialog uses GroupLayout
2015-04-17 17:23:53 -04:00
Ben Fry 05b87e1362 Merge pull request #3191 from Akarshit/enhan-prefWindoe
Initial Stage for Preference Window with GroupLayout
2015-04-17 17:19:55 -04:00
Ben Fry 0b0a999d5e Merge pull request #3196 from Akarshit/bugfix-newLineCursor
Now the cursor moves when the line is changed after a long line
2015-04-17 14:20:50 -04:00
Ben Fry 05ec0ebc40 fixing up #3197, other notes 2015-04-17 14:19:16 -04:00
mtsio 0ca72d4cc6 improve internationalization and localization in greek 2015-04-17 05:06:54 +03:00
Akarshit 42214d3a81 Update JEditTextArea.java 2015-04-15 22:45:34 +05:30
Akarshit Wal 80cae7e65a Now the cursor moves when the line is changed after a long line 2015-04-15 22:28:59 +05:30
Akarshit Wal ac4e126adc Initial Stage for Preference Window with GroupLayout 2015-04-14 19:37:12 +05:30
Akarshit Wal 53e2ba1d88 Find/Replace dialog uses GroupLayout 2015-04-13 22:23:24 +05:30
Ben Fry 8e1f185fe7 turn that off, too many errors 2015-04-09 15:30:13 -04:00
Ben Fry 3a3c87f334 need this error message 2015-04-09 15:25:29 -04:00
Ben Fry 73ad90dfdf change how new prefs are loaded and platform-specific handling 2015-04-09 15:00:03 -04:00
Ben Fry 091d716d03 remove unused imports 2015-04-09 14:59:45 -04:00
Ben Fry 09db309a6d cleanups and formatting 2015-04-09 13:54:22 -04:00
Federico Bond a37ca485b8 Fix ColorChooser cursor 2015-04-08 02:48:49 -03:00
Plastix 18946f7a9d Refactor examples manager window: Fixes #3133 2015-04-07 17:51:37 -04:00
Ben Fry 5ebbd881f7 note about contrib stuff 2015-04-04 19:02:25 -04:00
Ben Fry af4a31b021 cleaning up contrib code 2015-04-04 18:57:33 -04:00
Ben Fry 7236af246d cleanups, oy 2015-04-04 07:09:29 -04:00
Ben Fry a96ee52a7c Merge pull request #3170 from Plastix/fix-horizontal-scroll-osx
Fix multi-touch horizontal scrolling on OSX
2015-04-04 06:19:23 -04:00
Ben Fry 1787e378bd formatting fixes 2015-04-03 16:46:46 -04:00
Ben Fry 4c4732d538 improved window offset for new gui 2015-04-03 14:29:45 -04:00
Ben Fry b4a784336d remove annoying extra space 2015-04-03 14:24:15 -04:00
Ben Fry 40e808acf1 line number tweaks, button tweaks, debugger startup, fixes #3096 2015-04-02 10:38:55 -04:00
Plastix ed03fb6365 Fix multi-touch horizontal scrolling on OSX: Fixes #180
Also edited the native cocoa wrapper to disable inertia scrolling (https://developer.apple.com/library/mac/releasenotes/DriversKernelHardware/RN-MagicMouse/). According to Apple that should work, but I'm not sure it does anything.
2015-04-01 17:36:42 -04:00
Ben Fry 223e234763 Merge pull request #2961 from joelmoniz/closeStreams
Closing a few unclosed BufferedReaders and InputStreams
2015-04-01 17:21:16 -04:00
Ben Fry 3d5adcceef deal with page down exception, fixes #2990 2015-04-01 16:19:31 -04:00
Ben Fry d1032eacc5 Merge pull request #2991 from Akarshit/bugFix-PgDnException
Fix for Exception when pressing PgDn in a code without scrollbar #2990
2015-04-01 16:12:33 -04:00
Ben Fry 18892323ac Merge branch 'master' of https://github.com/processing/processing 2015-04-01 15:56:18 -04:00
Ben Fry e2322a1c8d prevent menu mnemonics from going into the editor 2015-04-01 15:56:12 -04:00
Ben Fry 8ea2106fc7 Merge pull request #3169 from joelmoniz/bugfix-replaceLibHeaderError
Contribution Manager up and running again
2015-04-01 15:27:56 -04:00
Ben Fry 63b9da3d79 additional edits to clean up #3025 2015-04-01 15:24:38 -04:00
Ben Fry 29c1edd273 fix for #3074, opening prefs from shortcut marks sketch as modified 2015-04-01 14:57:56 -04:00
Joel Moniz 21e04dd216 Contribution Manager up and running again 2015-04-01 22:47:42 +05:30
Ben Fry b52fdb7f14 working on a fix for #3057 2015-04-01 11:55:20 -04:00
Ben Fry e61cf321fe Merge pull request #3025 from mtsio/master
greek translation and some fixes
2015-04-01 11:41:52 -04:00
Ben Fry cb6fb5f086 fix formatting 2015-04-01 11:38:29 -04:00
Ben Fry 3c0398c7e9 Merge pull request #3069 from joelmoniz/bugfix-killAfterFatalError
Fatal errors now kill processing, enabling building it again without killing it manually without using the Task Manager
2015-04-01 11:30:18 -04:00
Ben Fry 7aa709f366 a little further along with the cleanups 2015-03-31 20:46:06 -04:00
Ben Fry 986d7615dd ui rework in progress 2015-03-31 20:10:07 -04:00
Ben Fry d009280dcd deal with readSettings() regression 2015-03-31 18:47:44 -04:00
Joel Moniz ec5e699977 i18n and formatting of code related to import lib auto-install 2015-03-31 03:42:28 +05:30
Joel Moniz 95632fa96f Adding dialog to ask if user wants to install imported libs 2015-03-31 02:58:32 +05:30
Joel Moniz cc6a3feaa9 Imported Libraries install successfully 2015-03-31 02:58:32 +05:30
Joel Moniz 5b5a331604 List of contribs to be installed due to import now obtained 2015-03-31 02:46:40 +05:30
Joel Moniz 07a87e8461 Adding hashmap to get library from import header 2015-03-31 02:46:40 +05:30