Commit Graph

85 Commits

Author SHA1 Message Date
Phil Race
de926ebe30 8177393: Result of RescaleOp for 4BYTE_ABGR images may be 25% black
Reviewed-by: flar, psadhukhan
2017-05-19 14:57:51 -07:00
Jayathirth D V
0fe1691425 7107905: ColorModel subclasses are missing hashCode() or equals() or both methods
Reviewed-by: prr, flar
2017-02-13 12:13:20 +05:30
Prem Balakrishnan
700685ceaf 8172559: [PIT][TEST_BUG] Move @test to be 1st annotation in java/awt/image/Raster/TestChildRasterOp.java
Reviewed-by: aghaisas, psadhukhan
2017-01-12 12:21:47 +05:30
Phil Race
8b371aa02b 8130737: AffineTransformOp can't handle child raster with non-zero x-offset
Reviewed-by: serb, flar
2016-12-20 09:52:14 -08:00
Alan Bateman
30bcdb962c Merge 2016-12-01 11:16:23 +00:00
Alan Bateman
fbe85300bf 8169069: Module system implementation refresh (11/2016)
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Claes Redestad <claes.redestad@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Reviewed-by: plevart, chegar, psandoz, mchung, alanb, dfuchs, naoto, coffeys, weijun
2016-12-01 08:57:53 +00:00
Jayathirth D V
7395b4d356 6334602: Animated GIFs created from opaque PNG image frames appear transparent when loaded with Toolkit APIs
Reviewed-by: serb, prr
2016-11-15 12:52:24 +05:30
Prahalad Kumar Narayanan
8b4ddda72d 8165212: VolatileImage should not be compatible with GraphicsConfiguration which transform is changed
Reviewed-by: prr, serb
2016-11-11 15:33:57 +05:30
Ajit Ghaisas
d666bc1ccf 8169043: The task bar icon color is not blue
Reviewed-by: serb, arapte
2016-11-11 12:40:59 +05:30
Rajeev Chamyal
fa280894b3 8149371: multi-res. image: -Dsun.java2d.uiScale does not work for Window icons (some ambiguity for Window.setIconImages()?)
Reviewed-by: serb, alexsch
2016-09-26 12:33:40 +05:30
Rajeev Chamyal
8ac9764ee7 8150176: [hidpi] wrong resolution variant of multi-res. image is used for TrayIcon
Reviewed-by: serb, alexsch
2016-09-15 16:12:08 +05:30
Prahalad Kumar Narayanan
5a41e81056 8158524: Adding a test case to compare the rendered output of VolatileImage with that of BufferedImage
Reviewed-by: serb, psadhukhan
2016-08-23 14:47:53 +05:30
Rajeev Chamyal
f149873fe6 8163160: [PIT][TEST_BUG] Some issues in java/awt/image/multiresolution/MultiResolutionIcon/IconTest.java
Reviewed-by: serb, yan
2016-08-22 14:41:36 +05:30
Alexander Scherbatiy
966cbcfce3 8151303: [macosx] [hidpi] JButton's low-res. icon is visible when clicking on it
8156182: [macosx] HiDPI/Retina icons do not work for disabled JButton/JMenuItem etc

Reviewed-by: flar, prr
2016-08-19 16:48:53 +04:00
Ajit Ghaisas
f140028251 6427331: NullPointerException in LookupOp.filter(Raster, WritableRaster)
Reviewed-by: psadhukhan, prr
2016-08-03 14:49:01 +05:30
Rajeev Chamyal
af0977717b 8147648: [hidpi] multiresolution image: wrong resolution variant is used as icon in the Unity panel
Reviewed-by: alexsch, ssadetsky
2016-07-25 15:29:24 +05:30
Goetz Lindenmaier
e52b963d0c 8160974: [TESTBUG] Mark more headful tests with @key headful
Reviewed-by: serb, simonis
2016-07-07 16:21:45 +02:00
Goetz Lindenmaier
4f7d655557 8159690: [TESTBUG] Mark headful tests with @key headful
Reviewed-by: simonis, alexsch
2016-06-14 10:44:59 +02:00
Sergey Bylokhov
c06119d8ae 8151773: [macosx] TrayIcon.imageAutoSize property is ignored
Reviewed-by: alexsch
2016-04-05 18:23:10 +03:00
Ajit Ghaisas
e7e8e6904f 6353518: Creation of a WritableRaster with a custom DataBuffer causes erroneous Exception
Reviewed-by: serb, prr, flar
2016-03-31 15:30:05 +05:30
Ajit Ghaisas
d5758aec63 6185114: Undefined Exception in SampleModel, method createCompatibleSampleModel
Reviewed-by: prr, psadhukhan
2016-03-24 12:27:40 +05:30
Alexander Scherbatiy
c28c517f2e 8150844: [hidpi] [macosx] -Dsun.java2d.uiScale should be taken into account for OS X
Reviewed-by: serb, avstepan
2016-03-23 14:25:22 +04:00
Alexander Stepanov
fb2e7f2844 8151714: [TEST] add a test for JOptionPane dialog multiresolution icons
Reviewed-by: alexsch
2016-03-17 13:17:39 +03:00
Alexander Stepanov
495a192c69 8150724: [TEST] HiDPI: create a test for multiresolution icons
Reviewed-by: alexsch, yan
2016-03-14 12:20:38 +03:00
Alexander Stepanov
3e11eda222 8151697: [TEST] minor update of test/java/awt/image/multiresolution/BaseMultiResolutionImageTest.java
Reviewed-by: alexsch
2016-03-11 19:45:03 +03:00
Alexander Stepanov
775c1f4f73 8151699: [TEST_BUG] fix awt/image/multiresolution/MultiResolutionTrayIconTest
Reviewed-by: serb
2016-03-11 14:06:14 +03:00
Alexander Stepanov
4091ed9be7 8151627: [TEST_BUG] fix test/java/awt/image/multiresolution/MultiResolutionRenderingHintsTest.java to run with Jake
Reviewed-by: serb, yan
2016-03-10 17:19:15 +03:00
Alexander Stepanov
b01f33a7b0 8151269: [TEST] add test covering getSource() method for multiresolution image
Reviewed-by: alexsch, serb
2016-03-10 13:07:41 +03:00
Jayathirth D V
474586d1ae 8139183: drawImage misses background's alpha channel
Reviewed-by: flar, psadhukhan
2016-03-10 14:14:28 +05:30
Alexander Stepanov
5a497fe716 8142406: [TEST] MultiResolution image: need test to cover the case when @2x image is corrupted
Reviewed-by: serb, ssadetsky
2016-03-09 12:38:42 +03:00
Alexander Stepanov
bbb9ee08ee 8150258: [TEST] HiDPI: create a test for multiresolution menu items icons
Reviewed-by: serb, yan
2016-03-04 18:42:16 +03:00
Prasanta Sadhukhan
c29b38613a 8044788: [D3D] clip is ignored during surface->sw blit
Co-authored-by: Prahalad Narayanan <prahalad.kumar.narayanan@oracle.com>
Reviewed-by: serb, prr
2016-03-03 12:20:11 +05:30
Alexander Stepanov
43a028f608 8150643: [TEST] add test for JDK-8150176
Reviewed-by: serb
2016-02-26 19:24:06 +03:00
Alexander Stepanov
f83f5e5ef9 8142861: [TEST] MultiResolution image: add a manual test for two-display configuration (HiDPI + non-HiDPI)
Reviewed-by: alexsch
2016-02-08 11:43:08 +03:00
Alexander Stepanov
e421ede779 8147966: [TEST] add a test for multiresolution image properties
Reviewed-by: alexsch
2016-01-26 13:05:21 +03:00
Prasanta Sadhukhan
9c2dc1edf5 8140530: Creating a VolatileImage with size 0, 0 results in no longer working g2d.drawStri
Reviewed-by: flar, serb
2015-12-04 13:52:21 +03:00
Alexander Scherbatiy
a00e011325 8073320: Windows HiDPI Graphics support
Reviewed-by: flar, serb
2015-11-13 05:02:26 -08:00
Alexander Scherbatiy
e643aeb178 8029339: Custom MultiResolution image support on HiDPI displays
Reviewed-by: flar, serb
2015-09-15 15:31:34 +04:00
Pooja Chopra
da688f57c3 8136354: [TEST_BUG] Test java/awt/image/RescaleOp/RescaleAlphaTest.java with Bad action for script
Reviewed-by: azvegint, serb
2015-09-11 17:58:31 +03:00
Renjith Alexander
dc25f76093 8133539: [TEST_BUG] Split java/awt/image/MultiResolutionImageTest.java in two to allow restricted access
Reviewed-by: alexsch, serb
2015-09-07 13:48:24 +03:00
Prasanta Sadhukhan
924b4ad5ff 8080287: The image of BufferedImage.TYPE_INT_ARGB and BufferedImage.TYPE_INT_ARGB_PRE is blank
Reviewed-by: prr, flar
2015-08-06 11:36:52 +03:00
Alexander Zvegintsev
861ba88c86 8130400: Test java/awt/image/DrawImage/IncorrectClipXorModeSurface2Surface.java fails with ClassCastException
Reviewed-by: prr, serb
2015-08-04 12:34:08 +03:00
Alexander Scherbatiy
dfc226cfb6 8132123: MultiResolutionCachedImage unnecessarily creates base image to get its size
Reviewed-by: serb
2015-07-30 12:40:45 +04:00
Sergey Bylokhov
ffbfb8f10b 7188942: Remove support of pbuffers in OGL Java2d pipeline
Reviewed-by: prr, flar
2015-07-03 16:39:45 +03:00
Yuri Nesterenko
bdc20e1849 8076468: Add @modules to tests in jdk_desktop test group
Reviewed-by: yan, alexsch
2015-06-23 11:59:27 +03:00
Sergey Bylokhov
44af11b7a3 8061831: [OGL] "java.lang.InternalError: not implemented yet" during the blit of VI to VI in xor mode
Reviewed-by: flar, bae
2015-05-23 15:13:40 +03:00
Sergey Bylokhov
d4887f8b66 8066132: BufferedImage::getPropertyNames() always returns null
Reviewed-by: prr, flar
2015-01-17 20:53:35 +03:00
Alexander Scherbatiy
32d197a928 8065627: Animated GIFs fail to display on a HiDPI display
Reviewed-by: serb, azvegint
2014-12-10 15:59:21 +04:00
Sergey Bylokhov
246a6da52e 8059942: Default implementation of DrawImage.renderImageXform() should be improved for d3d/ogl
Reviewed-by: flar, prr
2014-11-28 10:42:03 +00:00
Sergey Bylokhov
bd4a93871b 8062164: Incorrect color conversion, when bicubic interpolation is used
Reviewed-by: flar, prr
2014-11-01 14:40:09 +03:00