Commit Graph

415 Commits

Author SHA1 Message Date
Alexander Scherbatiy
bd7970ecb9 8017284: Aqua LaF: memory leak when HTML is used for JTabbedPane tab titles
Reviewed-by: serb, pchelko
2014-08-08 16:19:36 +04:00
Alexander Scherbatiy
2d07a3650d 8049533: SwingUtilities.convertMouseEvent misses MouseWheelEvent.preciseWheelRotation
Reviewed-by: serb, pchelko
2014-08-08 16:13:15 +04:00
Alexander Potochkin
f7855341e8 8041982: Use of animated icon in JLayer causes CPU spin
Reviewed-by: alexsch
2014-08-06 21:46:17 +04:00
Dmitriy Ermashov
602ce6a6d1 8052408: Move AWT_BAT functional tests to OpenJDK (3 of 3)
Reviewed-by: alexsch
2014-07-30 14:29:36 +04:00
Alexey Ivanov
7144d3a4fd 8046559: NPE when changing Windows theme
Reviewed-by: pchelko, anthony
2014-07-08 12:20:06 +04:00
Anton Nashatyrev
2dbe14ef7e 8044371: setOneTouchExpandable functionality of JSplitPane will reduce vertical Scrollbar
Reviewed-by: alexp, alexsch
2014-07-03 18:47:42 +04:00
Dmitry Markov
b45831b5b5 8048506: [macosx] javax.swing.PopupFactory issue with null owner
Reviewed-by: pchelko, alexsch
2014-06-30 16:23:18 +04:00
Dmitriy Ermashov
cbef61567d 8047180: Move functional tests AWT_Headless/Automated to OpenJDK repository
Reviewed-by: pchelko, alexsch
2014-06-20 16:48:30 +04:00
Sergey Bylokhov
c450cf57a3 8033786: White flashing when opening Dialogs and Menus using Nimbus with dark background
Reviewed-by: alexsch, anthony
2014-06-12 00:43:14 +04:00
Sergey Bylokhov
652e8b5ffb 8029455: [JLightweightFrame] support scaled painting
Reviewed-by: anthony, ant
2014-06-12 00:32:33 +04:00
Sergey Malenkov
e0716258fc 8007563: When checking the default behaviour for a scroll tab layout and checking the 'opaque' checkbox, the area behind tabs is not red
Reviewed-by: alexsch, serb
2014-05-30 15:24:42 +04:00
Yuri Nesterenko
a666497db8 8044172: [TEST_BUG] Move regtests for 4523758 and AltPlusNumberKeyCombinationsTest to jdk
Reviewed-by: pchelko
2014-05-30 14:23:25 +04:00
Sergey Malenkov
13c62bc476 8019180: Use JComboBox as it's own ActionListener leads to unexpected behaviour
Reviewed-by: alexsch, serb
2014-05-26 18:01:59 +04:00
Petr Pchelko
e6130c49cd 8031485: [macosx] Combo box consuming escape key events
Reviewed-by: serb, alexsch
2014-05-23 19:48:25 +04:00
Petr Pchelko
d454bf5946 8043610: Sorting columns in JFileChooser fails with AppContext NPE
Reviewed-by: anthony, alexsch
2014-05-23 19:43:14 +04:00
Sergey Malenkov
57d0476f97 8043627: NPE in SynthContext in plugin mode
Reviewed-by: alexsch, serb, pchelko
2014-05-22 21:05:30 +04:00
Alexander Scherbatiy
74511c3cf5 8041561: Inconsistent opacity behaviour between JCheckBox and JRadioButton
Reviewed-by: malenkov
2014-05-21 14:13:17 +04:00
Anton Litvinov
5b7ccb7c0a 8041725: Nimbus JList selection colors persist across L&F changes
Reviewed-by: alexsch, alexp
2014-05-15 20:21:17 +04:00
Anton Nashatyrev
6e71a0cb82 8024932: [TEST_BUG] [macosx] javax/swing/text/StyledEditorKit/8016833/bug8016833.java failed
Reviewed-by: serb, alexsch
2014-05-12 18:21:15 +04:00
Sergey Malenkov
e787680bf1 8041917: unexcepted behavior of LineBorder while using Boolean variable true
Reviewed-by: alexsch, serb
2014-04-30 19:28:05 +04:00
Vivi An
c7f7685c50 8036819: JAB: mneumonics not read for textboxes
Reviewed-by: alexsch
2014-04-28 11:03:52 -07:00
Alexander Scherbatiy
6b14d69b60 8040279: [macosx] Do not use the base image in the MultiResolutionBufferedImage
Reviewed-by: serb, pchelko
2014-04-24 16:15:08 +04:00
Sergey Malenkov
781d6564c9 8039464: The scrollbar in JScrollPane has no right border if used WindowsLookAndFeel
Reviewed-by: alexsch, serb
2014-04-23 21:11:25 +04:00
Dmitry Markov
26041134a8 8032874: ArrayIndexOutOfBoundsException in JTable while clearing data in JTable
Reviewed-by: alexp, alexsch
2014-04-16 12:51:25 +04:00
Sergey Malenkov
717bcde5f3 8039750: KSS: Replace MetalLazyValue with lambda
Reviewed-by: alexsch, serb
2014-04-10 22:26:43 +04:00
Alexander Scherbatiy
9048f36c38 8038113: [macosx] JTree icon is not rendered in high resolution on Retina
Reviewed-by: serb, pchelko
2014-04-10 13:22:23 +04:00
Sergey Bylokhov
bb75caf509 8032219: [macosx] Scrollbars looks bad under retina in Motif and Metal L&F
Reviewed-by: pchelko, flar
2014-04-07 15:34:27 +04:00
Konstantin Shefov
2d916472f4 8002148: [TEST_BUG] The four lines printed are not the bold typeface
Reviewed-by: pchelko, serb
2014-03-31 17:59:25 +04:00
Alexander Scherbatiy
b355da0052 8032667: [macosx] Components cannot be rendered in HiDPI to BufferedImage
Reviewed-by: serb, pchelko
2014-03-28 18:56:25 +04:00
Alexey Ivanov
34be848c9c 8032878: Editable combos in table do not behave as expected
Reviewed-by: alexp, alexsch
2014-03-21 17:17:16 +04:00
Sergey Bylokhov
51afb9aba1 8023475: [TEST BUG] Test javax/swing/JSlider/6794831/bug6794831.java does not wait long enough for test results
Reviewed-by: anthony, pchelko
2014-03-20 19:59:58 +04:00
Alexander Scherbatiy
d00a1ecd5b 8034955: JLabel/JToolTip throw ClassCastException for "<html>a<title>"
Reviewed-by: malenkov, pchelko
2014-03-04 18:40:06 +04:00
Alexander Scherbatiy
c8ad756ad8 8035313: Change SwingLazyValue usage to lambda
Reviewed-by: malenkov, serb
2014-03-03 14:24:01 +04:00
Phil Race
5d277802e1 Merge 2014-02-27 10:43:53 -08:00
Alexander Scherbatiy
2ef086d668 8031573: [macosx] Checkmarks of JCheckBoxMenuItems aren't rendered in high resolution on Retina
Reviewed-by: serb, pchelko
2014-02-25 16:46:52 +04:00
Alexander Scherbatiy
4162a00924 8008657: JSpinner setComponentOrientation doesn't affect on text orientation
Reviewed-by: malenkov, serb
2014-02-24 17:23:43 +04:00
Alexander Scherbatiy
783201f70f 8031971: Use only public methods in the SwingLazyValue
Reviewed-by: serb, pchelko
2014-02-14 18:01:22 +04:00
Petr Pchelko
43829fc0cc 8032229: [TEST_BUG] The app failed automatically and it threw exception:java.lang.UnsupportedOperationException
Reviewed-by: serb, alexsch
2014-01-30 14:37:30 +04:00
Sergey Malenkov
77f3079bed 8010718: javax/swing/JFileChooser/8013442/Test8013442.java fails
Reviewed-by: alexsch
2014-01-24 16:50:40 +04:00
Volker Simonis
ad1b6f1a39 8032578: [TESTBUG] Fix tests which use SecurityConstants.AWT
Reviewed-by: pchelko
2014-01-23 17:43:32 +01:00
Dmitry Markov
54ac5030e4 8028616: Htmleditorkit parser doesn't handle leading slash (/)
Reviewed-by: alexp, alexsch
2014-01-16 20:51:18 +04:00
Alexander Scherbatiy
8e647d9f30 8024926: [macosx] AquaIcon HiDPI support
Reviewed-by: serb, anthony
2014-01-09 19:01:18 +04:00
Lana Steuck
657b9db1ba 8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
Updated files with 2011, 2012 and 2013 years according to the file's last updated date

Reviewed-by: tbell, lancea, chegar
2013-12-26 12:04:16 -08:00
Petr Pchelko
4858095260 7154841: [macosx] Popups appear behind taskbar
Reviewed-by: anthony, serb
2013-12-24 18:37:24 +04:00
Sergey Bylokhov
2273f9252a 8009919: [macosx] NPE in AquaSingleImagePainter.paint()
Reviewed-by: pchelko, azvegint
2013-12-23 19:03:37 +04:00
Sergey Malenkov
e4bef18896 8030118: Document listeners fired outside document lock
Reviewed-by: art, serb
2013-12-23 16:37:21 +04:00
Sergey Bylokhov
8850d18abd 8029010: [macosx] Need test for JDK-7124513
Reviewed-by: pchelko, alexsch
2013-11-29 16:12:03 +04:00
Mikhail Cherkasov
08506b7c2f 8028271: Wrong alt processing during switching between windows
Reviewed-by: serb, alexsch
2013-11-26 17:16:32 +04:00
Oleg Pekhovskiy
989fd32e66 7160604: Using non-opaque windows - popups are initially not painted correctly
Reviewed-by: serb, alexsch
2013-11-26 15:57:49 +04:00
Oleg Pekhovskiy
e05b1a8aa1 8028995: Write regression test for JDK-8016356
Reviewed-by: serb, anthony
2013-11-25 14:05:19 +04:00