My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Whats_Changed  

Featured
Updated Jun 23, 2009 by kenneth....@gmail.com

version 0.9.5

  1. iTunes style table officially introduced via ITunesTableUI delegate.
  2. UnifiedToolBar, BottomBar and PreferencesTabBar now have top level classes ( Issue 72 ).
  3. SourceList no longer auto-expands all nodes ( Issue 64 ).
  4. PreferencesTabBar now renders a unified tool bar area on JDK 6 ( Issue 62 ).
  5. SourceList node selection no longer follows clicks to expand a different node ( Issue 67 ).
  6. Sort icons now show up when using Glazed Lists ( Issue 71 ).
  7. HudComboBoxUI now shows the correct selection after programmatically setting the selected index ( Issue 70 ).
  8. SourceListControlBar now respects minimum and maximum preferred sizes ( Issue 73 ).
  9. HudComboBoxUI's arrows are now centered correctly when the button grows tall ( Issue 79 ).
  10. TriAreaComponent.addComponentToRight now adds the correct amount of space between components ( Issue 89 ).
  11. Introduced HUD style radio button via HudRadioButtonUI delegate ( Issue 90 ).
  12. HudWindows are now transparent on Windows ( Issue 35 ).
  13. HudWindows can now have their close button hidden ( Issue 95 ).
  14. SourceListTreeUI now supports run-time swapping (calls to updateUI work properly) ( Issue 80 ).
  15. iTunes table does not honor enabled/disabled state ( Issue 86 ).
  16. SourceListItems now automatically trigger a repaint when their data changes (e.g. counter value updated) ( Issue 13 ).

version 0.9.4

  1. Unified toolbar now renders correctly on Mac's JDK 6 as well as non Mac platforms ( Issue 24 ).
  2. SourceListContextMenuProvider is now being called correctly on Windows ( Issue 32 ).
  3. SourceListTreeUI now repaints itself when it's parent window's focus state changes ( Issue 34 ).
  4. IAppScrollPane now paints correctly when the focus state of the parent window changes ( Issue 26 ).
  5. SourceList now automatically expands newly added categories and items ( Issue 46 ).
  6. IAppScrollBarUI now better integrates into Swing's UI delegate architecture ( Issue 37 ).
  7. IAppScrollBarUI now correctly paints the scroll buttons as unfocused when the parent window loses focus ( Issue 47 ).
  8. SourceListCategory and SourceListItem now allow iteration over their children ( Issue 20 ).
  9. Demos work on all platforms now ( Issue 33 ).
  10. Added a System_Requirements wiki page ( Issue 4 ).
  11. SourceLists can now have their colors customized via SourceListColorScheme ( Issue 31 ).
  12. SourceList disclosure triangles now render as white when the corresponding category is selected ( Issue 53 ).
  13. SourceListCountBadgeRenderer now correctly centers badge text ( Issue 56 ).
  14. SourceList now exposes the necessary methods to implement drag and drop ( Issue 50 ).
  15. LabeledComponentGroup now offers a list-based constructor ( Issue 58 ).
  16. Introduced HUD style UI delegates ( Issue 43 ).

version 0.9.3

  1. iApp style scroll bars
  2. ImageButton added which allows for buttons with non-rectangular hot-spots to be created from images
  3. SourceList selected item not repainting properly on focus change fixed
  4. SourceList doesn't automatically expand root node if items are added to the model after it has been made visible
  5. SourceListContextMenuProvider introduced which allows developers to easily add custom context menus
  6. SourceListClickListener introduced which allows developers to listen for multiple clicks on a SourceList item
  7. SourceList was ignoring the requested insertion index into the SourceList after the SourceListModel had been installed
  8. Removed setVisible(true) call from HUDWindow constructor

version 0.9.2

  1. Heads Up Display (HUD)
  2. Works with JGoodies Forms 1.2.1
  3. Dependency on SwingX removed, thus reducing the size from 1.4 MB to 250 KB
  4. SourceListTreeUI has been factored out of SourceList so that you can apply this UI delegate to any JTree
  5. EmphasizedLabelUI now has Javadoc.

version 0.9.1

  1. Unified Tool Bar
  2. Bottom Bar
  3. Java 6 compatibility on the Mac
  4. Fixed UnifiedToolBarButtonUI disabled button masking
  5. Added EXTRA_SMALL BottomBarSize (as seen in Safari's status bar)

version 0.9.0 (initial release)

  1. Source List

Sign in to add a comment
Powered by Google Project Hosting