Commit Graph

590 Commits

Author SHA1 Message Date
nathan
4e0a24da6a Code cleanup 2018-07-17 21:42:16 +02:00
nathan
ed528d2091 updated javassist version 2018-06-30 23:23:50 +02:00
nathan
23a282ba14 Updated .gitignore and gradle build files 2018-06-30 19:36:50 +02:00
nathan
95e47a42ce Removed IML file (it's generated now) 2018-06-30 19:34:35 +02:00
nathan
cea8f35d0f Updated misc/vcs settings 2018-06-22 23:04:43 +02:00
nathan
6fe6c39a52 Removed kotlin 2018-06-22 23:04:12 +02:00
nathan
10d361acb4 Updated .gitignore 2018-06-22 23:03:56 +02:00
nathan
2e27c0b6c1 Code polish 2018-06-20 17:29:09 +02:00
nathan
5ff4686e86 Convert gradle from kotlin to groovy (at the moment, kotlin makes it more difficult) 2018-06-20 17:13:10 +02:00
nathan
6cfc4f0004 Added gradle wrappers 2018-06-20 16:21:13 +02:00
nathan
f735d2564d Cleaned up .gitignores 2018-06-20 16:20:56 +02:00
nathan
20492dd21b More complete gradle build system. 2018-06-20 16:20:08 +02:00
nathan
9c87ea5376 Updated version information 2018-05-08 16:48:12 +02:00
nathan
c8149ab3ae Fixed tooltip not always showing 2018-05-03 00:20:11 +02:00
nathan
efe4b2c966 Fixed menu ordering to be the same as the other examples 2018-05-02 14:27:08 +02:00
nathan
d7ca1adea5 Added SWT version enforcement. We are incompatible with versions <= 4.3 2018-05-02 14:25:02 +02:00
nathan
7a9dafad6a Added idea kotlin support files 2018-04-28 11:20:23 +02:00
nathan
f2aaf153d3 added SWT example to gradle 2018-04-28 11:19:08 +02:00
nathan
b975de46cc Working javaFX example launcher 2018-04-27 23:32:58 +02:00
nathan
4970583d2e WIP getting gradle kotlin-dsl to build project 2018-04-27 22:06:53 +02:00
nathan
eaefa67172 Moved modules/project info into directory (instead of file) 2018-04-22 17:07:07 +02:00
nathan
113e8a144f Added gradle build files 2018-04-22 14:32:44 +02:00
nathan
c638eefa22 Updated version 2018-04-08 22:08:56 +02:00
nathan
52605ab9ff Merge branch 'master' of https://github.com/denuno/SystemTray into denuno-master 2018-04-08 22:02:03 +02:00
nathan
4b1eb95601 Removed Windows Native Tray +menu WIP 2018-04-08 21:58:56 +02:00
nathan
2c004d2c46 Added WindowsNative system tray icon 2018-04-08 20:59:19 +02:00
nathan
55da0b3380 Fixed logging, added extra comments 2018-04-08 20:58:57 +02:00
nathan
52197ae301 Fixed nullpointer issue when there is no icon file specified 2018-04-08 18:14:27 +02:00
nathan
37144a03c9 Renamed GObject -> GObjectType then renamed Gobject -> GObject (changed
case...) This was to solve issues with case on windows (it doesn't
 support it)
2018-04-08 18:13:22 +02:00
denuno
f39d855af7 Ensure we get more than zero for TRAY_SIZE. Refs #81 2018-03-28 01:35:40 -06:00
nathan
bdea27342c updated JDK compile required version 2018-02-19 16:43:36 +01:00
nathan
f4dab70179 SwingMenu and TrayPopup are now public in order to support nativeUI for
windows
2018-01-24 17:34:38 +01:00
nathan
1dc97f1825 Tooltip text is also set on menu creation, if necessary 2018-01-24 17:33:56 +01:00
nathan
f1abfbe360 Merge branch 'master' into windows_native
# Conflicts:
#	src/dorkbox/systemTray/SystemTray.java
2018-01-08 22:15:18 +01:00
nathan
7b008f9ef7 Fixed issues with AWT and callbacks. issue #73 2018-01-08 21:04:47 +01:00
nathan
806c2c71b4 Fixed issue with isOracleVM logic 2018-01-08 20:53:55 +01:00
nathan
a3b7d72ac9 Updated version 2017-12-03 00:43:27 +01:00
nathan
6a2f135012 updated readme typo 2017-12-02 21:16:27 +01:00
nathan
4de8ddca3a Added info about Ubuntu 17.10 (it's not yet supported) 2017-12-02 15:08:43 +01:00
nathan
3bfb2b5718 Reverted WIP debugging commit 2017-12-01 23:00:24 +01:00
nathan
679ac5e905 Added shell executor 2017-12-01 22:59:39 +01:00
nathan
1f7cb016d9 Added ShellExecutor to file list in readme 2017-12-01 22:59:26 +01:00
nathan
4c413c5e81 Updated package for ShellExecutor project (it's no longer part of
Utilities)
2017-12-01 22:58:53 +01:00
nathan
4427ed753f Removed invalid option for ubuntu. Comment polish 2017-12-01 22:50:44 +01:00
nathan
80f497f954 Null pointer fix 2017-12-01 22:48:09 +01:00
nathan
142be61a9c Code polish 2017-12-01 22:46:19 +01:00
nathan
e1cca820c3 Fixed issues with spacer images, fixed issues with adding images to a
menu entry after adding it to a menu. Removed GTK event dispatch queue,
properly fixed out-of-order menu creation. During entry removal, the
native peer takes care of cleaning up the native bits.
2017-11-15 17:30:47 +01:00
nathan
740348b6c4 Added Separator Peer (so code is consistent) 2017-11-15 15:16:40 +01:00
nathan
f44374d11d Added shutdown to Event Dispatch 2017-11-15 15:16:07 +01:00
nathan
0b53d5388f Fixed typo in comments 2017-11-12 00:53:45 +01:00