aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2013-04-29 16:24:37 +0200
committerJiri Vanek <[email protected]>2013-04-29 16:24:37 +0200
commit3837fdf272a4fb68962b548cad3af7ed44ac3339 (patch)
treea09bb7501e05306597f8bbe1d73fb5a18130266b /ChangeLog
parent1ee0e5d164e1a122b5d55e1a80406d5575e1d725 (diff)
Modularised initialization of AwtHelper and improoved performance of ImageSeeker. Added masking to ImageSeeker
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce3c8de..4508a31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2013-04-29 Jiri Vanek <[email protected]>
+
+ More granular initialization of AwtHelper
+ * tests/test-extensions/net/sourceforge/jnlp/ServerAccess.java: added
+ (executeBrowser) which can work upon fully constructed url
+ * tests/test-extensions/net/sourceforge/jnlp/awt/AWTHelper.java:
+ (captureScreenAndFindAppletByIconTryKTimes) split to three:
+ (captureScreenAndFindAppletByIconTryKTimes) - unchanged, now using following
+ (initialiseOnScreenshot) initialize from given buffered image, creating area
+ (initialiseOnScreenshotAndArea) initialize from two given buffered images
+
+2013-04-29 Jiri Vanek <[email protected]>
+
+ Improved performance of scanning images, added masking of images
+ * tests/test-extensions/net/sourceforge/jnlp/awt/imagesearch/ImageSeeker.java:
+ (findExactImage) now using masks and is iterating over rows
+ (getMaskImage) new method to visualize mask
+ (getMask) new method to create mask
+ (getPixels) method to extract pixels from image to int array
+
2013-04-29 Jana Fabrikova <[email protected]>
* tests/test-extensions/net/sourceforge/jnlp/awt/AWTHelper.java: