summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Also hide shim iframe of VOverlay on setVisible(false) (#12731)Henri Sara2013-10-141-0/+8
* Only fetch rows if there are some (#11189)Matti Tahvonen2013-10-091-0/+5
* Focus selected row in Table #12540John Ahlroos2013-10-091-0/+11
* Avoid obsolete calendar panel renderings to avoid various NPEs.Matti Tahvonen2013-10-082-15/+18
* Fixed incorrect logging (#12241)Artur Signell2013-10-081-2/+4
* Rebuild OptionGroup on HtmlContentAllowed/Multiselect changes (#10451)Artem Godin2013-10-081-1/+13
* Fixed Table range selection IE regression #12407John Ahlroos2013-10-071-0/+6
* Fix NullPointerException in logger when message is null (#12588)Artem Godin2013-10-042-4/+20
* Prepare for Atmosphere Javascript 2.0 (#12241)Artur Signell2013-10-041-2/+22
* Fixes #12564 (HorizontalLayout breaks w/ alignment & error indicator)Matti Tahvonen2013-10-041-17/+15
* Fix OptionGroup elements losing focus on value change (#10451)Artem Godin2013-10-031-17/+50
* Ported regression fixes in 6.8 for #12407 to 7.1 branchJohn Ahlroos2013-10-021-15/+17
* Do not try to focus invisible components which not present in UIDL #12654Yuriy Artamonov2013-10-021-0/+5
* reduce reflow and calculation in VOverlay (#12566)Fabian Lange2013-10-021-33/+38
* Update slider client-side state object on value change (#12676)Juho Nurminen2013-10-011-0/+1
* Check modifiers when handling TabSheet hot keys. Fixes #12178Juho Nurminen2013-10-011-8/+10
* Prefixes GET parameters in Liferay with portlet namespace #12602John Ahlroos2013-09-272-1/+18
* Fixes normal drag and drop events (regression since 7.1) and html5 styleMatti Tahvonen2013-09-262-5/+21
* Fixes issue with Table not scrolling completely to the end #12651John Ahlroos2013-09-261-14/+13
* Fixes browser detection for IE11 (#12638)Artur Signell2013-09-251-0/+28
* Don't try to cast a connector to Widget. Fixes #12619Jonatan Kronqvist2013-09-201-2/+2
* PostLayoutListener javadocs (#12562)7.1.6Leif Åstrand2013-09-191-0/+18
* Add v-iosN classname for all iOS versions instead of just N=6 (#12324)Johannes Dahlström2013-09-191-4/+1
* Enable native scrolling in all iOS versions newer than 5, not just iOS 6 (#12...Johannes Dahlström2013-09-181-4/+4
* Use JUnit 4.11 in all modules (#12572)Artur Signell2013-09-171-1/+1
* Use non-obfuscated version of vaadinPush.js when not in production (#12527)Artur Signell2013-09-101-1/+8
* Unified xml files to end with new lineArtur Signell2013-09-041-1/+1
* Allow creating TextBox or SuggestionPopup when extending VFilterSelect (#12491)Fabian Lange2013-09-041-14/+53
* Add <br> as empty representation for webkit (#12490)7.1.4Artur Signell2013-09-031-1/+1
* Fix for #12279 (caret jumps when formatting in RTA).Marc Englund2013-09-031-1/+1
* Fix regression where empty RTA returns <br> (#12490)Artur Signell2013-09-021-4/+4
* The colon in the calendar event caption is now also hideable. Fixes #12460Jonatan Kronqvist2013-09-021-4/+9
* Only consider caption tooltips for own slots (#12469)Leif Åstrand2013-08-301-0/+1
* Use the add() path of CssLayout only when appending to the end (#11284)Henri Sara2013-08-282-8/+15
* Enable use of profiler without debug window (#12465)Henri Sara2013-08-282-10/+10
* Disable slow sanity check when not in debug mode (#12463)Henri Sara2013-08-281-2/+9
* Optimize CssLayout hierarchy update (#11284)Henri Sara2013-08-272-3/+15
* Fix bug for spacing on first widget (#12420)Henri Sara2013-08-221-2/+2
* Optimize large Vertical/HorizontalLayout client side (#12420, #10899)Henri Sara2013-08-222-13/+62
* Optimize resetting of state when detaching components (#10899, #11284)Henri Sara2013-08-221-9/+61
* Add more detailed profiling for some client side hotspots (#12418)Henri Sara2013-08-214-1/+44
* Optimize ComputedStyle.getIntProperty() (#12411)Henri Sara2013-08-211-8/+34
* Fixed DragAndDropWrapper using wrong drop target in IE8 #12406John Ahlroos2013-08-201-3/+1
* Report min and max times from Profiler (#12409)Henri Sara2013-08-202-10/+48
* Fix scrollbar for Window under WebKit browsers (#11994)Patrik Lindström2013-08-151-0/+31
* Reset waitingForFilteringResponse flag to false inside onBlur (#12325)denisanisimov2013-08-091-0/+1
* Delay sending DateField popup value to server until popup is closed #6252John Ahlroos2013-08-092-3/+32
* Fixes Button icon alt text not being updated #12333John Ahlroos2013-08-082-5/+19
* Update "lastRequestedFirstvisible" field value right away (#10666).denisanisimov2013-08-071-6/+13
* Fix native scrolling regression in iOS 6 homescreen apps (#12295)Johannes Dahlström2013-08-061-6/+12