aboutsummaryrefslogtreecommitdiff
path: root/src/share/classes/javax/swing
AgeCommit message (Collapse)Author
2008-08-146708392: Provide internal API to create OverrideRedirect windows, XToolkitart
Summary: SunToolkit.setOverrideRedirect() method is introduced Reviewed-by: mlapshin, yan
2008-07-24Mergelana
2008-07-226728492: typo in copyrights in some files touched by the d3d pipeline porttdv
Reviewed-by: prr
2008-07-186725214: D3D: forward-port the new pipeline from 6u10tdv
Summary: Forward port of the new Direct3D 9 rendering pipeline from 6u10. Also includes fixes for 6690659 6689025 6658398 6596234. Reviewed-by: campbell, prr --HG-- rename : src/windows/classes/sun/java2d/windows/Win32SurfaceData.java => src/windows/classes/sun/java2d/windows/GDIWindowSurfaceData.java rename : src/windows/native/sun/java2d/windows/Win32SurfaceData.cpp => src/windows/native/sun/java2d/windows/GDIWindowSurfaceData.cpp rename : src/windows/native/sun/java2d/windows/Win32SurfaceData.h => src/windows/native/sun/java2d/windows/GDIWindowSurfaceData.h
2008-07-026719955: Update copyright yearjdk7-b30xdono
Summary: Update copyright year for files that have been modified in 2008 Reviewed-by: ohair, tbell
2008-06-065035693: "Open" button should be a default one in JFileChooser under Windows ↵rupashka
XP LAF Summary: The "Open" button was made default button of FileChooser dialog windows Reviewed-by: loneid, peterz
2008-06-056688110: JSlider has incorrect javadoc for the setValueIsAdjusting methodrupashka
Summary: The sentence about ChangeEvents generation was removed Reviewed-by: peterz
2008-06-046571802: 'Shared Documents' listed in-between C,D drives in the ↵rupashka
JFileChooser, does not match with native Summary: now sun.awt.shell.ShellFolder#sort uses system sorting instead of alphabetical Reviewed-by: loneid, peterz
2008-06-034987336: JSlider doesn't show label's animated iconrupashka
Summary: JSlider registers as an image observer of label's icon Reviewed-by: alexp
2008-06-026709530: There are unnecessary code in slider classes, such as in JSlider ↵rupashka
and SliderUIs Summary: Removed unnecessary code like unused variables, castings, imports etc Reviewed-by: peterz
2008-05-266694823: A popup menu can be partially hidden under the task bar in appletsmlapshin
Summary: In applets popup menu is shifted above the task bar Reviewed-by: peterz
2008-05-226606443: Infinite loop in FlowView.layout when using HTML tables in JEditorPanepeterz
Summary: FlowStrategy.damageStart now tracks position changes Reviewed-by: gsm
2008-05-14Mergemlapshin
2008-05-13Mergeyan
2008-05-074935607: RFE: LTP: Should be possible to set the TRANSIENT attribute of ↵malenkov
propertiies to FALSE Summary: Add the Transient annotation and support it (JSR-273) Reviewed-by: peterz, loneid
2008-05-076348456: BasicColorChooserUI ignores JColorChooser selection model changesmalenkov
Summary: Some methods are moved from AbstractColorChooserPanel to BasicColorChooserUI Reviewed-by: peterz, alexp
2008-05-076625450: javax.swing.border.TitledBorder.getBaseline() doesn't throw IAE ↵malenkov
when width is < 0 Summary: necessary check is added Reviewed-by: peterz, alexp
2008-05-04Mergeyan
2008-05-016688203: Memory leak and performance problems in the method ↵rupashka
getFileSystemView of FileSystemView Summary: Removed from the "FileSystemView#getFileSystemView" method creation of a new listener and adding it to UIManager Reviewed-by: peterz
2008-04-30Mergemlapshin
2008-04-30Mergemlapshin
2008-04-306690791: Even more ClassCasetException with TrayIconmlapshin
Summary: event.getComponent() is used unstead of (Component)event.getSource() Reviewed-by: peterz
2008-04-306524424: JSlider Clicking In Tracks Behavior Inconsistent For Different Tick ↵rupashka
Spacings Summary: JSlider should use minimal tick space in SnapToTicks mode Reviewed-by: peterz
2008-04-296614972: JSlider value should not change on right-clickrupashka
Summary: WindowsSliderUI won't use the right mouse button for change slider position Reviewed-by: alexp
2008-04-284252173: Inability to reuse the HorizontalSliderThumbIconrupashka
Summary: Removed casting component to JSlider from MetalIconFactory Reviewed-by: alexp
2008-04-24Mergemlapshin
2008-04-236691503: Malicious applet can show always-on-top popup menu which has whole ↵mlapshin
screen size Summary: The fix for 6675802 is replaced by a try-catch clause that catches SequrityExceptions for applets. Reviewed-by: alexp
2008-04-186675802: Regression: heavyweight popups cause SecurityExceptions in appletsmlapshin
Summary: The problem code in Popup class is surrounded by AccessController.doPrivileged() Reviewed-by: alexp
2008-04-146612531: api/javax_swing/ScrollPaneLayout/index.html#xxxLayoutSize ↵mlapshin
(ScrollPaneLayout2024) throws NPE Summary: Added a check for the NPE Reviewed-by: alexp
2008-04-076613529: Avoid duplicate object creation within JDK packagesdav
Summary: avoid using constructors when unique values are not necessary Reviewed-by: volk, igor, peterz
2008-04-074765383: JTextArea.append(String) not thread safepeterz
Summary: Several swing.text methods are not marked thread-safe anymore. Reviewed-by: gsm
2008-04-034714674: JEditorPane.setPage(url) blocks AWT thread when HTTP protocol is usedpeterz
Summary: Both POST and GET can now be processed asynchronously; PageLoader refactored Reviewed-by: gsm
2008-03-256627817: Remove ^M characters in all files (Makefiles too)ohair
Summary: Some files included the use of the ^M character, which has been deleted. Reviewed-by: xdono
2007-12-01Initial loadjdk7-b24duke