0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 4 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made the DetachedDockingContainer constructor public. More... about 16 years ago
Yet another attempt at getting decent drag feedback on all platforms More... over 16 years ago
Further changes to DragManager to improve drag feedback More... over 16 years ago
Fixed various problems with docking, especially relating to drawing the drag feedback correctly More... over 16 years ago
DockableWidgets can be detached from their parent window, and are then displayed in a floating dialog. More... over 16 years ago
DragManager now uses a JWindow instead of a JPanel to display drag feedback. This allows it to be drawn correctly even if the widget is dragged beyond the edge of the parent window. More... over 16 years ago
Implemented BFrame.getFrames(). More... over 16 years ago
Removed unnecessary override of getComponent() in CustomWidget. More... over 16 years ago
Lots of Java 5 related changes: WidgetContainer.getChildren() now returns a Collection<Widget>, most Widget subclasses override getComponent() to have a more specific return type, etc. More... over 16 years ago
BList and BComboBox constructors were incorrectly taking a Collection[] instead of a Collection. More... over 16 years ago
Added resetToPreferredSizes(). More... over 17 years ago
Live resizing now works correctly on all platforms (bug 1597819). More... over 17 years ago
Fixed javadoc for WidgetContainer.getChildren(). More... over 17 years ago
WidgetContainer.getChildren() returns a Collection instead of an Iterator More... over 17 years ago
BScrollPane now uses a JScrollPane as its component, so it will pick up the correct look and feel More... over 17 years ago
Fixed null pointer when running under WebStart on OS X (bug 1571100) More... over 17 years ago
Workaround for Sun bugs 4820794 and 6195065 More... over 17 years ago
When the message was a WidgetContainer, layoutChildren() was not getting called on it. More... almost 18 years ago
In some cases, layoutChildren() would not get called on a WidgetContainer in a BuoyComponent More... almost 18 years ago
Initial import of version 1.7 More... almost 18 years ago
[no comment] More... almost 18 years ago
Initial import of version 1.7 More... almost 18 years ago