Commit Graph

18 Commits

Author SHA1 Message Date
Robinson
f6626fc35d
Enhanced tests 2023-12-18 14:25:44 +01:00
Robinson
870ebedfa2
updated deps 2023-11-22 22:06:55 +01:00
Robinson
43bddeccd3
Formatting 2023-02-03 12:22:39 +01:00
Robinson
bbde9ceb3d
Direct rendering for desktop notifications
Kotlin impl
Notifications are now reactive (can change dynamically)
2023-02-03 00:05:10 +01:00
Robinson
ac44a42ae5
Code polish, finish conversion to kotlin 2023-01-28 21:15:19 +01:00
Robinson
b286ee9cf1
phase 2 kotlin WIP 2023-01-27 21:33:38 +01:00
Robinson
a218bfb8db
Initial import to kotlin 2023-01-27 02:15:29 +01:00
Robinson
f98997d92f
cleanup 2023-01-26 02:10:04 +01:00
Robinson
7e468c87aa Updated to newer version of utilties project. fixed several issues with the gradle build 2021-02-09 23:22:51 +01:00
nathan
009eb6e189 Added another image test case 2017-09-17 21:05:31 +02:00
nathan
cc035c7898 Added clampMaxImageSize so an image will be a max of that size, but
still maintain it's aspect ratio.
2017-09-17 16:29:46 +02:00
nathan
ce758c4c17 Fixed issues with close button not working. Fixed issues with adding
notifications to an application. Fixed issues when a toolbar changes the
 size of the desktop (and so offsets windows).
2017-09-17 14:32:52 +02:00
nathan
289e83ba63 Better caching of images, better api (change graphic -> image) to make
more sense. Set the default image names to be static strings, so it's
easier to know what they are without knowing specific details.
2017-09-03 17:34:09 +02:00
nathan
cdbf8a2a4d Issues surrounding buggy rendering behavior fixed via frame/dialog
changed to use the AWT canvas specifically for drawing,
updated Active Rendering components to support AWT canvas. Added custom
theme support.
2017-08-23 11:08:22 +02:00
nathan
f8866c9aeb Added support for notifications on a JFrame/Window. Refactored
LookAndFeel of the notification icon. Fixed various bugs surrounding
animation and rendering of notifications.
2017-07-28 22:07:01 +02:00
nathan
6e37be01a3 Added unique text to body 2017-01-31 01:10:35 +01:00
nathan
1ecd9316e7 WIP - changed name to Notify. Moved package out of util. Added Notify.getVersion(). 2016-02-11 01:14:23 +01:00
nathan
4288dd46e5 Changed how properties act. Changed the default for showing from 5 seconds (to hide), to never hide. Added smooth animation (via active rendering swing components). Added progress-bar to show when popup will be hidden. Made "shake" move the popup in a random direction instead of all in the same direction. 2015-11-20 11:14:38 +01:00