| Commit message (Expand) | Author | Age | Files | Lines |
* | Make LoginForm work inside iframes (#8144) | Leif Åstrand | 2012-08-03 | 1 | -3/+3 |
* | Clear selectionRangeStart if the key map has been cleared (#8584, #8736) | Leif Åstrand | 2012-08-02 | 1 | -0/+16 |
* | Improved code readability based on review (#8109) | Leif Åstrand | 2012-07-30 | 2 | -23/+28 |
* | Don't make changes directly to the visible itemids collection (#8109, #8787) | Leif Åstrand | 2012-07-30 | 1 | -1/+2 |
* | Preserve selection order for multi select value (#8109, #8787) | Leif Åstrand | 2012-07-27 | 2 | -14/+20 |
* | #8291, #7666 fix Table NegativeArraySizeException when table size reduced by ... | Henri Sara | 2012-07-20 | 1 | -1/+2 |
* | #7938 Added reference to #8971 to the javadoc | Johannes Dahlström | 2012-06-15 | 1 | -0/+3 |
* | #7938 Clarified Window.center() javadoc | Johannes Dahlström | 2012-06-15 | 1 | -2/+4 |
* | Change Chameleon -> chameleon + unit test for all builtin themes (#8386) | Leif Åstrand | 2012-06-13 | 1 | -1/+1 |
* | #8297 Do not use static logger instances | Henri Sara | 2012-06-05 | 2 | -31/+49 |
* | #7495 Inverted the server-side API naming (eg. setColumnNoncollapsible -> set... | Johannes Dahlström | 2012-05-31 | 1 | -10/+17 |
* | Created a test for disabling and enabling max/min split position of SplitPane... | Tapio Aali | 2012-05-31 | 1 | -10/+10 |
* | Optimized network usage of the split position limits of the SplitPanel (#8880). | Tapio Aali | 2012-05-31 | 1 | -2/+6 |
* | Added options for setting maximum and minimum split positions to SplitPanel (... | Tapio Aali | 2012-05-30 | 1 | -1/+109 |
* | Removed non-working/unneeded code (#8428) | Artur Signell | 2012-05-29 | 1 | -5/+0 |
* | Made Table serializable when using column width for row header (#8428) | Artur Signell | 2012-05-29 | 2 | -1/+37 |
* | Table: Make some columns uncollapsable (#7495) | Leif Åstrand | 2012-05-23 | 1 | -0/+46 |
* | Make browser window size available in Window (#5655) | Leif Åstrand | 2012-05-22 | 1 | -0/+49 |
* | [merge from 6.7] Don't trigger actions if space or enter is pressed with Butt... | Automerge | 2012-05-21 | 1 | -3/+0 |
* | [merge from 6.7] #8805 fix flickering of partial first row in table, related ... | Automerge | 2012-05-18 | 1 | -0/+7 |
* | [merge from 6.7] #8793 Retain all tab metadata, not just caption and icon, in... | Johannes Dahlström | 2012-05-18 | 1 | -46/+32 |
* | [merge from 6.7] Remove invalid import used by javadocs | Automerge | 2012-05-15 | 1 | -1/+0 |
* | [merge from 6.7] Use equals instead of == to compare item ids (#8712). Using ... | Automerge | 2012-04-27 | 1 | -1/+1 |
* | Add support for html in buttons (#8663) | Leif Åstrand | 2012-04-26 | 1 | -0/+38 |
* | [merge from 6.7] Reverted #7607 fixes and removed the test for now because th... | Automerge | 2012-04-17 | 1 | -4/+7 |
* | #8203 Improved javadoc, added null check | Johannes Dahlström | 2012-04-12 | 1 | -7/+10 |
* | Fixed #8653: addTab(index) should not throw if index is out of bounds | Johannes Dahlström | 2012-04-12 | 1 | -5/+6 |
* | #6155 Javadoc/comments; refresh field value from data source on attach | Johannes Dahlström | 2012-04-11 | 1 | -8/+39 |
* | Allow splitter position to be float to avoid rounding errors (#4296) | Artur Signell | 2012-04-10 | 1 | -13/+22 |
* | #8203 Added TabSheet#setSelectedTab(int) and TabSheet#setSelectedTab(TabSheet... | Johannes Dahlström | 2012-04-05 | 1 | -1/+22 |
* | Implemented #8307: Added AbstractField#removeAllValidators() | Johannes Dahlström | 2012-04-05 | 1 | -0/+10 |
* | Fixed #6155: stop listening to Property value change and read only status cha... | Johannes Dahlström | 2012-04-05 | 1 | -20/+41 |
* | #8209 Call click() from handleAction | Johannes Dahlström | 2012-03-20 | 1 | -3/+1 |
* | #8209 Added a public click() method to Button, simulating a click on server side | Johannes Dahlström | 2012-03-20 | 1 | -0/+11 |
* | #6085 Allow setting an alternate text for Embedded, for accessibility purposes | Johannes Dahlström | 2012-03-20 | 1 | -0/+33 |
* | [merge from 6.7] Documented that GridLayout coordinates are zero-based. Also ... | Automerge | 2012-03-16 | 1 | -111/+145 |
* | [merge from 6.7] #7607 Make Table scroll to the very bottom when needed | Automerge | 2012-03-14 | 1 | -3/+7 |
* | [merge from 6.7] #8077 restored accidentally deleted comment | Automerge | 2012-03-01 | 1 | -0/+2 |
* | [merge from 6.7] Fixed #8077: removed a buggy optimization that prevented the... | Automerge | 2012-02-29 | 1 | -15/+1 |
* | #5100 Support for server-side focus/blur listeners; handle disabled tabs corr... | Johannes Dahlström | 2012-02-27 | 1 | -10/+27 |
* | Patch for #5100 - TabSheet keyboard navigation | Johannes Dahlström | 2012-02-16 | 1 | -1/+36 |
* | Reverted bad commit [23048] | Johannes Dahlström | 2012-02-16 | 1 | -36/+1 |
* | #5100 test case | Johannes Dahlström | 2012-02-16 | 1 | -1/+36 |
* | Synchronized 6.8 branch between svn and git. | Build Agent | 2012-01-31 | 2 | -28/+4 |
* | #8311 Converted CRLF to LF in all source files | Artur Signell | 2012-01-27 | 3 | -257/+257 |
* | #8170: Symmetrically with attach(), Window.detach() should call detach() for ... | Johannes Dahlström | 2011-12-22 | 1 | -0/+13 |
* | Fix #8170: Window.attach() did not call attach() for subwindows | Johannes Dahlström | 2011-12-22 | 1 | -0/+11 |
* | [merge from 6.7] #8045 Removed incorrect/confusing javadoc | Artur Signell | 2012-01-27 | 1 | -13/+0 |
* | #8273 Added sanity check to prevent trying to render past the end of the cell... | Johannes Dahlström | 2012-01-23 | 1 | -0/+3 |
* | #7614 Added getComponent(int) and getComponentIndex(Component) to CssLayout | Artur Signell | 2012-01-12 | 1 | -1/+25 |