Commit Graph

408 Commits

Author SHA1 Message Date
nathan
46ae5cbc78 Formatting, code polish 2017-07-01 14:37:41 +02:00
nathan
01e5eab0ca Added more accurate font height utility methods. Moved font utility
methods into FontUtil class.
2017-06-30 22:27:44 +02:00
nathan
61f4f5a4de Formatting 2017-06-27 00:13:08 +02:00
nathan
083aab845a Added TEMP_DIR to OS. Code polish. 2017-06-26 14:05:31 +02:00
nathan
66dc5447a0 Added XFCE query commands 2017-06-25 23:52:28 +02:00
nathan
19b9efe6c2 fixed java SDK in iml 2017-06-25 23:52:02 +02:00
nathan
6f5bb6d3f9 Code polish/cleanup. Added isWindows8_1_plus() cache various variables
now (which are expensive to compute).
2017-06-15 14:09:35 +02:00
nathan
c8d5cd23c7 Added setting the look and feel VIA class (instead of just by name...) 2017-06-15 11:51:15 +02:00
nathan
d996fd5c76 Code polish 2017-05-29 20:45:34 +02:00
nathan
b8e4f2353e Added ability for FileUtil.read() to pass in a string builder, instead
of dealing only with strings. Removed line.trim() and isEmpty() checks,
 since the objective of these methods are to convert a file to a string.
  Nothing else.
2017-05-29 13:51:41 +02:00
nathan
1c1b6b3dc0 Updated FileUtil.read() method 2017-05-28 01:10:09 +02:00
nathan
8ad232decd Added comments about how the getSystemLookAndFeelClassName on linux will
cause GTK2 to be loaded (can conflict with GTK3)
2017-05-14 17:34:01 +02:00
nathan
bec29c4cd3 Added image utilities 2017-05-10 15:20:59 +02:00
nathan
8a529731b7 Added windows JNA util classes 2017-05-10 15:20:29 +02:00
nathan
fe9c43c02b Added getting font height utils to SwingUtil 2017-03-10 17:03:52 +01:00
nathan
311fad500d Formatting 2017-03-10 17:02:54 +01:00
nathan
ef0cfe2f2e Moved Random utils into their own class 2017-03-10 17:02:23 +01:00
nathan
36f6000b42 Split out random utils into their own class, added number checks 2017-03-10 15:54:22 +01:00
nathan
d3a95fa6ef Added isEven to MathUtil 2017-02-27 13:01:07 +01:00
nathan
b336b92be1 Now use version property instead of CLI parsing 2017-02-27 12:55:26 +01:00
nathan
cb67faf901 updated comments 2017-02-26 23:43:24 +01:00
nathan
d3bc40081d Added more font glyphs to font size detection. Added error when L&F
cannot be loaded.
2017-02-26 11:54:52 +01:00
nathan
d6885798c5 Cannot do things in during static initialization that depends on
static fields. Moved logic to methods.
2017-02-26 00:07:45 +01:00
nathan
896744ae1e Cleaned up/simplified setting the L&F for swing 2017-02-25 23:37:50 +01:00
nathan
30f3f3a3fd Added more specific windows OS detection methods (ie,
ieWindowsXP/Vista/7/8/8.1/10)
2017-02-25 14:05:57 +01:00
nathan
c03a8f0b71 Moved swing font util method into utils class 2017-02-23 01:31:33 +01:00
nathan
e9585ce5b7 Updated storage to throw IOException when there is a problem
deserializing the data from disk
2017-02-18 23:58:08 +01:00
nathan
3b3a2e6d74 Updated kryo 2017-02-18 23:57:28 +01:00
nathan
b6272112e8 Added comments, renamed to StorageSystem 2017-02-18 14:42:34 +01:00
nathan
f5ae7fb32d Fixed logging, so errors still output if no logger is set. 2017-02-18 14:30:08 +01:00
nathan
d9660efe9b Updated Utilities 2017-02-17 16:25:51 +01:00
nathan
5c3578ee03 Moved DeafultUI implementations to Utils 2017-02-17 16:25:38 +01:00
nathan
7627f487d4 Can now specify the logger to use for Disk Storage. 2017-02-16 12:09:46 +01:00
nathan
001e84b073 Added File serialization 2017-02-16 11:49:36 +01:00
nathan
8d84ff1b44 Cleaned FileUtil 2017-02-16 00:01:50 +01:00
nathan
897c4a83cb Cleaned up sync issues with Swing Active Rendering 2017-02-16 00:00:55 +01:00
nathan
d041655c6d Changed Store -> StorageType to make more sense. 2017-02-12 23:22:58 +01:00
nathan
92adb94e51 Added file(String) to storage 2017-02-12 22:49:26 +01:00
nathan
6589d6f95b Updated refactored Normalize for strings (not to be confused with
NormalizeRaw)
2017-02-12 22:49:09 +01:00
nathan
a7548cad84 Merged utilities from common + bootstrap into single project. 2017-02-10 13:59:05 +01:00
nathan
ffa0304f9e Updated license info in readme 2017-02-10 12:15:56 +01:00
nathan
b95ff97bcd Added readme and intellij 2017-02-10 12:06:24 +01:00
nathan
e67a8556e9 Cleaned up Utilities 2017-02-10 11:17:13 +01:00
nathan
de4d23434d Updated copyright 2017-02-10 00:15:54 +01:00
nathan
2d83a4c16d Load all fonts in SwingUtil is false now by default 2017-02-08 13:58:28 +01:00
nathan
d8f0c4d818 Fixed issue with Custom L&F for swing always getting set. 2017-02-08 13:49:16 +01:00
nathan
b01ba51ade Added fix for java 32bit on windows 2017-01-23 00:32:39 +01:00
nathan
e08b35caa8 Fixed logic for checking if gnome 2016-12-29 23:44:58 +01:00
nathan
1ecc8f4605 OS detection: cleaned up fedora, added debian 2016-12-29 23:32:54 +01:00
nathan
944bf1bbf5 Added suport for Elementary OS 0.3.2 2016-12-29 23:03:36 +01:00