Commit Graph

408 Commits

Author SHA1 Message Date
nathan
f382160189 Moved Growl into it's own project 2015-11-01 00:52:48 +01:00
nathan
719d47c293 Added actionHandler, to support a simple listener/callback system. Updated Screen/Swing utils 2015-11-01 00:52:12 +01:00
nathan
1ff2af769e updated dependency info 2015-10-30 13:42:58 +01:00
nathan
71d15443fc Changed init order, and how the main loop gets started 2015-10-29 02:21:24 +01:00
nathan
6ba920355e Fixed issues with race conditions and piping content to null. Also fixed linux shell execution. 2015-10-28 16:35:24 +01:00
nathan
7392f1ef71 fix imports 2015-10-27 02:32:07 +01:00
nathan
258f2ccc8d Added more methods. Added return typse to g_signal_connect* 2015-10-27 01:46:02 +01:00
nathan
9be830786c Cleaned up process std i/o. Changed where/how flushing runs when finished. Added better docs. Added getOutput() to safely convert baos to string 2015-10-27 01:44:49 +01:00
nathan
9214880c98 Added flush to Sys.copyStream 2015-10-27 01:42:59 +01:00
nathan
8345243709 Updated comments 2015-10-27 01:37:23 +01:00
nathan
7ccb2256e2 formatting 2015-08-23 00:06:48 +02:00
nathan
add147699e updated Pool, poolable is now an abstract class instead of interface 2015-08-23 00:06:24 +02:00
nathan
0454a30382 updated junit 2015-08-23 00:05:53 +02:00
nathan
7aa799a805 Reworked SwingViaStage, reworked growl, tweaked show/hide behavior 2015-08-21 17:10:25 +02:00
nathan
1607d0a087 Updated license info 2015-08-19 02:25:38 +02:00
nathan
01271e9e5d Added better wrapping/threading for jfx 2015-08-18 01:44:26 +02:00
nathan
3707b1f4cd WIP, getting swing "stage" implemented with animations and rendering order 2015-08-18 01:02:10 +02:00
nathan
7fda42c508 add stageAsSwing (stage, as a swing component - because of compatibility with linux) 2015-08-17 00:31:46 +02:00
nathan
a69dca4132 WIP adding JavaFX utils/classes 2015-08-16 01:15:42 +02:00
nathan
a1a5b73c59 added more sys utils 2015-08-16 01:15:11 +02:00
nathan
6d79f15ed7 updated junit 2015-08-16 01:09:45 +02:00
nathan
a4217e8c84 Added graphic to header for wizard page. Changed WizardPane -> WizardPage 2015-08-09 16:48:17 +02:00
nathan
61b64658e1 Fixed validation error popup location when the first page is invalid 2015-08-08 22:14:17 +02:00
nathan
dadda62cab better support of invalid pane (using binding), added graphic to header text 2015-08-08 21:13:23 +02:00
nathan
32cbef395f Added a Growl-type notification panel and a wizard 2015-08-08 02:20:31 +02:00
nathan
f4fe925a47 Updated OS.javaVersion, to be more friendly towards repeated calls 2015-08-03 12:22:14 +02:00
nathan
cc9abc68b0 Removed concurrentHashMapV8 2015-08-03 11:18:16 +02:00
nathan
535d05f486 Fixed pingFuture generics 2015-08-03 11:17:52 +02:00
nathan
ef6b7dcc65 fixed kryo classpath 2015-08-01 13:51:08 +02:00
nathan
a532a9c262 code cleanup 2015-07-30 01:48:46 +02:00
nathan
e346434042 directory cleanup 2015-07-29 17:16:48 +02:00
nathan
3e5af1bc0a Updated formatting. Added support for local connection RMI methods. Updated generics 2015-07-29 16:47:58 +02:00
nathan
ab09a34119 code cleanup for RMI registration in channel handlers 2015-07-29 11:36:29 +02:00
nathan
8f7fa17874 added missing method 2015-07-29 11:29:30 +02:00
nathan
4769c3b9cc connection code cleanup 2015-07-29 11:29:12 +02:00
nathan
75e63db23c cleaned up casting 2015-07-29 11:27:26 +02:00
nathan
6febf0653f warnings cleanup 2015-07-29 11:25:33 +02:00
nathan
5a42a40de1 cleaned up pipeline. added local rmi stuff for local connections 2015-07-29 11:25:08 +02:00
nathan
b980ee132c removed deleted class 2015-07-28 18:36:21 +02:00
nathan
f21142a475 generics whack-a-mole 2015-07-28 18:35:54 +02:00
nathan
1d12f2dbcd RMI method override implemented. lots of misc fixes 2015-07-28 02:23:01 +02:00
nathan
9c18128b2d fixed frame y location 2015-07-28 02:22:04 +02:00
nathan
1abb0735ae ClassHelper 'hasInterface' now checks parents as well 2015-07-27 18:22:34 +02:00
nathan
8105582f47 code polish/cleanup 2015-07-22 12:49:45 +02:00
nathan
83aab62fb4 Changed endpoint, so that localhost/127 as the host, really means LOOPBACK, instead of previously which was get the local lan IP 2015-07-22 11:14:52 +02:00
nathan
6a1eaf59fc Changed endpoint, so that localhost/127 as the host, really means LOOPBACK, instead of previously which was get the local lan IP 2015-07-22 11:14:46 +02:00
nathan
5758e66ca8 renamed MathUtils -> MathUtil 2015-07-22 11:13:18 +02:00
nathan
12f5e9c0ed typo fix in project name 2015-07-22 10:36:45 +02:00
nathan
946bf4a5f3 Client now implements Connection 2015-07-22 10:36:19 +02:00
nathan
9c2f324b9a Code cleanup. Removed unnecessary methods from Connection interface 2015-07-22 10:35:45 +02:00