summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add API to read Binding value from bean (#10316)Teemu Suo-Anttila2017-11-132-3/+43
* Set no-store headers on UIDL messagesLeif Åstrand2017-11-101-3/+9
* set default ContentMode PREFORMATTED in parameterless TooltipInfo constructor...Olli Tietäväinen2017-11-101-0/+1
* Fix setting custom tab index for TabSheet or Accordion (#9574) (#10278)Ansku2017-11-105-7/+58
* Add ContentMode for row and cell descriptions in Grid (#10282)Teemu Suo-Anttila2017-11-107-49/+295
* Update README.md (#10302)Olli Tietäväinen2017-11-101-1/+1
* Relax mapper access in HierarchicalDataCommunicator Ilia Motornyi2017-11-101-0/+8
* Remove deprecated usage of ApplicationConnection.hasEventListeners() (#10248)Ahmed Ashour2017-11-075-8/+13
* Skip scheduled flush if clear() is called (#10289)Leif Åstrand2017-11-071-8/+15
* Make focus circulate in modal dialog to improve accessibility (#10260)Péter Török2017-11-075-4/+47
* HasItems.setItems(T... items) should allow edits (#10290)Pekka Hyvönen2017-11-065-3/+92
* Relax TreeGrid and Tree members access modifiers. (#10293)Ilia Motornyi2017-11-063-6/+44
* Use Logger instead of VConsole (#10249)Ahmed Ashour2017-11-0633-111/+232
* Fix javadoc ending (#10274)Ahmed Ashour2017-11-0628-102/+102
* Fix link format (#10269)Henri Muurimaa2017-11-061-1/+1
* Fix typo (#10295)Mikko Inkinen2017-11-061-1/+1
* Use lambda expressions. (#10268)Ahmed Ashour2017-11-01538-10755/+4776
* Use local variable for getWidget(). (#10253)Ahmed Ashour2017-10-3128-566/+589
* Fix end of line comments, which were made by automatic formatter (#10234)Ahmed Ashour2017-10-3138-128/+134
* Remove redundant interface already implemented by super class. (#10258)Ahmed Ashour2017-10-3182-182/+104
* Fix combo box suggestion popup height (#10256)Adam Wagner2017-10-305-3/+91
* add Grid.Column#get/setAssistiveCaption (#10219)Knoobie2017-10-307-2/+186
* Use lambda with Handlers (#10229)Ahmed Ashour2017-10-2775-1351/+734
* Use lambda with Listeners (#10222)Ahmed Ashour2017-10-26213-2220/+1088
* Improve naming of fields and variables (#10242)Ahmed Ashour2017-10-2687-431/+431
* Remove trailing spaces (#10224)Ahmed Ashour2017-10-26118-368/+368
* Add contribution guideline (#10083)Teemu Suo-Anttila2017-10-231-0/+34
* adds simple fix for missing label text in grid select checkboxes (#10223)Knoobie2017-10-233-1/+16
* Fix bad grammar in declarative documentation (#10236)Pekka Hyvönen2017-10-231-4/+2
* Unlock panel caption div hacking (#10120)Ilia Motornyi2017-10-231-3/+11
* Grid column to be sortable when implemented/supported (Fixes #8792). (#10190)Ahmed Ashour2017-10-2311-37/+336
* Grid.removeColumn() not to fail silently (Fixes #8056) (#10215)Ahmed Ashour2017-10-202-37/+105
* Typo in code (#10218)Oskar Bilén2017-10-201-1/+1
* AbstractDateField.formatDate() to be abstract (#10186)Ahmed Ashour2017-10-2016-308/+272
* Added utility method Binder#asRequired() (#9873)Stephan Knitelius2017-10-201-0/+25
* Fix typos (#10213)Ahmed Ashour2017-10-2033-57/+57
* Check class name type on Grid cell mouse over (#10194)Adam Wagner2017-10-204-1/+83
* Improve role usage in grid (#10206)Knoobie2017-10-202-5/+95
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-20106-309/+444
* Use GWT 2.8.2 (#10217)Teemu Suo-Anttila2017-10-201-1/+1
* Fix HTML tags inside code in javadoc (#10160)Ahmed Ashour2017-10-203-11/+7
* Scheduler.ScheduledCommand and RepeatingCommand to be lambda (#10203)Ahmed Ashour2017-10-2029-763/+415
* Add spaces after 'if' and 'for' in JavaScript (#10199)Ahmed Ashour2017-10-2040-171/+164
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-2082-546/+415
* AbstractDateField: set value after being invalid (#10187)Ahmed Ashour2017-10-204-29/+133
* Fix AbstractDateField to correctly show week day names (#10188)Ahmed Ashour2017-10-165-10/+136
* Add *.properties to .gitattributes (#10180)Ahmed Ashour2017-10-161-0/+1
* Fix IDE usage of Elemental in vaadin-shared (#10178)Teemu Suo-Anttila2017-10-163-1/+27
* Fix some checkstyle warnings (#10179)Ahmed Ashour2017-10-137-37/+55
* Simplify waitUntil() in tests (#10181)Ahmed Ashour2017-10-1323-200/+58