summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix Grid editor area calculation without scrollbars (#17471)Teemu Suo-Anttila2015-04-164-6/+94
* Re-showed tab is displayed if there is room for it (#17096)Alexey Fansky2015-04-153-9/+244
* Use VaadinRequest/Response for static resources (#17462)Henri Sara2015-04-151-2/+2
* Fix Grid inline data declarative support (#16596)Teemu Suo-Anttila2015-04-143-3/+138
* Fix Grid Header/Footer declarative support (#16596)Teemu Suo-Anttila2015-04-144-5/+602
* Fix Grid Columns declarative support (#16596)Teemu Suo-Anttila2015-04-144-0/+329
* Add declarative OptionGroup support (#15549)patrik2015-04-143-3/+206
* VConsole logging -> java.util.loggingArtur Signell2015-04-1315-193/+329
* Fix Grid column adding to set column sortable correctly (#17446)Teemu Suo-Anttila2015-04-132-8/+24
* Add getter for local id #17444John Ahlroos2015-04-132-0/+23
* Declarative support for Tree inline data (#16321)Johannes Dahlström2015-04-133-55/+235
* Fix writing of child local ids in AbsoluteLayout (#17421)Johannes Dahlström2015-04-132-1/+58
* Fix declarative support for Grid basic properties (#16596)Johannes Dahlström2015-04-102-2/+157
* Fix GridLayout declarative support (#16594)Teemu Suo-Anttila2015-04-103-9/+533
* Prevent opening Table context menu on short tapping on iOS (#15297)Ilya Ermakov2015-04-102-1/+108
* Grid header should render "the same" after changes to header (#17131)Mikael Grankvist2015-04-103-18/+403
* Adding a temporary style to VNotification on Chrome >=41 (#17252)Alexey Fansky2015-04-102-1/+41
* Don't use !important for ColorPicker width in Valo (#17140).Denis Anisimov2015-04-108-13/+244
* Customizable DnD preview handle strategy in Dnd manager (#10377,#14880).Denis Anisimov2015-04-102-168/+533
* Grid layout slots should be slot size not slot content size (#17039)Mikael Grankvist2015-04-105-20/+201
* Set value selected by mouse when pressing Enter in ComboBox (#16981)Ilya Ermakov2015-04-103-44/+177
* Displaying tooltip on touch devices underneath the field (#17150)Alexey Fansky2015-04-105-22/+191
* Refactor declarative tests for two components.Mika Murtojarvi2015-04-106-768/+254
* Fix DeclarativeTestBase handling of nonpublic accessors (#17425)Johannes Dahlström2015-04-091-0/+4
* Remove unusable codeArtur Signell2015-04-091-13/+0
* Add granular declarative margin support (#17190)patrik2015-04-093-4/+162
* Javadoc fixLeif Åstrand2015-04-091-1/+1
* Disallow RunLocally annotation in framework tests. Fix NPE forTeemu Suo-Anttila2015-04-084-4/+23
* Fix DeclarativeTestBaseBase to return read component with testReadTeemu Suo-Anttila2015-04-081-2/+4
* Fix MenuBar MenuItem caption reading from design (#17361)Teemu Suo-Anttila2015-04-082-2/+63
* Add DesignerAttributeHelper.readAttribute with default value (#17416)Teemu Suo-Anttila2015-04-081-29/+51
* Allow setting local id via DesignContext (#16584).Mika Murtojarvi2015-04-083-5/+69
* Fix declarative support for Window (#17314)Johannes Dahlström2015-04-077-40/+375
* Enable setResponsive/isReponsive API for AbstractComponent (#17369)patrik2015-04-072-15/+43
* Mention push path change done for JSR-356 (#16738)Artur Signell2015-04-071-10/+1
* Add selective data write support to AbstractSelect (#17148)Leif Åstrand2015-04-075-4/+162
* Add test for #17267Johannes Dahlström2015-04-071-0/+19
* Add declarative support for PopupView (#16334)Teemu Suo-Anttila2015-04-072-13/+149
* Fixed typos in javadoc (#17384)Raphael Ackermann2015-04-042-25/+26
* Support JSR-356 websockets (#16738, #14432)Artur Signell2015-04-0213-73/+903
* Fix declarative support for AbstractColorPicker (#16336)Teemu Suo-Anttila2015-04-012-0/+198
* Don't remove frozen columns when columns reordered in Grid #16901Pekka Hyvönen2015-03-312-1/+20
* Make test work in uitest.warArtur Signell2015-03-311-2/+2
* Allow customizing declarative tag names (#16933)Leif Åstrand2015-03-313-95/+376
* Reduce reflows when sizing columns (#17315)Leif Åstrand2015-03-305-38/+328
* Do proper cleanup in VDragAndDropManager.endDrag(boolean) (#17163)Maciej Przepióra2015-03-295-15/+349
* Reset index of selected item when it's removed (#17248).Denis Anisimov2015-03-273-1/+102
* Use vaadin-parent as parent in POMs (#17300)Henri Sara2015-03-271-12/+5
* Fix publishing of POM-only modules (#17025)Henri Sara2015-03-271-16/+48
* Make Grid update column renderers (#16552)Patrik Lindström2015-03-264-20/+209