summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge commit '8e5b5'Johannes Dahlström2012-06-112-1/+37
|\| |
| * | Made Table serializable when using column width for row header (#8428)Artur Signell2012-05-292-1/+37
* | | Merge commit 'e8a652'Johannes Dahlström2012-06-111-0/+46
|\| |
| * | Table: Make some columns uncollapsable (#7495)Leif Åstrand2012-05-231-0/+46
* | | Merge commit 'e085e'Johannes Dahlström2012-06-111-0/+49
|\| |
| * | Make browser window size available in Window (#5655)Leif Åstrand2012-05-221-0/+49
* | | Merge commit 'bec62'Johannes Dahlström2012-06-111-0/+8
|\| |
| * | [merge from 6.7] Don't trigger actions if space or enter is pressed with Butt...Automerge2012-05-211-3/+0
* | | Merge commit '99786'Johannes Dahlström2012-06-112-46/+68
|\| |
| * | [merge from 6.7] #8805 fix flickering of partial first row in table, related ...Automerge2012-05-181-0/+7
| * | [merge from 6.7] #8793 Retain all tab metadata, not just caption and icon, in...Johannes Dahlström2012-05-181-46/+32
* | | Merge commit 'ecd026'Johannes Dahlström2012-06-111-0/+30
|\| | | |/ |/|
| * [merge from 6.7] Remove invalid import used by javadocsAutomerge2012-05-151-1/+0
* | Add missing call to super.detach() (#6690)Leif Åstrand2012-06-061-0/+1
* | Fix missing licenses and Serializable (#6690)Leif Åstrand2012-06-061-1/+2
* | Fix some broken hierarchies (#6690)Leif Åstrand2012-06-062-5/+12
* | Initial extension support (#6690)Leif Åstrand2012-06-0613-701/+120
* | Repaint when contents changes (#8735)Artur Signell2012-06-011-0/+1
* | Repaint when contents changes (#8832)Artur Signell2012-06-011-0/+2
* | Remove Table.setLazyLoading (#6010)Leif Åstrand2012-05-301-13/+0
* | Updated AbstractOrderedLayout to no longer use paintContentArtur Signell2012-05-141-61/+48
* | Fixed problem with iterator containing null (#8729)Artur Signell2012-05-141-0/+4
* | Updated Label to use shared stateArtur Signell2012-05-111-151/+24
* | Updated Audio and Video to use stateArtur Signell2012-05-112-71/+47
* | Moved most of TextField/TextArea/PasswordField paintContent to stateArtur Signell2012-05-112-143/+33
* | Initial support for sending difference in state (#8419)Artur Signell2012-05-112-12/+18
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-05-042-1/+30
|\|
| * [merge from 6.7] Use equals instead of == to compare item ids (#8712). Using ...Automerge2012-04-271-1/+1
| * Add support for html in buttons (#8663)Leif Åstrand2012-04-261-0/+38
* | Method for finding the first ancestor of a given type (#8182)Artur Signell2012-04-191-27/+26
* | Fixed problem with Panel not repainting its contents (#8700)Artur Signell2012-04-191-0/+9
* | Removed dead codeArtur Signell2012-04-191-1/+0
* | Handled enabled state cascading on client side (#8507)Artur Signell2012-04-191-11/+0
* | RPC -> Rpc for consistencyArtur Signell2012-04-189-18/+18
* | Simplified RPC handling for client to server RPCArtur2012-04-182-4/+2
* | Use declared RPC parameter types (#8666)Artur Signell2012-04-181-3/+3
* | Explicitly paint CustomLayout to send template to the client (#8688)Leif Åstrand2012-04-181-1/+23
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-04-182-16/+23
|\|
| * [merge from 6.7] Reverted #7607 fixes and removed the test for now because th...Automerge2012-04-171-4/+7
| * #8203 Improved javadoc, added null checkJohannes Dahlström2012-04-121-7/+10
| * Fixed #8653: addTab(index) should not throw if index is out of boundsJohannes Dahlström2012-04-121-5/+6
* | Reformatted all source filesArtur Signell2012-04-165-5/+0
* | Show the right target type in the exception messageLeif Åstrand2012-04-131-1/+1
* | Rename v-paintable -> v-connector (#8652)Leif Åstrand2012-04-121-2/+2
* | Removed deprecated an unneded setAlignment based on String (#8169)Artur Signell2012-04-123-185/+2
* | Removed deprecated interface (#8169)Artur Signell2012-04-122-6/+3
* | Removed getLayout/setLayout (#8169)Artur Signell2012-04-121-39/+0
* | Workaround for problem with wrong state being createdArtur Signell2012-04-121-0/+8
* | Move SharedState and ServerRpc classes out from Connector classesArtur Signell2012-04-1210-17/+17
* | Moved each component to its own package on client sideArtur Signell2012-04-1225-38/+38