Alexander Scherbatiy
|
6449bab3d1
|
8163193: Metal L&F gradient is lighter on HiDPI display after the fix JDK-8143064
Reviewed-by: serb, ssadetsky
|
2016-08-31 11:13:53 +03:00 |
|
Avik Niyogi
|
93fe235cf7
|
8163161: [PIT][TEST_BUG] increase timeout in javax/swing/plaf/nimbus/8057791/bug8057791.java
Reviewed-by: alexsch, rchamyal
|
2016-08-25 13:46:17 +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 |
|
Avik Niyogi
|
71b91c6ce1
|
8163169: [PIT][TEST_BUG] fix to JDK-8161470 doesn't work
Reviewed-by: alexsch, rchamyal
|
2016-08-17 14:42:14 +05:30 |
|
Pete Brunet
|
780aad0314
|
8161483: Implement AccessibleAction interface in JList.AccessibleJList.AccessibleJListChild
Move AccessibleAction implementation from subclass to AccessibleJListChild
Reviewed-by: alexsch, prr, darcy
|
2016-08-11 21:48:53 -05:00 |
|
Alexander Scherbatiy
|
56b7589578
|
8160986: Bad rendering of Swing UI controls with Metal L&F on HiDPI display
Reviewed-by: prr
|
2016-08-09 12:08:51 +03:00 |
|
Alexander Scherbatiy
|
fa627e16d5
|
8162856: JSlider thumb is twice smaller on HiDPI display
Reviewed-by: prr, serb
|
2016-08-09 10:17:51 +03:00 |
|
Robin Stevens
|
2bd07e4f39
|
8161664: Memory leak in com.apple.laf.AquaProgressBarUI removed progress bar still referenced
Reviewed-by: serb, alexsch
|
2016-08-08 11:40:39 +04:00 |
|
Semyon Sadetsky
|
7c91e56ca7
|
8161195: Regression: closed/javax/swing/text/FlowView/LayoutTest.java
Reviewed-by: alexsch
|
2016-07-29 11:14:05 +03:00 |
|
Semyon Sadetsky
|
6ac698e26b
|
8160246: Regression: 4410243 reproducible with GTK LaF
Reviewed-by: alexsch
|
2016-07-29 10:56:30 +03:00 |
|
Sergey Bylokhov
|
c322804814
|
8159899: [TEST_BUG] Timeout in tests when OOM should be generated
Reviewed-by: yan, ssadetsky
|
2016-07-26 15:55:22 +03:00 |
|
Ajit Ghaisas
|
40c1e2c376
|
7096375: Swing ignores first click after decreasing system's time
Reviewed-by: alexsch, rchamyal
|
2016-07-22 12:13: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 |
|
Avik Niyogi
|
1ffa10e13a
|
8161470: Failure javax/swing/JRadioButton/FocusTraversal/FocusTraversal.java
Reviewed-by: alexsch, rchamyal
|
2016-07-20 14:17:41 +05:30 |
|
Avik Niyogi
|
b86418d365
|
8160438: javax/swing/plaf/nimbus/8057791/bug8057791.java fails
Reviewed-by: alexsch, rchamyal
|
2016-07-20 11:25:57 +05:30 |
|
Semyon Sadetsky
|
b55e203e17
|
8159587: IOOBE in javax/swing/JFileChooser/7199708/bug7199708.java
Reviewed-by: alexsch
|
2016-07-18 09:44:13 +03:00 |
|
Alexander Scherbatiy
|
b172f7afd8
|
8143064: Icons are not properly rendered with Windows L&F on HiDPI display
Reviewed-by: ssadetsky
|
2016-07-13 21:37:17 +03:00 |
|
Ajit Ghaisas
|
cc741b81f7
|
6567433: JComponent.updateUI() may create StackOverflowError
Reviewed-by: alexsch, rchamyal
|
2016-07-13 16:05:36 +05:30 |
|
Alexander Scherbatiy
|
d5dacffaee
|
8160977: [PIT] Typo in SwingUtilities2.java
Reviewed-by: ssadetsky, azvegint
|
2016-07-08 09:27:09 -07:00 |
|
Alexander Scherbatiy
|
8d33f0b3fe
|
8160248: Dragged internal frame leaves artifacts for floating point ui scale
Reviewed-by: ssadetsky
|
2016-07-05 09:48:49 +03:00 |
|
Alexander Scherbatiy
|
6e18073968
|
8142966: Wrong cursor position in text components on HiDPI display
Reviewed-by: prr, serb
|
2016-07-05 09:36:41 +03:00 |
|
Peter Brunet
|
41e155e1e1
|
8154069: Jaws reads wrong values from comboboxes when no element is selected
List item deselect event handler now clears the list selection
Reviewed-by: alexsch, serb
|
2016-06-30 23:26:42 -05:00 |
|
Alexander Scherbatiy
|
0be14016f4
|
8158566: Provide a Swing property to not close toggle menu items on mouse click
Reviewed-by: prr, ssadetsky
|
2016-06-30 23:49:00 +03:00 |
|
Mikhail Cherkasov
|
31b9ea3ba7
|
8160650: Couple awt and swing tests have wrong require jtreg arguments
Reviewed-by: serb
|
2016-06-30 22:27:28 +03:00 |
|
Rajeev Chamyal
|
babde31ff1
|
8159152: Ctrl+F6, Ctrl+F5 doesn't work for iconified InternalFrame
Reviewed-by: alexsch, psadhukhan
|
2016-06-29 14:47:58 +05:30 |
|
Ajit Ghaisas
|
035a4b7b98
|
8065861: Pressing Esc does not set 'canceled' property of ProgressMonitor
Reviewed-by: alexsch, prr
|
2016-06-28 16:17:08 +05:30 |
|
Prasanta Sadhukhan
|
267d644dc6
|
8159068: The rendering of JTable is broken
Reviewed-by: alexsch, rchamyal
|
2016-06-27 16:10:06 +05:30 |
|
Anton Litvinov
|
69128416e4
|
8057791: Selection in JList is drawn with wrong colors in Nimbus L&F
Reviewed-by: alexp, serb
|
2016-06-23 12:53:56 +03:00 |
|
Phil Race
|
8884792ee0
|
Merge
|
2016-06-20 13:10:54 -07:00 |
|
Ajit Ghaisas
|
d8ed3afe96
|
8041909: Uncaught exceptions in JComboBox listeners cause listener not to receive events
Reviewed-by: alexsch, serb
|
2016-06-20 17:01:02 +05:30 |
|
Prem Balakrishnan
|
b07d2cc56d
|
8152419: JColorChooser throws Exception
Reviewed-by: alexsch, rchamyal
|
2016-06-15 16:33:05 +05:30 |
|
Rajeev Chamyal
|
a222aedf0f
|
8159135: [PIT] javax/swing/JMenuItem/8152981/MenuItemIconTest.java always fail
Reviewed-by: alexsch
|
2016-06-15 12:04:29 +05:30 |
|
Mikhail Cherkasov
|
3e635157a9
|
8158734: JEditorPane.createEditorKitForContentType throws NPE after 6882559
Reviewed-by: serb, aivanov
|
2016-06-09 13:54:48 +03:00 |
|
Semyon Sadetsky
|
d0668c07b4
|
8151015: JTextArea.insert() does not behave as expected with invalid position
Reviewed-by: prr
|
2016-06-07 11:57:59 +03:00 |
|
Semyon Sadetsky
|
fcc7521d15
|
8154431: Allow source and target based validation for the focus transfer between two JComponents
Reviewed-by: alexsch, prr
|
2016-06-07 11:29:42 +03:00 |
|
Rajeev Chamyal
|
ee120117f8
|
8158358: [TEST_BUG] test/javax/swing/JPopupMenu/8147521/PopupMenuTest.java: compilation failed
Reviewed-by: alexsch, aniyogi
|
2016-06-03 12:27:06 +05:30 |
|
Rajeev Chamyal
|
27ca8ca42f
|
8146319: JEditorPane function setPage leaves a file lock
Reviewed-by: alexsch, ssadetsky
|
2016-06-03 11:55:46 +05:30 |
|
Avik Niyogi
|
db25371672
|
8132771: [TEST_BUG][macosx] Test javax/swing/JTree/DnD/LastNodeLowerHalfDrop.java fails for MacOSX
Reviewed-by: rchamyal, alexsch
|
2016-06-02 13:15:00 +05:30 |
|
Avik Niyogi
|
e5ec5f5afd
|
8158230: [macosx] ActionEvent is not fired for menu item with option apple.laf.useScreenMenuBar
Reviewed-by: serb, alexsch
|
2016-06-01 11:16:22 +05:30 |
|
Avik Niyogi
|
d3571d7787
|
8144161: [TESTBUG] [macosx] Test javax/swing/plaf/basic/BasicComboPopup/7072653/bug7072653.java fails for mac
Reviewed-by: rchamyal, alexsch
|
2016-05-31 16:03:21 +05:30 |
|
Alexey Ivanov
|
d579a3a932
|
8133731: [TEST_BUG] Unmappable in ASCII character such as Thai should be escaped in the regtests targeted for a regular non-I18n runs
Reviewed-by: serb, alexsch
|
2016-05-30 12:43:18 +03:00 |
|
Goetz Lindenmaier
|
4f7d655557
|
8159690: [TESTBUG] Mark headful tests with @key headful
Reviewed-by: simonis, alexsch
|
2016-06-14 10:44:59 +02:00 |
|
Ajit Ghaisas
|
7f19f63454
|
6827800: Default button is activated even when it is invisible
Reviewed-by: serb, rchamyal
|
2016-05-26 17:01:24 +05:30 |
|
Rajeev Chamyal
|
d6fea79c1a
|
8147521: [macosx] Internal API Usage: setPopupType used to force creation of heavyweight popup
Reviewed-by: alexsch, serb, prr
|
2016-05-26 16:02:19 +05:30 |
|
Rajeev Chamyal
|
4cdcbc2939
|
8152981: Double icons with JMenuItem setHorizontalTextPosition on Win 10
Reviewed-by: alexsch, serb
|
2016-05-25 14:59:15 +05:30 |
|
Rajeev Chamyal
|
09ee8a5f69
|
8153282: [TEST_BUG] some new JInternalFrame tests fail
Reviewed-by: alexsch, serb
|
2016-05-24 14:30:31 +05:30 |
|
Rajeev Chamyal
|
b782ef4bdf
|
7070795: High contrast colour scheme fails to be applied to JFormattedTextField
Reviewed-by: alexsch, serb
|
2016-05-24 14:23:36 +05:30 |
|
Alexander Scherbatiy
|
18cecf9f67
|
8136366: Add a public API to create a L&F without installation
Reviewed-by: prr, serb
|
2016-05-22 12:31:56 +04:00 |
|
Ajit Ghaisas
|
c839e6ceee
|
7172750: Nimbus ScrollBar:ScrollBarThumb[Pressed].backgroundPainter is never invoked
Reviewed-by: serb, rchamyal
|
2016-05-19 16:45:58 +05:30 |
|
Mikhail Cherkasov
|
49f26d74b4
|
6882559: new JEditorPane("text/plain","") fails for null context class loader
Reviewed-by: serb, aivanov
|
2016-05-18 18:35:54 +03:00 |
|