Commit Graph

2156 Commits

Author SHA1 Message Date
Ben Fry ff618bc0b5 try to switch to JRE only; fail 2013-10-19 21:04:42 -04:00
Ben Fry 1efba6b431 update for JDK 7u45 on OS X, and prevent hard-coding of JDK version in Base 2013-10-19 16:24:03 -04:00
Ben Fry 4e9e24bad3 increase a few fonts a bit, antialias on the status 2013-10-15 23:03:36 -04:00
Ben Fry e9030acc9f better message 2013-10-15 22:53:40 -04:00
Ben Fry 0c8cc53eb8 fix console font, also reset on default font 2013-10-15 22:22:43 -04:00
Ben Fry 42c6a8d071 fix character width issues, also allow run from Eclipse 2013-10-15 19:36:32 -04:00
Ben Fry acda315d65 move args around in line with the others 2013-10-15 13:00:36 -04:00
Ben Fry fdc0c3b518 more font and prefs work, cleanups and more 2013-10-14 17:14:29 -04:00
Ben Fry a45fbc4fd1 more 7u40 retina fixes, removed unused Tool code 2013-10-14 16:34:53 -04:00
Ben Fry a3c0fb84b1 not using these anymore 2013-10-14 14:12:36 -04:00
Ben Fry 6387479ec8 more error checking/handling for Modes and Tools 2013-10-14 14:10:11 -04:00
Ben Fry 38c968ff68 and... turns out we can't use the status area at that point 2013-10-14 13:46:44 -04:00
Ben Fry 70ce3f6010 add some bulletproofing for tools 2013-10-14 13:26:34 -04:00
Ben Fry e954e309b2 oops, no need to do that 2013-10-14 12:11:15 -04:00
Ben Fry e069242cd7 font issues sorted, lots of cleanup, fix retina crustiness 2013-10-14 12:10:56 -04:00
Ben Fry c47e931d21 but wait, there's more 2013-10-13 23:47:53 -04:00
Ben Fry f86a05dfb0 wow, there's more. and maybe that was too aggressive. 2013-10-13 23:35:40 -04:00
Ben Fry 42555d4530 clearing up this font mess to debug the plain/bold/family issue 2013-10-13 22:53:16 -04:00
Ben Fry 409bd30ceb trying to get to the bottom of the font trouble 2013-10-13 21:50:39 -04:00
Ben Fry 1c112b6e4d changing font size now working 2013-10-13 18:30:32 -04:00
Ben Fry 009d51d540 better option for setting code font 2013-10-13 17:46:14 -04:00
Ben Fry 7dde37c139 trying out the bold instead of the semi 2013-10-13 16:02:53 -04:00
Ben Fry 1e21b1b2ce oh fonts.. so fickle 2013-10-13 15:17:48 -04:00
Ben Fry 33762fd258 let's be more specific 2013-10-13 13:49:18 -04:00
Ben Fry bc3b191de9 working on font options and prefs 2013-10-13 13:18:45 -04:00
Ben Fry d821d04c5b remove 32/64 pref, add dummy window, other OS X fixes for 7u40 2013-10-12 21:54:49 -04:00
Ben Fry cf559b4a90 resolution for println() issues 2013-10-12 18:01:16 -04:00
Ben Fry a9097a8962 handle warning, remove debug flag, update appbundler 2013-10-11 16:51:30 -04:00
Ben Fry 44505258b9 fix class loader issues with JAI ImageIO 2013-10-08 20:33:13 -04:00
Ben Fry 5196601ffc fixes for isPopupTrigger() issues 2013-10-06 23:37:41 -04:00
Ben Fry 8563ff0fe5 attempting press/release versions of isPopupTrigger 2013-10-06 23:25:17 -04:00
gohai ee891808e7 Remove obsolete SerialFixer
The SerialFixer removed stale lock files on OS X, which are no longer used by the new serial library (JSSC).
2013-10-01 22:22:05 -07:00
Ben Fry 08e93b02d3 deal with cmd-left popup issue (#2103), formatting and notes 2013-09-28 12:51:41 -04:00
Ben Fry 9a4b8544df Merge pull request #2037 from AmnonOwed/Fix#1984NewMaximizedPDE
Open new PDE maximized when current PDE is maximized
2013-09-25 09:17:58 -07:00
Ben Fry 11da7eb82f fix add library exception and timeouts (#2026) 2013-09-25 10:59:30 -04:00
Ben Fry 8b7bbe530d fix location for java on Windows/Linux 2013-09-22 17:00:11 -04:00
Ben Fry 78c127ab1d add java executable on OS X, force local when running 2013-09-22 16:57:14 -04:00
Ben Fry 5d97a9c0bc the Contents/Java switch ain't all that useful 2013-09-21 12:22:00 -04:00
Ben Fry d04281fdc5 working on 7u40 prep, remove dynamic loading code from ThinkDifferent 2013-09-17 21:19:40 -04:00
Ben Fry b4827a92ce adding tweak to avoid crash when tools or modes folders are inaccessible 2013-09-13 02:20:26 -04:00
Ben Fry 7eb0f19d65 change build scripts to use built-in ecj (removes jdk req) 2013-09-12 19:21:57 -04:00
Ben Fry e2b9f2f552 starting the next release 2013-09-05 17:17:41 -04:00
AmnonOwed fb898b7527 Open new PDE maximized when current PDE is maximized 2013-08-23 17:53:22 +02:00
Ben Fry 9fa50abd8c starting the next release 2013-08-14 21:35:07 -04:00
Grant Cahill 2dd6a9c1a0 Updated the unit tests for ParserTests and the expected input and output for the respective tests to match the current state of Processing. 2013-08-08 06:56:49 -07:00
Ben Fry 5be48673c1 add proxy server support (#1476) 2013-08-07 16:41:22 -04:00
Ben Fry da01663c68 incorporate #1945 to handle #1942 2013-08-07 16:23:31 -04:00
Ben Fry cadce01a25 Merge pull request #1925 from datguy/issue1909
Update examples when a library is added or removed
2013-08-07 13:09:29 -07:00
Ben Fry 0bca425db3 fix issues with mode/lib/tool manager, require restart msg, also #1782 2013-08-07 16:06:55 -04:00
Ben Fry 141458db5c move back to old core library grabber to get GL working again 2013-07-25 17:39:30 -04:00