summaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/ui
Commit message (Expand)AuthorAgeFilesLines
* fixes multiple issues with tabsheet, accordion, table etcMatti Tahvonen2008-03-131-15/+62
* One more: Abstract select assumed Property is always ValueChangeNotifier (bug...Marc Englund2008-03-121-1/+1
* Abstract select assumed Property is always ValueChangeNotifier (bug in if -cl...Marc Englund2008-03-121-1/+1
* Don't allow setting the same layout multiple times (caused bug)Marc Englund2008-03-101-0/+5
* Documentation and making upload events more thread safeMatti Tahvonen2008-03-071-13/+35
* svn changeset:4001/svn branch:trunkJani Laakso2008-03-071-3/+2
* Continued fix for #1475: setReadOnly(true) fails for: Checkbox, Button, UploadJani Laakso2008-03-071-1/+5
* Even more Notification documentation.Marc Englund2008-03-061-0/+5
* More Notification documentation.Marc Englund2008-03-061-17/+135
* Documented Notification ( #1359 ) and implemented icon support that was i the...Marc Englund2008-03-061-5/+109
* fixes #1368Matti Tahvonen2008-03-051-3/+10
* better comment for hackMatti Tahvonen2008-03-051-0/+3
* enabled multiselect in Select component (Should use ListSelect, but for backw...Matti Tahvonen2008-03-051-4/+5
* setVisibleItemProperties() did not consider itemDataSource, fixes #139Marc Englund2008-03-051-1/+4
* fixed javadocMatti Tahvonen2008-03-041-10/+1
* Refactored CustomComponent. Fixed possible NPE in Abstract component. Optimi...Matti Tahvonen2008-03-042-446/+102
* Fixed one ("filtering") regression. Marc Englund2008-03-031-0/+20
* replacing selected tab no longer changes to first tab, fixes #591Marc Englund2008-02-291-0/+6
* Quite a bit of changes: added possibility to better detect _why_ upload faile...Marc Englund2008-02-271-11/+99
* fixes rather fatal expand layout bug (expanded element reference lost on each...Matti Tahvonen2008-02-251-4/+6
* getSelect() removed, getTabSheet() added, fixes #832Marc Englund2008-02-251-3/+3
* Javadoc addition, fixes #95Marc Englund2008-02-251-3/+5
* ENHANCEMENT: SplitPanel.setLocked(boolean locked) - allows locking the splitp...Jouni Koivuviita2008-02-251-0/+29
* Fixed typo: setHeight(String width) -> setHeight(String height)Jouni Koivuviita2008-02-181-2/+2
* fixed some server side selection change issueMatti Tahvonen2008-02-121-0/+9
* fixed first visible to me more saneMatti Tahvonen2008-02-121-3/+3
* sanity checkMatti Tahvonen2008-02-121-0/+3
* pageBuffer reset on editability changeMatti Tahvonen2008-02-111-0/+1
* table: forcing pageBuffer flush on some events just to be sure of getting upd...Matti Tahvonen2008-02-111-2/+14
* workaround for IScrollTable bug to server side paint methodMatti Tahvonen2008-02-111-0/+6
* small fixMatti Tahvonen2008-02-111-2/+3
* trying to fix table issuesMatti Tahvonen2008-02-111-8/+47
* table now refreshes its contents and does component attaching etc in right pl...Matti Tahvonen2008-02-081-223/+243
* Deprecated Application.setFocusedComponent and Application.consumeFocus(), th...Jani Laakso2008-02-083-34/+26
* Fixed #1393 (Focusable has id which is obsolete)Jani Laakso2008-02-087-170/+32
* Not painting table if only first visible info is updatedMatti Tahvonen2008-02-071-3/+4
* extracted alignments and spacing to layouts subinterfacesMatti Tahvonen2008-02-071-28/+105
* extracted alignments and spacing to layouts subinterfacesMatti Tahvonen2008-02-073-111/+132
* version since fixMatti Tahvonen2008-02-061-1/+1
* 1. Removed obsolete dependency framework methods and interface definitions.Jani Laakso2008-02-066-62/+22
* rename target width attribute in uidl to avoid collapsing with Sizeable widthMatti Tahvonen2008-02-051-2/+2
* alignments painting for GridLayoutMatti Tahvonen2008-02-051-0/+22
* Changed addComponent() a bit: must call super, can't call setParent() directly.Marc Englund2008-02-011-2/+4
* fixes #1036 and removes some obsolete codeMatti Tahvonen2008-02-011-1/+17
* changed order of component adding, in case super.addComponent() throws...Marc Englund2008-02-011-3/+3
* Simplified; assume component's parent is always ComponentContainer.Marc Englund2008-02-011-8/+2
* AbstractComponent.setParent(parent) cannot be called if component already has...Marc Englund2008-02-012-2/+29
* Java 1.4-ifiedMarc Englund2008-02-011-1/+1
* DeprecatedJani Laakso2008-02-013-1/+11
* fixes #1078Matti Tahvonen2008-02-011-15/+70