summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Added implementation for other browsers than Webkit to fix integer casting er...John Alhroos2012-11-015-2/+191
* Re-commit patch for #6160 (empty rows in Table after scrolling) with some Tre...Johannes Dahlström2012-10-302-122/+316
* Reverted #6160 fix for now, re-commit after 6.8.5 buildJohannes Dahlström2012-10-262-259/+86
* Fix iOS 6 caching issue for portals as well (#9732)Johannes Dahlström2012-10-261-0/+5
* Apply Anna's fix for #6160 (empty rows in table after scrolling)Johannes Dahlström2012-10-252-86/+259
* Remove debug code, better parameter name for SQLContainer.refresh(boolean) (#...Johannes Dahlström2012-10-181-8/+8
* Prevent potential recursive calls to SQLContainer.updateCount() when the coun...Johannes Dahlström2012-10-181-5/+21
* Removed obscure comment from Table.setVisibleColumns().Tapio Aali2012-10-161-2/+0
* Updated the duplicate column checking of Table so that it throws IllegalArgum...Tapio Aali2012-10-161-12/+12
* Fixed Table.setVisibleColumns so that it removes duplicates (#6476). Also mod...Tapio Aali2012-10-161-3/+4
* TestBench test and a clarifying comment for #8786Johannes Dahlström2012-10-121-0/+2
* Prevent opening PopupView popup if it is already open (#8786)Johannes Dahlström2012-10-121-1/+3
* fixes #9885Matti Tahvonen2012-10-081-1/+1
* #9818 Browser Back Button does not trigger ValueChangeListener/Blur: added sa...Henri Sara2012-10-041-0/+2
* Added JavaDoc comment about setDisableOnClick not working with ShortcutAction...John Alhroos2012-10-031-1/+5
* Reverted client side shortcut action implementation made for #8484. While it ...John Alhroos2012-10-036-165/+11
* Reverted 24661 since even though it fixes the issue it might cause complicati...John Alhroos2012-10-034-68/+5
* Fix for rendering issue with shortcut handlers on buttons #9825John Alhroos2012-10-024-5/+68
* #9788 HierarchicalContainer sometimes left content change events disabledHenri Sara2012-09-281-96/+131
* Extracted static resource response writing to a separate, protected method (#...Artur Signell2012-09-281-0/+17
* Call super.onAttach() first as noted in review (#9732)Johannes Dahlström2012-09-271-1/+1
* Reverted files accidentally committed in [24580] - Test case for #9508Johannes Dahlström2012-09-253-22/+3
* Test case for #9508Johannes Dahlström2012-09-253-3/+22
* Ensure the browser does not cache UIDL responses (#9732)Johannes Dahlström2012-09-251-0/+5
* Try to get the browser to fire an unload event inside the Embedded iframe (#6...Johannes Dahlström2012-09-241-16/+32
* JavaDoc #8484John Alhroos2012-09-201-1/+50
* Delayed the fetching of the Paintable until it is really needed. Fixes issue ...John Alhroos2012-09-201-9/+9
* Fix for missing initial fragment events (#9558)Artur Signell2012-09-191-10/+15
* AbstractSelect now listens to changes in icon property (#9663)Artur Signell2012-09-191-0/+9
* Add full-height-fields for using full height text fields in table (#9195)Leif Åstrand2012-09-191-0/+8
* Fix for height recalculation issue for TabSheet in TabSheet (#9275)Artur Signell2012-09-192-0/+23
* Added old constructor for ShortcutActionHandler.ShortcutAction back for backw...John Alhroos2012-09-181-0/+5
* Fixed #8484 by introducing the concept of client side shortcut actions.John Alhroos2012-09-186-22/+169
* Tell IE10 to emulate IE9 until IE10 is properly supported (#9462, #9214)Johannes Dahlström2012-09-041-1/+8
* Bugfix: year change when navigating a DateField calendar with arrow keys left...Johannes Dahlström2012-09-041-2/+6
* Enable (hopefully this time for real) native touch scrolling on Mobile Safari...Johannes Dahlström2012-09-041-4/+6
* Avoid fragment change events when the fragment has not changed (#8916)Artur Signell2012-09-041-0/+6
* Make clicking off-month days work correctly with an InlineDateField (#8931)Johannes Dahlström2012-09-031-4/+11
* Updated version check urlJohn Alhroos2012-08-301-0/+2
* Refactor discard() contents into a private helper so that overridden versions...Johannes Dahlström2012-08-291-43/+48
* 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