Prasanta Sadhukhan
|
249d553659
|
8282602: Refactor awt classes javadoc to use @throws instead of @exception
Reviewed-by: aivanov, prr
|
2022-03-17 09:15:54 +00:00 |
|
Prasanta Sadhukhan
|
ae2504b469
|
8278254: Cleanup doclint warnings in java.desktop module
Reviewed-by: aivanov, serb
|
2022-02-02 10:04:50 +00:00 |
|
Joe Darcy
|
02ee337ae0
|
8278175: Enable all doclint warnings for build of java.desktop
Reviewed-by: erikj, prr
|
2021-12-04 02:12:35 +00:00 |
|
Andrey Turbanov
|
18c54b4e1a
|
8274640: Cleanup unnecessary null comparison before instanceof check in java.desktop
Reviewed-by: aivanov
|
2021-12-03 13:04:26 +00:00 |
|
Andrey Turbanov
|
0a65e8b282
|
8276794: Change nested classes in java.desktop to static nested classes
Reviewed-by: serb, aivanov
|
2021-11-18 10:48:16 +00:00 |
|
Phil Race
|
6523c558d9
|
8198336: java/awt/FontMetrics/FontCrash.java fails in headless mode
Reviewed-by: serb
|
2021-10-22 17:22:12 +00:00 |
|
Sergey Tsypanov
|
ccbce107f2
|
8272756: Remove unnecessary explicit initialization of volatile variables in java.desktop
Reviewed-by: jdv, aivanov
|
2021-10-08 15:58:36 +00:00 |
|
Weijun Wang
|
508cec7535
|
8267521: Post JEP 411 refactoring: maximum covering > 50K
Reviewed-by: dfuchs, prr
|
2021-06-02 15:48:50 +00:00 |
|
Weijun Wang
|
6765f90250
|
8266459: Implement JEP 411: Deprecate the Security Manager for Removal
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Reviewed-by: erikj, darcy, chegar, naoto, joehw, alanb, mchung, kcr, prr, lancea
|
2021-06-02 11:57:31 +00:00 |
|
Andy Herrick
|
57115fa23d
|
8189198: Add "forRemoval = true" to Applet API deprecations
Reviewed-by: iris, almatvee, kcr, prr
|
2021-03-26 14:48:00 +00:00 |
|
Sergey Bylokhov
|
978bed6c7f
|
8259522: Apply java.io.Serial annotations in java.desktop
Reviewed-by: aivanov, psadhukhan
|
2021-01-15 00:28:08 +00:00 |
|
Sergey Bylokhov
|
acb5f654b1
|
8211958: Broken links in java.desktop files
Reviewed-by: aivanov
|
2020-11-02 19:32:06 +00:00 |
|
Sergey Bylokhov
|
f397b60ae1
|
8251123: doclint warnings about missing javadoc tags and comments
Reviewed-by: jdv, prr
|
2020-10-06 10:49:56 +00:00 |
|
Sergey Bylokhov
|
8239b67d4f
|
8253322: Update the specification in the newly added constructors
Reviewed-by: psadhukhan, prr
|
2020-09-24 22:48:28 +00:00 |
|
Phil Race
|
93a2018d1e
|
8252195: AWT Accessibility API nested classes rely on default constructors
Reviewed-by: serb
|
2020-09-22 22:14:51 +00:00 |
|
Sergey Bylokhov
|
1b3b413ee6
|
8238276: ComponentPeer.xxxImage are not implemented in some peers
Reviewed-by: aivanov
|
2020-02-08 14:25:06 -08:00 |
|
Sergey Bylokhov
|
df7d0d404b
|
8233657: Intermittent NPE in Component.validate()
Reviewed-by: prr
|
2019-11-08 05:24:29 +00:00 |
|
Joe Darcy
|
dab1284a36
|
8231334: Suppress warnings on non-serializable instance fields in client libs serializable classes
Reviewed-by: prr
|
2019-09-24 18:25:54 -07:00 |
|
Sergey Bylokhov
|
ef7d75459c
|
6933331: (d3d/ogl) java.lang.IllegalStateException: Buffers have not been created
Reviewed-by: prr
|
2019-05-18 23:35:40 -07:00 |
|
Prasanta Sadhukhan
|
1410a3b9fc
|
8220250: fix headings in java.desktop
Reviewed-by: aivanov, jjg, serb
|
2019-03-27 12:27:56 +05:30 |
|
Krishna Addepalli
|
ee1a5e3c1e
|
8212882: links to tutorial should be updated to use https:
Reviewed-by: psadhukhan, pbansal
|
2018-11-20 16:40:40 +05:30 |
|
Sergey Bylokhov
|
51422fc2a9
|
8201611: Broken links in java.desktop javadoc
Reviewed-by: prr, kaddepalli
|
2018-07-09 16:36:05 +03:00 |
|
Sergey Bylokhov
|
11184615a8
|
8201552: Ellipsis in "Classical" label in SwingSet2 demo with Windows L&F at Hidpi
Reviewed-by: prr
|
2018-06-29 13:58:16 -07:00 |
|
Semyon Sadetsky
|
01a0105416
|
8189201: [macosx] NotSerializableException during JFrame with MenuBar serialization
Reviewed-by: serb, prr
|
2018-01-26 10:49:37 -08:00 |
|
Semyon Sadetsky
|
70329e0640
|
8190228: Remove redundant modifiers in java.desktop module
Reviewed-by: serb, prr
|
2017-11-22 14:04:51 -08:00 |
|
Semyon Sadetsky
|
48508135fe
|
8189204: Possible NPE in Component::getLocationOnScreen()
Reviewed-by: serb, prr
|
2017-11-22 13:52:48 -08:00 |
|
Prasanta Sadhukhan
|
e6a8aea72b
|
8178025: HiDPI with non-integer scale factor - SPANs in HTML are rendered overlapping each other
Reviewed-by: serb, ssadetsky
|
2017-11-16 12:24:02 +05:30 |
|
Sergey Bylokhov
|
66812b5f48
|
8186617: The "com.sun.awt.AWTUtilities" class can be dropped in favour of public API
Reviewed-by: azvegint, prr
|
2017-10-27 14:15:02 -07:00 |
|
Sergey Bylokhov
|
49c29ca974
|
8184219: Fix accessibility of tables in the java.desktop module
Reviewed-by: jjg
|
2017-10-20 15:39:50 -07:00 |
|
Anton Litvinov
|
dd41b7691f
|
8166772: Touch keyboard is not shown for text components on a screen touch
Reviewed-by: serb, azvegint
|
2017-10-11 15:53:25 +01:00 |
|
Erik Joelsson
|
3789983e89
|
8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
|
2017-09-12 19:03:39 +02:00 |
|