Commit Graph

9950 Commits

Author SHA1 Message Date
Ben Fry
919f7b7028 but still not bothering to throw the error 2015-05-12 09:31:18 -04:00
Ben Fry
5bdf76fb7f but still not bothering to throw the error 2015-05-12 09:26:56 -04:00
Ben Fry
e54c669614 clean up accessors, language handling bugs, debugger weirdness 2015-05-12 09:25:24 -04:00
Ben Fry
774d7ac03d note these recent fixes 2015-05-11 19:00:26 -04:00
Ben Fry
1901169265 rewrite simplifier to use the language functions and fix #3268 2015-05-11 18:57:49 -04:00
Ben Fry
ec3b09e970 notes about 3265 2015-05-11 18:18:53 -04:00
Ben Fry
24a842645c trying to track down #3265 2015-05-11 18:16:13 -04:00
Ben Fry
ca381b2128 notes about change detection, clean up handler 2015-05-11 18:09:32 -04:00
Ben Fry
f48648a264 Merge pull request #3262 from pvrs12/file-change-detection-3222
Added buffer to file detection time
2015-05-11 18:05:17 -04:00
Ben Fry
1b36cb699a Merge pull request #3263 from pvrs12/fix-file-change-breakpoints
Fix for breakpoints causing a reload prompt
2015-05-11 18:03:32 -04:00
Ben Fry
19d436b1cc additional cleanups and bug fixes 2015-05-11 16:39:42 -04:00
Ben Fry
f23d723881 replace tweak color selector with awt version (fixes #3209) 2015-05-11 16:27:50 -04:00
Patrick Vares
9be339fb42 forgot to actually write back to the sketch 2015-05-10 21:31:06 -04:00
Patrick Vares
5b07b268cf Modified the java mode to use the methods in the SketchCode class for loading and saving files. Fixes an error with breakpoints causing file reloads 2015-05-10 20:35:53 -04:00
Patrick Vares
b91a8e8679 added time buffer of 1000ms for file change detection 2015-05-10 20:20:08 -04:00
Ben Fry
51a7aa0961 add todo items for debugger based on email discussion 2015-05-10 13:18:04 -04:00
Ben Fry
b27bfc608e couple other notes 2015-05-10 12:33:45 -04:00
Ben Fry
ff1f73c78a more cleanups and notes 2015-05-10 12:29:07 -04:00
Ben Fry
2721445cee more work on proxies 2015-05-10 12:27:51 -04:00
Ben Fry
9c5e831ce7 space changes, remove unused import 2015-05-10 12:27:25 -04:00
Ben Fry
ea1e4cd355 note about other version 2015-05-10 12:07:37 -04:00
Ben Fry
bf1050bd78 Merge branch 'master' of github.com:processing/processing 2015-05-10 12:06:57 -04:00
Ben Fry
f6ed43ff30 enable system proxies in PApplet 2015-05-10 12:06:55 -04:00
Ben Fry
a282ac28ce use correct font for line numbers 2015-05-10 12:06:27 -04:00
Ben Fry
67614f258f clean up 2015-05-10 12:06:11 -04:00
Ben Fry
76d6c4bc29 Merge pull request #3260 from Akarshit/bugfix-proxy
Added socks support in Processing
2015-05-10 12:05:14 -04:00
Ben Fry
0cc4d13c33 Merge pull request #3236 from pvrs12/tab-fix
Potential Tab menu fix
2015-05-10 12:00:51 -04:00
Akarshit Wal
9551e0d56b Corrected identation 2015-05-10 01:48:53 +05:30
Akarshit Wal
06afa9eee5 Added documentation 2015-05-10 01:48:01 +05:30
Akarshit Wal
765afa5024 Added socks support in the defaults file so that it is available in preference.txt 2015-05-10 01:46:43 +05:30
Akarshit Wal
380a50d8ca Socks Proxy now supported if put in preference.txt 2015-05-10 01:38:09 +05:30
Ben Fry
efe82f8671 Merge pull request #3251 from Akarshit/bugfix-proxy
System proxy getting used by deafult
2015-05-08 11:07:53 -04:00
Akarshit Wal
3d14cad106 Merge remote-tracking branch 'upstream/master' into bugfix-proxy 2015-05-08 03:00:24 +05:30
Akarshit Wal
dc026598f2 added documentation 2015-05-08 02:46:54 +05:30
Akarshit Wal
0c5cb9d19d system proxy is used by deafult 2015-05-08 02:46:25 +05:30
Ben Fry
f8e0d6815d Merge pull request #3240 from Akarshit/bugfix-contriStatus
The error message in Contribution Manager is set to null on hitting retry
2015-05-05 16:09:26 -04:00
Akarshit Wal
11c879b2db The message is set to null on hitting retry 2015-05-06 01:12:05 +05:30
Ben Fry
baa657296f just a few notes 2015-05-02 16:30:10 -04:00
Patrick Vares
618a6e5286 Allowed menu to 'stick' to the right when too many tabs exist. Tabs that cannot be displayed are automatically hidden. Removed old code which attempted to reduce tab size by hiding the text 2015-05-02 03:49:32 -04:00
Ben Fry
ac8ebc4e89 Merge branch 'master' of github.com:processing/processing 2015-05-01 15:09:31 -04:00
Ben Fry
e2bc0eab33 errors in case changes were not correctly reported 2015-05-01 15:09:24 -04:00
Ben Fry
48635c2dd4 Merge pull request #3234 from Akarshit/enhan-findReplaceNew
Removed the old commented code and added documentation to FindReplace
2015-05-01 14:37:48 -04:00
Akarshit Wal
65ede5e3b0 Removed the old commented code and added documentation 2015-05-01 20:58:33 +05:30
Ben Fry
0c1d175c28 don't need this public 2015-05-01 10:38:18 -04:00
Ben Fry
7b9709ef4c Update README.md 2015-05-01 09:13:10 -04:00
Ben Fry
f732895a40 Merge pull request #3233 from Akarshit/enhan-prefWindoe
Removed the old commented code and added documentation to PreferenceFrame
2015-05-01 08:37:10 -04:00
Ben Fry
b5210ecfbf couple of easy ones 2015-04-30 22:00:57 -04:00
Ben Fry
284fac151f get this guy too 2015-04-30 21:42:13 -04:00
Ben Fry
0cf0cc09fc removing more AWT 2015-04-30 21:40:13 -04:00
Ben Fry
125cf5b943 add new String/Int/FloatDict constructors for easier initialization 2015-04-30 13:51:09 -04:00