aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/ui
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixes for #2002 and #1642 - improved exception handling in CommunicationManagerArtur Signell2008-08-221-0/+63
| | | | svn changeset:5242/svn branch:trunk
* Copied PopupView from incubator to trunkRisto Yrjänä2008-08-211-0/+235
| | | | svn changeset:5240/svn branch:trunk
* API changes:Jouni Koivuviita2008-08-211-0/+51
| | | | | | | | | Window.setResizable(boolean resizability) now allows to disable end-user sub-window resizing. Window.center() allows to request a sub-window to be centered on screen. Improved theming capabilities for IWindow: window borders are now calculated dynamically for every sub-window instance, previously only one final static was specified. svn changeset:5238/svn branch:trunk
* Fixes #2000 : AbstractComponent parses size "100" incorrectlyJoonas Lehtinen2008-08-211-77/+103
| | | | svn changeset:5235/svn branch:trunk
* setContainerDataSource() now accepts null. Fixes #1971.Marc Englund2008-08-201-0/+7
| | | | svn changeset:5224/svn branch:trunk
* Cursor position updated as needed after each addComponent(). Fixes #1972Marc Englund2008-08-181-7/+21
| | | | svn changeset:5205/svn branch:trunk
* addItem(Object[],Object) now ignores generated columns. Fixes #1967.Marc Englund2008-08-181-6/+13
| | | | svn changeset:5204/svn branch:trunk
* TabIndex definition fix for SelectArtur Signell2008-08-151-1/+1
| | | | svn changeset:5198/svn branch:trunk
* Minor changes for tabIndex definition.Matti Tahvonen2008-08-152-16/+13
| | | | svn changeset:5197/svn branch:trunk
* Implements #1928 (cellstylegenerator row styling). Fixes #1985 (cell style ↵Marc Englund2008-08-151-8/+23
| | | | | | off-by-one w/ rowheaders) svn changeset:5194/svn branch:trunk
* Fixes #1981 (some selections lost when scrolling)Marc Englund2008-08-151-9/+21
| | | | svn changeset:5187/svn branch:trunk
* reverted IndexedContainer specific hack (IdentityHashMap => Set). ↵Matti Tahvonen2008-08-141-10/+8
| | | | | | IndexedContainerProperty now has a reasonable hasCode svn changeset:5185/svn branch:trunk
* Table: optimizing one extra cache build on container changeMatti Tahvonen2008-08-141-4/+12
| | | | svn changeset:5182/svn branch:trunk
* added quick workaround for #1980 (IndexedContainer has sluggish ↵Matti Tahvonen2008-08-131-17/+18
| | | | | | equals/hashCode methods) svn changeset:5181/svn branch:trunk
* fixes #1445 (javadocs)Matti Tahvonen2008-08-121-9/+18
| | | | svn changeset:5176/svn branch:trunk
* caption and icon setters to Paintable interface, major tabsheet refactoring, ↵Matti Tahvonen2008-08-112-45/+44
| | | | | | client side caption handling for layouts svn changeset:5161/svn branch:trunk
* Fix for #124 Insert & remove row for GridLayoutArtur Signell2008-08-081-6/+90
| | | | svn changeset:5159/svn branch:trunk
* New addItem methodRisto Yrjänä2008-08-061-0/+27
| | | | svn changeset:5144/svn branch:trunk
* fixes #1956 (RAW mode in Label)Matti Tahvonen2008-08-051-1/+1
| | | | svn changeset:5140/svn branch:trunk
* Fixed #1959: SplitPanel calling setSecondComponent bugs if second component ↵Jani Laakso2008-07-301-1/+1
| | | | | | already exists svn changeset:5122/svn branch:trunk
* Adds #1946 collapsing + submenu icons.Risto Yrjänä2008-07-221-29/+120
| | | | svn changeset:5109/svn branch:trunk
* Fixes #1949.Marko Grönroos2008-07-151-0/+37
| | | | svn changeset:5107/svn branch:trunk
* Fixes #1930 OrderedLayout 100% default breaks all the programs setting ↵Joonas Lehtinen2008-07-111-6/+0
| | | | | | pixelsize with no pixel unit svn changeset:5082/svn branch:trunk
* Major changes in OrderedLayoutJoonas Lehtinen2008-07-101-0/+6
| | | | | | | | | | | | | | | These changes include: - Redesigned IOrderedLayout DOM-structure - Changes OrderedLayout Horizontal mode constructor defaults to 100% wide (this has been practical default since Millstone 3.0 as undefined width have been broken in horizontal mode) - Ensured appearance of error exclamation marks in captions without required status, icon or caption text - Closes #1911 : Optimize IOrderedLayout dom-structure by removing intermediate margin-div - Closes #1915 : IOrderedLayout caculates right margin incorrectly in horizontal mode when width is not set - Closes #1921 : IOrderedLayout needs cross-browser DOM structures - Probably introduces many new regressions All-in-all OrderedLayout is still work in progress and should not yet be included in 5.2.x releases svn changeset:5079/svn branch:trunk
* Test case and fix for #1924Matti Tahvonen2008-07-101-0/+2
| | | | svn changeset:5076/svn branch:trunk
* Fixes #1907 : Switching between horizontal and vertical modes broken in ↵Joonas Lehtinen2008-07-041-9/+1
| | | | | | IOrderedLayout svn changeset:5055/svn branch:trunk
* booleanValue should be publicJoonas Lehtinen2008-07-041-1/+1
| | | | svn changeset:5053/svn branch:trunk
* Fixes #1906 : Button should provide easy to use method for getting the ↵Joonas Lehtinen2008-07-041-1/+10
| | | | | | boolean state of the checkbox svn changeset:5052/svn branch:trunk
* Fixes ticket #1867 (Error message in Form is empty if required field is empty)Joonas Lehtinen2008-07-031-7/+9
| | | | svn changeset:5038/svn branch:trunk
* "Final" Fix for #1867Joonas Lehtinen2008-07-031-6/+4
| | | | svn changeset:5036/svn branch:trunk
* Corrections for #1867Joonas Lehtinen2008-07-032-35/+17
| | | | svn changeset:5033/svn branch:trunk
* Fixed #1867 further.Marko Grönroos2008-07-033-20/+45
| | | | svn changeset:5030/svn branch:trunk
* Removed JDK 1.5 dependencies from a fix (is Form.java) that is targeted to 5.2.xJoonas Lehtinen2008-07-031-5/+6
| | | | svn changeset:5024/svn branch:trunk
* Fixes the main problem in #1867, but brings other problems. Needs more work.Marko Grönroos2008-07-033-8/+85
| | | | svn changeset:5021/svn branch:trunk
* Integrated patch from ticket #1857. Closes the ticket.Joonas Lehtinen2008-07-011-1/+60
| | | | svn changeset:4996/svn branch:trunk
* Refactored Item -> MenuItem to reduce confusionJoonas Lehtinen2008-07-011-26/+26
| | | | svn changeset:4993/svn branch:trunk
* Copied the new MenuBar component from Incubator to Trunk. Fixes #1852.Marko Grönroos2008-06-261-0/+511
| | | | svn changeset:4955/svn branch:trunk
* Table now refreshes explicitly when adding and removing stuff and the ↵Marc Englund2008-06-241-2/+26
| | | | | | contained does not implement the appropriate notifier interface. Fixes #1461. svn changeset:4949/svn branch:trunk
* fixes #1834. Tested only a bit with FF & SA.Matti Tahvonen2008-06-241-4/+4
| | | | svn changeset:4948/svn branch:trunk
* Panel now don't fire repaint on scroll position change made from client sideMatti Tahvonen2008-06-241-2/+4
| | | | svn changeset:4947/svn branch:trunk
* scrollable related changes, fixes #1834, #1846Matti Tahvonen2008-06-242-78/+42
| | | | svn changeset:4942/svn branch:trunk
* The TextField needs to be repainted if it has a formatter; fixes #1824Marc Englund2008-06-231-2/+3
| | | | svn changeset:4937/svn branch:trunk
* Initial commit for #1739, implements Table.addGeneratedColumn()Marc Englund2008-06-181-24/+151
| | | | svn changeset:4911/svn branch:trunk
* Fixed #1046 : Removed references to non-existing Container.ManagedJoonas Lehtinen2008-06-141-5/+2
| | | | svn changeset:4886/svn branch:trunk
* Fixes #1819 : Selection with null-not allowed, but with null selected does ↵Joonas Lehtinen2008-06-141-1/+7
| | | | | | not immediately remove null selection possibility when selected svn changeset:4885/svn branch:trunk
* Fixes #1806: Unexpected behavior with i-modified-classJoonas Lehtinen2008-06-141-0/+6
| | | | svn changeset:4881/svn branch:trunk
* Fixed #1811: Validation logic is not logical: isRequired == false should not ↵Joonas Lehtinen2008-06-141-8/+0
| | | | | | imply (null/"" -> valid) svn changeset:4874/svn branch:trunk
* fixes #1808Matti Tahvonen2008-06-121-1/+1
| | | | svn changeset:4860/svn branch:trunk
* fixes #1782Matti Tahvonen2008-06-091-24/+25
| | | | svn changeset:4802/svn branch:trunk
* Fixed multiple bugs in ProgressIndicator: polled even if disabled or ↵Marc Englund2008-06-061-1/+12
| | | | | | invisible (#1581), had no isIndeterminate(), did not call requestRepaint() when changing polling interval or indeterminate mode. svn changeset:4771/svn branch:trunk