| Commit message (Expand) | Author | Age | Files | Lines |
* | #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin" | Henri Sara | 2009-05-11 | 1 | -476/+0 |
* | Implementation serialization support for Toolkit. Fixes #695 | Joonas Lehtinen | 2009-04-12 | 1 | -0/+1 |
* | Cleaned up the whole project | Artur Signell | 2009-01-02 | 1 | -0/+6 |
* | Mass format | Artur Signell | 2008-09-02 | 1 | -7/+7 |
* | TabIndex definition fix for Select | Artur Signell | 2008-08-15 | 1 | -1/+1 |
* | Fixes #1819 : Selection with null-not allowed, but with null selected does no... | Joonas Lehtinen | 2008-06-14 | 1 | -1/+7 |
* | Fixes #1699 (i hope) | Joonas Lehtinen | 2008-05-21 | 1 | -5/+0 |
* | Fixes #846 | Joonas Lehtinen | 2008-05-14 | 1 | -0/+6 |
* | fixed lots of ComboBox bugs + cleaned the code | Matti Tahvonen | 2008-03-14 | 1 | -31/+39 |
* | fixed width with combobox, deprecated setColumns | Matti Tahvonen | 2008-03-14 | 1 | -5/+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 |
* | Fixed #1393 (Focusable has id which is obsolete) | Jani Laakso | 2008-02-08 | 1 | -5/+0 |
* | fixes #1078 | Matti Tahvonen | 2008-02-01 | 1 | -15/+70 |
* | Selects now listen for changes to item/property as appropriate. Version 1. Ta... | Marc Englund | 2008-01-30 | 1 | -0/+4 |
* | Added feature to allow custom logic when user adds new item to select | Matti Tahvonen | 2008-01-18 | 1 | -31/+4 |
* | ComboBox fixes: select newitem, entered item exists, etc issues | Marc Englund | 2007-12-11 | 1 | -1/+1 |
* | "-" -> "" clientside as well. | Marc Englund | 2007-12-10 | 1 | -2/+3 |
* | Selects newitem. | Marc Englund | 2007-12-10 | 1 | -22/+4 |
* | License header parametrized | Jani Laakso | 2007-12-04 | 1 | -44/+20 |
* | case-insensitive filtering | Marc Englund | 2007-11-30 | 1 | -0/+5 |
* | Anti-binäärimössö-commit for Jani. | Marc Englund | 2007-11-23 | 1 | -1/+1 |
* | setColumns() and setRows() added to selects as appropriate, made to match wid... | Marc Englund | 2007-11-23 | 1 | -0/+30 |
* | add "nullselectitem" attribute if a nullselectionitem is in the uidl | Marc Englund | 2007-11-14 | 1 | -356/+359 |
* | select newly added items by default | Matti Tahvonen | 2007-11-12 | 1 | -0/+1 |
* | Select: null selections without nullselectionItemId | Matti Tahvonen | 2007-11-01 | 1 | -4/+27 |
* | nullselect attribute in "natural" way | Matti Tahvonen | 2007-11-01 | 1 | -2/+2 |
* | Select in "filtering mode by default" | Matti Tahvonen | 2007-10-31 | 1 | -1/+1 |
* | fixed some bugs, filtering now works somehow | Matti Tahvonen | 2007-10-31 | 1 | -4/+7 |
* | Select refactor initial commit; not done. | Marc Englund | 2007-10-31 | 1 | -1286/+160 |
* | Mass format based on eclipse build in formatting style. | Jani Laakso | 2007-10-09 | 1 | -24/+27 |
* | -WidgetSet naming change: "paging"-style table should now be IPagingTable.java. | Jouni Koivuviita | 2007-10-08 | 1 | -13/+23 |
* | Filter select changes & client side implementation | Matti Tahvonen | 2007-09-03 | 1 | -218/+68 |
* | fixed javadoc typo | Marc Englund | 2007-08-27 | 1 | -1/+1 |
* | IDateField text style parsing more robust and supports more locales. Default ... | Jouni Koivuviita | 2007-07-11 | 1 | -2/+2 |
* | Experimental patch to block sending back variables that are just updated. Now... | Joonas Lehtinen | 2007-06-27 | 1 | -7/+28 |
* | #733 | Matti Tahvonen | 2007-05-29 | 1 | -3/+5 |
* | Always refilter if filter=="" (fixes #658) | Marc Englund | 2007-04-26 | 1 | -1/+2 |
* | lazyloading 'page size' fix (initial pagesize same as streaming pagesize, pag... | Marc Englund | 2007-04-23 | 1 | -7/+14 |
* | LazyLoading Select fixes: (java) did not honor itemCaptionProperty, (theme) d... | Marc Englund | 2007-04-23 | 1 | -2/+3 |
* | Unified code style (indentation) based on default settings using Eclipse 3.2. | Jani Laakso | 2007-04-18 | 1 | -83/+119 |
* | fixes #533 and makes possible to change selects (LazyLoading) filtering logic | Matti Tahvonen | 2007-04-16 | 1 | -41/+48 |
* | Pulled changesets from branches/4.0.0-SRIT into trunk, done by | Jani Laakso | 2007-04-12 | 1 | -158/+218 |
* | Removed obsolete code. | Jani Laakso | 2007-02-07 | 1 | -2/+0 |
* | Removed unnecessary code that was in attach just to work around known bugs (n... | Joonas Lehtinen | 2007-02-02 | 1 | -3/+2 |
* | Integrated filter select features. Fixed #41 | Joonas Lehtinen | 2007-01-31 | 1 | -401/+724 |
* | Fixed typo: "Intarfaces" => "Interfaces" | Jani Laakso | 2007-01-12 | 1 | -2/+2 |
* | Fixed typo: "Intarfaces" => "Interfaces" | Jani Laakso | 2007-01-12 | 1 | -1/+1 |
* | Refactoring: Enably -> IT Mill Toolkit | Joonas Lehtinen | 2006-11-01 | 1 | -0/+1202 |