summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
* Allow configuring the root class to use, remove RootLayoutLeif Åstrand2011-11-162-16/+56
* Move functionality for opening resources from Window to RootLeif Åstrand2011-11-163-222/+222
* Make Window.close publicLeif Åstrand2011-11-141-1/+1
* #7895 Provide ThreadLocal for the current RootLeif Åstrand2011-11-141-0/+10
* Moved Notification to its own fileLeif Åstrand2011-11-103-319/+322
* Merge remote branch 'origin/master' into windowingLeif Åstrand2011-11-101-0/+1
|\
| * #7912 Remove support for IE6Leif Åstrand2011-11-091-0/+1
* | LoginForm now uses RequestHandlerLeif Åstrand2011-11-091-43/+24
* | Merge branch 'master' into windowingLeif Åstrand2011-11-083-108/+369
|\|
| * #7839 Corrected cases where pagelength=0 or where number of children > pagebu...Artur Signell2011-11-041-21/+29
| * #7780 Don't do partial repaints if the item set has changed during an expand ...Artur Signell2011-11-041-1/+21
| * #7839 Cleanup based on reviewArtur Signell2011-11-041-14/+18
| * #7839 Out of Sync error when using Generated Columns with TreeTable - additio...Artur Signell2011-11-041-2/+2
| * #7839 Out of Sync error when using Generated Columns with TreeTableArtur Signell2011-11-031-37/+145
| * Added javadoc and debug loggingArtur Signell2011-11-031-0/+32
| * #7790 Reverted sort methods to call refreshRenderedCells instead of refreshRo...Artur Signell2011-11-031-4/+6
| * Partly reverted [21883] as it caused unnecessary rendering in some casesArtur Signell2011-11-031-14/+54
| * #7790 Renamed method to refreshRowCache, ensured it is used internally by Tab...Artur Signell2011-11-031-33/+33
| * #7790 Added a method for forcing Table to repaint its rowsArtur Signell2011-11-031-38/+55
| * Corrected the Scrollable JavaDoc to correspond with the code.Marko Grönroos2011-11-021-5/+35
| * Test and fix for #7852 TreeTable partial update throws NegativeArraySizeExcep...Artur Signell2011-10-311-1/+1
* | Pass WrappedRequest to Root.init and RootLayout.initLeif Åstrand2011-11-082-3/+6
* | Added Root.init() and run RootLayout.init() from thereLeif Åstrand2011-11-081-3/+6
* | Removed deprecated code that was left in Window when Root was createdLeif Åstrand2011-11-041-330/+0
* | Added RootLayout and implemented rudimentary Root using RootLayoutLeif Åstrand2011-11-032-6/+16
* | Removed the Root interface and renamed DefaultRoot class to RootLeif Åstrand2011-11-033-473/+410
* | Restored support for executeJavaScript in RootLeif Åstrand2011-11-023-57/+49
* | Restored support for Notifications in rootLeif Åstrand2011-11-023-194/+188
* | Restored functionality related to subwindows and focus in RootLeif Åstrand2011-11-024-465/+286
* | Split Window to Root and WindowLeif Åstrand2011-11-017-1137/+1240
|/
* Fix for #7808Jonatan Kronqvist2011-10-201-2/+2
* #6588, #7776 : fine tuned fix with properties that modify value. ValueChange ...Matti Tahvonen2011-10-131-11/+20
* fix for #7776Matti Tahvonen2011-10-111-14/+45
* #6588 quick fix, still need to re-evaluate and test the solutionMatti Tahvonen2011-10-071-2/+48
* reverted #6588 fix, causes rather bad regressionsMatti Tahvonen2011-10-061-33/+1
* #6588 changed to check for uninitialized client state on the clientLeif Åstrand2011-09-271-1/+1
* #6588 slightly changed based on reviewLeif Åstrand2011-09-271-3/+3
* Merged changes from 6.6Henri Sara2011-09-272-5/+24
* #6588 Repainting in TextChangeListener will send wrong value to clientLeif Åstrand2011-09-271-1/+33
* Yet another indexing issue fixed for #7620Jonatan Kronqvist2011-09-271-0/+3
* Code cleanup based on review #7620Jonatan Kronqvist2011-09-261-9/+4
* Changes for #5170 based on reviewLeif Åstrand2011-09-261-2/+5
* Allow using ComboBox as a replacement for NativeSelect (#5170)Leif Åstrand2011-09-261-0/+37
* Yet another indexing issue found and fixed for #7620Jonatan Kronqvist2011-09-231-1/+4
* Fix for #7626John Alhroos2011-09-231-0/+1
* [21231] broke spanned generated rows, this commit fixes the bug (#7538)Jonatan Kronqvist2011-09-231-6/+5
* A necessary part of the patch in [21231] was left out by mistake (#7358)Jonatan Kronqvist2011-09-221-1/+1
* Don't send a partial row update the first time the component is painted (#7605)Leif Åstrand2011-09-221-1/+5
* Applied patch to support implementation of #7358Jonatan Kronqvist2011-09-221-2/+12
* Fixed indexing issues relating to #7620Jonatan Kronqvist2011-09-221-6/+15