summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Rename contentMode to descriptionContentMode in MenuItem (#10494)Leif Åstrand2018-01-081-10/+10
* Add missing since tags and JavaDocs (#10487)8.3.0.alpha1Teemu Suo-Anttila2018-01-034-5/+27
* Make profiler work again (#10462)Artur2018-01-021-1/+1
* Implement widget event handling for Columns in Grid (#10412)Teemu Suo-Anttila2017-12-292-6/+62
* Add ContentMode for the description of MenuItems (#9984)Jonas Zipprick2017-12-291-2/+12
* Allow setting custom styles to DateField calendar date cells (#10305)Anna Koskinen2017-12-283-0/+32
* Add css class to selected items in CheckboxGroup and RadiobuttonGroup (#10394)Marco Collovati2017-12-282-6/+13
* Do not create DOM elements for initially hidden columns (#10465)Artur2017-12-282-0/+7
* Change the order of inheritance to preserve user.agent property (#10470)Adam Wagner2017-12-271-2/+2
* Fix selection column size calculation without data (#10384)Teemu Suo-Anttila2017-11-291-44/+59
* Add missing JavaDocs and since tags (#10372)Teemu Suo-Anttila2017-11-243-0/+24
* DateField not to fire focus/blur event when going to sub-components (#10246)Ahmed Ashour2017-11-233-23/+60
* Update version number to 8.3-SNAPSHOT (#10348)Teemu Suo-Anttila2017-11-221-1/+1
* Fix missing v-disabled for RadioButtonGroup and CheckBoxGroup options (#10332)Pekka Hyvönen2017-11-222-2/+14
* Disabled ComboBox should not open popup on pasting (Fixes #7898) (#10240)Ahmed Ashour2017-11-221-21/+8
* Fix issues from API review for 8.2 (#10342)Aleksi Hietanen2017-11-213-13/+13
* Issue3922disableditem (#10259)Ansku2017-11-212-48/+199
* Remove unused imports (#10330)Ahmed Ashour2017-11-212-5/+2
* Update since tags in JavaDoc (#10325)8.2.0.alpha3Teemu Suo-Anttila2017-11-157-15/+15
* Add new drop mode ON_GRID for GridDropTarget (#10296)Pekka Hyvönen2017-11-151-16/+47
* 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-102-0/+32
* Add ContentMode for row and cell descriptions in Grid (#10282)Teemu Suo-Anttila2017-11-102-6/+37
* 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-072-1/+32
* Use Logger instead of VConsole (#10249)Ahmed Ashour2017-11-0622-80/+159
* Fix javadoc ending (#10274)Ahmed Ashour2017-11-061-1/+1
* Use lambda expressions. (#10268)Ahmed Ashour2017-11-0136-646/+396
* Use local variable for getWidget(). (#10253)Ahmed Ashour2017-10-3117-278/+292
* Fix end of line comments, which were made by automatic formatter (#10234)Ahmed Ashour2017-10-314-17/+13
* Remove redundant interface already implemented by super class. (#10258)Ahmed Ashour2017-10-3112-27/+13
* Fix combo box suggestion popup height (#10256)Adam Wagner2017-10-301-3/+11
* add Grid.Column#get/setAssistiveCaption (#10219)Knoobie2017-10-302-2/+53
* Use lambda with Handlers (#10229)Ahmed Ashour2017-10-2743-959/+549
* Use lambda with Listeners (#10222)Ahmed Ashour2017-10-2621-276/+181
* Improve naming of fields and variables (#10242)Ahmed Ashour2017-10-2629-113/+116
* Remove trailing spaces (#10224)Ahmed Ashour2017-10-2634-128/+128
* adds simple fix for missing label text in grid select checkboxes (#10223)Knoobie2017-10-232-0/+15
* Unlock panel caption div hacking (#10120)Ilia Motornyi2017-10-231-3/+11
* AbstractDateField.formatDate() to be abstract (#10186)Ahmed Ashour2017-10-2011-248/+205
* Fix typos (#10213)Ahmed Ashour2017-10-2016-28/+28
* Check class name type on Grid cell mouse over (#10194)Adam Wagner2017-10-202-1/+19
* Improve role usage in grid (#10206)Knoobie2017-10-201-4/+86
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-2017-42/+65
* Fix HTML tags inside code in javadoc (#10160)Ahmed Ashour2017-10-202-7/+5
* Scheduler.ScheduledCommand and RepeatingCommand to be lambda (#10203)Ahmed Ashour2017-10-2028-476/+285
* Add spaces after 'if' and 'for' in JavaScript (#10199)Ahmed Ashour2017-10-2028-149/+142
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-208-34/+30
* Fix AbstractDateField to correctly show week day names (#10188)Ahmed Ashour2017-10-162-8/+30