| Commit message (Expand) | Author | Age | Files | Lines |
* | fixes multiple issues with tabsheet, accordion, table etc | Matti Tahvonen | 2008-03-13 | 1 | -15/+62 |
* | One more: Abstract select assumed Property is always ValueChangeNotifier (bug... | Marc Englund | 2008-03-12 | 1 | -1/+1 |
* | Abstract select assumed Property is always ValueChangeNotifier (bug in if -cl... | Marc Englund | 2008-03-12 | 1 | -1/+1 |
* | Don't allow setting the same layout multiple times (caused bug) | Marc Englund | 2008-03-10 | 1 | -0/+5 |
* | Documentation and making upload events more thread safe | Matti Tahvonen | 2008-03-07 | 1 | -13/+35 |
* | svn changeset:4001/svn branch:trunk | Jani Laakso | 2008-03-07 | 1 | -3/+2 |
* | Continued fix for #1475: setReadOnly(true) fails for: Checkbox, Button, Upload | Jani Laakso | 2008-03-07 | 1 | -1/+5 |
* | Even more Notification documentation. | Marc Englund | 2008-03-06 | 1 | -0/+5 |
* | More Notification documentation. | Marc Englund | 2008-03-06 | 1 | -17/+135 |
* | Documented Notification ( #1359 ) and implemented icon support that was i the... | Marc Englund | 2008-03-06 | 1 | -5/+109 |
* | fixes #1368 | Matti Tahvonen | 2008-03-05 | 1 | -3/+10 |
* | better comment for hack | Matti Tahvonen | 2008-03-05 | 1 | -0/+3 |
* | enabled multiselect in Select component (Should use ListSelect, but for backw... | Matti Tahvonen | 2008-03-05 | 1 | -4/+5 |
* | setVisibleItemProperties() did not consider itemDataSource, fixes #139 | Marc Englund | 2008-03-05 | 1 | -1/+4 |
* | fixed javadoc | Matti Tahvonen | 2008-03-04 | 1 | -10/+1 |
* | Refactored CustomComponent. Fixed possible NPE in Abstract component. Optimi... | Matti Tahvonen | 2008-03-04 | 2 | -446/+102 |
* | Fixed one ("filtering") regression. | Marc Englund | 2008-03-03 | 1 | -0/+20 |
* | replacing selected tab no longer changes to first tab, fixes #591 | Marc Englund | 2008-02-29 | 1 | -0/+6 |
* | Quite a bit of changes: added possibility to better detect _why_ upload faile... | Marc Englund | 2008-02-27 | 1 | -11/+99 |
* | fixes rather fatal expand layout bug (expanded element reference lost on each... | Matti Tahvonen | 2008-02-25 | 1 | -4/+6 |
* | getSelect() removed, getTabSheet() added, fixes #832 | Marc Englund | 2008-02-25 | 1 | -3/+3 |
* | Javadoc addition, fixes #95 | Marc Englund | 2008-02-25 | 1 | -3/+5 |
* | ENHANCEMENT: SplitPanel.setLocked(boolean locked) - allows locking the splitp... | Jouni Koivuviita | 2008-02-25 | 1 | -0/+29 |
* | Fixed typo: setHeight(String width) -> setHeight(String height) | Jouni Koivuviita | 2008-02-18 | 1 | -2/+2 |
* | fixed some server side selection change issue | Matti Tahvonen | 2008-02-12 | 1 | -0/+9 |
* | fixed first visible to me more sane | Matti Tahvonen | 2008-02-12 | 1 | -3/+3 |
* | sanity check | Matti Tahvonen | 2008-02-12 | 1 | -0/+3 |
* | pageBuffer reset on editability change | Matti Tahvonen | 2008-02-11 | 1 | -0/+1 |
* | table: forcing pageBuffer flush on some events just to be sure of getting upd... | Matti Tahvonen | 2008-02-11 | 1 | -2/+14 |
* | workaround for IScrollTable bug to server side paint method | Matti Tahvonen | 2008-02-11 | 1 | -0/+6 |
* | small fix | Matti Tahvonen | 2008-02-11 | 1 | -2/+3 |
* | trying to fix table issues | Matti Tahvonen | 2008-02-11 | 1 | -8/+47 |
* | table now refreshes its contents and does component attaching etc in right pl... | Matti Tahvonen | 2008-02-08 | 1 | -223/+243 |
* | Deprecated Application.setFocusedComponent and Application.consumeFocus(), th... | Jani Laakso | 2008-02-08 | 3 | -34/+26 |
* | Fixed #1393 (Focusable has id which is obsolete) | Jani Laakso | 2008-02-08 | 7 | -170/+32 |
* | Not painting table if only first visible info is updated | Matti Tahvonen | 2008-02-07 | 1 | -3/+4 |
* | extracted alignments and spacing to layouts subinterfaces | Matti Tahvonen | 2008-02-07 | 1 | -28/+105 |
* | extracted alignments and spacing to layouts subinterfaces | Matti Tahvonen | 2008-02-07 | 3 | -111/+132 |
* | version since fix | Matti Tahvonen | 2008-02-06 | 1 | -1/+1 |
* | 1. Removed obsolete dependency framework methods and interface definitions. | Jani Laakso | 2008-02-06 | 6 | -62/+22 |
* | rename target width attribute in uidl to avoid collapsing with Sizeable width | Matti Tahvonen | 2008-02-05 | 1 | -2/+2 |
* | alignments painting for GridLayout | Matti Tahvonen | 2008-02-05 | 1 | -0/+22 |
* | Changed addComponent() a bit: must call super, can't call setParent() directly. | Marc Englund | 2008-02-01 | 1 | -2/+4 |
* | fixes #1036 and removes some obsolete code | Matti Tahvonen | 2008-02-01 | 1 | -1/+17 |
* | changed order of component adding, in case super.addComponent() throws... | Marc Englund | 2008-02-01 | 1 | -3/+3 |
* | Simplified; assume component's parent is always ComponentContainer. | Marc Englund | 2008-02-01 | 1 | -8/+2 |
* | AbstractComponent.setParent(parent) cannot be called if component already has... | Marc Englund | 2008-02-01 | 2 | -2/+29 |
* | Java 1.4-ified | Marc Englund | 2008-02-01 | 1 | -1/+1 |
* | Deprecated | Jani Laakso | 2008-02-01 | 3 | -1/+11 |
* | fixes #1078 | Matti Tahvonen | 2008-02-01 | 1 | -15/+70 |