Commit Graph

2171 Commits

Author SHA1 Message Date
Ben Fry 732452564e starting the next revision after 2.1 2013-10-27 17:42:46 -04:00
Ben Fry 935c509abc get Commander working on OS X, addl updates 2013-10-25 15:43:33 -04:00
Ben Fry 8572e317c7 switching to Java 1.7 for source because of revalidate() usage 2013-10-25 09:51:20 -04:00
Ben Fry b2bd2c4217 Add option to not embed the Java runtime 2013-10-24 21:50:51 -04:00
Ben Fry b8f9bb628f reset everyone's anti-aliasing setting for the editor (#2164) 2013-10-23 18:24:20 -04:00
Ben Fry e22a3f314b fix return code and other notes 2013-10-23 18:23:59 -04:00
Ben Fry e97a2f35f6 starting next release 2013-10-20 17:49:03 -04:00
Ben Fry 5c0cbd83b7 only export a single platform bit-wise 2013-10-20 17:31:28 -04:00
Ben Fry 22f28c9c39 fix painter again 2013-10-20 17:21:23 -04:00
Ben Fry 2a784eb8eb writing release notes, lots of doc stuff, add fxns to keep X Mode working 2013-10-20 13:54:00 -04:00
Ben Fry b4752ac66f add embedding for the JRE 2013-10-20 10:01:34 -04:00
Ben Fry f58a506bec remove multi-platform export from Commander 2013-10-20 09:58:52 -04:00
Ben Fry a8ff4db245 removing cross-platform export 2013-10-20 09:54:03 -04:00
Ben Fry d1d5b76b3c new export now handles embedding the JRE on OS X 2013-10-19 22:57:54 -04:00
Ben Fry 9d0bfd3f9d working on OS X export with embedded JRE 2013-10-19 22:24:05 -04:00
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