summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into feature/mavenizeTeemu Suo-Anttila2016-04-213-4/+13
|\
| * Only handle shortcuts targeted for UI or body element (#19498)Artur Signell2016-04-181-2/+10
| * Change @since from 7.6.5 to 7.7 - new API is not released in maintenance releaseelmot2016-04-151-1/+1
| * Add missing @since for 7.6.5elmot2016-04-141-1/+1
| * Make sure RPC queue is only flushed when there are pending invocations (#19684)Artur Signell2016-04-131-1/+2
* | Merge branch 'master' into feature/mavenizeelmot2016-04-139-48/+111
|\|
| * Focus click element inside a drag'n'drop wrapper (#14826)Artur Signell2016-04-111-16/+4
| * Fix Grid to not refresh already focused cell (#19653)Teemu Suo-Anttila2016-04-051-1/+0
| * Refresh grid body after resize (#19664)Markus Koivisto2016-04-051-0/+5
| * Fix Escalator BodyContainer logical top row tracking (#17262)Markus Koivisto2016-04-051-0/+9
| * Update @since tags for 7.6.4 and related javadocHenri Sara2016-03-082-1/+8
| * Correctly report timing information again (#19661)Artur Signell2016-03-071-2/+1
| * Support string data in javascript renderers (#18209)Leif Åstrand2016-03-071-8/+12
| * Make table take parent enable state changes into account (#19455)Artur Signell2016-03-051-14/+19
| * Fix ScrollbarBundle to use proper rounding instead of truncate (#19657)Teemu Suo-Anttila2016-03-051-2/+2
| * Omit timings in production mode (#19644)Henri Sara2016-03-011-1/+5
| * Fix DragAndDropWrapper update after file upload (#19616)maxschuster2016-03-012-4/+27
| * Disable browser's own autocomplete suggestions in ComboBox (#16647)Leif Åstrand2016-02-291-0/+20
* | Move organization, license and SCM to parent POMHenri Sara2016-04-131-3/+0
* | Generate sources with release profileTeemu Suo-Anttila2016-04-111-6/+3
* | Remove most Ivy filesHenri Sara2016-04-021-21/+0
* | Remove generated Import-Package from vaadin-client MANIFEST.MFTeemu Suo-Anttila2016-03-271-0/+1
* | Clean up plugin versions for maven buildTeemu Suo-Anttila2016-03-231-3/+0
* | Build vaadin-client with mavenTeemu Suo-Anttila2016-03-18552-112/+220
* | Add @Test annotations, rename test classesTeemu Suo-Anttila2016-03-173-11/+59
* | Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-141-1/+1
* | Migrate vaadin-shared build to mavenTeemu Suo-Anttila2016-03-101-1/+1
|/
* Add missing @since for 7.6.3elmot2016-02-191-2/+2
* Fix Editor trying to detach save and cancel buttons when unbufferedTeemu Suo-Anttila2016-02-161-2/+4
* Fix AbstractRemoteDataSource cache clean up on remove (#19482)Teemu Suo-Anttila2016-02-131-3/+7
* Fix NPE if stopping navigation in onBeforeUnload (#19541)Artur Signell2016-02-131-0/+8
* Fix NPE on column width detection in TreeTable and RowGenerator (#19437)Teemu Suo-Anttila2016-02-131-3/+7
* Open editor deferred to allow column size calculations on init (#19488)Teemu Suo-Anttila2016-02-051-2/+2
* Fix Editor overlay position when footer is displayed on top (#19491)Teemu Suo-Anttila2016-02-051-3/+5
* Make project Java 8 compatibleArtur Signell2016-02-031-1/+3
* Make hiding/showing components in grid header/footer work (#19297)Artur Signell2016-01-292-37/+82
* Add missing @since for 7.6.2elmot2016-01-282-3/+3
* Make Checkbox label send context click events also (#19456)Artur Signell2016-01-221-0/+15
* Do not process click events for disabled optiongroups (#19433)Artur Signell2016-01-211-1/+5
* Allow legacy components to paint infinity double values again (#19447)Artur Signell2016-01-211-1/+5
* Clean up SingleSelectionModel client-side on data source change (#19469)Teemu Suo-Anttila2016-01-131-0/+10
* Add clarifying comment to CustomDetailsGeneratorTeemu Suo-Anttila2016-01-121-1/+3
* Add missing @since for 7.6.1Teemu Suo-Anttila2016-01-122-1/+3
* Use LayoutManager for details rows (#18821, #18619)Leif Åstrand2016-01-124-11/+106
* Split VOverlay functionality to a new base class (#19347)Teemu Suo-Anttila2016-01-124-1010/+1070
* Fix ScrollbarBundle to not round down pixel values (#19421)Teemu Suo-Anttila2016-01-081-12/+2
* Support non-AbstractFieldConnector fields with Grid Editor (#19440)Teemu Suo-Anttila2016-01-071-6/+6
* Always set header/footer style name to TH (#19209)Artur Signell2016-01-071-1/+1
* ConnectorHierarchyChangeEvent.getParent() should return the connector (#18525)Artur Signell2016-01-071-11/+8
* Fixes exception when enter is pressed and there is nothing to select (#19149)Artur Signell2016-01-071-2/+10