summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Clarified javadoc for setDisableOnClickArtur Signell2012-08-231-0/+4
* Fixed SQLContainer and ComboBox co-operation problems (#9155)Artur Signell2012-08-222-16/+2
* Fixed issue in IE6 and IE7 as well #6217John Alhroos2012-08-221-5/+20
* Fix for Table multirow dragging issue #6217 + Testbench testJohn Alhroos2012-08-211-2/+27
* #9145 Reviewed and committed Petri's patch with minor cleanup and clarificationsJohannes Dahlström2012-08-173-17/+140
* Fix getResourceCacheTime() javadoc to specify that the return value is in sec...Johannes Dahlström2012-08-171-3/+3
* Enforce max length when max length changes (#9199)Artur Signell2012-08-131-13/+15
* Renames based on review (#9284)Artur Signell2012-08-131-8/+8
* Correctly measure indent when adding to an empty TreeTable (#9264)Artur Signell2012-08-132-6/+31
* Disabled shim iframe for all but IE8+ (#9284, #6219)Artur Signell2012-08-101-4/+18
* Fixed TextArea maxlength so it is always enforced (#9199)Artur Signell2012-08-083-44/+157
* Change #9251 fix to preserve iteration order.Leif Åstrand2012-08-081-2/+2
* Allow removing Window while iterating child window set (#9251)Leif Åstrand2012-08-081-1/+2
* Remove #8792 fix from 6.8.2, defer to 6.8.3Johannes Dahlström2012-08-071-6/+4
* #9155 revert first fix for now - requires proper fix in Select together with ...Henri Sara2012-08-071-1/+3
* Enable native touch scrolling on iOS 6 (#8792)Johannes Dahlström2012-08-071-4/+6
* Refactoring based on review (#6219)Artur Signell2012-08-074-32/+38
* Moved #9136 fix into a helper methodJohannes Dahlström2012-08-061-25/+12
* Fix and test for #9136 (Tree throws wrong ItemClickEvent in IE9)Johannes Dahlström2012-08-061-3/+11
* Force horizontal scrolling with wide columns but no rows (#9187)Leif Åstrand2012-08-061-3/+26
* Do not submit TextArea value on enter in IE (#9139)Artur Signell2012-08-031-0/+8
* Shim iframe should not have tabindex (#6219)Artur Signell2012-08-031-0/+1
* Throw IllegalArgumentException from addParameter for null parameters instead ...Artur Signell2012-08-031-0/+4
* Make LoginForm work inside iframes (#8144)Leif Åstrand2012-08-031-3/+3
* Ensure notification notifies VOverlay about its position (#6219, #8399)Artur Signell2012-08-031-0/+1
* Renamed method to better reflect what it does (#6219, #8399)Artur Signell2012-08-033-12/+14
* Fix for overlays in opera with no shadow (#6219, #8399)Artur Signell2012-08-031-2/+2
* Added iframe to all overlays to avoid PDF and applet z-index problems (#6219,...Artur Signell2012-08-023-52/+166
* Clear selectionRangeStart if the key map has been cleared (#8584, #8736)Leif Åstrand2012-08-022-0/+36
* Remember previous row height to maintain table size when all rows are removed...Leif Åstrand2012-08-011-2/+30
* Removed duplicated code (#9189)Artur Signell2012-07-311-8/+4
* Correctly decode maps and arrays with "" as the last value (#9188)Artur Signell2012-07-311-3/+4
* Log variables also when the paintable cannot be found (#9189)Artur Signell2012-07-311-0/+4
* Avoid int parse error in VSplitPanel and clean up the code (#9154)Leif Åstrand2012-07-301-10/+9
* Improved code readability based on review (#8109)Leif Åstrand2012-07-302-23/+28
* Don't make changes directly to the visible itemids collection (#8109, #8787)Leif Åstrand2012-07-301-1/+2
* Explicitly delegate keyboard events from the PopupView popup to the relevant ...Johannes Dahlström2012-07-271-0/+31
* Preserve selection order for multi select value (#8109, #8787)Leif Åstrand2012-07-272-14/+20
* #9155 Add refresh() to SQLContainer.removeContainerFilter(), one more (manual...Henri Sara2012-07-271-0/+1
* A better patch and test for #7036Johannes Dahlström2012-07-261-0/+2
* Reverted #7036 patch, will write a better oneJohannes Dahlström2012-07-261-12/+1
* Fix typo preventing StreamVariable cleanup (#9171)Leif Åstrand2012-07-251-5/+27
* Make a read-only RichTextArea scrollable (#7036)Johannes Dahlström2012-07-251-1/+12
* #9148 SQLContainer extensible null value support using custom StatementHelper...Henri Sara2012-07-254-6/+92
* Fix a typoJohannes Dahlström2012-07-201-2/+2
* #8291, #7666 fix Table NegativeArraySizeException when table size reduced by ...Henri Sara2012-07-201-1/+2
* #8230 #8917 Fix input prompt leaking to the field value in TextField and Text...Henri Sara2012-07-111-1/+6
* #7387 bugfix: ensure non-negative widthJohannes Dahlström2012-07-091-1/+1
* Revert #8193 patch because of regressionsJohannes Dahlström2012-07-092-25/+5
* #7387 Render block elements in TreeTable hierarchy column correctly: draw the...Johannes Dahlström2012-07-091-15/+29