summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Disable slow sanity check when not in debug mode (#12463)Henri Sara2013-08-281-2/+9
* Added controlDirective to ifContentStatement. Fixes ticket #12105.Juho Nurminen2013-08-285-6073/+6062
* Optimize CssLayout hierarchy update (#11284)Henri Sara2013-08-272-3/+15
* Fixed broken test due to changes in drop position by #12406John Ahlroos2013-08-261-3/+2
* 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
* Fixed failing TabKeyboardNavigation test #12433John Ahlroos2013-08-221-1/+25
* Fixed test broken by PopupDateField communication change #6252John Ahlroos2013-08-211-0/+5
* Fixed test broken by fixes to drag&drop #12406John Ahlroos2013-08-211-3/+2
* 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
* Escape markup in CustomLayout's JavaDoc (#12410)Henrik Paul2013-08-201-2/+2
* Fixed DragAndDropWrapper using wrong drop target in IE8 #12406John Ahlroos2013-08-203-12/+13
* Report min and max times from Profiler (#12409)Henri Sara2013-08-202-10/+48
* Search only remaining message for delimiter (#12404)Artur Signell2013-08-203-1/+113
* Fix scrollbar for Window under WebKit browsers (#11994)Patrik Lindström2013-08-153-0/+139
* Make sure that no fileIds are replayed to the client (#12330)Henrik Paul2013-08-152-4/+155
* Terminate JVM if server.close() has no effect (#12363)Leif Åstrand2013-08-131-0/+43
* GWT requires max 1.6 compiler compliance level currently - #12345Henrik Paul2013-08-131-1/+1
* Add a chapter on installing IvyDE (for #12359)Henrik Paul2013-08-131-0/+16
* Fixed a typo in FieldGroup.isModified() JavaDoc. (#12172)Teemu Pöntelin2013-08-121-1/+1
* 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-094-3/+251
* Use <code> instead of {@code} for sample containing { and } (#12311)Leif Åstrand2013-08-092-6/+7
* Fixes Button icon alt text not being updated #12333John Ahlroos2013-08-084-5/+154
* Make sure bean field validators are only added once (#11045)Patrik Lindström2013-08-072-1/+59
* Split UiAccess test (#12332)Leif Åstrand2013-08-072-26/+41
* Disable failing calendar Actions Menu Test (#12181)Patrik Lindström2013-08-071-3/+3
* Update "lastRequestedFirstvisible" field value right away (#10666).denisanisimov2013-08-073-6/+168
* Fix race in VaadinService.lockSession() (#12282)7.1.2Johannes Dahlström2013-08-061-1/+20
* Fix native scrolling regression in iOS 6 homescreen apps (#12295)Johannes Dahlström2013-08-062-8/+14
* Avoid infinite recursion when purging access queue (#12310)Leif Åstrand2013-08-051-1/+3
* Show tooltips for ordered layout captions (#10046)denisanisimov2013-08-023-0/+200
* Refine handling of null and empty URI fragments (#12207)Leif Åstrand2013-08-024-8/+105
* Improve URI fragment listener javadocs (#12296)Leif Åstrand2013-08-021-7/+46
* Ensure StringToIntegerConverter rejects values outside range of int (#12230)Johannes Dahlström2013-08-012-1/+34
* Fixes parsing of multiple push messages in streaming mode (#12197)Fabian Lange2013-08-011-2/+9
* Disable all logging if production mode is enabled (#12299)Leif Åstrand2013-08-011-1/+23
* Add optional OSGi Import-Package for javax.validation (#12301)Johannes Dahlström2013-07-312-1/+4
* Document multiple load semantics in @StyleSheet and @JavaScript (#12200)Leif Åstrand2013-07-302-2/+26
* Fix calendar click events on context menu #12297Patrik Lindström2013-07-301-1/+2
* Fix actions in action menu appearing in random order #12250Patrik Lindström2013-07-301-4/+5
* Clarify Embedded javadoc (#12290)Johannes Dahlström2013-07-301-6/+10
* Fix invisible calendar actions menu #12181Patrik Lindström2013-07-306-29/+314
* Fix race condition that might leave access queue unpurged (#12277)Leif Åstrand2013-07-292-2/+29
* Fixed wrong classname in WindowThemes TB test #12171John Ahlroos2013-07-291-1/+1
* Fixes button :active state on firefox #12126John Ahlroos2013-07-261-11/+13
* Fixes light theme window sprites #12171John Ahlroos2013-07-263-9/+98
* Fix issue with hidden component cells in Table and TreeTable #12119John Ahlroos2013-07-243-1/+98