Commit Graph

81 Commits

Author SHA1 Message Date
nathan
a1d24d85c9 Updated readme for info about swing+linux 2017-07-24 14:58:56 +02:00
nathan
4bfd62bf85 Fixed typo in readme 2017-07-24 14:54:13 +02:00
nathan
8bc6e60008 Updated readme to reflect tooltip info 2017-07-24 14:42:04 +02:00
nathan
365645ecd3 Updated POM information to include "dependencies", since it is easy to
incorrectly add it as a dependency to ones own project.
2017-07-23 18:02:50 +02:00
nathan
210e423b5f Added ChromeOS to detection. It does not work as there are no libraries
supporting it, and Swing cannot create a native peer via X11.
2017-07-23 15:31:09 +02:00
nathan
4ceef63fc8 Added jna_platform 2017-07-23 01:48:37 +02:00
nathan
e97e8922a1 Updated SystemTray description and license info for QZTray. 2017-07-20 23:59:15 +02:00
nathan
8a96bfb7fd Updated Readme 2017-07-19 00:57:46 +02:00
nathan
d8e9c32e8b Compatibility matrix is now Linux/Mac/Win, and in alphabetical
order. Added Kali linux (also works as root).
2017-07-18 17:19:05 +02:00
nathan
1c08c270e2 Fixed readme typos. Updated compatibility matrix. Of important note,
swing on linux now renders a background to fake transparency. There is a
 short visual glitch while the background is fetched.
2017-07-16 00:52:17 +02:00
nathan
c3373dd0c5 Updated notes 2017-07-01 21:35:41 +02:00
nathan
11103dfe46 Parameter notes cleanup 2017-06-15 14:48:11 +02:00
nathan
29186db011 Updated version information 2017-02-22 16:25:23 +01:00
nathan
aeae1494fd Updated repo location 2017-02-21 14:01:21 +01:00
nathan
a87d6c87c0 Readme formatting 2017-02-21 12:38:50 +01:00
nathan
f4a538a459 Updated version for release 2017-02-21 12:33:05 +01:00
nathan
6291eaeda3 Readme formatting 2017-02-21 12:23:22 +01:00
nathan
5df8be4444 Readme formatting 2017-02-21 12:17:38 +01:00
nathan
31c77bf259 Readme formatting 2017-02-21 12:14:17 +01:00
nathan
7eb25eb464 Updated readme format 2017-02-18 23:59:18 +01:00
nathan
0e5d52352b Updated Swing menu item behavior to permit customization. 2017-02-17 15:50:42 +01:00
nathan
cb9dbca16c Updated readme 2017-01-31 11:22:26 +01:00
nathan
b48006e773 Updated readme 2017-01-31 01:51:02 +01:00
nathan
dbaa6541a5 Updated readme 2017-01-30 13:48:59 +01:00
nathan
a440eababc Updated license and readme 2017-01-30 13:41:11 +01:00
nathan
ec9499c1bb Added support for tooltips. note: AppIndicators DO NOT support tooltips 2017-01-30 00:25:01 +01:00
nathan
ea0244d095 WIP release 3.0. 2017-01-21 16:23:02 +01:00
nathan
87fa6543d3 Updated version 2016-05-31 02:21:42 +02:00
nathan
ca4774b253 updated version 2016-05-08 16:57:40 +02:00
nathan
495973d3a7 Switched JNA mode from Proxy -> Direct-Mapping. Direct-Mapping is
significantly faster than Proxy, approaching that of JNI performance.
2016-05-08 15:51:07 +02:00
nathan
33cc61c920 Updated version 2016-04-28 14:36:53 +02:00
nathan
167031aceb updated version 2016-04-24 17:54:05 +02:00
nathan
71339e3267 Added DEBUG to documentation 2016-04-24 17:30:50 +02:00
nathan
5cf37496f6 Updated license info 2016-04-05 14:47:40 +02:00
nathan
88b0ef8bcd Updated version 2016-04-05 14:35:13 +02:00
nathan
62740a0d5a Added TIMEOUT property to adjust how long to wait for the event
dispatch queue to complete.
2016-04-05 14:19:13 +02:00
nathan
925394fd2e Updated version 2016-03-22 00:56:23 +01:00
nathan
44d6fdb1f1 Updated version 2016-03-13 17:37:42 +01:00
nathan
c26bb129c3 changed jna maven repo to official maven repo 2016-03-11 03:36:29 +01:00
nathan
4a4d4af8a5 updated readme info 2016-02-21 02:10:56 +01:00
nathan
9a7b438f93 updated version 2016-02-21 02:07:37 +01:00
nathan
f23c8b1554 Added extra properties 2016-02-21 00:56:56 +01:00
nathan
e129fd4e75 Updated documentation 2016-02-15 01:04:52 +01:00
nathan
c992049280 updated released version 2016-02-14 18:02:22 +01:00
nathan
5db79ed563 updated build 2016-02-14 14:53:44 +01:00
nathan
010a91ca68 Added support for detecting if javaFX already started the GTK event loop (and hooking into the right places for shutdown if it does). 2016-02-14 12:58:45 +01:00
nathan
923da17502 Updated builds + build system 2016-02-13 18:51:13 +01:00
nathan
8c3a2a2c0c Updated documentation 2016-02-13 17:47:18 +01:00
nathan
dea2536b05 Added GtkSupport.FORCE_GTK2, in case the developer needs to force it to use GTK2 (in which case, appindicator1 is tried first). Removed optional dispatch event loop. 2016-02-13 17:39:10 +01:00
nathan
c1b6c1a723 Added GTK3 support (now libappindicator3 works correctly with regards to showing menu icons). Added support for setting icons via URL and InputStream. Moved all GTK operations to a single thread. Moved error logs from System.err -> logger. Made SystemTray a singleton (it will no longer have the java-side get accidentally garbage collected). Update documentation 2016-02-13 15:06:19 +01:00