summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* #6807 Applied IE6/IE8 fix to IE9 aswellArtur Signell2011-04-111-3/+3
* #6715 Layout calculations on browser window resize are now lazy in all browsersArtur Signell2011-04-111-11/+11
* #6780 AbstractSelect's setItemIconPropertyId fails silentlyArtur Signell2011-04-081-7/+16
* #5546 Disabled compatibility mode for IE9 for testingArtur Signell2011-04-081-7/+3
* Merged tests and fixes from 6.5Artur Signell2011-04-082-12/+16
* merged #6772 related changes to 6.6Matti Tahvonen2011-04-076-17/+17
* merged [18158] (#6785) to 6.6Matti Tahvonen2011-04-071-19/+10
* #4233 ComboBox should properly support lazy loading: by default scroll to sel...Henri Sara2011-04-041-1/+1
* #4233 ComboBox should properly support lazy loading: use container filtering ...Henri Sara2011-04-011-43/+307
* #6630 forcing upload start now possible with java api. Also (related to this)...Matti Tahvonen2011-04-012-2/+60
* Merged most changes from 6.5 to 6.6Henri Sara2011-04-013-2/+33
* #6686 Prevent events for the ComboBox popup to propagate to avoid triggering ...Artur Signell2011-03-311-1/+9
* Merged bugfixes from 6.5Artur Signell2011-03-293-6/+5
* Implements #6691 get timezone offset from client.Marc Englund2011-03-295-79/+179
* removed obsolete log messageMatti Tahvonen2011-03-251-2/+0
* reverted part of api extension, not really neededMatti Tahvonen2011-03-251-1/+1
* #6302 Removed unused FocusableFlowPanelArtur Signell2011-03-251-97/+0
* Merged bugfixes and test updates from 6.5Artur Signell2011-03-254-9/+46
* fixes #6687, opened critical terminal notifications for extensionMatti Tahvonen2011-03-241-2/+2
* opened modality curtain for extension (accessible from extending classses), c...Matti Tahvonen2011-03-231-9/+14
* #6286 Container filtering improvements: javadoc improvements and corrections ...Henri Sara2011-03-232-13/+21
* improved jetty launcher for easier ssl testingMatti Tahvonen2011-03-232-1/+14
* fixes #6675, cleaned event sinkingMatti Tahvonen2011-03-231-7/+8
* a safer touch event detection, fixes bug at least with drag and drop wrapper ...Matti Tahvonen2011-03-231-1/+1
* removed jsp support from development serverMatti Tahvonen2011-03-211-121/+0
* #6286 Container filtering improvements: Filterable does not inherit SimpleFil...Henri Sara2011-03-214-23/+42
* #4659 javadoc updates and cleanup for Container and most of its sub-interface...Henri Sara2011-03-211-59/+224
* #6286 Container filtering improvements: javadoc, more unit testsHenri Sara2011-03-172-13/+25
* #6286 Container filtering improvements: initial version of the Compare filter...Henri Sara2011-03-161-0/+316
* #6286 Container filtering improvements: IsNull.appliesToProperty() fixHenri Sara2011-03-161-1/+1
* #6286 Container filtering improvements: concrete standard filter implementati...Henri Sara2011-03-164-4/+4
* #6286 Container filtering improvements: IsNull filterHenri Sara2011-03-161-0/+68
* Merged ComboBox related changes from 6.5Henri Sara2011-03-162-13/+120
* Merged some changes from 6.5Henri Sara2011-03-169-65/+336
* #6286 Container filtering improvements: removed redundant "implements" from A...Henri Sara2011-03-152-2/+2
* #6286 Container filtering improvements: also pass item id to passesFilter()Henri Sara2011-03-156-9/+16
* #6286 Container filtering improvements: Not (negation) filter and unit testHenri Sara2011-03-141-0/+64
* remote logging method to protected -> can be enabled in e.g. addon projects l...Matti Tahvonen2011-03-111-1/+1
* #6286 Container filtering improvements: logical And and Or filtersHenri Sara2011-03-103-0/+169
* Avoid webkit scrollbar workaround if scrollbar size is 0 as in mobile webkit ...Matti Tahvonen2011-03-101-4/+2
* removed GWT 1.5 era workaround for linux hosted mode. Vaadin UI now reserves ...Matti Tahvonen2011-03-101-7/+0
* avoid simulated events fired by mobile safari and causing indicator to stay v...Matti Tahvonen2011-03-101-0/+4
* some tunings to "bouncing" and reacting to events while doing animation with ...Matti Tahvonen2011-03-101-19/+30
* #6286 Container filtering improvements: initial version of new filtering API ...Henri Sara2011-03-106-79/+262
* added missing requestRepaint callMatti Tahvonen2011-03-091-0/+1
* #6527 Container refactoring: renamed the protected internal sort() method to ...Henri Sara2011-03-083-8/+26
* #6527 Container refactoring: default implementations (throw new UnsupportedOp...Henri Sara2011-03-084-79/+86
* #6527 Container refactoring: default implementation of getItem() based on get...Henri Sara2011-03-082-15/+8
* #6527 Container refactoring: improved bug fix when no item passes filterHenri Sara2011-03-081-1/+2
* #6527 Container refactoring: fix bug when no item passes filterHenri Sara2011-03-081-1/+3