| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove #8792 fix from 6.8.2, defer to 6.8.3 | Johannes Dahlström | 2012-08-07 | 1 | -6/+4 |
* | #9155 revert first fix for now - requires proper fix in Select together with ... | Henri Sara | 2012-08-07 | 1 | -1/+3 |
* | Enable native touch scrolling on iOS 6 (#8792) | Johannes Dahlström | 2012-08-07 | 1 | -4/+6 |
* | Refactoring based on review (#6219) | Artur Signell | 2012-08-07 | 4 | -32/+38 |
* | Moved #9136 fix into a helper method | Johannes Dahlström | 2012-08-06 | 1 | -25/+12 |
* | Fix and test for #9136 (Tree throws wrong ItemClickEvent in IE9) | Johannes Dahlström | 2012-08-06 | 1 | -3/+11 |
* | Force horizontal scrolling with wide columns but no rows (#9187) | Leif Åstrand | 2012-08-06 | 1 | -3/+26 |
* | Do not submit TextArea value on enter in IE (#9139) | Artur Signell | 2012-08-03 | 1 | -0/+8 |
* | Shim iframe should not have tabindex (#6219) | Artur Signell | 2012-08-03 | 1 | -0/+1 |
* | Throw IllegalArgumentException from addParameter for null parameters instead ... | Artur Signell | 2012-08-03 | 1 | -0/+4 |
* | Make LoginForm work inside iframes (#8144) | Leif Åstrand | 2012-08-03 | 1 | -3/+3 |
* | Ensure notification notifies VOverlay about its position (#6219, #8399) | Artur Signell | 2012-08-03 | 1 | -0/+1 |
* | Renamed method to better reflect what it does (#6219, #8399) | Artur Signell | 2012-08-03 | 3 | -12/+14 |
* | Fix for overlays in opera with no shadow (#6219, #8399) | Artur Signell | 2012-08-03 | 1 | -2/+2 |
* | Added iframe to all overlays to avoid PDF and applet z-index problems (#6219,... | Artur Signell | 2012-08-02 | 3 | -52/+166 |
* | Clear selectionRangeStart if the key map has been cleared (#8584, #8736) | Leif Åstrand | 2012-08-02 | 2 | -0/+36 |
* | Remember previous row height to maintain table size when all rows are removed... | Leif Åstrand | 2012-08-01 | 1 | -2/+30 |
* | Removed duplicated code (#9189) | Artur Signell | 2012-07-31 | 1 | -8/+4 |
* | Correctly decode maps and arrays with "" as the last value (#9188) | Artur Signell | 2012-07-31 | 1 | -3/+4 |
* | Log variables also when the paintable cannot be found (#9189) | Artur Signell | 2012-07-31 | 1 | -0/+4 |
* | Avoid int parse error in VSplitPanel and clean up the code (#9154) | Leif Åstrand | 2012-07-30 | 1 | -10/+9 |
* | 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 |
* | Explicitly delegate keyboard events from the PopupView popup to the relevant ... | Johannes Dahlström | 2012-07-27 | 1 | -0/+31 |
* | Preserve selection order for multi select value (#8109, #8787) | Leif Åstrand | 2012-07-27 | 2 | -14/+20 |
* | #9155 Add refresh() to SQLContainer.removeContainerFilter(), one more (manual... | Henri Sara | 2012-07-27 | 1 | -0/+1 |
* | A better patch and test for #7036 | Johannes Dahlström | 2012-07-26 | 1 | -0/+2 |
* | Reverted #7036 patch, will write a better one | Johannes Dahlström | 2012-07-26 | 1 | -12/+1 |
* | Fix typo preventing StreamVariable cleanup (#9171) | Leif Åstrand | 2012-07-25 | 1 | -5/+27 |
* | Make a read-only RichTextArea scrollable (#7036) | Johannes Dahlström | 2012-07-25 | 1 | -1/+12 |
* | #9148 SQLContainer extensible null value support using custom StatementHelper... | Henri Sara | 2012-07-25 | 4 | -6/+92 |
* | Fix a typo | Johannes Dahlström | 2012-07-20 | 1 | -2/+2 |
* | #8291, #7666 fix Table NegativeArraySizeException when table size reduced by ... | Henri Sara | 2012-07-20 | 1 | -1/+2 |
* | #8230 #8917 Fix input prompt leaking to the field value in TextField and Text... | Henri Sara | 2012-07-11 | 1 | -1/+6 |
* | #7387 bugfix: ensure non-negative width | Johannes Dahlström | 2012-07-09 | 1 | -1/+1 |
* | Revert #8193 patch because of regressions | Johannes Dahlström | 2012-07-09 | 2 | -25/+5 |
* | #7387 Render block elements in TreeTable hierarchy column correctly: draw the... | Johannes Dahlström | 2012-07-09 | 1 | -15/+29 |
* | #8193 Listen to RootPanel keydown events to handle shortcut actions from Popu... | Johannes Dahlström | 2012-06-26 | 2 | -5/+25 |
* | #8957 Ensure non-negative width | Johannes Dahlström | 2012-06-25 | 1 | -15/+5 |
* | #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 |
* | Fixed typo (: instead of =) (#8941) | Artur Signell | 2012-06-14 | 1 | -1/+1 |
* | #8852 Applied Sami's patch with minor changes to comments and the test | Johannes Dahlström | 2012-06-14 | 2 | -9/+20 |
* | #7766 Applied Sami's patch | Johannes Dahlström | 2012-06-14 | 1 | -1/+8 |
* | Change Chameleon -> chameleon + unit test for all builtin themes (#8386) | Leif Åstrand | 2012-06-13 | 1 | -1/+1 |
* | Recalculate column widths after changing table height (#6039) | Leif Åstrand | 2012-06-11 | 1 | -1/+6 |
* | Prevent double iframe and script tags if writeAjaxPageScriptWidgetset is over... | Leif Åstrand | 2012-06-07 | 1 | -1/+20 |
* | Fix some typos in Portlet init javascript and html (#8924) | Leif Åstrand | 2012-06-07 | 1 | -2/+2 |
* | Remove document.write from bootstrap (#8924) | Leif Åstrand | 2012-06-07 | 2 | -23/+59 |
* | [merge from 6.7] #7067 Update a comment, fix typoed ticket reference | Automerge | 2012-06-07 | 1 | -6/+2 |