The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Widgetry 0.4

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
James Robertson

Posts: 29924
Nickname: jarober61
Registered: Jun, 2003

David Buck, Smalltalker at large
Widgetry 0.4 Posted: Apr 12, 2007 3:32 PM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: Widgetry 0.4
Feed Title: Pollock
Feed URL: http://www.cincomsmalltalk.com/rssBlog/pollock-rss.xml
Feed Description: Pollock - the next VW GUI
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From Pollock

Advertisement

A new version of Widgetry is available on the Cincom Public Repository: Version 0.4 : 30062 tests.

What's new.

Part 1 of what turns out to be two parts of Grid Optimization. With the new code, adding a column is on average 3.5x faster.

It is mostly because of a big refactoring removing a double creation of each pane in the Grid. With the old code, and for a while there, it also created a whole bunch of garbage as the needless first set of panes weren't released. Since the "first set" of tossed aside panes are no longer created, that leak is gone.

This also will speed up scrolling, but that varies, based on the number of newly visible rows.

Martin has updated tests to run better on different platforms and/or images with different stuff loaded.

Kevin added a missing reference to the secondaryTransitionImage for an ActiveImageSpecification, and I added tests and the appropriate builder support for it.

Finally, there are more comment updates from Kevin.

Also, there were the following Stop The Line fixes:

  • Empty TextEdit wasn't showing insertion point.
  • If both vertical and horizontal scrollbars were shown, an EnumerationPane would become "dead" to selections
  • ResizingSplitter not properly calculating minimal invalidation area
  • ResizingSplitter not working properly when imbedded in a Form
  • New API in advance of Fly By Help for DisplayLabel>>extentWhenWordWrappedTo: anInteger gives extent of text when wrapped to anInteger's width (plus tests)
  • Fixed EnumerationArtist itemGlobalBoundsAt: to give proper bounds (for use with coming Fly By Help)
  • Added removePage: anIntegerOrSymbol to TabControl (plus tests)
  • Added a Grid invalidate to make sure it paints the background if there are no items in the list
  • Made sure helpText from ToolItems were added to ToolItemPanes (plus tests)
  • Added tests to make sure helpText from MenuItems are added to MenuPaneItems
  • Used CodeCritic to remove dead code
  • Made sure that inactive color was used on inactive ActiveImages
  • Fixed paneAt: to find deep panes when using an array of IDs (plus tests)
  • Added columnAtID: for Grid (already was in Agent)
  • Added removeColumnIndex: for Grid (already was in Agent)
  • Refactored InputField only methods from EditingPane
  • Fixed TextDisplayManager to not die on empty text
  • Fixed name targetSelectionRectange... to targetSelectionRectangle...

What's next.

Progress is being made on making beEnabled be as fast as it is in Wrapper... I suspect it will be done for 0.5, but time will tell.

Part two of Grid Optimization to stop it from in effect displaying 3 times for every change.

And So It Goes
Sames

Read: Widgetry 0.4

Topic: StS 2007 Daily: Cincom Smalltalk Roadmap Previous Topic   Next Topic Topic: SNUG

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use